@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

:root {
    --bs-primary: #FD014E;
    --jd-primary: #fd014e;
    --jd-primary-highlight: #fd014e1a;
    --jd-loader-color: #FD014E;
    --bs-primary-rgb: 253, 1, 78;
    /* Darkmode styles */
    --jd-main-bg: #f7f7f7;
    --jd-white-color: #fff;
    --jd-sidebar-bg: #fff;
    --jd-dark-text-color: #23242a;
    --jd-side-menu-link: #191921;
    --jd-card-bg-color: #fff;
    --jd-card-border-color: #e5e7eb;
    --jd-card-shadow: rgba(219, 207, 255, 0.1) 0px 0px 0px 0px inset;
    /* 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    --jd-panel-bg-color: #fff;
    --jd-panel-border-color: rgba(237, 230, 255, 1);
    --jd-panel-shadow: 0px 2px 5px 0px rgba(101, 89, 114, 0.3);
    --jd-text-color: #333;
    --jd-highlight-color: #e11a56;
    --jd-switch-label-color: #8480ae;
    --jd-scrollbar-bg: #1e1e2d;
    --jd-scrollbar-thumb-bg: rgba(255, 255, 255, 0.2);
    --jd-campaign-form-bg: #f1f1f1;
    --jd-campaign-bg-focus: #e9e9e9;
    --jd-campaign-light-text: #333;
    --jd-campaign-dark-text: #f1f1f1;
    --jd-campaign-border: #ccc;
    --jd-campaign-select-border: #e0e0e0;
    --jd-campaign-help-text: #999;
    --jd-table-bg: #ffffff;
    --jd-table-shadow: 0 2px 4px rgba(57, 52, 52, 0.2);
    --green-color: #10b981;
}

/* Dark theme overrides */
[data-bs-theme="dark"] {
    --jd-sidebar-bg: #222121;
    --jd-white-color: #222121;
    --jd-main-bg: #292929;
    --jd-dark-text-color: #e0e0e0;
    --jd-side-menu-link: #e0e0e0;
    --jd-card-bg-color: #3f3f3f;
    --jd-card-border-color: #272525;
    /* --jd-card-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.15); */
    --jd-card-shadow: 10px 5px 10px 0px #030407;
    --jd-panel-bg-color: #2d2d2d;
    --jd-panel-border-color: #100f0f;
    --jd-panel-shadow: 0px 2px 5px 0px rgba(90, 82, 99, 0.5);
    --jd-text-color: #fff;
    --jd-highlight-color: #FF5F5F;
    --jd-switch-label-color: #b8b8b8;
    --jd-scrollbar-bg: #222;
    --jd-scrollbar-thumb-bg: rgba(255, 255, 255, 0.4);
    --jd-campaign-form-bg: #3a3f44;
    --jd-campaign-bg-focus: #4b5055;
    --jd-campaign-light-text: #f1f1f1;
    --jd-campaign-dark-text: #171313;
    --jd-campaign-border: #888;
    --jd-campaign-select-border: #888;
    --jd-campaign-help-text: #ccc;
    --jd-table-bg: #333;
}

/*
:root[data-bs-theme="dark"] {
    color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
    :root:not([data-bs-theme="light"]) {
        color-scheme: dark;
    }
} */

.btn-primary {
    --bs-btn-bg: var(--jd-primary);
    --bs-btn-border-color: #FD014E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FD014E;
    --bs-btn-hover-border-color: #df480d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--jd-primary);
    --bs-btn-active-border-color: #f70f23;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d43426;
    --bs-btn-disabled-border-color: #d43426;
    padding: 13px;
    font-size: 13px;
}

.bnxn .campaign-form-group>label {
    margin-left: 10px;
    font-weight: normal;
    font-size: 9px;
    padding-top: 15px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    /* background-color: #e0e0e0; */
    border-radius: var(--bs-border-radius);
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 10px;
    padding: 5px 10px !important;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: var(--jd-white-color);
    font-family: "Golos Text", sans-serif;
}

.loader-container {
    background: rgba(255, 255, 255, .9);
}

[data-bs-theme="dark"] .loader-container {
    background: rgba(0, 0, 0, 0.8);
}

.form-floating>label {

    font-size: 12px;
}

.btn-outline-primary {
    padding: 5px 10px;
    font-size: 14px;

}
.mh {
    display:inline-block;
}
.toast{
    max-width: 700px !important;
    }

@media (max-width: 600px) {
    .toast {
        max-width: 90% !important;
    }
    .mh {
        display:none !important;
    }
}



.toast-success{background-color:#10b981 !important;}
.toast-error{background-color:red !important;}

.toast {
    margin-bottom: 50px !important;
    opacity:1;
    border: 0;
    border-radius: 15px !important;
    box-shadow: none important;
    color: #000;
}

.toast-title {
    font-weight: 700;
    color: #fff;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #fff;
    font-size:13px;
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: none;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
    border-radius: 10px;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}


.wrapper {
    min-height: 100vh;
    max-width: 100vw;
    position: relative;
    background: var(--jd-white-color);
    font-size: 13px;
    color: var(--jd-dark-text-color);
}

.sidebar-wrap {
    left: -280px;
    width: 265px;
    background-color: var(--jd-sidebar-bg);
    top: 0px;
    bottom: 0px;
    position: fixed;
    overflow: auto;
    height: 100vh;
    overflow-y: auto;
    z-index: 99;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    transition-property: left;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    z-index: 102;
    /* border-right: 1px solid #adb0b2; */
}

.sidebar-nav {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;
    overflow: auto;
    color: var(--jd-dark-text-color);
    /* border-right: 1px solid #edf2f9; */
    /* border-right: 1px solid rgba(197, 204, 201, 0.435); */
    height: calc(100vh - 25px);
    z-index: 99;
}

/* [data-bs-theme="dark"] .sidebar-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
} */

.sidebar-nav .side-nav-logo {
    display: flex;
    padding: 10px 15px;
    justify-content: space-between !important;
    background-color: var(--jd-sidebar-bg);
    margin-top: 15px;
}


.sidebar-nav .sidenav-closer {
    display: none;
    text-align: center;
    font-size: 20px;
}

.sidebar-nav .side-nav-logo a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.sidebar-nav .side-nav-logo img {
    max-height: 35px;
}

.side-nav-content {
    list-style: none;
    padding: 0;
    padding-right: 15px;
    margin: 0;
}

.side-nav-footer {
    position: fixed;
    bottom: 15px;
    padding: 0 10px;
    margin: 10px 15px;
}

.side-nav-content a {
    display: -webkit-box;
    display: block;
    padding: 10px 20px 10px 35px;
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--jd-side-menu-link);
    align-items: center;
    margin-bottom: 20px;
}

[data-bs-theme="dark"] .side-nav-content a {
    color: #e0e0e0;
    background-color: transparent;
}

.side-nav-link i {
    opacity: 1;
    text-align: center;
    display: inline-block;
    align-items: center;
    margin-right: 6px !important;
    margin-top: 0;

}

.side-nav-content a.active {
    color: var(--jd-primary);
    box-shadow: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 0;
    border-style: solid solid solid;
    border-image: initial;
    border-left: 0;
}

.side-nav-content a:hover {
    color: var(--jd-primary);
    background-color: var(--jd-primary-highlight);
    box-shadow: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 0;
    border-style: solid solid solid;
    border-image: initial;
    border-left: 0;
}

[data-bs-theme="dark"] .side-nav-content a.active,
[data-bs-theme="dark"] .side-nav-content a:hover {
    color: var(--jd-primary);
    background-color: #333333;
}


.side-nav-link .side-nav-arrow {
    float: right;
    align-items: center;
    margin-right: 5px;
}

.side-nav-link .side-nav-arrow::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-nav-content a.active .side-nav-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-nav-content a.toc .side-nav-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(90deg);
}

