/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 201, 0, 0.08), transparent 34%),
        linear-gradient(180deg, #050505 0%, #0f0f0f 100%);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-preloader {
    width: min(90vw, 340px);
    padding: 28px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 201, 0, 0.18);
    background: rgba(17, 17, 17, 0.92);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
}

.dashboard-preloader__mark {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    border: 1px solid rgba(255, 201, 0, 0.16);
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-preloader__mark img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 14px;
}

.dashboard-preloader strong {
    color: #ffc900;
    font-family: AlmaraiBold, Tajawal, Cairo, sans-serif;
    font-size: 1.3rem;
}

.dashboard-preloader small {
    color: rgba(255, 228, 133, 0.76);
    font-family: AlmaraiRegular, Tajawal, Cairo, sans-serif;
    font-size: 0.95rem;
}

.dashboard-preloader__spinner {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 4px solid rgba(255, 201, 0, 0.16);
    border-top-color: #ffc900;
    border-right-color: rgba(255, 201, 0, 0.72);
    animation: dashboard-spin 0.8s linear infinite;
}

.dashboard-livewire-loader {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 23, 23, 0.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.dashboard-livewire-loader.is-visible {
    opacity: 1;
    visibility: visible;
}

.dashboard-livewire-loader__box {
    min-width: 240px;
    max-width: 320px;
    padding: 22px 20px;
    border-radius: 18px;
    background: rgba(15, 15, 15, 0.96);
    border: 1px solid rgba(255, 201, 0, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.dashboard-livewire-loader__box strong {
    color: #ffc900;
    font-size: 15px;
    font-family: AlmaraiBold, Tajawal, Cairo, sans-serif;
}

.dashboard-livewire-loader__box small {
    color: rgba(255, 228, 133, 0.76);
    font-size: 12px;
    font-family: AlmaraiRegular, Tajawal, Cairo, sans-serif;
}

.dashboard-livewire-loader__spinner {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 4px solid rgba(255, 201, 0, 0.3);
    border-top-color: var(--color-warning);
    animation: dashboard-spin 0.8s linear infinite;
}

.dashboard-offline-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 20px;
    z-index: 99990;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--color-dark);
    color: var(--color-white);
    box-shadow: 0 18px 40px rgba(23, 23, 23, 0.24);
    font-size: 13px;
}

.dashboard-offline-banner i {
    color: var(--color-warning);
}

@keyframes dashboard-spin {
    to {
        transform: rotate(360deg);
    }
}

/*#loader:before,*/
/*#loader:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border: 4px solid var(--color-primary);*/
/*    border-radius: 50%;*/
/*    -webkit-animation: animate-loader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;*/
/*    animation: animate-loader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;*/
/*}*/

/*#loader:after {*/
/*    -webkit-animation-delay: -0.5s;*/
/*    animation-delay: -0.5s;*/
/*}*/

/*@-webkit-keyframes animate-loader {*/
/*    0% {*/
/*        width: 10px;*/
/*        height: 10px;*/
/*        top: calc(50% - 5px);*/
/*        left: calc(50% - 5px);*/
/*        opacity: 1;*/
/*    }*/

/*    100% {*/
/*        width: 72px;*/
/*        height: 72px;*/
/*        top: calc(50% - 36px);*/
/*        left: calc(50% - 36px);*/
/*        opacity: 0;*/
/*    }*/
/*}*/

/*@keyframes animate-loader {*/
/*    0% {*/
/*        width: 10px;*/
/*        height: 10px;*/
/*        top: calc(50% - 5px);*/
/*        left: calc(50% - 5px);*/
/*        opacity: 1;*/
/*    }*/

/*    100% {*/
/*        width: 72px;*/
/*        height: 72px;*/
/*        top: calc(50% - 36px);*/
/*        left: calc(50% - 36px);*/
/*        opacity: 0;*/
/*    }*/
/*}*/


@font-face {
    font-family: 'BAHNSCHRIFT.TTF';
    url('../fonts/BAHNSCHRIFT.TTF') format('truetype'),
}
.pah{
    font-family: 'BAHNSCHRIFT.TTF';
}
.max-w970{
    max-width: 970px;
}

@font-face {
    font-family: 'AlmaraiRegular';
    src: url('../fonts/AlmaraiRegular.eot');
    src: url('../fonts/AlmaraiRegular.eot') format('embedded-opentype'),
    url('../fonts/AlmaraiRegular.woff2') format('woff2'),
    url('../fonts/AlmaraiRegular.woff') format('woff'),
    url('../fonts/AlmaraiRegular.ttf') format('truetype'),
    url('../fonts/AlmaraiRegular.svg#AlmaraiRegular') format('svg');
}

@font-face {
    font-family: 'AlmaraiBold';
    src: url('../fonts/AlmaraiBold.eot');
    src: url('../fonts/AlmaraiBold.eot') format('embedded-opentype'),
    url('../fonts/AlmaraiBold.woff2') format('woff2'),
    url('../fonts/AlmaraiBold.woff') format('woff'),
    url('../fonts/AlmaraiBold.ttf') format('truetype'),
    url('../fonts/AlmaraiBold.svg#AlmaraiBold') format('svg');
}


:root {
    --color-light: #F8F8F8;
    --color-light2: #f5f1de;
    --color-secondary: #707070;
    --color-black: #171717;
    --color-p: #272929;
    --color-title: #171717;
    --color-title2: #212121;
    --color-success: #00FF00;
    --color-primary: #171717;
    --color-white: #ffffff;
    --color-warning: #FFC900;
    --color-danger-brand: #E60023;
    --color-dark: #212121;
    --color-dark2: #171717;
    --color-hover: #272929;
}

body {
    font-family:Tajawal, AlmaraiRegular, Cairo;
    color: #6c7293;
    font-size: 13px;
}
p,a{
    font-size: 14px!important;
}
.bg-dark2{
    background: var(--color-dark2);
}
.bg-dark{
    background: var(--color-dark)!important;
}
body.bg-black {
    color: var(--color-white);
}

h1, h2, h3, h4 {
    color: var(--color-title);
}
.rounded-2 {
    border-radius: 0.6rem!important;
}
.rounded-3 {
    border-radius: 0.9rem !important;
}
.text-danger {
    color: var(--color-danger-brand)!important;
}
.text-info {
    color: #5d78ff!important;
}
.z-index40 {
    z-index: 40;
}

.fs-12p {
    font-size: 12px;
}

.fs-45p {
    font-size: 45px;
}

.fs-80p {
    font-size: 80px;
}

.top-0 {
    top: 0;
}
.left-0{
    right: 0;
}  [dir="rtl"]  .left-0{
            right: auto;
            left: 0;
   }
.right-0{
    left: 0;
}  [dir="rtl"]  .right-0{
       left: auto;
       right: 0;
   }
   .w-20p{
       width: 20px;
   }
   .h-20p{
       height: 20px;
   }
   .h-175p{
       height: 175px;
   }
.bg-light{
    background-color: var(--color-light) !important;
}
.bg-light2{
    background-color: var(--color-light2) !important;
}
.pointer{
    cursor: pointer;
}
.bg-black{
    background-color: var(--color-black) !important;
}
.btn-danger{
    background-color: var(--color-danger-brand) !important;
    border-color: var(--color-danger-brand) !important;
}
.btn-dark{
    background-color: var(--color-dark)!important;
}
.btn-dark:hover{
    background-color: var(--color-primary)!important;
    border-color: var(--color-primary)!important;
}
.btn-success{
    background-color: var(--color-success)!important;
    border-color: var(--color-success)!important;
}
.btn-success:hover{
    background-color: #00d900!important;
    border-color:  #00d900!important;
}
.btn-danger:hover{
    background-color: var(--color-hover) !important;
    border-color: var(--color-hover) !important;
}
.bg-secondary{
    background-color: var(--color-secondary) !important;
}
.bg-success {
    background-color: var(--color-success)!important;
}
.text-secondary{
    color: var(--color-secondary) !important;
}
.bg-primary{
    background-color: var(--color-primary) !important;
}
.btn-primary:hover{
    background-color: var(--color-hover) !important;
}
.btn-outline-primary {
    color: var(--color-primary);
    border-color: var(--color-primary) ;
}
.btn-outline-primary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.bg-warning {
    background-color: var(--color-warning) !important;
}
.btn-warning {
    background-color: var(--color-warning) !important;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cover{
   object-fit: cover;
}
.btn:hover {
    background-color: var(--color-hover) !important;
    color: #fff!important;
    border-color: var(--color-hover);
}
.text-white {
    color: var(--color-white) !important;
}
.text-secondary {
    color: var(--color-secondary) !important;
}
.mw-700p {
    max-width: 700px;
}
.mw-800p {
    max-width: 800px;
}
.nav-link {
    transition: .4s;
}
.w-90{
    width: 90%;
}
.text-p {
    color: var(--color-p);
}
.text-primary {
    color: var(--color-primary) !important;
}
.btn-primary {
    color: #fff;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-hover) !important;
    border-color: var(--color-hover) !important;
}
.h-130p{
    width: 130px;
}
.header-botm{
    /*position: fixed;*/
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
}
section {
    padding-top: 70px;
}
section:first-of-type {
    padding-top: 0;
}
.layout{
    position: relative;
}
.layout:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #00000069;
    z-index: 1;
}
.h-140p{
    height: 120px;
}
header .header-top ~ .h-140p{
    height: 180px;
}
.notice {
    background: #fff;
    width: 380px;
    position: absolute;
    top: 0;
    right: -100%;
    transition: .4s;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
}[dir="rtl"]  .notice{
     right: auto;
     left: -100%;
 }
.notice.show {
    right: 0;
}[dir="rtl"]  .notice.show{
     right: auto;
     left: 0;
 }
.notice .nav-o:before {
    content: "";
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
    background: #ebedf2;
}
.notice .nav-link {
    border: none;
    border-bottom: 3px solid transparent;

}
.notice .nav-link:focus,.notice .nav-link.active, .notice .nav-link:hover {

    border-bottom: 3px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 0;
}
.notice .box {
    transition: .4s;
}
.notice .box:hover {
    background: var(--color-light);
}
.fw-550{
    font-weight: 550;
}
main{
    min-height: 25vh;
    margin-bottom: 20px;
}
textarea{
    resize: none;
}
[dir="rtl"] [type=email],[dir="rtl"] [type=number],[dir="rtl"] [type=tel],[dir="rtl"] [type=url]{
    direction: rtl;
}
@media (max-width: 575.98px) {
    h4, .h4{
        font-size: 18px;
    }
    a.btn{
        font-size: 12px;
    }
}
/**********   start header   ************************************************/
.login {
        background: var(--color-primary) url("../images/bg-img-1.png");
}
header {
    /*background: var(--color-primary) url("../images/bg-img-1.png");*/
    /*left: 17.54%!important;*/
    /*z-index: 9999!important;*/
}
[dir="rtl"]  header{
            left: 0!important;
            /*right: 17.54%!important;*/
        }
header .cont {
    position: absolute;
    border-radius: 50%;
    background-color: var(--color-primary);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    right: 10px;
    top: 0;
    font-size: 12px;
}
header .navbar-nav .nav-item{
    border-radius: 10px 10px 0 0;
}
header .navbar-nav .nav-item.active,header .navbar-nav .nav-item:hover{
    background: white;
}
header .navbar-nav .nav-item.active a.nav-link,header .navbar-nav .nav-item:hover a.nav-link{
    color: var(--color-primary) !important;
}
@media (max-width: 991.98px) {
/*    header {*/
/*    background: var(--color-primary) url("../images/bg-img-1.png");*/
/*    right: 0!important;*/
/*}*/
    header .navbar-nav .nav-item.active,header .navbar-nav .nav-item:hover{
        border-radius: 8px;
    }
    header .our-btn {
        display: inline-block;
        cursor: pointer;
        padding-top: 0;
        position: absolute;
        width: 30px;
        top: 0;
        left: 16px;
        height: 30px;
    }
    header .form-control:focus {
        box-shadow: none;
    }
    header .our-btn.close {
        padding-top: 0;
        top: -2px;
    }
    header .the-bar {
        display: block;
        width: 100%;
        height: 3.5px;
        margin-bottom: 5px;
        background: var(--color-dark);
        transition: .5s;
    }
    header .close .the-bar:first-Child {
        transform: rotate(-45deg) translate(-12px, 12px);
    }
    header .close .the-bar:nth-Child(2) {
        opacity: 0;
    }
    header .close .the-bar:last-Child {
        transform: rotate(45deg) translate(0);
    }
    header .navbar-collapse{
        width: 65%!important;
        position: fixed;
        right: 0;
        top: 0;
        background: var(--color-primary) url("../images/bg-img-1.png");
        display: block;
        padding-top: 5px;
        overflow-y: auto;
        z-index: 109;
        height: 100vh;
        box-shadow: 0 0 15px #000;
    }
    .ftco-navbar-light .navbar-nav{
       height: 100vh;
        overflow-y: auto;
    }
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link{
        color: #fff!important;
    }
    .navbar-collapse{
        transition: .5s;
    }
    .navbar-collapse.collapse:not(.show){
        display: block;
        right: -100%;
    }
    .overlaymnu .our-btn{
        position: fixed;
        background: #000;
        height: 120%;
        width: 100%;
        z-index: 11;
        top: 0;
        left: 0;
        cursor: context-menu !important;
        display: none;
        opacity: .6;
    }
    .overlaymnu .our-btn:hover{
        opacity: .6 !important;
    }
    /*end menu phon*/
}
@media (max-width: 767.98px) {
    header p{
        font-size: 11px;
    }
    .h-460p {
        height: 340px;
    }
    p{
        font-size: 11px;
    }
    .breadcrumb .breadcrumb-item .text-p,
    .breadcrumb .breadcrumb-item span{
        font-size: 11px!important;
    }
    button.btn {
        font-size: 11px;
    }
    .navs-o.nav .nav-item{
        font-size: 12px;
    }
    .navs-o.nav img{
        width: 20px;
    }
}

.nav-tabs .nav-item:hover .nav-link,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--color-p);
    background-color: var(--color-light2);
    border-color: var(--color-light2);
}
td div,th div{
      white-space: nowrap;
}
td,th{
      vertical-align: center;
}
.min-h-40p{
    min-height: 40px;
}
.table-os{
    background: #fff;
    border-radius: 5px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 13px;
}
.container-fluid {
    max-width: 1360px;
}
.img-edit{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding: 5px;
    border-radius: 50%;
    border: 3px solid var(--color-primary);
}
.form-group label {
    margin-bottom: 7px;
}
.form-control[type=file] {
    position: relative;
}
.form-control[type=file]:after {
    content: "اختيار ملف";
    background: #1e1e2d;
    color: #fff;
    position: absolute;
    right: 0;
    padding: 6px 12px;
    top: 0;
}
.felter{
    position: absolute;
    top: 75px;
    border-top: 0;
    border-radius: 6px;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.right-20{
    left: 17.54%!important;
}  [dir="rtl"] .right-20{
       left: 0 !important;
       right: 17.54% !important;
   }
.w-35p{
    width: 35px;
}
.breadcrumb-item+.breadcrumb-item::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";

}[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before{
        content: "\f053";
 }
.navbar-nav i.fa-solid.w-35p {
    text-align: center;
}
.select2-container--default{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 36px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444!important;
    line-height: 36px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 2px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: 1px solid var(--color-primary)!important;
    border-radius: 5px!important;
}
.select2-container--open {
    z-index: 1111;
}
.fs-13p{
    font-size: 13px;
}
.fs-12p{
    font-size: 12px;
}

/****** start sidbar*******/

.sidbar{
    background: var(--color-dark);
    /*width: 17.54%;*/
}
.sidbar .navbar-collapse{
    /*max-width: 285px;*/
    background: #1a1a27;
    /*z-index: 9999;*/
}
/*.sidbar .navbar-collapse .navbar-nav{*/
/*    min-height: 100vh;*/
/*}*/
.sidbar .dropdown-item:hover button, .sidbar .dropdown-item:hover{
    color: var(--color-primary) !important;
}
.sidbar .nav-item{
    transition: .4s;
}
.sidbar .nav-item:hover,.sidbar .nav-item.active{
    background: var(--color-dark2);
}
.sidbar .nav-item:hover .nav-link{
    color: var(--color-white)!important;
}
.sidbar .dropend .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
        transform: translateY(-50%)rotate(180deg);
} [dir="rtl"]  .sidbar .dropend .dropdown-toggle::after{
            right: auto;
            left: 10px;
            transform: translateY(-50%);
   }
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-primary);
}
.panel{
    display: none;
}
/*A dropdown menu within a dropdown menu*/
    @media (min-width: 991px) {
        .dropend:hover .dropdown-menu {
            display: block;
            left: 100%;
            right: auto;
            top: 0;
         } [dir="rtl"]  .dropend:hover .dropdown-menu{
            right: 100%;
            left: auto;
            }
        .sidbar .dropdown-menu li {
            position: relative;
            min-width: 200px;
        }
        .dropend .dropdown-menu[data-bs-popper]{
            left: 100%;
            right: auto;
        }[dir="rtl"]  .dropend .dropdown-menu[data-bs-popper]{
               right: 100%;
                 left: auto;
           }
        .sidbar .dropdown-menu .submenu {
            display: none;
            position: absolute;
            left: 100%;
            top: -7px;
        }[dir="rtl"]  .sidbar .dropdown-menu .submenu{
                right: 100%;
                left: auto;
           }

        .sidbar .dropdown-menu .submenu-left {
            left: 100%;
            right: auto;
        }[dir="rtl"]  .sidbar .dropdown-menu .submenu-left{
                right: 100%;
                left: auto;
           }

        .sidbar .dropdown-menu > li:hover > .submenu {
            display: block;
        }
    }
