/* shared components like header , footer ,cards ,btns and so on  */
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 0px;
}

.main-header {
    /* position: fixed;
    left: 0;
    right: 0;
    top: 39px; */
    min-height: 60px;
    color: #fff !important;
    align-items: center;
}

    .main-header.transparent {
        background-color: transparent;
        border-bottom-color: transparent;
    }

    .main-header.solid {
        background-color: #00000033 !important;
        border-bottom-color: transparent !important;
    }

.navbar-expand .navbar-nav {
    gap: 1.5em;
    flex-wrap: wrap;
}

.navbar-nav .nav-item {
    padding: 0em !important;
}

.navbar-expand .navbar-nav .nav-link {
    white-space: nowrap;
}

.search-nav input {
    background-color: #2D2D2DCC !important;
    border: 1px solid #5D5D5D !important;
    height: 35px !important;
    position: relative;
}

.search-btn {
    position: absolute;
    left: 11px;
    top: 8px;
    z-index: 50;
}

    .search-btn button img {
        width: 18px;
        height: 20px;
    }

.search-nav .input-group {
    width: 285px;
}

.search-nav input {
    border-radius: 50rem !important;
    /* border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; */
    border-left: 0px !important;
    /* width: 50% !important; */
    min-width: 230px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

    .search-nav input::placeholder {
        color: #ffffff98 !important;
        font-size: 14px;
    }

    .search-nav input:focus::placeholder {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .search-nav input:focus, .navbar-white.navbar-light .form-control-navbar:focus, .navbar-white.navbar-light .form-control-navbar:focus + .input-group-append .btn-navbar {
        border: 1px solid #3DA5FF !important;
        color: rgba(255, 255, 255, 0.8) !important;
    }

.far.fa-bell {
    font-size: 22px !important;
    margin-top: 2px;
}

.alert-badge {
    width: 7px;
    height: 7px;
    border-radius: 50rem;
    position: absolute;
    top: 13px;
    right: 0px;
    background-color: #3DA5FF;
    display: none;
}

    .alert-badge.active {
        display: inline-block;
    }

.nav-item {
    padding-inline: 1em !important;
}

.nav-link {
    padding-inline: 0em !important;
    margin-top: 5px;
    height: 72%;
    word-wrap: nowrap !important;
}

    .nav-link.active {
        color: #3DA5FF !important;
        border-bottom: 1px solid #3DA5FF !important;
    }

/* ----------alert section----------- */
.alert-nav {
    width: 100%;
    height: 32px;
    background-color: #252525;
    display: flex;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

    .alert-nav .alert-data {
        width: 75%;
        gap: 0.5em;
        color: #888888;
        display: flex;
        /* justify-content: end; */
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        font-size: 12px;
    }

        .alert-nav .alert-data img {
            width: 20px;
            height: 20px;
        }

    .alert-nav .alert-actions {
        width: 230px;
        display: flex;
        justify-content: end;
        gap: 2em;
        padding-left: 2em;
    }

        .alert-nav .alert-actions button {
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .alert-nav .alert-actions img {
            width: 18px;
            height: 18px;
        }
/*? ----------/.end ----alert section----------- */
.dropdown-menu {
    flex-direction: column;
    gap: 1em;
    background-color: #2D2D2DF2;
    border: 1px solid #5D5D5D;
    border-radius: 1em;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    overflow: hidden;
    margin-right: -100px;

}

.custom-ddl {
    position: absolute;
    top: 58px;
    /*    left: 50px;
    right: 50px;*/
    /* width: 90%; */
     min-width: 350px; 
    /* display: flex; */
    width: 65%;
    flex-direction: column;
    gap: 1em;
    background-color: #2D2D2DF2;
    border: 1px solid #5D5D5D;
    border-radius: 1em;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: none;
}
    .xl-dropdown-menu.custom-ddl {
        right: 16%;
    }
    .custom-ddl .ddl-header {
        font-size: 16px;
        font-weight: 700;
        text-align: right !important;
        height: 34px;
        padding: 1em;
        margin-bottom: 0px;
    }

    .custom-ddl .custom-sec {
        display: flex;
        flex-wrap: wrap;
        row-gap: 0.5em;
        column-gap: 2.5em;
    /*  padding: 0 1em 1em;*/
        padding: 1em;
        max-height: 210px;
        overflow-y: auto;
        scrollbar-width: none !important;
    }

    .custom-ddl.dropdown-menu {
        width: 330px !important;
    }

.dropdown-menu.custom-ddl .custom-sec {
    gap: 1.5em;
    width: fit-content;
}

.custom-ddl .custom-sec .column-ddl-item {
    width: 86px;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
    border-radius: 0.75em;
    border-bottom-width: 1px;
    padding: 0.5em;
    font-family: 'cairo';
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}

.custom-ddl .custom-sec a {
    flex: 1;
    min-width: fit-content;
    max-width: 175px;
    overflow-x: hidden;
    height: 42px;
    gap: 0.5em;
    border-radius: 0.75em;
    padding: 0.5em;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .custom-ddl .custom-sec a:is(:hover, .active, :active, :focus, :target) {
        background-color: #FFFFFF0D;
    }

.xl-dropdown:hover .custom-ddl {
    display: flex !important;
    z-index: 999;
}
.nav-item:has(.search-nav) {
    display: flex;
}

.search-ddl {
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    width: 285px;
    height: 254px;
/*    max-height: 248px;
    overflow-y: auto;*/
    overflow: hidden;
    border-radius: 1em;
    border-width: 1px;
    padding: 0.5em 1em;
    gap: 0.5em;
    background-color: #2D2D2DF7;
    border: 1px solid #5D5D5D;
    /* display: flex; */
    flex-direction: column;
    display: none;
    z-index: 90;
}
    .search-ddl .search-result {
        /*        scrollbar-width: none !important;*/
        /* max-height: 248px;*/
        max-height: 76%;
        overflow-y: auto;
        margin-top: -0.5em;
        padding-inline-end: 1em;
        margin-inline-end: -1em;
    }
.search-result::-webkit-scrollbar {
    width: 0.2em;
    height: 0.2em;
}
.search-result::-webkit-scrollbar-track {
    background-color: #8c8c8c88;

}
.search-result::-webkit-scrollbar-thumb {
    background-color: #000;
}

/*.search-nav .input-group:has(input:focus) .search-ddl {
    display: flex;
}*/
.search-ddl .search-ddl_item {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

    .search-ddl .search-ddl_item:not(:last-child) {
        border-bottom: 1px solid #5D5D5D;
    }

    .search-ddl .search-ddl_item div {
        display: flex;
        flex-direction: column;
        gap: 0.25em;
        font-weight: 600;
        font-size: 13px;
    }

        .search-ddl .search-ddl_item div p {
            height: 24px;
        }

    .search-ddl .search-ddl_item .book-name {
        color: #fff;
        min-height: fit-content;
    }

    .search-ddl .search-ddl_item .book-author {
        color: #FFFFFF80 !important;
        min-height: fit-content;
    }
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}
.noResult-search, .start-search {
    height: 168px;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}
.noResult-search img, .start-search img {
    width: 42px;
}
    .noResult-search span, .start-search span {
        color: #bfbfbf;
        font-family: 'cairo';
        font-size: 13px;
        font-weight: 500;
    }
/* !-------slider------- */
.landing-center {
    /*  height: 86vh;*/
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .landing-center .slider-container {
        width: 60%;
       /* height: 100% !important;*/
        display: flex;
        justify-content: center;
        align-items: center;
         background-color: #3DA5FF; 
    }

.carousel {
    width: 85%;
    height: 620px;
    gap: 60px;
    /* margin: auto; */
    /* height: 475px; */
    color: #fff;
    /* background-color: lightgray; */
    /* display: flex; */
    /* flex-direction: column; */
}

    .carousel .carousel-indicators {
        /* position: unset !important; */
        width: 100%;
         bottom: 100px; 
        margin-inline: 0px;
        margin-block: 1.5em;
        /* height: 84px; */
        display: flex;
        align-items: end;
        justify-content: start;
        margin-right:50px;
    }

        .carousel .carousel-indicators li {
            width: 72px;
            height: 4px !important;
            /* border-color:#fff; */
            border-width: 0px;
            opacity: 0.4;
            z-index: 999;
            margin-bottom: -40px;
        }

.carousel-indicators li.active {
    opacity: 1 !important;
}

.carousel-inner .carousel-item .slider-content {
    /* padding: ; */
    color: #fff;
    display: flex;
    flex-direction: column;
    /* gap: 60px; */
    gap: 3em;
}

.carousel-item .slider-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* توسيط أفقي */
  
  
}

    .carousel-item .slider-content .slider-data {
        text-align: center; /* لو عايزة الكلام نفسه يبقى في النص */
        display: flex;
        flex-direction: column;
        gap: 1.5em;
        margin-right: 50px !important;
        z-index: 5;
    }

.carousel-item .slider-content .slider-header {
    font-family: 'cairo';
    font-weight: 600;
    /* font-size: 40px; */
    font-size: 28px;
    /* white-space: nowrap; */
    word-wrap: break-word;
}

.carousel-item .slider-content .slider-txt {
    font-family: 'cairo';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    width: fit-content;
}

    .contact-actions .install-app {
        background-color: #fff;
        display: flex;
        align-items: center;
        /* width: 164px; */
        height: 46px;
        gap: 0.5em;
        border-radius: 8.96px;
        border-width: 0.96px;
        padding: 0.5em 0.7em;
    }

        .contact-actions .install-app div {
            text-align: left !important;
            direction: ltr !important;
            height: 39px;
            width: max-content;
        }

        .contact-actions .install-app .sm-text {
            font-size: 11.61px;
            font-family: 'rubik-semibold';
            font-weight: 500;
            text-align: left !important;
            direction: ltr !important;
        }

        .contact-actions .install-app .lg-text {
            font-size: 20.6px;
            margin-top: -8px;
            font-family: 'rubik-medium';
            font-weight: 500;
            text-align: left !important;
            direction: ltr !important;
            letter-spacing: -1.5px;
        }

.slider-actions .subscribe-btn {
    width: 18em;
    height: 48px;
    gap: 8px;
    border-radius: 12px;
    padding: 0.75em 4em;
    font-family: 'cairo';
    font-weight: 700;
    font-size: 16px;
    background-color: #0073D8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.slider-actions {
    display: flex;
    align-items: center;
    gap: 1em;
}

    .slider-actions .subscribe-num {
        font-family: 'cairo';
        font-weight: 600;
        font-size: 15px;
        color: #FFFFFFB2;
    }

.slider-img-container {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .slider-img-container .slider-img {
        height: 320px;
        margin-top: -20px;
    }
/* slider animation */
/* Animation classes */
.slide-in-left {
    animation: slideInLeft 0.6s forwards;
}

.slide-out-right {
    animation: slideOutRight 0.6s forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

/* !-------/.slider------- */
/* --stars rating-- */
.star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.stars {
    position: relative;
    font-size: 12px;
    line-height: 1;
    display: flex;
    flex-direction: row-reverse; /* Fill from right to left */
    direction: ltr;
}

    .stars::before {
        content: '⭐⭐⭐⭐⭐';
        filter: grayscale(100%) brightness(75%);
    }

.stars-filled {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    /* filter: brightness(0) saturate(100%) invert(75%) sepia(48%) saturate(650%) hue-rotate(8deg) brightness(94%) contrast(92%); */
}

    .stars-filled::before {
        content: '⭐⭐⭐⭐⭐';
        /* filter: none; */
        filter: brightness(0) saturate(100%) invert(75%) sepia(48%) saturate(650%) hue-rotate(8deg) brightness(94%) contrast(92%);
    }

.rating-value, .rating-count {
    color: #888888;
    font-size: 12px;
}
/* --/.stars rating-- */



/*---------- footer ----------*/
.footer {
    background: #000;
    color: #fff;
    padding: 2rem 1rem 3rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 95%;
    margin: auto;
    padding-inline: 3em;
}

/* Left Section */
.footer-left {
    /* flex: 1; */
    /* min-width: 342.7px; */
    /* width: 30%; */
    width: 325px;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    height: 40px;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .social-icons img {
        width: 26px;
        height: 26px;
        /* filter: brightness(0) invert(1); */
        cursor: pointer;
        transition: 0.3s;
    }

        .social-icons img:hover {
            transform: scale(1.1);
        }

.footer-text {
    margin: 0.5rem 0 0;
    font-family: 'cairo';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFFB2;
}

.store-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2em;
}

    .store-buttons img {
        height: 28px;
        cursor: pointer;
        transition: 0.3s;
    }

        .store-buttons img:hover {
            transform: scale(1.05);
        }

/* Right Section */
.footer-right {
    flex: 1;
    min-width: 250px;
    text-align: right;
    display: flex;
    gap: 3em;
}

.footer-logo {
    width: 120px;
    margin-bottom: 1rem;
}

.links-container {
    display: flex;
    gap: 3em;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

    .footer-links li {
        margin: 0.5rem 0;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
        white-space: nowrap;
        font-size: 14px;
    }

        .footer-links a:hover {
            color: #00aaff;
        }

/* Bottom */
.footer-bottom {
    text-align: center;
    /* border-top: 1px solid #222; */
    /* padding-top: 1rem; */
    margin-block: 1rem;
    font-size: 14px;
    color: #aaa;
}
/*---------- /.footer -----------*/


/*----------- continue-reading-section ----------*/
.continue-reading-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    padding: 10px 40px;
    background-color: #111111CC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.reading-details {
    width: 75vw;
    /* flex-grow: 1; */
    display: flex;
    align-items: center;
    gap: 3em;
}

    .reading-details .rBook-info {
        height: 36px;
        display: flex;
        gap: 0.7em;
        font-family: 'cairo';
        font-weight: 600;
    }

.rBook-info .rBook-img {
    width: 28px;
    height: 40px;
    border-radius: 4px;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.rBook-img .img-fill {
    height: 84%;
}

.rBook-info .rBook-txt {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.rBook-info .cont-txt {
    font-size: 11px;
    color: #FFFFFFB2;
}

.rBook-info .rBook-txt .text-white {
    font-size: 12px;
}

.continue-btn {
    width: 30px;
    height: 30px;
}

    .continue-btn img {
        width: 100%;
        height: 100%;
    }

.progress-container {
    /* width: 100%; */
    min-width: 300px;
    flex-grow: 1;
    display: flex;
    gap: 1em;
    max-width: 600px;
    align-items: center;
}

.progress-label {
    font-family: 'cairo';
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.progress-bar {
    width: 100%;
    height: 4px;
    background: #8C8C8CB2;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0;
    background: #fff;
    transition: width 0.4s ease;
}

.reading-action button {
    width: 24px;
    height: 24px;
}
/* ---------notifications-ddl----------- */
.notifications-ddl-menu .dropdown-header {
    text-align: center !important;
}
.notifications-ddl-menu .dropdown-item {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: space-between !important;
    align-items: end;
    gap: 0.25em;    
}
.notifications-ddl-menu .dropdown-item:hover {
    background-color: #ffffff44;
}
    .notifications-ddl-menu .dropdown-item .msg {
        display: flex;
        align-items: center;
        gap: 0.25em;
    }

    .notifications-ddl-menu .notification-time {
        margin-left: auto;
    }
    /* -----/.----notifications-ddl----------- */
    /* -------------/.continue-reading-section--------- */
    @media (min-width:1700px) {
        .carousel {
            width: 820px;
        }

        .footer {
            padding: 2rem 1rem 4.5rem;
        }

        .continue-reading-section {
            height: 60px;
        }
    }
    /* @media (max-width:1500px) {} */
    @media (max-width:1200px) {
        .landing-center {
            display: flex;
            /* justify-content: center; */
        }

        .slider-container {
            width: 90%;
        }

        .carousel {
            width: 90%;
            /* height: 320px; */
            color: #fff;
        }

        .carousel-item .slider-content .slider-header {
            font-size: 140%;
        }

        .navbar-expand .navbar-nav {
            gap: 1em;
        }
    }

    @media (max-width:992px) {

        .navbar-expand .navbar-nav.mr-sm-auto {
            width: 100%;
            justify-content: end;
        }

        .main-header {
/*            flex-wrap: wrap;*/
            row-gap: 0.5em;
        }

        .alert-nav .alert-actions {
            gap: 1em;
        }

        .search-nav .input-group, .search-ddl {
            width: 245px;
        }

        .search-nav input {
            min-width: 150px !important;
        }

        .landing-center {
            display: flex;
            justify-content: center;
        }

            .landing-center .slider-container {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-block: 8em;
            }

        .slider-img-container {
            width: 0%;
        }

        .carousel {
            width: 80%;
        }

        .footer-container {
            gap: 3em;
            flex-direction: column;
            align-items: center;
        }

        .footer-right {
            width: 100%;
            justify-content: space-around;
        }

        .logo-container {
            display: flex;
            align-items: center;
        }

        .footer-logo {
            width: 155px;
        }
        /* .footer-left{
        width: 75%;
        padding-top: 1em;
        border-top: 1px solid #222;
    } */
        .footer-bottom {
            margin-block: 1.5rem;
        }

        .footer-left {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            /* padding-top: 20px;
        border-top: 1px dashed #5d5d5d82; */
        }

        .social-icons {
            width: 350px;
        }

        .carousel-item .slider-content .slider-header {
            font-size: 130%;
        }

        .slider-actions .subscribe-btn {
            padding: 1em;
            width: 250px;
            font-size: 20px;
            white-space: nowrap;
        }

        .continue-reading-section {
            height: auto;
        }

        .reading-details {
            flex-wrap: wrap;
            gap: 1em;
        }

        .rBook-info .rBook-txt .text-white {
            font-size: 11px;
        }
        /* .rBook-info .cont-txt{
        font-size: 10px;
    } */
    }

    @media (max-width: 576px) {
        .carousel {
            width: 95%;
            height: 470px;
        }

        .slider-actions {
            flex-wrap: wrap;
        }

        .links-container {
            flex-direction: column;
            gap: 1.5em;
        }

        .footer-container {
            padding-inline: 0em;
        }

        .reading-details {
            flex-wrap: wrap;
            gap: 0em;
        }
    }

    .main-header {
        background: transparent !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        border-bottom: none !important;
    }

    .carousel-item {
        height: 100%;
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        backface-visibility: hidden;
        @include transition($carousel-transition);
        z-index: 1;
    }

    .dropdown-item {
        /*margin-right:20px;*/
        display: block;
        width: 100%;
        padding: .35rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: white;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .logout-ddl .dropdown-item {
        border-bottom: 1px solid #5D5D5D !important;
        display: flex;
        align-items: center;
        padding: 0.5em 1em;
        gap: 0.35em;
    }

        .logout-ddl .dropdown-item img {
            width: 20px;
            height: 22px;
        }

        .logout-ddl .dropdown-item:is(:hover,:focus) {
            background-color: #0073D8cc;
            color: #fff;
        }
    /*    .logout-ddl .dropdown-item:is(:hover,:focus) img {
        filter: brightness(0) saturate(100%) invert(70%) sepia(74%) saturate(2804%) hue-rotate(181deg) brightness(96%) contrast(88%);
    } */
    .carousel-item .overlay {
        position: absolute;
        /* inset: 0;*/
        background: #00000052;
        z-index: 1;
        pointer-events: none;
        backface-visibility: hidden;
        will-change: opacity;
    }

    .from-group {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
    }

    .form-group:not(:has(.text-danger)) {
        margin-bottom: 0.5em;
    }

    .form-control:focus {
        outline: none !important;
        box-shadow: unset !important;
        border: 1px solid #0073D8 !important;
    }

    .from-group label {
        font-family: Cairo;
        font-weight: 700;
        font-size: 14px;
    }

    .text-danger {
        height: 14px;
        font-size: 13px;
        margin-block: 0px 4px;
    }

    .custom-badge {
        width: fit-content;
        height: 32px;
        padding: 0.25px 1em;
        border-radius: 50rem;
        font-family: Cairo;
        font-weight: 600;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .custom-badge.green {
            background-color: #EBFFF8;
            color: #00C07D;
        }

        .custom-badge.gray {
            background-color: #E9EFF6;
            color: #56636E;
        }

        .custom-badge.red {
            background-color: #E9EFF6;
            color: #56636E;
        }

        .custom-badge.border {
            background-color: transparent;
            border: 1px solid #AAAAAA;
            color: var(--secondary);
        }
}
/* أيقونات السوشيال ميديا في الفوتر */
.footer .alert-actions {
    display: flex;
    align-items: center;
    gap: 12px; /* مسافة بين الأيقونات */
}

    /* نشيل ستايل الزر */
    .footer .alert-actions button {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    /* حجم الأيقونات */
    .footer .alert-actions img {
        width: 24px;
        height: 24px;
    }


.sm-noData-section {
    width: 100%;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

    .sm-noData-section img {
        width: 24px;
    }

.lg-noData-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

    .lg-noData-section img {
        width: 45%;
        max-width: 450px;
    }

    .lg-noData-section span, .sm-noData-section span {
        font-family: Cairo;
        font-weight: 600;
        font-size: 16px;
        color: #56636E;
    }