[data-bs-theme="dark"] .side-nav-link .side-nav-arrow::before {
    color: #cfcfcf;
}

.submenu .sublink {
    display: block;
    position: relative;
    padding: 10px 25px 10px 54px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #19191b;
}

.submenu a {
    display: -webkit-box;
    display: block;
    padding: 9px 20px 9px 35px;
    font-size: 0.98rem;
    font-weight: 500;
    color: var(--jd-side-menu-link);
    align-items: center;
}


[data-bs-theme="dark"] .submenu .sublink,
[data-bs-theme="dark"] .submenu a {
    color: #d0d0d0;
}

/*
.submenu .sublink::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border: 1px solid #575979;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.submenu .sublink:hover:after ,.submenu .sublink.active:after {
    left: 0px;
    background: #575979;
} */
.submenu .sublink.active,
.submenu a.active,
.submenu .sublink:hover,
.submenu a:hover {
    border: 1px solid #cce9dc;
    background-color: transparent;
    color: #ce2a15;
    margin: 0px 20px 0px 45px;
    padding: 8px 8px 8px 12px;
    border-radius: 10px;
}

[data-bs-theme="dark"] .submenu .sublink.active,
[data-bs-theme="dark"] .submenu a.active,
[data-bs-theme="dark"] .submenu .sublink:hover,
[data-bs-theme="dark"] .submenu a:hover {
    border: 1px solid #4a4a4a;
    background-color: #333333;
}

.sidebar-overlay {
    cursor: pointer;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -ms-webkit-transition: opacity 0.3s, visibility 0.3s;
}

[data-bs-theme="dark"] .sidebar-overlay {
    background: rgba(0, 0, 0, 0.7);
    background: none;
}