/* end A dropdown menu within a dropdown menu*/

    .sidbar .nav-itme .nav-link{
        color: #494b74;
    }
    @media (max-width: 991.98px) {
        header {
            left: 0!important;
        }  [dir="rtl"]  header{
                    left: 0!important;
                    right: 0!important;
                }
        .sidbar .navbar-collapse{
        width: 50%;
        position: fixed;
        right: 0;
        top: 0;
        display: block;
        padding-top: 5px;
        overflow-y: auto;
        z-index: 9999;
        height: 100vh;
        box-shadow: 0 0 15px #000;
        background: var(--color-dark);
    }
    .sidbar{
        display: block;
        right: -100%;
        position: relative;
        z-index: 99999;
    }
    }
/****** end sidbar*******/
/****** starty create*******/
.create .active{
    background: #f4f6f9;
    position: relative;
    color: var(--color-primary)!important;
}
.create .active:before{
    content: "";
    display: block;
    position: absolute;
    right: -12px;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #f4f6f9;
    border-top: 12px solid transparent;
    top: 50%;
    transform: translateY(-12px);
    }[dir="rtl"]  .create .active:before{
            right: auto;
            left: -11px;
            border-left: none;
            border-right: 12px solid #f4f6f9;
     }
/****** end create*******/

[type=checkbox].form-check-input:checked {
    color: #fff;
    border-color: var(--color-primary);
    background-color: transparent;
    width: 17px;
    height: 17px;
}
.form-check-input {
    width: 17px;
    height: 17px;
    transition:.4s;
}
.form-check-input:checked[type=checkbox]{
    background-image: url("../images/check.png");
    background-size: 90%;
    width: 17px;
    height: 17px;
}
[type=radio].form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
[type=radio].form-check-input:checked ~ label {
    color: var(--color-primary)!important;
    font-weight: bold;
}

.botn-osama a,
.botn-osama label{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-decoration: none;
    background: #fff;
    transition: .4s;
}
.botn-osama a.close-o{
    left: -5px;
}
.botn-osama a.close-o:hover{
    background: red;
    color: #fff;
}
.botn-osama a.pen:hover{
    background: var(--color-primary);
    color: #fff;
}

.form-control[type="file"]::after {
    width: 110px;
}

/*--------------------------------------------------------------
# Dashboard Shell
--------------------------------------------------------------*/
.dashboard-shell {
    display: flex;
    min-height: 100vh;
}

.dashboard-sidebar {
    width: 320px;
    flex: 0 0 320px;
    position: relative;
    z-index: 1040;
}

.dashboard-sidebar__panel {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 201, 0, 0.72) rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, #171717 0%, #212121 100%);
    color: #fff;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 16px 40px;
}

.dashboard-sidebar__panel::-webkit-scrollbar {
    width: 10px;
}

.dashboard-sidebar__panel::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
}

.dashboard-sidebar__panel::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(255, 201, 0, 0.9) 0%, rgba(181, 133, 0, 0.9) 100%);
    border-radius: 999px;
    border: 2px solid rgba(23, 23, 23, 0.95);
}

.dashboard-sidebar__panel::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffd84d 0%, #c79200 100%);
}

.dashboard-sidebar__backdrop {
    display: none;
}

.dashboard-sidebar__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.dashboard-sidebar__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
}

.dashboard-sidebar__logo img {
    max-width: 132px;
    max-height: 62px;
    object-fit: contain;
}

.dashboard-sidebar__close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

.dashboard-sidebar__meta {
    padding: 4px 8px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
}

.dashboard-sidebar__meta strong {
    display: block;
    font-size: 16px;
    color: #fff;
}

.dashboard-sidebar__eyebrow,
.dashboard-page__eyebrow,
.dashboard-panel__eyebrow,
.dashboard-topbar__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.dashboard-nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 14px;
}

.dashboard-nav__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 2px;
}

.dashboard-nav__title {
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.dashboard-nav__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    transition: 0.25s ease;
}

.dashboard-nav__link:hover,
.dashboard-nav__link.is-active {
    background: linear-gradient(135deg, rgba(255, 201, 0, 0.22), rgba(255, 255, 255, 0.08));
    color: #fff !important;
}

.dashboard-nav__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.dashboard-content {
    flex: 1;
    min-width: 0;
}

.dashboard-topbar {
    position: fixed;
    top: 0;
    left: 320px;
    right: 0;
    z-index: 1030;
    padding: 10px 20px;
    background: rgba(248, 248, 248, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(17, 20, 29, 0.08);
}

.dashboard-topbar-spacer {
    height: 72px;
}

.dashboard-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.dashboard-topbar__start,
.dashboard-topbar__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dashboard-topbar__heading h1 {
    margin: 0;
    font-size: 21px;
    font-family: AlmaraiBold, Tajawal, Cairo;
}

.dashboard-topbar__eyebrow {
    color: #7f8699;
}

.dashboard-topbar__toggle,
.dashboard-topbar__notice,
.dashboard-user {
    border: 1px solid rgba(17, 20, 29, 0.08);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(17, 20, 29, 0.06);
}

.dashboard-topbar__toggle {
    width: 44px;
    height: 44px;
}

.dashboard-topbar__notice {
    width: 46px;
    height: 46px;
    position: relative;
}

.dashboard-topbar__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 999px;
    background: #FFC900;
    color: #171717;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dashboard-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px 6px 8px;
}

.dashboard-user__avatar {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    overflow: hidden;
    background: #eff2f7;
    flex-shrink: 0;
}

.dashboard-user__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-user__meta {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.dashboard-user__meta strong {
    font-size: 14px;
    color: #11141d;
}

.dashboard-user__meta small {
    color: #7f8699;
}

.dashboard-main {
    padding: 12px 28px 36px;
}

.dashboard-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dashboard-page__hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 28px;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 201, 0, 0.40), transparent 30%),
        linear-gradient(135deg, #171717 0%, #212121 55%, #272929 100%);
    box-shadow: 0 20px 40px rgba(17, 20, 29, 0.12);
}

.dashboard-page__hero h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 32px;
}

.dashboard-page__hero p {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
}

.dashboard-page__hero-cards {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.dashboard-mini-card {
    min-width: 160px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.dashboard-mini-card span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 6px;
}

.dashboard-mini-card strong {
    font-size: 24px;
    color: #fff;
}

.dashboard-kpi-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.dashboard-kpi-card,
.dashboard-panel,
.dashboard-info-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(17, 20, 29, 0.06);
    box-shadow: 0 18px 40px rgba(17, 20, 29, 0.05);
}

.dashboard-kpi-card {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.dashboard-kpi-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.dashboard-kpi-card__body span {
    display: block;
    color: #7f8699;
    margin-bottom: 4px;
}

.dashboard-kpi-card__body strong {
    font-size: 28px;
    color: #11141d;
    font-family: AlmaraiBold, Tajawal, Cairo;
}

.tone-primary .dashboard-kpi-card__icon {
    background: rgba(17, 20, 29, 0.08);
    color: #11141d;
}

.tone-success .dashboard-kpi-card__icon {
    background: rgba(22, 198, 12, 0.12);
    color: #16c60c;
}

.tone-warning .dashboard-kpi-card__icon {
    background: rgba(255, 201, 0, 0.18);
    color: #FFC900;
}

.tone-info .dashboard-kpi-card__icon {
    background: rgba(93, 120, 255, 0.12);
    color: #5d78ff;
}

.tone-dark .dashboard-kpi-card__icon {
    background: rgba(47, 55, 73, 0.12);
    color: #2f3749;
}

.tone-secondary .dashboard-kpi-card__icon {
    background: rgba(152, 153, 172, 0.16);
    color: #9899ac;
}

.dashboard-panel {
    padding: 24px;
}

.dashboard-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.dashboard-panel__head h3 {
    margin: 0;
    font-size: 22px;
}

.dashboard-panel__eyebrow {
    color: #7f8699;
}

.dashboard-panel__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 20, 29, 0.06);
    color: #11141d;
}

.dashboard-panel__link {
    color: #11141d;
    text-decoration: none;
    font-weight: 700;
}

.dashboard-stat-total {
    font-size: 42px;
    font-family: AlmaraiBold, Tajawal, Cairo;
    color: #11141d;
    margin-bottom: 14px;
}

.dashboard-stat-list,
.dashboard-feed {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-stat-row,
.dashboard-feed__item,
.dashboard-dropdown__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7f8fb;
}

.dashboard-feed__item,
.dashboard-dropdown__item {
    text-decoration: none;
    color: inherit;
}

.dashboard-feed__icon,
.dashboard-dropdown__icon,
.dashboard-info-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 20, 29, 0.06);
    color: #11141d;
    flex-shrink: 0;
}

.dashboard-feed__body,
.dashboard-dropdown__body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dashboard-feed__body strong,
.dashboard-dropdown__body strong {
    color: #11141d;
}

.dashboard-feed__body small,
.dashboard-dropdown__body small,
.dashboard-feed__time,
.dashboard-dropdown__time {
    color: #7f8699;
}