.side-nav-wrap .premium-box {
    margin-top: auto;
    /* background-color: #fff1f3; */
    background:linear-gradient(358deg, #ffe1e3 0%, #fff1f3 100%);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
    color: var(--jd-dark-text-color);
}

.side-nav-wrap .premium-box .rocket-icon {
    font-size: 24px;
    margin-top: -40px;
}

.side-nav-wrap .premium-box .rocket-icon i {
    font-size: 50px;
    margin-top: 40px;
}

.side-footer {
    margin: 20px 15px 10px 15px;
    font-size: 13px;
    /* margin-top: auto; */
}

.side-footer a {
    color: #534f4f;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.side-footer a:hover {
    color: #666;
}

[data-bs-theme="dark"] .side-nav-wrap .premium-box {
    color: #000000;
}

[data-bs-theme="dark"] .side-nav-wrap .premium-box .rocket-icon i {
    color: #ff9e9e;
}

[data-bs-theme="dark"] .side-footer {
    color: #a0a0a0;
}

[data-bs-theme="dark"] .side-footer a {
    color: #cfcfcf;
}

[data-bs-theme="dark"] .side-footer a:hover {
    color: #999;
}

.content-wrap {
    padding-top: 75px;
    height: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding-left: 0px;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.nav-topbar {
    height: 75px;
    top: 0;
    position: fixed;
    background-color: var(--jd-white-color);
    padding: 8px 20px;
    z-index: 99;
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    width: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    /* border-bottom: 1px solid rgba(197, 204, 201, 0.435); */
}

.nav-topbar-toggler {
    margin-left: 0;
    margin-right: 1rem;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.topbar-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nav-search {
    border-radius: 10px;
    background-color: #f1f1f1;
    margin-left: 10px;
    width: 350px;
    font-size: 14px;
    padding: 10px;
}

[data-bs-theme="dark"] .nav-search {
    background-color: #333333;
}

.main-container {
    border-radius: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    padding: 8px;
    padding-top: 5px;
    left: auto;
    background-color: var(--jd-main-bg);
    margin-bottom: 75px;
    /* min-height:80vh; */
}

.page-content {
    padding: 20px;
}

.nav-title {
    font-size: 1.35rem;
    font-weight: 600 !important;
}

.nav-logo {
    display: inline-block !important;
}

.mobile-logo img {
    max-height: 28px;
}

.mobile-menu-icon {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    padding-top: 20px;
    margin-right: 0;
    order: 1;
}

#side-nav {
    display: none !important;
}

.nav-toolbar {
    margin-left: auto !important;
    margin-right: 15px;
    justify-items: right;
}

.nav-user-image {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    object-fit: cover;
}

.nav-user-image:hover {
    border: 1px solid #7f7f7f54;
}

.nav-user-name {
    font-size: 1rem;
    margin: 0 10px;
}

.footer {
    background-color: var(--jd-white-color);
    /* border-top: 1px solid rgba(38, 36, 36, 0.435); */
    bottom: 0px;
    text-align: left;
    padding: 20px 30px;
    position: relative;
    padding-top: 15px;
    right: 0;
    left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    height: fit-content;
}

.footer p {
    margin-bottom: 0;
    color: #050708;
}

.footer a {
    text-decoration: underline;
    margin-left: 10px;
}

[data-bs-theme="dark"] .footer p {
    color: #ccc;
}

.notify-dropdown {
    width: 350px;
}

.sidebar-closed .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
}

.sidebar-open {
    left: 0;
}

.sidebar-closed .sidebar-wrap {
    /* left: -280px; */
    width: 255px;
}

.sidebar-closed .content-wrap {
    padding-left: 0;
    width: 100%;
}

.sidebar-closed .content-wrap .nav-topbar {
    left: 0;
    width: 100%;
}

.sidebar-wrap-open {
    left: 0;
}

.side-nav-wrap {
    padding: 10px 0;
}

.noti-height {
    height: 350px;
}

@media only screen and (max-width: 1199.8px) {

    .notify-dropdown {
        width: 100%;
        transform: none !important;
    }

    .side-nav-footer {
        position: relative;
        bottom: 5px;
    }

    .nav-topbar .mobile-logo {
        display: inline-block;
        height: 40px;
        margin-right: 10px;
    }

    .sidebar-open .sidebar-wrap-open .sidebar-overlay {
        visibility: visible;
        opacity: 1;
    }

    .btn-lang>span {
        display: none !important;
    }

    .sidebar-nav .sidenav-closer {
        display: block;
    }

}

@media only screen and (min-width: 768px) {
    .main-container {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .content-wrap {
        width: 100%;
    }

    .sidebar-wrap {
        left: 0;
        width: 275px;
    }

    .nav-topbar {
        padding-left: 275px;
        height: 85px;
    }

    .main-container {
        margin-left: 285px;
        padding-bottom: 25px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .footer {
        padding-left: 285px;
    }

    .nav-topbar .mobile-logo {
        display: none;
    }

    #mobile-nav {
        display: none !important;
    }

    #side-nav {
        display: block !important;
    }

    .sidebar-overlay {
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {

    .notify-dropdown {
        width: 100%;
        transform: none !important;
    }

    .noti-height {
        height: 81vh;
    }
}

@media (max-width: 576px) {
    .noti-height {
        height: 75vh;
    }
}

.mobile-toggler {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: 0 0;
    outline: 0 !important;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-toggler span {
    display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #484f66;
}

.mobile-toggler span:before,
.mobile-toggler span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #484f66;
}

.mobile-toggler.light span,
.mobile-toggler.light span:before,
.mobile-toggler.light span:after {
    background: var(--jd-white-color);
}

.mobile-toggler span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    left: 0;
    width: 50%;
    top: -8px;
}

.mobile-toggler span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    left: 0;
    width: 75%;
    bottom: -9px;
}

[data-bs-theme="dark"] .mobile-toggler span,
[data-bs-theme="dark"] .mobile-toggler span:before,
[data-bs-theme="dark"] .mobile-toggler span:after {
    background: #fff;
}

.btn-circle {
    border-radius: 50em;
}

.btn-icon {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.6rem;
    width: calc(2.5125rem + 2px);
    height: calc(2.5125rem + 2px);
}

.btn-nav {
    font-size: 1.5rem;
    font-weight: 700;
    /* margin-left: 1rem; */
}

.noti-badge {
    margin-left: -15px;
    background-color: var(--jd-primary);
    color: white;
    font-size: 7px;
    border-radius: 50%;
    padding: 2px 3px;
    position: relative;
    top: -12px;
    right: 0;
}

.notif-btn {
    margin-right: -7px;
    padding: 0 30px !important;
}

.notif-btn svg {
    width: 25;
    height: 25;
}

/* footer nav */
.mob-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0 0px;
}

.mob-nav-link {
    -webkit-box-shadow: 0 0 80px rgb(0 34 94 / 50%);
    box-shadow: rgb(178 177 178 / 10%) -1px 2px 0px 1px inset;
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 200;
    background: var(--jd-sidebar-bg);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.mob-nav-link li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: inset 0 3px transparent;
    box-shadow: inset 0 3px transparent;
}


.mob-nav-link li .fnlink {
    text-decoration: none !important;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    color: var(--jd-text-color);
    font-weight: bold;
    padding: 5px;
}

.mob-nav-link li a.active .fnlink {

    border-radius: 10px;
    color: var(--jd-primary);
    background-color: var(--jd-primary-highlight);
}

.mob-nav-link li a i {
    color: var(--jd-text-color);
    font-size: 20px;
    margin: 5px 0;
}

.mob-nav-link li a.active i {
    font-size: 15px;
    font-weight: 600;
    color: var(--jd-primary);
}