.dashboard-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-info-grid--compact {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dashboard-info-card {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-info-card__label {
    color: #7f8699;
}

.dashboard-info-card strong {
    color: #11141d;
    font-size: 24px;
    font-family: AlmaraiBold, Tajawal, Cairo;
}

.dashboard-dropdown {
    min-width: 360px;
    padding: 10px;
    border: 1px solid rgba(17, 20, 29, 0.08);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(17, 20, 29, 0.12);
}

.dashboard-dropdown__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px 14px;
}

.dashboard-dropdown__header strong,
.dashboard-dropdown__header a {
    color: #11141d;
}

.dashboard-dropdown__header a:hover,
.dashboard-panel__link:hover {
    color: var(--color-warning);
}

.dashboard-dropdown__header small {
    display: block;
    color: #7f8699;
}

.dashboard-dropdown--profile .dashboard-dropdown__item {
    margin-bottom: 8px;
}

.dashboard-dropdown__empty,
.dashboard-empty {
    padding: 18px;
    text-align: center;
    color: #7f8699;
    background: #f7f8fb;
    border-radius: 16px;
}

@media (max-width: 1599.98px) {
    .dashboard-kpi-grid,
    .dashboard-info-grid--compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .dashboard-sidebar {
        width: 290px;
        flex-basis: 290px;
    }

    .dashboard-topbar {
        left: 290px;
    }

    .dashboard-kpi-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dashboard-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .dashboard-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        width: 100%;
        max-width: 320px;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
    }

    [dir="rtl"] .dashboard-sidebar {
        inset: 0 0 0 auto;
        transform: translateX(100%);
    }

    body.dashboard-sidebar-open .dashboard-sidebar {
        transform: translateX(0);
    }

    .dashboard-sidebar__backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(17, 20, 29, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease;
    }

    body.dashboard-sidebar-open .dashboard-sidebar__backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .dashboard-topbar {
        left: 0;
        padding: 16px;
    }

    .dashboard-topbar__heading h1 {
        font-size: 22px;
    }

    .dashboard-main {
        padding: 0 16px 24px;
    }

    .dashboard-page__hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .dashboard-topbar__actions {
        gap: 10px;
    }

    .dashboard-user__meta {
        display: none;
    }

    .dashboard-dropdown {
        min-width: 300px;
    }

    .dashboard-kpi-grid,
    .dashboard-info-grid,
    .dashboard-info-grid--compact {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .dashboard-page__hero h2 {
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
# Legacy Dashboard Theming
--------------------------------------------------------------*/
.main.h-100 {
    background: transparent;
}

.main .card,
.modal-content {
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(23, 23, 23, 0.05);
    overflow: hidden;
}

.main .card-header,
.card.card-primary > .card-header {
    background: linear-gradient(135deg, #171717 0%, #212121 100%) !important;
    border-bottom: 0;
    padding: 18px 22px;
}

.main .card-header .card-title,
.card.card-primary > .card-header .card-title {
    color: #fff !important;
}

.main .table,
.main table.table {
    margin-bottom: 0 !important;
}

.main,
.content,
.container-fluid {
    width: 100%;
}

.main > .table-responsive,
.main > .table-responsive-md,
.main > .table-responsive-lg,
.main > .table-responsive-xl,
.main > .table-responsive-xxl,
.content .table-responsive,
.content .table-responsive-md,
.content .table-responsive-lg,
.content .table-responsive-xl,
.content .table-responsive-xxl {
    width: 100%;
    padding: 0 0 24px;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 22px;
    background: var(--color-white);
    box-shadow: 0 18px 45px rgba(23, 23, 23, 0.05);
}

.main > .table-responsive > table,
.main > .table-responsive-md > table,
.main > .table-responsive-lg > table,
.main > .table-responsive-xl > table,
.main > .table-responsive-xxl > table,
.content .table-responsive > table,
.content .table-responsive-md > table,
.content .table-responsive-lg > table,
.content .table-responsive-xl > table,
.content .table-responsive-xxl > table,
.dashboard-table table {
    width: max-content;
    min-width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--color-white);
}

.main > .table-responsive,
.main > .table-responsive-md,
.main > .table-responsive-lg,
.main > .table-responsive-xl,
.main > .table-responsive-xxl,
.content .table-responsive,
.content .table-responsive-md,
.content .table-responsive-lg,
.content .table-responsive-xl,
.content .table-responsive-xxl,
.dashboard-table {
    scrollbar-gutter: stable both-edges;
}

.main > .table-responsive table thead th,
.main > .table-responsive-md table thead th,
.main > .table-responsive-lg table thead th,
.main > .table-responsive-xl table thead th,
.main > .table-responsive-xxl table thead th,
.content .table-responsive table thead th,
.content .table-responsive-md table thead th,
.content .table-responsive-lg table thead th,
.content .table-responsive-xl table thead th,
.content .table-responsive-xxl table thead th,
.dashboard-table table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    white-space: nowrap;
    background: var(--color-white);
}

.main table.table thead th {
    color: #171717;
    font-family: AlmaraiBold, Tajawal, Cairo;
    font-size: 13px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
    padding: 18px 14px;
    background: linear-gradient(180deg, #fffdf2 0%, #ffefbf 100%);
}

.main table.table thead th .bg-primary,
.dashboard-table table thead th .bg-primary {
    background: linear-gradient(180deg, #fff6d1 0%, #ffc900 100%) !important;
    color: #171717 !important;
    border: 1px solid rgba(23, 23, 23, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.main table.table tbody td {
    border-bottom: 1px solid rgba(23, 23, 23, 0.06);
    padding: 14px;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word;
    background: var(--color-white);
}

.main table.table tbody tr {
    background: var(--color-white);
}

.main table.table tbody tr:hover {
    background: rgba(255, 201, 0, 0.06);
}

.table-os {
    color: #272929;
    min-width: 0;
    width: 100%;
}

.main .form-control,
.main .form-select,
.modal-content .form-control,
.modal-content .form-select {
    min-height: 48px;
    border: 1px solid rgba(23, 23, 23, 0.10);
    border-radius: 14px !important;
    box-shadow: none !important;
    background: #fff;
    color: #171717;
}

.main textarea.form-control,
.modal-content textarea.form-control {
    min-height: 110px;
}

.main .form-control:focus,
.main .form-select:focus,
.modal-content .form-control:focus,
.modal-content .form-select:focus {
    border-color: #FFC900;
    box-shadow: 0 0 0 0.2rem rgba(255, 201, 0, 0.18) !important;
}

.main .border-primary {
    border-color: rgba(23, 23, 23, 0.10) !important;
}

.main .btn,
.modal-content .btn {
    border-radius: 14px !important;
    font-weight: 700;
    padding-inline: 16px;
}

.main .btn.rounded-0,
.modal-content .btn.rounded-0 {
    border-radius: 14px !important;
}

.main .btn-secondary {
    background: #272929 !important;
    border-color: #272929 !important;
    color: #fff !important;
}

.dashboard-list-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dashboard-list-card {
    background: var(--color-white);
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(23, 23, 23, 0.08);
    overflow: hidden;
}

.dashboard-list-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
    background: linear-gradient(90deg, rgba(255, 201, 0, 0.22) 0%, rgba(255, 201, 0, 0.05) 100%);
}

.dashboard-list-card__title {
    margin: 0;
    color: var(--color-title);
    font-family: AlmaraiBold, Tajawal, Cairo;
    font-size: 20px;
}

.dashboard-list-card__meta {
    margin: 6px 0 0;
    color: var(--color-secondary);
    font-size: 13px;
}

.dashboard-list-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.dashboard-list-card__actions > span,
.dashboard-list-card__actions > div,
.dashboard-list-card__actions > livewire\:businesses\.businesses-create,
.dashboard-list-card__actions > livewire\:counseling-types\.counseling-types-create,
.dashboard-list-card__actions > livewire\:counseling-times\.counseling-times-create,
.dashboard-list-card__actions > livewire\:encounters\.encounters-create,
.dashboard-list-card__actions > livewire\:latest-updates\.latest-updates-create,
.dashboard-list-card__actions > livewire\:service-types\.service-types-create,
.dashboard-list-card__actions > livewire\:social-medias\.social-medias-create {
    display: inline-flex;
}

.dashboard-list-card__actions .btn {
    margin: 0 !important;
    border-radius: 14px !important;
    padding: 10px 16px !important;
    font-weight: 700;
}

.dashboard-filter-bar__actions .btn i,
.dashboard-list-card__actions .btn i {
    margin-inline-end: 6px;
}

.dashboard-list-card__actions .btn {
    white-space: nowrap;
}

.dashboard-filter-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: end;
    padding: 22px 24px;
    background: #fcfcfc;
    border-bottom: 1px solid rgba(23, 23, 23, 0.05);
}

.dashboard-filter-bar__field label {
    display: block;
    margin-bottom: 8px;
    color: var(--color-title);
    font-size: 13px;
    font-weight: 700;
}

.dashboard-filter-bar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-table-wrap {
    padding: 0 24px 24px;
    width: 100%;
    min-width: 0;
}

.dashboard-table {
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 22px;
    background: var(--color-white);
    width: 100%;
    max-width: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 201, 0, 0.10);
}

.dashboard-table table {
    margin-bottom: 0 !important;
}

.dashboard-table td,
.dashboard-table th,
.main .table-responsive td,
.main .table-responsive th,
.main .table-responsive-md td,
.main .table-responsive-md th,
.main .table-responsive-lg td,
.main .table-responsive-lg th {
    min-width: 120px;
}

.dashboard-table td:first-child,
.dashboard-table th:first-child,
.main .table-responsive td:first-child,
.main .table-responsive th:first-child,
.main .table-responsive-md td:first-child,
.main .table-responsive-md th:first-child,
.main .table-responsive-lg td:first-child,
.main .table-responsive-lg th:first-child {
    min-width: 72px;
}

.dashboard-actions,
.dashboard-actions .btn,
.dashboard-pill,
.table-os .btn,
.table-os a {
    white-space: nowrap;
}

.dashboard-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff0b3 0%, #ffd24d 100%);
    color: var(--color-title);
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(23, 23, 23, 0.15);
}

.dashboard-pill--dark {
    background: #171717;
    color: #fff;
}

.dashboard-pill--success {
    background: rgba(0, 255, 0, 0.16);
}

.dashboard-pill--danger {
    background: rgba(230, 0, 35, 0.12);
    color: #a10018;
}

.dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.dashboard-actions .btn,
.dashboard-actions > a,
.dashboard-actions > span > a,
.dashboard-actions > span > button,
.table-os .dashboard-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 8px 14px !important;
    border-radius: 12px !important;
    border-width: 1px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: none !important;
}

.dashboard-actions .btn i,
.dashboard-actions > a i {
    margin: 0 !important;
}

.dashboard-actions .btn-primary,
.dashboard-actions .btn-secondary,
.dashboard-actions a.btn-primary,
.dashboard-actions a.btn-secondary,
.dashboard-actions > a:not(.btn-danger):not(.btn-warning):not(.btn-success) {
    background: #111 !important;
    border-color: rgba(255, 201, 0, 0.14) !important;
    color: #ffc900 !important;
}

.dashboard-actions .btn-primary:hover,
.dashboard-actions .btn-secondary:hover,
.dashboard-actions a.btn-primary:hover,
.dashboard-actions a.btn-secondary:hover,
.dashboard-actions > a:not(.btn-danger):not(.btn-warning):not(.btn-success):hover {
    background: #1a1a1a !important;
    border-color: rgba(255, 201, 0, 0.24) !important;
    color: #ffc900 !important;
}

.dashboard-actions .btn-danger,
.dashboard-actions a.btn-danger {
    background: #fff5f6 !important;
    border-color: rgba(230, 0, 35, 0.18) !important;
    color: #b0001b !important;
}

.dashboard-actions .btn-danger:hover,
.dashboard-actions a.btn-danger:hover {
    background: #ffe9ec !important;
    border-color: rgba(230, 0, 35, 0.28) !important;
    color: #8f0016 !important;
}

.dashboard-actions .btn-warning,
.dashboard-actions a.btn-warning {
    background: #fff8dc !important;
    border-color: rgba(255, 201, 0, 0.24) !important;
    color: #8e6b00 !important;
}

.dashboard-actions .btn-warning:hover,
.dashboard-actions a.btn-warning:hover {
    background: #fff2bf !important;
    border-color: rgba(255, 201, 0, 0.34) !important;
    color: #6f5300 !important;
}

.dashboard-actions .btn-success,
.dashboard-actions a.btn-success {
    background: #effbef !important;
    border-color: rgba(22, 198, 12, 0.2) !important;
    color: #157f0f !important;
}

.dashboard-actions .btn-success:hover,
.dashboard-actions a.btn-success:hover {
    background: #dff6df !important;
    border-color: rgba(22, 198, 12, 0.3) !important;
    color: #115f0c !important;
}

.dashboard-empty-state {
    padding: 40px 24px;
    text-align: center;
}

.dashboard-empty-state img {
    margin-bottom: 18px;
}

.settings-page .card.card-primary {
    background: transparent;
}

.settings-page .card-body {
    padding: 24px 24px 8px;
}

.settings-section-title {
    display: inline-flex;
    align-items: center;
    margin: 10px 0 18px;
    padding: 10px 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff6d1 0%, #ffc900 100%);
    color: #171717;
    font-family: AlmaraiBold, Tajawal, Cairo;
    font-size: 15px;
}

.settings-section-card {
    margin: 10px 0 18px;
    padding: 18px;
    border: 1px solid rgba(23, 23, 23, 0.06);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}

.settings-page .uniform-uploader {
    max-width: 260px;
}

.settings-download-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 10px;
}

.settings-download-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 201, 0, 0.14);
    border-radius: 20px;
    background: #fffdf7;
}

.settings-download-btn {
    align-self: flex-start;
    border-radius: 999px !important;
    padding: 10px 18px !important;
    font-weight: 700;
}

.settings-download-btn i {
    margin-inline-end: 8px;
}

.settings-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.settings-media-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px 18px;
    border: 1px solid rgba(255, 201, 0, 0.14);
    border-radius: 22px;
    background: #fffdf7;
    text-align: center;
}

.settings-media-preview {
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings-media-label {
    margin: 0;
    color: #171717;
    font-family: AlmaraiBold, Tajawal, Cairo;
    font-size: 14px;
}

.settings-media-card .uniform-uploader {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.settings-submit-wrap {
    display: flex;
    justify-content: center;
    padding: 18px 0 8px;
    border-top: 1px solid rgba(255, 201, 0, 0.18);
    margin-top: 8px;
}

.settings-submit-btn {
    min-width: 240px;
    border-radius: 16px !important;
    padding: 12px 24px !important;
    font-size: 16px;
    font-family: AlmaraiBold, Tajawal, Cairo;
}

.settings-page .img-thumbnail,
.settings-page .img-fluid.rounded {
    border-radius: 16px !important;
    border: 1px solid rgba(23, 23, 23, 0.08);
    background: #fff;
}

.main .table-responsive::-webkit-scrollbar,
.main .table-responsive-md::-webkit-scrollbar,
.main .table-responsive-lg::-webkit-scrollbar,
.main .table-responsive-xl::-webkit-scrollbar,
.main .table-responsive-xxl::-webkit-scrollbar,
.content .table-responsive::-webkit-scrollbar,
.content .table-responsive-md::-webkit-scrollbar,
.content .table-responsive-lg::-webkit-scrollbar,
.content .table-responsive-xl::-webkit-scrollbar,
.content .table-responsive-xxl::-webkit-scrollbar,
.dashboard-table::-webkit-scrollbar {
    height: 10px;
}

.main .table-responsive::-webkit-scrollbar-thumb,
.main .table-responsive-md::-webkit-scrollbar-thumb,
.main .table-responsive-lg::-webkit-scrollbar-thumb,
.main .table-responsive-xl::-webkit-scrollbar-thumb,
.main .table-responsive-xxl::-webkit-scrollbar-thumb,
.content .table-responsive::-webkit-scrollbar-thumb,
.content .table-responsive-md::-webkit-scrollbar-thumb,
.content .table-responsive-lg::-webkit-scrollbar-thumb,
.content .table-responsive-xl::-webkit-scrollbar-thumb,
.content .table-responsive-xxl::-webkit-scrollbar-thumb,
.dashboard-table::-webkit-scrollbar-thumb {
    background: rgba(23, 23, 23, 0.18);
    border-radius: 999px;
}

.main .table-responsive::-webkit-scrollbar-track,
.main .table-responsive-md::-webkit-scrollbar-track,
.main .table-responsive-lg::-webkit-scrollbar-track,
.main .table-responsive-xl::-webkit-scrollbar-track,
.main .table-responsive-xxl::-webkit-scrollbar-track,
.content .table-responsive::-webkit-scrollbar-track,
.content .table-responsive-md::-webkit-scrollbar-track,
.content .table-responsive-lg::-webkit-scrollbar-track,
.content .table-responsive-xl::-webkit-scrollbar-track,
.content .table-responsive-xxl::-webkit-scrollbar-track,
.dashboard-table::-webkit-scrollbar-track {
    background: rgba(23, 23, 23, 0.05);
}

@media (max-width: 767.98px) {
    .dashboard-list-card__head,
    .dashboard-filter-bar,
    .dashboard-table-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dashboard-filter-bar {
        grid-template-columns: 1fr;
    }

    .dashboard-filter-bar__actions {
        justify-content: stretch;
    }

    .dashboard-filter-bar__actions .btn {
        width: 100%;
    }

    .settings-download-grid,
    .settings-media-grid {
        grid-template-columns: 1fr;
    }

    .settings-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .main > .table-responsive,
    .main > .table-responsive-md,
    .main > .table-responsive-lg,
    .main > .table-responsive-xl,
    .main > .table-responsive-xxl,
    .content .table-responsive,
    .content .table-responsive-md,
    .content .table-responsive-lg,
    .content .table-responsive-xl,
    .content .table-responsive-xxl,
    .dashboard-table {
        border-radius: 18px;
    }
}

.main .btn-warning {
    color: #171717 !important;
    border-color: #FFC900 !important;
}

.main .btn-warning:hover {
    color: #171717 !important;
    background: #e6b500 !important;
    border-color: #e6b500 !important;
}

.badge.bg-primary {
    background: #171717 !important;
}

.badge.bg-secondary {
    background: #707070 !important;
}

.badge.bg-success {
    background: #00c853 !important;
}

.badge.bg-danger {
    background: #E60023 !important;
}

.pagination {
    gap: 8px;
}

.pagination .page-link {
    border-radius: 12px !important;
    border: 1px solid rgba(23, 23, 23, 0.08);
    color: #171717;
}

.pagination .active > .page-link,
.pagination .page-link.active {
    background: #171717;
    border-color: #171717;
    color: #FFC900;
}

.modal-content {
    border-radius: 24px;
}

.modal-header {
    border-bottom: 1px solid rgba(23, 23, 23, 0.06);
    padding: 20px 22px;
}

.modal-body {
    padding: 22px;
}

/*--------------------------------------------------------------
# Arabic Dashboard Refresh
--------------------------------------------------------------*/
body.dashboard-body {
    background: #050505 !important;
    color: #FFC900;
}

body.dashboard-body,
body.dashboard-body p,
body.dashboard-body span,
body.dashboard-body label,
body.dashboard-body small,
body.dashboard-body .text-muted,
body.dashboard-body .dashboard-sidebar__eyebrow,
body.dashboard-body .dashboard-page__eyebrow,
body.dashboard-body .dashboard-panel__eyebrow,
body.dashboard-body .dashboard-topbar__eyebrow,
body.dashboard-body .dashboard-nav__title,
body.dashboard-body .dashboard-info-card__label,
body.dashboard-body .dashboard-feed__body small,
body.dashboard-body .dashboard-dropdown__body small,
body.dashboard-body .dashboard-feed__time,
body.dashboard-body .dashboard-dropdown__time {
    color: #d8b54a !important;
}

body.dashboard-body .dashboard-sidebar__panel,
body.dashboard-body .dashboard-topbar,
body.dashboard-body .dashboard-page__hero,
body.dashboard-body .main .card-header,
body.dashboard-body .card.card-primary > .card-header,
body.dashboard-body .modal-header {
    background: #000 !important;
    color: #FFC900 !important;
    border-color: rgba(255, 201, 0, 0.14) !important;
    box-shadow: none !important;
}

body.dashboard-body .dashboard-sidebar__logo,
body.dashboard-body .dashboard-nav__icon,
body.dashboard-body .dashboard-nav__link,
body.dashboard-body .dashboard-topbar__toggle,
body.dashboard-body .dashboard-topbar__notice,
body.dashboard-body .dashboard-user,
body.dashboard-body .dashboard-dropdown__empty,
body.dashboard-body .dashboard-empty {
    background: #111 !important;
    color: #FFC900 !important;
    border: 1px solid rgba(255, 201, 0, 0.12) !important;
    box-shadow: none !important;
}

body.dashboard-body .dashboard-dropdown {
    background: #111 !important;
    color: #FFC900 !important;
    border: 1px solid rgba(255, 201, 0, 0.16) !important;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3) !important;
}

body.dashboard-body .dropdown-menu.dashboard-dropdown,
body.dashboard-body .dropdown-menu.dashboard-dropdown--profile {
    background-color: #111 !important;
    background-image: none !important;
}

body.dashboard-body .dropdown.show > .dropdown-menu.dashboard-dropdown,
body.dashboard-body .dropdown.show > .dropdown-menu.dashboard-dropdown--profile,
body.dashboard-body .dashboard-topbar .show > .dropdown-menu.dashboard-dropdown,
body.dashboard-body .dashboard-topbar .show > .dropdown-menu.dashboard-dropdown--profile {
    background: #111 !important;
    border: 1px solid rgba(255, 201, 0, 0.16) !important;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34) !important;
}

body.dashboard-body .dashboard-dropdown--profile {
    padding: 12px !important;
}

body.dashboard-body .dashboard-dropdown__item {
    background: #171717 !important;
    color: #ffe08a !important;
    border: 1px solid rgba(255, 201, 0, 0.1) !important;
}

body.dashboard-body .dashboard-dropdown__item:hover {
    background: #1d1d1d !important;
    color: #ffc900 !important;
    border-color: rgba(255, 201, 0, 0.18) !important;
}