@media screen and (min-width: 768px) {
    .mob-nav {
        display: none !important;
    }
}

.main-shadow {
    -webkit-box-shadow: var(--jd-card-shadow);
    box-shadow: var(--jd-card-shadow);
}

/*card elements*/
.custom-card {
    -webkit-box-shadow: var(--jd-card-shadow);
    box-shadow: none;
    background-color: var(--jd-card-bg-color);
    margin-bottom: 15px;
    border-color: var(--jd-card-border-color);
    border: 1px solid var(--jd-card-border-color);
    border-radius: 20px;
    color: var(--jd-text-color);
}

.custom-card .custom-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    /* border-bottom: 1px solid var(--jd-card-border-color); */
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
    margin-bottom: -10px;
}

.custom-card .custom-card-body {
    padding: 20px 25px;
    border-radius: 4px;
}

.custom-card .custom-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid var(--jd-card-border-color);
    background-color: transparent;
    padding: 12px 25px;
}

.custom-card-bordered {
    border: 1px solid var(--jd-card-border-color);
}


.card {
    -webkit-box-shadow: var(--jd-card-shadow);
    box-shadow: var(--jd-card-shadow);
    background-color: var(--jd-card-bg-color);
    margin-bottom: 20px;
    border-color: var(--jd-card-border-color);
    border-radius: 20px;
}

.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid var(--jd-card-border-color);
    min-height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}

.card .card-body {
    padding: 20px 25px;
    border-radius: 4px;
}

.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid var(--jd-card-border-color);
    background-color: transparent;
    padding: 12px 25px;
}

.card-bordered {
    border: 1px solid var(--jd-card-border-color);
}

.panel {
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    -webkit-box-shadow: var(--jd-card-shadow);
    box-shadow: none;
    background-color: var(--jd-card-bg-color);
    margin-bottom: 10px;
    border-color: var(--jd-card-border-color);
    border: 1px solid var(--jd-card-border-color);
    border-radius: 20px;
}

.panel .panel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 5px 10px;
    border-bottom: none;
    /* min-height: 50px; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}

.panel .panel-body {
    padding: 18px;
    border-radius: 4px;
    flex: 1 1 auto;
}

.panel .panel-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid var(--jd-card-border-color);
    background-color: transparent;
    padding: 5px 10px;
}

.panel-bordered {
    border: 2px solid var(--jd-card-border-color);
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.4);
    background-clip: border-box;
}

.panel .panel-body>p {
    margin-bottom: 0;
}

.custom-card .custom-card-footer a:hover,
.panel .panel-footer a:hover {
    color: var(--jd-highlight-color);
}

/* Breadcrumb */
.page-title-box .page-title {
    font-size: 18px;
    margin: 0;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-title-box .page-title-right {
    float: right;
    margin-top: 20px;
}

.page-title-box .breadcrumb {
    padding-top: 8px;
}

.page-title-box-sm .page-title {
    line-height: 1 !important;
    margin-bottom: 25px;
}

.page-title-box-sm .page-title-right {
    float: right;
    margin-top: 0;
}

.page-title-box-sm .breadcrumb {
    padding-top: 0;
    margin-top: -3px !important;
}

.text-title {
    color: var(--bs-secondary-color);
}

.text-title:hover {
    color: var(--bs-tertiary-color);
}

@media (max-width: 767.98px) {
    .page-title-box .page-title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 70px;
    }

    .page-title-box .breadcrumb {
        display: none;
    }

    .page-title-box .page-title-right {
        display: none;
    }
}

@media (max-width: 419px) {
    .page-title-box .breadcrumb {
        display: none;
    }
}

#itemList .list-group-item.active,
#itemList .list-group-item:hover {
    z-index: 2;
    color: #1b2621;
    background-color: var(--jd-primary);
    border-color: #d9dce0;
}

/* common helper utilites */
.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: var(--jd-scrollbar-bg);
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: var(--jd-scrollbar-thumb-bg);
    border-radius: 3px;
}

.c-scrollbar {
    scrollbar-color: var(--jd-scrollbar-thumb-bg);
    scrollbar-width: thin;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.jdv-switch input:empty {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

.jdv-switch input:empty~span {
    display: inline-block;
    position: relative;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
    height: 31px;
    width: 60px;
    border-radius: 12px;
}

.jdv-switch input:empty~span:after,
.jdv-switch input:empty~span:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 60px;
    border-radius: 12px;
}

.jdv-switch input:checked~span::after {
    left: 28px;
}

.jdv-switch input:empty~span:before {
    background-color: #e8ebf1;
}

.jdv-switch input:empty~span:after {
    height: 27px;
    width: 27px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    color: #89aaeb;
    background-color: #fff;
}

.jdv-switch-success input:checked~span:after {
    background-color: #38c172;
}

.jdv-switch-info input:checked~span:after {
    background-color: #6cb2eb;
}

.jdv-switch-warning input:checked~span:after {
    background-color: #ffed4a;
}

.jdv-switch-danger input:checked~span:after {
    background-color: #e3342f;
}

.switch-label {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.4;
    font-size: 20px;
    color: var(--jd-switch-label-color);
}

a {
    color: var(--bs-primary);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--hov-primary);
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-size: 15px;
    font-weight: bold;
}

.filepond--credits {
    display: none;
}

.btn-block {
    width: 100% !important;
}

/* Auth Page */
.page-wrap {
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}

.page-content {
    padding: 2px 4px;
    margin-bottom: 25px;
    /*background: var(--jd-white-color);*/
    min-height: 80vh;
}