body.dashboard-body .dashboard-dropdown--profile .dashboard-dropdown__item,
body.dashboard-body .dropdown-menu.dashboard-dropdown--profile .dashboard-dropdown__item {
    margin-bottom: 10px !important;
    background: linear-gradient(180deg, #1a1a1a 0%, #131313 100%) !important;
}

body.dashboard-body .dashboard-dropdown--profile .dashboard-dropdown__item:last-child,
body.dashboard-body .dropdown-menu.dashboard-dropdown--profile .dashboard-dropdown__item:last-child {
    margin-bottom: 0 !important;
}

body.dashboard-body .dashboard-dropdown--profile .dashboard-dropdown__icon {
    background: #0d0d0d !important;
    color: #ffc900 !important;
    border: 1px solid rgba(255, 201, 0, 0.16) !important;
}

body.dashboard-body .dashboard-dropdown__body strong,
body.dashboard-body .dashboard-dropdown__header strong,
body.dashboard-body .dashboard-dropdown__header a {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-dropdown__body small,
body.dashboard-body .dashboard-dropdown__time {
    color: rgba(255, 213, 74, 0.72) !important;
}

body.dashboard-body .dashboard-nav__link:hover,
body.dashboard-body .dashboard-nav__link.is-active,
body.dashboard-body .dashboard-panel__link,
body.dashboard-body .dashboard-dropdown__header a:hover,
body.dashboard-body .dashboard-panel__link:hover {
    background: #171717 !important;
    color: #FFC900 !important;
}

body.dashboard-body .dashboard-user__meta strong {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-user__meta small {
    color: rgba(255, 213, 74, 0.72) !important;
}

body.dashboard-body .dashboard-content,
body.dashboard-body .dashboard-main,
body.dashboard-body .main.h-100,
body.dashboard-body .dashboard-list-page {
    background: transparent !important;
}

body.dashboard-body .dashboard-page {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

body.dashboard-body .header-botm {
    display: none !important;
}

body.dashboard-body .header-botm + .container-fluid.mt-4,
body.dashboard-body .header-botm + .container-fluid.py-3.mt-4,
body.dashboard-body .header-botm + .container-fluid {
    margin-top: 0 !important;
    padding-top: 12px !important;
}

body.dashboard-body .dashboard-kpi-card,
body.dashboard-body .dashboard-panel,
body.dashboard-body .dashboard-info-card,
body.dashboard-body .main .card,
body.dashboard-body .content .table-responsive,
body.dashboard-body .content .table-responsive-md,
body.dashboard-body .content .table-responsive-lg,
body.dashboard-body .content .table-responsive-xl,
body.dashboard-body .content .table-responsive-xxl,
body.dashboard-body .main > .table-responsive,
body.dashboard-body .main > .table-responsive-md,
body.dashboard-body .main > .table-responsive-lg,
body.dashboard-body .main > .table-responsive-xl,
body.dashboard-body .main > .table-responsive-xxl,
body.dashboard-body .dashboard-filter-bar,
body.dashboard-body .settings-page .card-body {
    background: linear-gradient(180deg, #161616 0%, #101010 100%) !important;
    color: #ffe9a6 !important;
    border: 1px solid rgba(255, 201, 0, 0.18) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24) !important;
}

body.dashboard-body .dashboard-list-card {
    background: #0f0f0f !important;
    color: #fff !important;
    border: 1px solid rgba(255, 201, 0, 0.22) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32) !important;
}

body.dashboard-body .dashboard-list-card__head {
    background: #0f0f0f !important;
    border-bottom: 1px solid rgba(255, 201, 0, 0.14) !important;
    padding: 26px 28px !important;
    align-items: center !important;
}

body.dashboard-body .dashboard-list-card__title {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-list-card__meta {
    color: rgba(255, 240, 184, 0.82) !important;
}

body.dashboard-body .dashboard-filter-bar,
body.dashboard-body .dashboard-table,
body.dashboard-body .settings-page .card-body,
body.dashboard-body .main .card.card-primary {
    background: #ffffff !important;
    color: #000 !important;
}

body.dashboard-body .dashboard-filter-bar {
    background: transparent !important;
    color: #111 !important;
    border-top: 1px solid rgba(255, 201, 0, 0.08) !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    padding: 18px 24px 16px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px;
}

body.dashboard-body .dashboard-filter-bar .form-control,
body.dashboard-body .dashboard-filter-bar .form-select,
body.dashboard-body .dashboard-filter-bar input,
body.dashboard-body .dashboard-filter-bar select {
    background: #171717 !important;
    color: #ffd54a !important;
    border: 1px solid rgba(255, 201, 0, 0.26) !important;
    box-shadow: none !important;
    min-height: 50px !important;
    border-radius: 16px !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
}

body.dashboard-body .dashboard-filter-bar .form-control::placeholder,
body.dashboard-body .dashboard-filter-bar input::placeholder {
    color: rgba(255, 213, 74, 0.72) !important;
}

body.dashboard-body .dashboard-filter-bar .form-control:focus,
body.dashboard-body .dashboard-filter-bar .form-select:focus,
body.dashboard-body .dashboard-filter-bar input:focus,
body.dashboard-body .dashboard-filter-bar select:focus {
    background: #121212 !important;
    color: #ffe27a !important;
    border-color: rgba(255, 201, 0, 0.52) !important;
    box-shadow: 0 0 0 3px rgba(255, 201, 0, 0.12) !important;
}

body.dashboard-body .dashboard-filter-bar__field {
    flex: 1 1 260px;
    min-width: 220px;
}

body.dashboard-body .dashboard-filter-bar__field label {
    display: block;
    margin-bottom: 8px;
    color: #c89b1d !important;
    font-size: 14px;
    font-weight: 700;
}

body.dashboard-body .dashboard-table-wrap {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

body.dashboard-body .dashboard-table {
    background: #0f0f0f !important;
    border: 1px solid rgba(255, 201, 0, 0.12) !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    border-radius: 18px !important;
    padding-top: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-gutter: stable both-edges !important;
}

body.dashboard-body .dashboard-table::-webkit-scrollbar {
    height: 10px;
}

body.dashboard-body .dashboard-table::-webkit-scrollbar-track {
    background: #111 !important;
    border-radius: 999px;
}

body.dashboard-body .dashboard-table::-webkit-scrollbar-thumb {
    background: rgba(255, 201, 0, 0.5) !important;
    border-radius: 999px;
}

body.dashboard-body .dashboard-table::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 201, 0, 0.72) !important;
}

body.dashboard-body .dashboard-table > .pt-2,
body.dashboard-body .dashboard-table-pagination {
    width: 100% !important;
    overflow: visible !important;
    margin-top: 10px !important;
    padding: 0 18px 18px !important;
}

body.dashboard-body .dashboard-table > .pt-2 .pagination,
body.dashboard-body .dashboard-table-pagination .pagination {
    margin-bottom: 0 !important;
}

body.dashboard-body .dashboard-table > .pt-2 nav > div:first-child,
body.dashboard-body .dashboard-table-pagination nav > div:first-child {
    display: none !important;
}

body.dashboard-body .dashboard-table > .pt-2 nav > div:last-child,
body.dashboard-body .dashboard-table-pagination nav > div:last-child {
    display: flex !important;
    justify-content: center !important;
}

body.dashboard-body .dashboard-table > .pt-2 .pagination,
body.dashboard-body .dashboard-table-pagination .pagination {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

body.dashboard-body .dashboard-table > .pt-2 .page-item .page-link,
body.dashboard-body .dashboard-table > .pt-2 span[aria-current="page"] span,
body.dashboard-body .dashboard-table > .pt-2 span.relative.inline-flex.items-center,
body.dashboard-body .dashboard-table-pagination .page-item .page-link,
body.dashboard-body .dashboard-table-pagination span[aria-current="page"] span,
body.dashboard-body .dashboard-table-pagination span.relative.inline-flex.items-center {
    min-width: 42px;
    min-height: 42px;
    padding: 8px 14px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 201, 0, 0.18) !important;
    background: #121212 !important;
    color: #ffd54a !important;
    box-shadow: none !important;
    font-family: AlmaraiBold, Tajawal, Cairo, sans-serif !important;
}

body.dashboard-body .dashboard-table > .pt-2 .page-item.active .page-link,
body.dashboard-body .dashboard-table > .pt-2 span[aria-current="page"] span,
body.dashboard-body .dashboard-table-pagination .page-item.active .page-link,
body.dashboard-body .dashboard-table-pagination span[aria-current="page"] span {
    background: #ffc900 !important;
    color: #050505 !important;
    border-color: #ffc900 !important;
}

body.dashboard-body .dashboard-table > .pt-2 .page-item.disabled .page-link,
body.dashboard-body .dashboard-table > .pt-2 .page-link[aria-disabled="true"],
body.dashboard-body .dashboard-table-pagination .page-item.disabled .page-link,
body.dashboard-body .dashboard-table-pagination .page-link[aria-disabled="true"] {
    opacity: 0.42;
    background: #0d0d0d !important;
    color: rgba(255, 213, 74, 0.55) !important;
}

body.dashboard-body .dashboard-table > .pt-2 .page-link:hover,
body.dashboard-body .dashboard-table-pagination .page-link:hover {
    background: #1b1b1b !important;
    color: #ffe27a !important;
    border-color: rgba(255, 201, 0, 0.28) !important;
}

body.dashboard-body .dashboard-filter-bar > .row {
    width: 100%;
    margin: 0;
    align-items: flex-end;
    row-gap: 14px;
}

body.dashboard-body .dashboard-filter-bar > .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

body.dashboard-body .dashboard-filter-bar__field {
    width: 100%;
}

body.dashboard-body .dashboard-filter-bar__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

body.dashboard-body .dashboard-filter-bar__actions .btn {
    min-height: 50px;
    min-width: 110px;
    border-radius: 16px !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    gap: 8px;
}

body.dashboard-body .dashboard-table .dashboard-empty-state {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
}

body.dashboard-body .dashboard-empty-state,
body.dashboard-body .dashboard-empty-state h4,
body.dashboard-body .dashboard-empty-state p {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-actions .btn,
body.dashboard-body .dashboard-actions > a {
    box-shadow: none !important;
}

body.dashboard-body .dashboard-actions .btn-primary,
body.dashboard-body .dashboard-actions .btn-secondary,
body.dashboard-body .dashboard-actions > a:not(.btn-danger):not(.btn-warning):not(.btn-success) {
    background: #111 !important;
    border-color: rgba(255, 201, 0, 0.14) !important;
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-actions .btn-danger,
body.dashboard-body .dashboard-actions a.btn-danger {
    background: #fff5f6 !important;
    border-color: rgba(230, 0, 35, 0.18) !important;
    color: #b0001b !important;
}

body.dashboard-body .dashboard-actions .btn-warning,
body.dashboard-body .dashboard-actions a.btn-warning {
    background: #fff8dc !important;
    border-color: rgba(255, 201, 0, 0.24) !important;
    color: #8e6b00 !important;
}

body.dashboard-body .dashboard-actions .btn-success,
body.dashboard-body .dashboard-actions a.btn-success {
    background: #effbef !important;
    border-color: rgba(22, 198, 12, 0.2) !important;
    color: #157f0f !important;
}

body.dashboard-body .dashboard-kpi-card__body span,
body.dashboard-body .dashboard-kpi-card__body strong,
body.dashboard-body .dashboard-panel__head h3,
body.dashboard-body .dashboard-stat-total,
body.dashboard-body .dashboard-feed__body strong,
body.dashboard-body .dashboard-dropdown__body strong,
body.dashboard-body .dashboard-info-card strong,
body.dashboard-body .dashboard-dropdown__header strong,
body.dashboard-body .dashboard-dropdown__header a,
body.dashboard-body .dashboard-user__meta strong,
body.dashboard-body .dashboard-list-card__title,
body.dashboard-body .dashboard-list-card__meta,
body.dashboard-body .breadcrumb-item,
body.dashboard-body .breadcrumb-item a,
body.dashboard-body .main .card-body,
body.dashboard-body .main .card-body p,
body.dashboard-body .main .card-body label,
body.dashboard-body .main .card-body h1,
body.dashboard-body .main .card-body h2,
body.dashboard-body .main .card-body h3,
body.dashboard-body .main .card-body h4,
body.dashboard-body .main .card-body h5,
body.dashboard-body .main .card-body h6 {
    color: #ffe9a6 !important;
}

body.dashboard-body .dashboard-page__hero h2,
body.dashboard-body .dashboard-page__hero p,
body.dashboard-body .dashboard-mini-card span,
body.dashboard-body .dashboard-mini-card strong,
body.dashboard-body .dashboard-topbar__heading h1,
body.dashboard-body .dashboard-sidebar__meta strong,
body.dashboard-body .dashboard-nav__link,
body.dashboard-body .dashboard-sidebar__close,
body.dashboard-body .dashboard-topbar__toggle,
body.dashboard-body .dashboard-topbar__notice,
body.dashboard-body .dashboard-user {
    color: #FFC900 !important;
}

body.dashboard-body .dashboard-topbar {
    backdrop-filter: none;
}

body.dashboard-body .dashboard-user__meta small {
    color: #6d560d !important;
}

body.dashboard-body .dashboard-list-card__head .dashboard-list-card__title {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-list-card__head .dashboard-list-card__meta {
    color: rgba(255, 240, 184, 0.82) !important;
}

body.dashboard-body .dashboard-list-card__actions {
    gap: 12px !important;
}

body.dashboard-body .dashboard-list-card__actions .dashboard-pill {
    order: 3;
}

body.dashboard-body .dashboard-page__hero {
    background: linear-gradient(135deg, #0f0f0f 0%, #171717 62%, #1f1f1f 100%) !important;
    border: 1px solid rgba(255, 201, 0, 0.16) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28) !important;
}

body.dashboard-body .dashboard-page__eyebrow {
    color: rgba(255, 201, 0, 0.72) !important;
}

body.dashboard-body .dashboard-mini-card {
    background: rgba(255, 255, 255, 0.04) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 201, 0, 0.12) !important;
}

body.dashboard-body .dashboard-mini-card span {
    color: rgba(255, 240, 184, 0.78) !important;
}

body.dashboard-body .dashboard-mini-card strong {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-kpi-card,
body.dashboard-body .dashboard-panel,
body.dashboard-body .dashboard-info-card,
body.dashboard-body .dashboard-feed__item,
body.dashboard-body .dashboard-stat-row {
    background: linear-gradient(180deg, #181818 0%, #111111 100%) !important;
    color: #ffe9a6 !important;
    border: 1px solid rgba(255, 201, 0, 0.18) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22) !important;
}

body.dashboard-body .dashboard-info-card,
body.dashboard-body .dashboard-kpi-card {
    position: relative;
    overflow: hidden;
}

body.dashboard-body .dashboard-info-card::before,
body.dashboard-body .dashboard-kpi-card::before,
body.dashboard-body .dashboard-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 201, 0, 0.06), transparent 34%);
    pointer-events: none;
}

body.dashboard-body .dashboard-stat-row,
body.dashboard-body .dashboard-feed__item {
    background: rgba(255, 201, 0, 0.05) !important;
    border: 1px solid rgba(255, 201, 0, 0.12) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 201, 0, 0.02) !important;
}

body.dashboard-body .dashboard-kpi-card__icon,
body.dashboard-body .dashboard-panel__icon,
body.dashboard-body .dashboard-feed__icon,
body.dashboard-body .dashboard-dropdown__icon,
body.dashboard-body .dashboard-info-card__icon {
    background: #111 !important;
    color: #ffc900 !important;
    border: 1px solid rgba(255, 201, 0, 0.12) !important;
    box-shadow: none !important;
}

body.dashboard-body .dashboard-panel__eyebrow,
body.dashboard-body .dashboard-info-card__label,
body.dashboard-body .dashboard-kpi-card__body span,
body.dashboard-body .dashboard-feed__body small,
body.dashboard-body .dashboard-feed__time {
    color: rgba(255, 228, 133, 0.76) !important;
}

body.dashboard-body .dashboard-panel__head h3,
body.dashboard-body .dashboard-stat-total,
body.dashboard-body .dashboard-feed__body strong,
body.dashboard-body .dashboard-info-card strong,
body.dashboard-body .dashboard-kpi-card__body strong {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-stat-row strong,
body.dashboard-body .dashboard-feed__item strong {
    color: #fff4ca !important;
}

body.dashboard-body .dashboard-panel__link {
    background: transparent !important;
    color: #ffe9a6 !important;
    border: 0 !important;
}

body.dashboard-body .dashboard-panel__link:hover {
    color: #ffc900 !important;
}

body.dashboard-body .main .card-header,
body.dashboard-body .card.card-primary > .card-header {
    background: #111111 !important;
    border-bottom: 1px solid rgba(255, 201, 0, 0.16) !important;
}

body.dashboard-body .main .card-header .card-title,
body.dashboard-body .card.card-primary > .card-header .card-title {
    color: #ffc900 !important;
}

body.dashboard-body .dashboard-topbar__badge,
body.dashboard-body .dashboard-pill {
    background: #FFC900 !important;
    color: #000 !important;
    border: 0 !important;
}

body.dashboard-body .dashboard-list-card__head .dashboard-pill {
    background: #ffc900 !important;
    color: #000 !important;
}

body.dashboard-body .dashboard-pill--dark {
    background: #3a2a00 !important;
    color: #ffd45d !important;
    border: 1px solid rgba(255, 201, 0, 0.18) !important;
}

body.dashboard-body .dashboard-pill--success {
    background: rgba(74, 179, 90, 0.18) !important;
    color: #8ae29b !important;
    border: 1px solid rgba(74, 179, 90, 0.22) !important;
}

body.dashboard-body .dashboard-pill--danger {
    background: rgba(216, 74, 96, 0.16) !important;
    color: #ffb5c0 !important;
    border: 1px solid rgba(216, 74, 96, 0.22) !important;
}

body.dashboard-body .btn-primary,
body.dashboard-body .bg-primary {
    background: #000 !important;
    border-color: #000 !important;
    color: #FFC900 !important;
}

body.dashboard-body .btn-primary:hover,
body.dashboard-body .btn-primary:focus,
body.dashboard-body .btn-primary:active {
    background: #171717 !important;
    border-color: #171717 !important;
    color: #FFC900 !important;
}

body.dashboard-body .form-control,
body.dashboard-body .form-select,
body.dashboard-body .select2-container--default .select2-selection--single,
body.dashboard-body .select2-container--default .select2-selection--multiple {
    background: #fff !important;
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0.14) !important;
}

body.dashboard-body .table,
body.dashboard-body .table th,
body.dashboard-body .table td,
body.dashboard-body .dashboard-table table,
body.dashboard-body .dashboard-table table th,
body.dashboard-body .dashboard-table table td {
    color: #f5df8b !important;
    background: transparent !important;
}

body.dashboard-body .table-hover tbody tr:hover,
body.dashboard-body .dashboard-table table tbody tr:hover td {
    background: transparent !important;
}

body.dashboard-body .dashboard-table table {
    width: max-content !important;
    min-width: 100% !important;
    table-layout: auto !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #0f0f0f !important;
}

body.dashboard-body .dashboard-table table thead th {
    white-space: nowrap !important;
    vertical-align: middle !important;
    padding: 4px !important;
}

body.dashboard-body .dashboard-table table thead th .bg-primary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-size: 13px !important;
}

body.dashboard-body .table-os {
    background: transparent !important;
    color: #f5df8b !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.dashboard-body .dashboard-table tbody .table-os,
body.dashboard-body .table tbody .table-os,
body.dashboard-body .dashboard-table tbody td > .table-os,
body.dashboard-body .table tbody td > .table-os {
    background: transparent !important;
    color: #f5df8b !important;
    min-height: 36px !important;
    padding: 4px 6px !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.45 !important;
}

body.dashboard-body .dashboard-table tbody td,
body.dashboard-body .table tbody td {
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 8px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    color: #f5df8b !important;
    white-space: nowrap !important;
    word-break: normal !important;
    height: 68px !important;
}

body.dashboard-body .dashboard-table tbody tr,
body.dashboard-body .table tbody tr {
    background: #121212 !important;
}

body.dashboard-body .dashboard-table tbody tr:nth-child(even),
body.dashboard-body .table tbody tr:nth-child(even) {
    background: #181818 !important;
}

body.dashboard-body .dashboard-table tbody tr:hover,
body.dashboard-body .table tbody tr:hover {
    background: #202020 !important;
}

body.dashboard-body .dashboard-table tbody td a,
body.dashboard-body .dashboard-table tbody td span,
body.dashboard-body .dashboard-table tbody td small,
body.dashboard-body .table tbody td a,
body.dashboard-body .table tbody td span,
body.dashboard-body .table tbody td small {
    color: inherit !important;
}

body.dashboard-body .dashboard-table thead th:last-child,
body.dashboard-body .dashboard-table tbody td:last-child,
body.dashboard-body .table thead th:last-child,
body.dashboard-body .table tbody td:last-child {
    min-width: max-content !important;
}

body.dashboard-body .dashboard-table tbody td:last-child .table-os,
body.dashboard-body .table tbody td:last-child .table-os {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-width: max-content !important;
    min-height: 48px !important;
}

body.dashboard-body .dashboard-table tbody td:last-child .btn,
body.dashboard-body .dashboard-table tbody td:last-child a.btn,
body.dashboard-body .dashboard-table tbody td:last-child > span > a,
body.dashboard-body .dashboard-table tbody td:last-child > span > button,
body.dashboard-body .dashboard-table tbody td:last-child > span .btn,
body.dashboard-body .table tbody td:last-child .btn,
body.dashboard-body .table tbody td:last-child a.btn,
body.dashboard-body .table tbody td:last-child > span > a,
body.dashboard-body .table tbody td:last-child > span > button,
body.dashboard-body .table tbody td:last-child > span .btn {
    min-width: 104px !important;
    min-height: 40px !important;
    margin: 0 !important;
}

body.dashboard-body .dashboard-table tbody td:last-child > span,
body.dashboard-body .table tbody td:last-child > span,
body.dashboard-body .dashboard-table tbody td:last-child .dashboard-actions,
body.dashboard-body .table tbody td:last-child .dashboard-actions {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 8px !important;
}

body.dashboard-body .dashboard-table--applicants th:last-child,
body.dashboard-body .dashboard-table--applicants td:last-child {
    width: auto !important;
    min-width: max-content !important;
}

body.dashboard-body .dashboard-table--applicants .dashboard-actions-cell .table-os {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: max-content !important;
}

body.dashboard-body .dashboard-table--applicants .dashboard-actions-cell .btn,
body.dashboard-body .dashboard-table--applicants .applicant-action-btn {
    min-width: 92px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
}

body.dashboard-body .dashboard-table--applicants .applicant-inline-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.dashboard-body .dashboard-table--applicants .applicant-inline-actions__buttons {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}

body.dashboard-body .dashboard-table--applicants tbody tr {
    background: #121212 !important;
}

body.dashboard-body .dashboard-table--applicants tbody tr:nth-child(even) {
    background: #181818 !important;
}

body.dashboard-body .dashboard-table--applicants tbody tr:hover {
    background: #202020 !important;
}

body.dashboard-body .settings-page .card.card-primary {
    border-radius: 24px !important;
    overflow: hidden !important;
    border: 0 !important;
    background: transparent !important;
}

body.dashboard-body .modal-content {
    background: #0f0f0f !important;
    color: #ffd54a !important;
    border: 1px solid rgba(255, 201, 0, 0.22) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45) !important;
}

body.dashboard-body .modal-header,
body.dashboard-body .modal-body,
body.dashboard-body .modal-footer {
    background: #0f0f0f !important;
    color: #ffd54a !important;
    border-color: rgba(255, 201, 0, 0.14) !important;
}

body.dashboard-body .modal-title,
body.dashboard-body .modal-header .modal-title,
body.dashboard-body .modal-header h5,
body.dashboard-body .modal-header h4 {
    color: #ffc900 !important;
}

body.dashboard-body .modal-body p,
body.dashboard-body .modal-body label,
body.dashboard-body .modal-body h1,
body.dashboard-body .modal-body h2,
body.dashboard-body .modal-body h3,
body.dashboard-body .modal-body h4,
body.dashboard-body .modal-body h5,
body.dashboard-body .modal-body h6 {
    color: #ffd54a !important;
}

body.dashboard-body .modal-content .form-control,
body.dashboard-body .modal-content .form-select,
body.dashboard-body .modal-content input,
body.dashboard-body .modal-content select,
body.dashboard-body .modal-content textarea {
    background: #171717 !important;
    color: #ffe27a !important;
    border: 1px solid rgba(255, 201, 0, 0.22) !important;
}

body.dashboard-body .modal-content .form-control::placeholder,
body.dashboard-body .modal-content input::placeholder,
body.dashboard-body .modal-content textarea::placeholder {
    color: rgba(255, 213, 74, 0.72) !important;
}

body.dashboard-body .modal-content .form-control:focus,
body.dashboard-body .modal-content .form-select:focus,
body.dashboard-body .modal-content input:focus,
body.dashboard-body .modal-content select:focus,
body.dashboard-body .modal-content textarea:focus {
    background: #121212 !important;
    color: #ffe27a !important;
    border-color: rgba(255, 201, 0, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(255, 201, 0, 0.12) !important;
}

body.dashboard-body .modal-content .btn-close {
    filter: invert(84%) sepia(71%) saturate(662%) hue-rotate(359deg) brightness(101%) contrast(103%);
}

body.dashboard-body .checkbox_animated,
body.dashboard-body input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 7px;
    border: 1px solid rgba(255, 201, 0, 0.28);
    background: #121212;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    box-shadow: none !important;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

body.dashboard-body .checkbox_animated::after,
body.dashboard-body input[type="checkbox"]::after {
    content: none !important;
}

body.dashboard-body .checkbox_animated:checked,
body.dashboard-body input[type="checkbox"]:checked {
    background: #ffc900;
    border-color: #ffc900;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23050505' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M3 8.5l3.1 3.1L13 4.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
}

body.dashboard-body .checkbox_animated:focus,
body.dashboard-body input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 201, 0, 0.14) !important;
}