[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    overflow: auto;
    /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 5px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: var(--jd-scrollbar-bg);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.custom-scroll {
    height: 100%;
}

[data-simplebar-lg] .simplebar-scrollbar {
    right: 1px;
    width: 10px;
}

[data-simplebar-primary] .simplebar-scrollbar:before {
    background: var(--ct-primary);
}


/*bootstrap extend*/
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.fs-9 {
    font-size: 0.5625rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-26 {
    font-size: 1.625rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-30 {
    font-size: 1.875rem !important;
}

.fs-36 {
    font-size: 2.25rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-1 {
    line-height: 1.1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-1-6 {
    line-height: 1.6 !important;
}

.lh-1-7 {
    line-height: 1.7 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.lh-1-9 {
    line-height: 1.9 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.opacity-0,
.hov-opacity-0:hover {
    opacity: 0 !important;
}

.opacity-10,
.hov-opacity-10:hover {
    opacity: 0.1 !important;
}

.opacity-20,
.hov-opacity-20:hover {
    opacity: 0.2 !important;
}

.opacity-30,
.hov-opacity-30:hover {
    opacity: 0.3 !important;
}

.opacity-40,
.hov-opacity-40:hover {
    opacity: 0.4 !important;
}

.opacity-50,
.hov-opacity-50:hover {
    opacity: 0.5 !important;
}

.opacity-60,
.hov-opacity-60:hover {
    opacity: 0.6 !important;
}

.opacity-70,
.hov-opacity-70:hover {
    opacity: 0.7 !important;
}

.opacity-80,
.hov-opacity-80:hover {
    opacity: 0.8 !important;
}

.opacity-90,
.hov-opacity-90:hover {
    opacity: 0.9 !important;
}

.opacity-100,
.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs,
.hov-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm,
.hov-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow,
.hov-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md,
.hov-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg,
.hov-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl,
.hov-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl,
.hov-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-out,
.hov-shadow-out:hover {
    z-index: 2 !important;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 16%) !important;
    /* box-shadow: 0px 2px 30px -7px rgb(0 0 0 / 30%) !important; */
}

.shadow-none,
.hov-shadow-none:hover {
    box-shadow: none !important;
}

.shadow2 {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(245, 66, 84, 0.1);
}

.shadow-inset {
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.15);
}

.shadow-soft {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.shadow-medium {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

[data-bs-theme="dark"] .shadow-xs,
[data-bs-theme="dark"] .hov-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .shadow-sm,
[data-bs-theme="dark"] .hov-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .shadow,
[data-bs-theme="dark"] .hov-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.1), 0 1px 2px 0 rgba(255, 255, 255, 0.06) !important;
}

[data-bs-theme="dark"] .shadow-md,
[data-bs-theme="dark"] .hov-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(255, 255, 255, 0.1),
        0 2px 4px -1px rgba(255, 255, 255, 0.06) !important;
}

[data-bs-theme="dark"] .shadow-lg,
[data-bs-theme="dark"] .hov-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.1),
        0 4px 6px -2px rgba(255, 255, 255, 0.05) !important;
}

[data-bs-theme="dark"] .shadow-xl,
[data-bs-theme="dark"] .hov-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(255, 255, 255, 0.1),
        0 10px 10px -5px rgba(255, 255, 255, 0.04) !important;
}

[data-bs-theme="dark"] .shadow-2xl,
[data-bs-theme="dark"] .hov-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(255, 255, 255, 0.25) !important;
}

[data-bs-theme="dark"] .shadow-out,
[data-bs-theme="dark"] .hov-shadow-out:hover {
    box-shadow: 0px 20px 40px rgb(255 255 255 / 16%) !important;
}

[data-bs-theme="dark"] .shadow-none,
[data-bs-theme="dark"] .hov-shadow-none:hover {
    box-shadow: none !important;
}

[data-bs-theme="dark"] .shadow2 {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2), 0 4px 8px rgba(245, 66, 84, 0.1);
}

[data-bs-theme="dark"] .shadow-inset {
    box-shadow: inset 0 4px 8px rgba(255, 255, 255, 0.15);
}

[data-bs-theme="dark"] .shadow-soft {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
}

[data-bs-theme="dark"] .shadow-medium {
    box-shadow: 0 6px 9px rgba(255, 255, 255, 0.15);
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.extr-btn {
    background: transparent;
    border-radius: 50%;
    padding: 4px 7px;
    font-size: 20px;
    margin-left: 0;
}

.extr-btn:hover {
    border-radius: 50%;
    padding: 4px 7px;
}

.dropdown-item i {
    margin-right: 10px;
}

.card-notif p {
    font-size: 13px;
    padding: 0;
    margin-top: -3px;
}

.tima {
    font-size: 10px;
    margin-top: -13px;
}


.widget-icon {
    height: 30px;
    width: 30px;
    border-radius: 25px;
    background-color: #FAF1F2;
    justify-content: center;
    text-align: center;
}

[data-bs-theme="dark"] .widget-icon {
    background-color: #fff1f3;
    color: #19191b;
}

.widget-icon i {
    font-size: 15px;
    margin-top: 8px;
}

.campaign-logo {
    height: 50px;
    width: 50px;
    border-radius: 20px;
    
}

.campaign-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
    margin-right: 10px;
}

.br-10 {
    border-radius: 17px;
}

.profile-dropdown .dropdown-item {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.prem-txt {
    margin-bottom: 10px;
    font-size: 1rem;
}

.prem-price {
    font-weight: bolder;
    font-size: 2.9rem;
}

.prem-icon {
    height: 90px;
    width: 90px;
    border-radius: 55px;
    background-color: var(--bs-primary);
    justify-content: center;
    text-align: center;
    margin-top: -66px;
    padding-top: 13px;
}

.prem-icon i {
    font-size: 42px;
    margin-top: 40px;
    color: var(--jd-white-color);
}

/* Multistep form */
#mstepForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: 1.1em;
}

#mstepForm .form-header>span {
    font-weight: bold;
    text-transform: uppercase;
}