body.dashboard-body .modal-content label:has(.checkbox_animated),
body.dashboard-body .modal-content label:has(input[type="checkbox"]) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 56px;
    padding: 14px 18px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 201, 0, 0.18) !important;
    background: #171717 !important;
    color: #ffd54a !important;
    box-shadow: none !important;
    text-align: center !important;
    font-family: AlmaraiBold, Tajawal, Cairo, sans-serif !important;
}

body.dashboard-body .modal-content label:has(.checkbox_animated):hover,
body.dashboard-body .modal-content label:has(input[type="checkbox"]):hover {
    background: #1d1d1d !important;
    border-color: rgba(255, 201, 0, 0.28) !important;
}

body.dashboard-body .settings-page .card-header {
    background: #0f0f0f !important;
    color: #ffc900 !important;
    border-bottom: 1px solid rgba(255, 201, 0, 0.14) !important;
    padding: 22px 24px !important;
}

body.dashboard-body .settings-page .card-header .card-title,
body.dashboard-body .settings-page .card-header .card-title i {
    color: #ffc900 !important;
}

body.dashboard-body .settings-page .card-body {
    border-radius: 0 0 24px 24px !important;
    padding: 28px 28px 12px !important;
}

body.dashboard-body .settings-section-title {
    background: #111 !important;
    color: #ffc900 !important;
    border: 1px solid rgba(255, 201, 0, 0.24) !important;
    box-shadow: none !important;
}