.step-indicator-container {
    position: relative;
    width: 100%;
}

.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    color: #6c757d;
    font-weight: 500;
}

[data-bs-theme="dark"] .step-indicator {
    color: #d3d5d7;
}

.step-indicator .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: var(--bs-gray-600);
    color: var(--bs-light);
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 1;
}

.step-indicator .step-text {
    margin-top: 5px;
    font-size: 0.65rem;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
}

.step-indicator-container::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--bs-gray-500);
    z-index: 0;
}

.step-indicator.active .step-number {
    background-color: var(--bs-primary);
}

.step-indicator.active .step-text {
    color: #0d0a0a;
}

[data-bs-theme='dark'] .step-indicator.active .step-text {
    color: var(--bs-light);
}

.step-indicator.completed::after,
.step-indicator.active::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: var(--bs-primary);
    z-index: -1;
}

.step-indicator:first-child::after {
    left: 100%;
    display: none;
}

.step-indicator:last-child::before {
    display: none;
}

#mstepForm .form-footer {
    overflow: auto;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#mstepForm .form-footer button:hover {
    opacity: 0.8;
}

.campaign-duration-group {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.campaign-duration-option {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 768.8px) {

    .campaign-duration-group {
        display: grid;
        /* justify-content: center; */
    }

    .campaign-duration-option {
        width: 100%;
        /* margin-bottom: 5px; */
    }
}

.campaign-duration-option input {
    display: none;
}

.campaign-duration-option label {
    padding: 6px 15px;
    font-size: 15px;
    border: 2px solid var(--bs-primary);
    border-radius: 5px;
    background-color: transparent;
    color: var(--bs-primary);
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.campaign-duration-option label:hover {
    background-color: var(--bs-primary);
    color: var(--jd-white-color);
}

.campaign-duration-option input:checked+label {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

/* Campaign Forms */
.campaign-form-group {
    margin-bottom: 15px;
}

.campaign-form-group .form-control {
    background-color: var(--jd-campaign-form-bg);
    border: none;
    border-radius: 8px;
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    color: var(--jd-campaign-light-text);
}

.campaign-form-group .form-control:focus {
    background-color: var(--jd-campaign-bg-focus);
    outline: none;
    box-shadow: none;
    border: 1px solid var(--jd-campaign-border);

}

.campaign-form-group .form-select {
    background-color: var(--jd-campaign-form-bg);
    border: none;
    border-radius: 8px;
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    color: var(--jd-campaign-light-text);
}

.campaign-form-group .form-select:focus {
    background-color: var(--jd-campaign-bg-focus);
    outline: none;
    box-shadow: none;
    border: 1px solid var(--jd-campaign-border);
}

.campaign-form-group label {
    color: var(--jd-campaign-light-text) !important;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.35em;
    border: 1px solid var(--jd-campaign-border);
}

.form-check-label {
    font-size: 1rem;
    margin-left: 0.5rem;
    color: var(--jd-campaign-light-text);
}

.form-text {
    font-size: 0.875rem;
    color: var(--jd-campaign-help-text);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background-color: var(--jd-campaign-form-bg);
}
/* Region selects and select2 customizattion */
.region-sect .select-container {
    margin-bottom: 20px;
}

.region-sect .select-container {
    margin-bottom: 30px;
}

.region-sect .select-label {
    display: block;
    margin-bottom: 8px;
    color: var(--jd-campaign-bg-focus);
    font-size: 14px;
}

/* Custom Select2 Styling */
.region-sect .select2-container {
    width: 100% !important;
}

/* Make the select box single line */
.region-sect .select2-container .select2-selection--multiple {
    min-height: 45px;
    height: 45px;
    border: 1px solid var(--jd-campaign-border);
    border-radius: 8px;
    background-color: var(--jd-campaign-form-bg);
    overflow: hidden;
}

/* Hide the default selected items in the select box */
.region-sect .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 12px;
}

.region-sect .select2-container .select2-selection--multiple .select2-selection__choice {
    display: none;
}

.region-sect .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 43px;
    padding: 0;
}

/* Dropdown styling */
.region-sect .select2-dropdown {
    border: 1px solid var(--jd-campaign-select-border);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.region-sect .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--jd-campaign-select-border);
    border-radius: 4px;
    padding: 6px;
}

.region-sect .select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
}

.region-sect .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary) !important;
}

.select2-results__option--selectable {
    background-color: var(--jd-campaign-form-bg);
}

.select2-container--default .select2-results__option--selected {
    background-color: #fefefe;
    color: var(--bs-primary);
}

[data-bs-theme='dark'] .select2-container--default .select2-results__option--selected {
    background-color: #4d5156;
    color: var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important;
    color: var(--jd-white-color);
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}


/* Custom tags container below select */
.region-sect .selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    /* min-height: 35px; */
}

.region-sect .selected-tag {
    background-color: var(--jd-white-color);
    border: 1px solid var(--jd-campaign-border);
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.region-sect .remove-tag {
    cursor: pointer;
    color: var(--jd-campaign-help-text);
    border: none;
    background: none;
    padding: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.region-sect .remove-tag:hover {
    color: var(--jd-campaign-light-text);
}

/* Placeholder styling */
.region-sect .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: var(--jd-campaign-light-text)
}

.card-notif p {
    font-size: 13px;
    padding: 0;
    margin-top: -3px;
}

.tima {
    font-size: 10px;
    margin-top: -13px;
}

.card-notif {
    background: var(--jd-card-bg-color);
    padding: 16px 21px 16px 16px;
    cursor: pointer;
    margin: 6px;
    color: var(--jd-text-color);
    border-radius: 10px;
    border: none;
    box-shadow: none;
}

.payment-sect {
    background-color: #fff;
}

[data-bs-theme="dark"] .payment-sect {
    background-color: var(--jd-panel-bg-color);
}

/* Payment Sections */
.payment-sect .payment-option {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    background: var(--jd-white-color);
    transition: border-color 0.2s;
    height: 100%;
    width: 100%;
}

.payment-sect .payment-option:hover:not(.disabled) {
    border-color: var(--bs-primary);
}

.payment-sect .payment-option:has(input:checked) {
    border-color: var(--bs-primary);
}

.payment-sect .payment-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment-sect .payment-radio:checked {
    border-color: var(--bs-primary);
}

.payment-sect .payment-radio:checked+.payment-content .checkmark {
    display: flex;
}

.payment-sect .payment-content {
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 1px;
    transition: border-color 0.2s;
}

.payment-sect .payment-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.payment-sect .payment-title {
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--jd-text-color);
}

.payment-sect .checkmark {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: var(--bs-primary);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.payment-sect .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.payment-sect .disabled .payment-radio {
    cursor: not-allowed;
}

.payment-sect .question-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e0e0e0;
    color: var(--jd-campaign-bg-focus);
    font-size: 12px;
    margin-left: 8px;
}

.admin-user-tabs {
    background-color: var(--jd-panel-bg-color);
    border-radius: 0.5rem;
    padding: 1rem;
}

.admin-user-tabs .nav-tabs {
    border-bottom: none;
}

.admin-user-tabs .menu-tabs .nav-link {
    background-color: var(--jd-panel-bg-color);
    color: var(--jd-dark-text-color);
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid var(--jd-campaign-border);
    border-radius: 5px;
    margin-right: 4px;
    padding: 8px 15px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.admin-user-tabs .nav-item {
    margin-bottom: 5px;
}

.admin-user-tabs .menu-tabs .nav-link.active,
.admin-user-tabs .menu-tabs .nav-link:hover {
    background-color: var(--bs-primary);
    /* Light blue for active/hover */
    color: var(--jd-white-color);
}

.admin-user-tabs .input-group .form-control {
    /* border: 1px solid #dee2e6; */
    border-radius: 5px 0 0 5px;
    /* color: #495057; */
}


.campaign-tabs {
    background-color: var(--jd-panel-bg-color);
    border-radius: 0.5rem;
    padding: 1rem;
}

.campaign-tabs .nav-tabs {
    border-bottom: none;
}

.campaign-tabs .menu-tabs .nav-link {
    background-color: var(--jd-panel-bg-color);
    color: var(--jd-dark-text-color);
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid var(--jd-campaign-border);
    border-radius: 5px;
    margin-right: 4px;
    padding: 8px 15px;
    text-align: center;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.campaign-tabs .nav-item {
    margin-bottom: 5px;
}

.campaign-tabs .menu-tabs .nav-link.active,
.campaign-tabs .menu-tabs .nav-link:hover {
    background-color: var(--jd-primary);
    color: #fff;
}

.tab-container {
    background-color: var(--jd-panel-bg-color);
    border-radius: 0.5rem;
    padding: 5px;
    border: 1px solid var(--jd-panel-border-color);
    margin-bottom: 20px;
    display: flex;
    gap: 5px 8px;
    width: 100%;
    flex-wrap: wrap;
}

.tab-item {
    padding: 5px 10px;
    cursor: pointer;
    color: var(--jd-dark-text-color);
    font-size: 11px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid var(--jd-panel-border-color);
    transition: background-color 0.3s, color 0.3s;
}

.tab-item:hover {
    background-color: var(--jd-primary);
    color: var(--jd-white-color);
    font-weight: bold;
}

.tab-item.active {
    background-color: var(--jd-primary);
    color: var(--jd-white-color);
    font-weight: bold;
}

.tab-item .badge {
    font-size: 0.65em;
    margin-left: 4px;
}

.tab-item .item-count {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.65em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35em;
    background-color: var(--jd-primary);
    color: #fff !important;
    margin-left: 4px;
}

.tab-item:hover .item-count,
.tab-item.active .item-count {
    color: var(--jd-primary) !important;
    background-color: #fff !important;
}


.profile-upload-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .profile-upload-container {
        justify-content: center;
    }
}

.profile-image-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 15%;
    overflow: hidden;
    border: 3px solid var(--jd-card-border-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.profile-image-wrapper:hover {
    border-color: var(--bs-primary);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.profile-image-wrapper .profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-image-wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: 40%;
    cursor: pointer;
}

.profile-image-wrapper:hover .overlay {
    opacity: 1;
}

.profile-image-wrapper .upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.profile-image-wrapper .upload-label i {
    font-size: 22px;
    margin-bottom: 5px;
}

.profile-image-wrapper .upload-label span {
    font-size: 14px;
}

.blur {
    opacity: 0.5;
}

/* pricing Page */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 30px;
}

.plan-card {
    background-color: var(--jd-card-bg-color);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-10px);
}

.plan-header {
    padding: 1rem;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.plan-description {
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
}

.plan-content {
    padding: 1.5rem;
    padding-top: 0;
    flex-grow: 1;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.plan-price-details {
    font-size: 1rem;
    color: var(--bs-secondary-color);
}

.feature-list {
    list-style: none;
    margin-bottom: 0;
    margin-left:-23px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.feature-item .icon {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--green-color);
    margin-right: 0.75rem;
}

.plan-footer {
    padding: 1.5rem;
    border-top: 1px solid #eee;
}

.subscribe-btn {
    width: 100%;
    padding: 0.75rem;
    background-color: var(--jd-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: var(--jd-highlight-color);
}

@media (max-width: 768px) {
    .plans-grid {
        grid-template-columns: 1fr;
    }
}

.subscription-card {
    background-color: var(--jd-card-bg-color);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.subscription-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    border-bottom: 1px solid #eee;
}

.subscription-header h1 {
    font-size: 1.5rem;
}

.status-badge {
    display: flex;
    align-items: center;
    color: var(--green-color);
    font-weight: 600;
}

.status-badge .icon {
    margin-right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--green-color);
}

.subscription-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
}

.subscription-details,
.plan-features {
    display: flex;
    flex-direction: column;
}

.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--jd-text-color);
}