body.dashboard-body .settings-section-card {
    background: #fffdf5 !important;
    border: 1px solid rgba(255, 201, 0, 0.18) !important;
}

body.dashboard-body .settings-page .form-control,
body.dashboard-body .settings-page .form-select,
body.dashboard-body .settings-page textarea.form-control {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

body.dashboard-body .settings-page input[type="file"] {
    position: relative;
    min-height: 54px;
    padding: 10px 14px !important;
    border-radius: 16px !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #171717 !important;
}

body.dashboard-body .settings-page input[type="file"]::after {
    content: none !important;
}

body.dashboard-body .settings-page input[type="file"]::file-selector-button {
    margin-inline-start: 12px;
    padding: 10px 18px;
    border: 0;
    border-radius: 12px;
    background: #171717;
    color: #ffc900;
    font-family: AlmaraiBold, Tajawal, Cairo;
    cursor: pointer;
}

body.dashboard-body .settings-page .uniform-uploader {
    display: block;
}

body.dashboard-body .settings-page .settings-download-card .form-control,
body.dashboard-body .settings-page .settings-media-card .form-control {
    width: 100%;
}

body.dashboard-body .settings-page .settings-download-btn {
    background: #171717 !important;
    border-color: #171717 !important;
    color: #ffc900 !important;
}

body.dashboard-body .settings-page .settings-download-btn:hover {
    background: #2a2a2a !important;
    border-color: #2a2a2a !important;
    color: #ffc900 !important;
}

body.dashboard-body .login-page__brand,
body.dashboard-body .login-page__card,
body.dashboard-body .login-page__brand-badge {
    border-color: rgba(255, 201, 0, 0.14) !important;
}

.modal-title {
    color: #171717;
    font-family: AlmaraiBold, Tajawal, Cairo;
}

.btn-close:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 201, 0, 0.18) !important;
}

body.dashboard-body .swal2-popup {
    background: #0f0f0f !important;
    color: #ffd54a !important;
    border: 1px solid rgba(255, 201, 0, 0.22) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45) !important;
    font-family: AlmaraiRegular, Tajawal, Cairo, sans-serif !important;
}

body.dashboard-body .swal2-title,
body.dashboard-body .swal2-html-container,
body.dashboard-body .swal2-content {
    color: #ffd54a !important;
    font-family: AlmaraiBold, Tajawal, Cairo, sans-serif !important;
}

body.dashboard-body .swal2-styled.swal2-confirm {
    background: #171717 !important;
    color: #ffc900 !important;
    border: 1px solid rgba(255, 201, 0, 0.24) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    font-family: AlmaraiBold, Tajawal, Cairo, sans-serif !important;
}

body.dashboard-body .swal2-styled.swal2-cancel {
    background: #2a1115 !important;
    color: #ffb3bf !important;
    border: 1px solid rgba(255, 102, 125, 0.24) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    font-family: AlmaraiBold, Tajawal, Cairo, sans-serif !important;
}

body.dashboard-body .swal2-success .swal2-success-ring {
    border-color: rgba(158, 214, 109, 0.35) !important;
}

body.dashboard-body .swal2-success .swal2-success-fix,
body.dashboard-body .swal2-success .swal2-success-circular-line-left,
body.dashboard-body .swal2-success .swal2-success-circular-line-right {
    background: #0f0f0f !important;
}

body.dashboard-body .swal2-icon.swal2-success {
    border-color: rgba(158, 214, 109, 0.45) !important;
    color: #9ed66d !important;
    position: relative !important;
    direction: ltr !important;
    width: 5em !important;
    height: 5em !important;
}

body.dashboard-body .swal2-success [class^='swal2-success-line'],
body.dashboard-body .swal2-success [class*=' swal2-success-line'],
body.dashboard-body .swal2-success .swal2-success-fix,
body.dashboard-body .swal2-success .swal2-success-circular-line-left,
body.dashboard-body .swal2-success .swal2-success-circular-line-right {
    display: none !important;
}

body.dashboard-body .swal2-icon.swal2-success::before {
    content: "\2713";
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #9ed66d;
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    direction: ltr !important;
}

/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/
.login-page {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #171717 0%, #212121 60%, #272929 100%);
    overflow: hidden;
}

.login-page__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 201, 0, 0.28), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 201, 0, 0.12), transparent 22%);
}

.login-page__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
    border: 1px solid;
}

.login-page__brand {
    padding: 54px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, #171717 0%, #212121 100%);
    flex-direction: column;
    justify-content: space-between;
}

.login-page__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #FFC900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.login-page__brand h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.login-page__brand p {
    color: rgba(255, 255, 255, 0.72);
    max-width: 420px;
}

.login-page__brand-badge {
    align-self: flex-start;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 201, 0, 0.10);
    border: 1px solid rgba(255, 201, 0, 0.22);
}

.login-page__brand-badge span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 4px;
}

.login-page__brand-badge strong {
    color: #FFC900;
    font-size: 24px;
}

.login-page__card {
    padding: 42px 38px;
}

.login-page__logo {
    display: flex;
    justify-content: center;
    padding: 18px;
    margin-bottom: 26px;
    border-radius: 24px;
    background: #171717;
}

.login-page__title {
    color: #d8b54a ;
    margin-bottom: 8px;
}

.login-page__subtitle {
    color: #707070;
    margin-bottom: 0;
}

.login-page__submit {
    min-width: 180px;
    min-height: 48px;
}

@media (max-width: 991.98px) {
    .login-page__shell {
        grid-template-columns: 1fr;
    }

    .login-page__card {
        padding: 30px 24px;
    }
}