.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.detail-item .icon {
    margin-right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    color: #6b7280;
}



@media (max-width: 768px) {
    .subscription-content {
        grid-template-columns: 1fr;
    }

}

.premium-icon {
    height: 50px;
    width: 50px;
    border-radius: 55px;
    background-color: var(--bs-primary);
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

.premium-icon i {
    font-size: 22px;
    margin-top: 18px;
    color: var(--jd-white-color);
}

/* custom table */
.custom-table {
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.custom-table th,
.custom-table td {
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid var(--jd-panel-border-color);
}

.custom-table th {
    background-color: var(--jd-table-bg);
    font-weight: bold;
}

.custom-table td {
    background-color: var(--jd-table-bg);
}

.custom-table tr:hover {
    background-color: var(--jd-table-bg);
}

.custom-table .badge {
    font-size: 12px;
    padding: 6px 12px;
}

.custom-table .badge-draft {
    background-color: #dc3545;
    color: #fff;
}

.custom-table .status {
    background-color: #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

@media (max-width: 991px) {

    /* Hide table headers on mobile */
    .custom-table thead {
        display: none;
    }

    .custom-table tr {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        background-color: var(--jd-table-bg);
        box-shadow: var(--jd-table-shadow);
        border-radius: 8px;
        padding: 1px;
        border: 1px solid var(--jd-campaign-border);
        padding-left: 10px;
    }

    .custom-table td {
        width: 49%;
        display: flex;
        flex-direction: column;
        padding: 8px 0;
        border: none;
    }

    .custom-table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 10px;
        text-transform: uppercase;
        font-size: 12px;
    }

    .custom-table .status {
        padding: 6px 12px;
        font-size: 12px;
        text-align: center;
    }

    .custom-table td:last-child {
        padding-bottom: 10px;
    }
}

.j-scroller::-webkit-scrollbar {
    width: 8px;
}

.j-scroller::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px;
}

.j-scroller::-webkit-scrollbar-thumb {
    background-color: var(--bs-primaryt);
    border-radius: 4px;
}

.j-scroller::-webkit-scrollbar-thumb:hover {
    background-color: var(--bs-primary);
}

.j-scroller {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-primary) #f1f1f1;
}

.j-scroller {
    padding-right: 4px;
    overflow-y: auto;
}

.social-card {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.social-card .card-header {
    border-top: 4px solid;
    padding: 1rem 0;
}

.social-card .card-title {
    font-weight: bold;
}

.social-card .btn {
    font-weight: bold;
    border-radius: 15px;
}

.social-banner {
    display: flex;
    align-items: center;
    background-color: #ffe1e3;
    border: 1px solid var(--jd-card-border-color);
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 20px;
    height: 160px;
    justify-content: space-between;
    box-shadow: none;
}

.social-info {
    display: flex;
    align-items: center;
}

.social-icon {
    background-color: #fd014e;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #fd014e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.social-icon i {
    font-size: 24px;
}

.social-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.social-content {
    flex-grow: 1;
}

.social-content h3 {
    margin: 0 0 2px 0;
    color: #333;
    font-size: 16px;
    font-weight: bold
}

.social-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.social-action {
    margin-left: 15px;
    text-align: center;
}

.setup-button {
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.setup-button:hover {
    background-color: #ffffff;
    color: #000;
}

@media screen and (max-width: 768px) {
    .social-banner {
        display: block;
    }

    .social-action {
        margin-top: 10px;
        text-align: center;
    }

    .social-action a {
        display: block;
    }

    .setup-button {
        width: 100% !important;
    }
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgb(29, 155, 240);
    color: white;
    padding: 3px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.verified-badge i {
    font-size: 15px;
}

.verified-badge svg {
    width: 13px;
    height: 13px;
    stroke: white;
    font-weight: bold;
    fill: none;
}

@media (max-width: 600px) {
    .verified-badge {
        width: 15px;
        height: 15px;
        font-size: 12px;
    }

    .verified-badge i {
        font-size: 14px;
    }

    .verified-badge svg {
        width: 12px;
        height: 12px;
    }
}

/* Darkmode styles */
/* Theme Toggle Styles */
.theme-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    /* gap: 0.5rem;
    padding: 0.5rem 1rem; */
}

/* Change text based on theme */
[data-bs-theme="light"] .theme-toggle .mode-text::after,
.theme-toggle .mode-text::after {
    content: "Dark Mode";
}

[data-bs-theme="dark"] .theme-toggle .mode-text::after {
    content: "Light Mode";
}

/* Toggle icon based on theme */
[data-bs-theme="light"] .theme-toggle .fa-sun {
    display: none;
}

[data-bs-theme="dark"] .theme-toggle .fa-moon {
    display: none;
}

.bg-blue {
    background-color: var(--bs-blue) !important;
}

.bg-red {
    background-color: var(--bs-red) !important;
}

.bg-green {
    background-color: var(--bs-green) !important;
}

.bg-yellow {
    background-color: var(--bs-yellow) !important;
}

.bg-cyan {
    background-color: var(--bs-cyan) !important;
}

.bg-indigo {
    background-color: var(--bs-indigo) !important;
}

/* Add text color for contrast if needed */
.bg-blue,
.bg-red,
.bg-green,
.bg-yellow,
.bg-cyan,
.bg-indigo {
    color: var(--bs-body-bg) !important;
}

.sidebar-wrap svg {
    margin-bottom: 5px;
    margin-right: 5px;
}
