@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/YekanBakhFaNum-Regular.woff') format('woff'), url('../fonts/YekanBakhFaNum-Regular.woff2') format('woff2');
}

/* Starting Theme Setting */
:root {
    /* Base Codes  */
    --primary-fill-0: #e7ebea;
    --primary-fill-100: #dbe2df;
    --primary-fill-200: #b6c2bd;
    --primary-fill-300: #306a52;
    --primary-fill-400: #103526;
    --primary-fill-500: #123b2a;
    --primary-fill-600: #0e2c20;
    --primary-fill-700: #0b2319;
    --primary-fill-800: #081b13;
    --primary-fill-900: #06150f;

    --primary-transparent-10: #123b2a1A;
    --primary-transparent-20: #123b2a33;
    --primary-transparent-30: #123b2a4D;
    --primary-transparent-40: #123b2a66;
    --primary-transparent-50: #123b2a80;
    --primary-transparent-60: #123b2a99;
    --primary-transparent-70: #123b2aB3;
    --primary-transparent-80: #123b2aCC;
    --primary-transparent-90: #123b2aE6;

    --secondary-transparent-10: #FFDF4F1A;

    --secondary-fill-200: #fff5c9;
    --secondary-fill-500: #FFDF4F;
    --secondary-fill-600: #e6c948;
    --secondary-fill-700: #ccb240;

    --primary-colleague-fill-0: #e6ebef;
    --primary-colleague-fill-100: #d9e1e7;
    --primary-colleague-fill-200: #b0c0ce;
    --primary-colleague-fill-300: #226bab;
    --primary-colleague-fill-400: #0a518e;
    --primary-colleague-fill-500: #003462;
    --primary-colleague-fill-600: #00274a;
    --primary-colleague-fill-700: #001f3b;
    --primary-colleague-fill-800: #00172c;
    --primary-colleague-fill-900: #001222;

    --primary-colleague-transparent-10: #0034621A;
    --primary-colleague-transparent-20: #00346233;
    --primary-colleague-transparent-30: #0034624D;
    --primary-colleague-transparent-40: #00346266;
    --primary-colleague-transparent-50: #00346280;
    --primary-colleague-transparent-60: #00346299;
    --primary-colleague-transparent-70: #003462B3;
    --primary-colleague-transparent-80: #003462CC;
    --primary-colleague-transparent-90: #003462E6;

    --secondary-colleague-transparent-10: #C7A87E1A;

    --secondary-colleague-fill-200: #f7f2ec;
    --secondary-colleague-fill-500: #C7A87E;
    --secondary-colleague-fill-600: #b39771;
    --secondary-colleague-fill-700: #9f8665;

    --natural-gray-fill-0: #FCFDFD;
    --natural-gray-fill-100: #F2F2F3;
    --natural-gray-fill-200: #D2D5D7;
    --natural-gray-fill-300: #BCBFC2;
    --natural-gray-fill-400: #A5AAAE;
    --natural-gray-fill-500: #8F959A;
    --natural-gray-fill-600: #72777B;
    --natural-gray-fill-700: #56595C;
    --natural-gray-fill-800: #393C3E;
    --natural-gray-fill-900: #1D1E1F;
    --natural-gray-fill-950: #070708;

    --natural-gray-transparent-10: #8F959A1A;
    --natural-gray-transparent-20: #8F959A33;
    --natural-gray-transparent-30: #8F959A4D;
    --natural-gray-transparent-40: #8F959A66;
    --natural-gray-transparent-50: #8F959A80;
    --natural-gray-transparent-60: #8F959A99;
    --natural-gray-transparent-70: #8F959AB3;
    --natural-gray-transparent-80: #8F959ACC;
    --natural-gray-transparent-90: #8F959AE6;


    --success-fill-500: #28b81a;
    --danger-fill-500: #F04438;
    --warning-fill-500: #F79009;
    --warning-transparent-10: #F790091A;

    /* Base Codes  */

    --mobile-header-height: 56px;
    --desktop-header-height: 76px;
    --mobile-footer-height: 80px;
    --mobile-main-height: calc(100svh - (var(--mobile-header-height) + var(--mobile-footer-height) + 30px));
    --menu-bar-width: 250px;
    --transition-duration: 300ms;
    --transition-timing-function: ease-in-out;

    --text-color-strong: var(--natural-gray-fill-900);
    --text-color-strong-moderate: var(--natural-gray-fill-800);
    --text-color-strong-weak: var(--natural-gray-fill-500);
    --text-color-primary: var(--primary-fill-500);

    --bg-primary: var(--primary-fill-500);
    --bg-primary-light: var(--primary-transparent-10);
    --bg-nutral-light: var(--natural-gray-transparent-10);

    --bg-secondary: var(--secondary-fill-500);
    --bg-secondary-light: var(--secondary-transparent-10);

    --text-info: var(--text-color-strong-weak);
    --bg-base: var(--natural-gray-fill-0);
    --bg-header: var(--primary-fill-0);
    --text-reverse: #ffffff;
    --bg-reverse: #ffffff;
    --svg-color-primary: var(--text-color-primary);
    --flex-box-shadow: #11111122;
    --bg-body: var(--natural-gray-fill-100) !important;
    --danger-custom: var(--danger-fill-500);
    --success-custom: var(--success-fill-500);
    --danger-custom-rgb: 240, 68, 56;
    --success-custom-rgb: 34, 154, 22;
    --disable-primary-color: var(--primary-fill-200);


}

[data-bs-theme="light"]:not([data-level-theme="colleague"]) {
    transition: 300ms !important;

    --text-color-strong: var(--natural-gray-fill-900);
    --text-color-strong-moderate: var(--natural-gray-fill-800);
    --text-color-strong-waek: var(--natural-gray-fill-500);
    --text-color-primary: var(--primary-fill-500);

    --bg-primary: var(--primary-fill-500);
    --bg-primary-light: var(--primary-transparent-10);
    --bg-secondary: var(--secondary-fill-500);
    --bg-secondary-light: var(--secondary-transparent-10);
    --bg-base: var(--natural-gray-fill-0);
    --text-info: var(--text-color-strong-waek);
    --bg-info: var(--text-color-strong-waek);
    --bg-header: var(--primary-fill-0);
    --text-reverse: #ffffff;
    --bg-reverse: #ffffff;
    --svg-color-primary: var(--primary-fill-500);
    --bs-border-color: var(--natural-gray-fill-200) !important;
    --disable-primary-color: var(--primary-fill-200);
    --bs-border-shadow: 0 0 0 .25rem #123b2a30;
    --flex-box-shadow: #11111122;
    --bg-body: var(--natural-gray-fill-100) !important;
    --bg-body-light: var(--natural-gray-fill-100) !important;
}



[data-bs-theme="light"][data-level-theme="colleague"] {
    transition: 300ms !important;
    --text-color-strong: var(--natural-gray-fill-900);
    --text-color-strong-moderate: var(--natural-gray-fill-800);
    --text-color-strong-waek: var(--natural-gray-fill-500);
    --text-color-primary: var(--primary-colleague-fill-500);

    --bg-primary: var(--primary-colleague-fill-500);
    --bg-primary-light: var(--primary-colleague-transparent-10);
    --bg-secondary: var(--secondary-colleague-fill-500);
    --bg-secondary-light: var(--secondary-colleague-transparent-10);
    --bg-base: var(--natural-gray-fill-0);
    --text-info: var(--text-color-strong-waek);
    --bg-info: var(--text-color-strong-waek);
    --bg-header: var(--primary-colleague-fill-0);
    --text-reverse: #ffffff;
    --bg-reverse: #ffffff;
    --svg-color-primary: var(--primary-colleague-fill-500);
    --bs-border-color: var(--natural-gray-fill-200) !important;
    --disable-primary-color: var(--primary-colleague-fill-200);
    --bs-border-shadow: 0 0 0 .25rem #123b2a30;
    --flex-box-shadow: #11111122;
    --bg-body: var(--natural-gray-fill-100) !important;
    --bg-body-light: var(--natural-gray-fill-100) !important;
}

[data-bs-theme="dark"] {
    transition: 300ms !important;

    --text-color-strong: var(--natural-gray-fill-100);
    --text-color-strong-moderate: var(--natural-gray-fill-300);
    --text-color-strong-waek: var(--natural-gray-fill-600);
    --text-color-primary: var(--primary-fill-400);
    --bg-primary: var(--primary-fill-400);
    --bg-secondary-light: var(--secondary-transparent-10);
    --text-info: var(--text-color-strong-waek);
    --bg-info: var(--text-color-strong-waek);
    --bg-base: var(--natural-gray-fill-900);
    --bg-header: var(--primary-fill-900);
    --text-reverse: #000000;
    --bg-reverse: #000000;
    --svg-color-primary: var(--secondary-fill-500) !important;
    --bs-border-color: var(--natural-gray-fill-800) !important;
    --bs-border-shadow: 0 0 0 .25rem #123b2a1f;
    --disable-primary-color: var(--primary-fill-600);
    --flex-box-shadow: #00000069;
    --bg-body: var(--natural-gray-fill-950) !important;
    --bg-body-light: #0e0e0f !important;
    --bg-primary-light: #2F1C44 !important;
}

.bg-body {
    background: var(--bg-body) !important;
}

.bg-body-light {
    background: var(--bg-body-light) !important;
}

.bg-primary {
    background-color: var(--bg-primary) !important;
    transition: background-color var(--transition-duration) var(--transition-timing-function);
}

.bg-secondary {
    background-color: var(--bg-secondary) !important;
    transition: background-color var(--transition-duration) var(--transition-timing-function);
}


.bg-primary-light {
    background-color: var(--bg-primary-light) !important;
}

.bg-secondary-light {
    background: var(--secondary-transparent-10) !important;
}

.bg-base {
    background: var(--bg-base) !important;
    transition: background-color var(--transition-duration) var(--transition-timing-function);
}

.bg-natural-light {
    background-color: var(--natural-gray-transparent-10) !important;
}


.text-primary {
    color: var(--text-color-primary) !important;
    transition: color var(--transition-duration) var(--transition-timing-function);
}

.text-secondary {
    color: var(--bg-secondary) !important;
    transition: color var(--transition-duration) var(--transition-timing-function);
}

.text-info {
    color: var(--text-info) !important;
    transition: color var(--transition-duration) var(--transition-timing-function);
}

.text-moderate {
    color: var(--text-color-strong-moderate);
}

.text-reverse {
    color: var(--text-reverse) !important;
    transition: color var(--transition-duration) var(--transition-timing-function);
}

.text-base {
    color: var(--bg-base) !important;
    transition: color var(--transition-duration) var(--transition-timing-function);
}

.text-link {
    color: #558BFF !important;
}

.btn:focus-visible {
    color: var(--text-reverse) !important;
    background-color: var(--bs-btn-hover-bg);
    box-shadow: none !important;
}

.btn:hover {
    color: var(--text-reverse) !important;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-primary {
    --bs-btn-color: var(--text-reverse) !important;
    --bs-btn-bg: var(--bg-primary) !important;
    --bs-btn-border-color: var(--bg-primary) !important;
    --bs-btn-hover-color: var(--bg-info) !important;
    --bs-btn-hover-bg: var(--bg-primary) !important;
    --bs-btn-hover-border-color: var(--bg-primary) !important;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bg-primary) !important;
    --bs-btn-active-border-color: var(--bg-primary) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bg-primary) !important;
    --bs-btn-disabled-border-color: var(--bg-primary) !important;
}


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bg-primary-light);
    border-color: var(--bg-primary) !important;
    outline: 0;
    box-shadow: var(--bs-border-shadow);
}

.form-check-input:focus {
    border-color: var(--bs-border-color) !important;
    outline: 0;
    box-shadow: var(--bs-border-shadow);
}

.form-check-input:checked {
    background-color: var(--bg-primary);
    border-color: var(--bs-border-color);
}

.bg-info {
    background: var(--bg-info) !important;
    transition: background-color var(--transition-duration) var(--transition-timing-function);
}

.bg-reverse {
    background-color: var(--bg-reverse) !important;
    transition: background-color var(--transition-duration) var(--transition-timing-function);
}

.box-shadow {
    box-shadow: 0 0 5px var(--flex-box-shadow);
}

.logo-dark {
    display: none !important;
}




[data-bs-theme="light"] .mohebi-logo .logo-light {
    display: block !important;
}

[data-bs-theme="light"] .mohebi-logo .logo-dark {
    display: none !important;
}

[data-bs-theme="dark"] .mohebi-logo .logo-light {
    display: none !important;
}

[data-bs-theme="dark"] .mohebi-logo .logo-dark {
    display: block !important;
}

.theme-icon-dark {
    display: none;
}

.theme-icon-light {
    display: none;
}

[data-bs-theme="dark"] .theme-icon-dark {
    display: block;
}

[data-bs-theme="light"] .theme-icon-light {
    display: block;
}




/* Ending Theme Setting*/
a {
    text-decoration: none !important;
    color: var(--text-color-strong);
}

a:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bg-base);
}

body {
    font-family: yekanbakh;
    direction: rtl;
    background: var(--bg-body);
    color: var(--text-color-strong-moderate);
}

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

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

.title-text {
    font-size: calc(16px + 0.4vmin);
}

.main-text {
    font-size: calc(14px + 0.4vmin);
}

.info-text {
    font-size: calc(11px + 0.5vmin);
}

.text-moderate {
    color: var(--text-color-strong-moderate) !important;
}




.bg-green {
    background: #0a2340;
}

.text-success-custom {
    color: var(--success-custom);
}

.text-danger-custom {
    color: var(--danger-custom);
}

.text-warning-custom {
    color: var(--warning-fill-500);
}

.bg-success-custom {
    background-color: var(--success-custom);
}

.bg-danger-custom {
    background-color: var(--danger-custom);
}

.bg-warning-custom {
    background-color: var(--warning-fill-500);
}

.border-success-custom {
    border: 1px solid var(--success-custom);
}

.border-danger-custom {
    border: 1px solid var(--danger-custom);
}

.border-primary {
    border: 1px solid var(--bg-primary) !important;
}

.border-secondary {
    border: 1px solid var(--bg-secondary) !important;
}

.border-main {
    border: 1px solid var(--bs-border-color) !important;
}

.border-bottom {
    width: 100%;
    border-bottom: 1px solid var(--bs-border-color) !important;
}



/* Footer */
#footer {
    height: var(--mobile-footer-height);
    position: fixed;
    width: 100%;
    bottom: 0;
    border-radius: 18px 18px 0 0;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 0 20px 0px #11111111;
}

#home-bottom {
    width: 57px;
    height: 57px;
    margin-top: -51px;
    box-shadow: 0 0 0 5px var(--bg-body);
}

#home-bottom:hover .plus-icon-containter img {
    rotate: 135deg;
    transition: 500ms;
}

/* .i-icon {
    position: absolute;
    inset: 0;
}

.i-icon::before {
    content: '';
    position: absolute;
    top: 5.5px;
    left: -40px;
    border-radius: 0 14px 0 0;
    width: 20px !important;
    height: 20px !important;
    box-shadow: 4px -8px var(--bs-body-bg);
}

.i-icon::after {
    content: '';
    position: absolute;
    top: 5.5px;
    right: -40px;
    border-radius: 14px 0 0 0;
    width: 20px !important;
    height: 20px !important;
    box-shadow: -4px -8px var(--bs-body-bg);
} */
.footer-item.active {
    background: var(--bg-base) !important;
}

.footer-item.active .footer-item-text {
    color: var(--text-color-primary) !important;
}

.footer-item.active .footer-item-icon {
    display: none;
}

.footer-item.active .footer-item-icon-active {
    display: block !important;
}






/* header */
.header {
    z-index: 10000 !important;
    top: 0 !important;
    background: var(--bg-header) !important;
    isolation: isolate;
}

.notif-counter {
    top: 5px;
    margin-right: -17px;
    padding-top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    direction: ltr;
    background: var(--danger-custom);
    color: #ffffff;
}

.requests-counter {
    top: 7px;
    margin-right: -30px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    height: 12px;
    border-radius: 50rem;
    font-size: 9px;
    direction: ltr;
    background: var(--danger-custom);
    color: #ffffff;
}

.requests-counter-desktop {
    left: 8px;
    background: var(--danger-custom);
    margin-right: -16px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    height: 14px;
    border-radius: 50rem;
    font-size: 9px;
    direction: ltr;
    color: #ffffff;
}

.connection-status {
    white-space: nowrap !important;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--bg-base);
}

.offline {
    /*background: #bbbbbb;*/
    background: #F04438 !important;
}

.online {
    background: #0ee398;
}


.user-name {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
}

/* menu bar */
.offcanvas.offcanvas-end {
    width: 275px !important;
    /* border-radius: 25px 0 0 25px; */
    z-index: 10001;
}

.header-items-mobile {
    color: var(--text-color-strong-moderate);
}

.header-items-mobile.active {
    background: #8f959a30;
    color: var(--text-color-primary);
}


/*active -  Light and Dark icon controls */
.theme-colleague {
    display: none;
}

[data-bs-theme="light"][data-level-theme="colleague"] .theme-colleague {
    display: block;
}

[data-bs-theme="light"][data-level-theme="colleague"] .theme-customer {
    display: none;
}

.header-items-mobile.active .menu-bar-item-icon {
    display: none;
}

.menu-bar-item-icon-active {
    display: block !important;
}

.menu-bar-item-icon-active-light,
.menu-bar-item-icon-active-dark {
    display: none !important;
}

[data-bs-theme="light"] .header-items-mobile.active .menu-bar-item-icon {
    display: none !important;
}

[data-bs-theme="light"]:not([data-level-theme="colleague"]) .header-items-mobile.active .menu-bar-item-icon-active-light.theme-customer {
    display: block !important;
}
[data-bs-theme="light"][data-level-theme="colleague"] .header-items-mobile.active .menu-bar-item-icon-active-light.theme-colleague {
    display: block !important;
}

[data-bs-theme="dark"] .header-items-mobile.active .menu-bar-item-icon {
    display: none !important;
}

[data-bs-theme="dark"] .header-items-mobile.active .menu-bar-item-icon-active-dark {
    display: block !important;
}


/*active -  Light and Dark icon controls */
.icon-wrapper .theme-icon {
    display: none;
}

[data-bs-theme="light"] .icon-wrapper .icon-light {
    display: block;
}

[data-bs-theme="dark"] .icon-wrapper .icon-dark {
    display: block;
}

/* main */
.main-container {
    min-height: 100svh;
}

.menu-bar-width {
    width: var(--menu-bar-width) !important;
}

.select2-container--open .select2-dropdown--below {
    position: static !important;
}

/* modal bottom + bottom up animation */

.modal-dialog-bottom {
    position: fixed;
    bottom: 0;
    margin: 0;
    max-width: none;
    pointer-events: none;
}

.modal-content {
    pointer-events: auto;
}


.bottom-slide .modal-dialog {
    transform: translateY(200px) !important;
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}

.bottom-slide.show .modal-dialog {
    transform: translateY(0) !important;
    opacity: 1;
}

.pattern-bg {
    background-position: center;
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.pattern-bg-user {
    background-position: center;
    /* background-size: 100% auto; */
    /* background-repeat: repeat-y; */
}

@media (max-width: 992px) {
    .page-content {
        min-height: 100svh !important;
        padding-top: 56px !important;
        padding-bottom: 100px !important;
    }

    .page-content.admin {
        min-height: 100svh !important;
        padding-top: 56px !important;
        padding-bottom: 100px !important;
    }

    .modal-dialog-bottom {
        width: 100%;
    }


    .pattern-bg {
        background: url(../../assets/img/pattern-bg-auth.svg);
    }

    [data-bs-theme="light"][data-level-theme="colleague"] .pattern-bg-user {
        background: url(../../assets/img/pattern-bg-colleague.svg);
    }

    [data-bs-theme="light"]:not([data-level-theme="colleague"]) .pattern-bg-user {
        background: url(../../assets/img/pattern-bg-user.svg);
    }


}

/* Apply height: 100svh for large screens (lg and up) */
@media (min-width: 992px) {
    .main-container {
        height: 100svh;
        min-height: unset;
        /* Unset the min-height if necessary */
    }

    .menu-bar-width-margin {
        margin-right: calc(var(--menu-bar-width)) !important;
    }

    .page-content {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .desktop-flex-shadow {
        box-shadow: 0 0 15px var(--flex-box-shadow);
    }

    .header {
        background: var(--bg-header) !important;
    }

    .toast-custom-class {
        margin-top: 30px !important;
    }

    .bottom-slide.show .modal-dialog {
        left: 0;
    }

    .bottom-slide .modal-body {
        padding-bottom: 4rem;
    }

    .modal-dialog-bottom {
        height: 100%;
    }


    .pattern-bg {
        background: url(../../assets/img/pattern-bg-desktop-auth.svg);
    }

    [data-bs-theme="light"][data-level-theme="colleague"] .pattern-bg-user {
        background: url(../../assets/img/pattern-bg-desktop-colleague.svg);
    }

    [data-bs-theme="light"]:not([data-level-theme="colleague"]) .pattern-bg-user {
        background: url(../../assets/img/pattern-bg-desktop-user.svg);
    }



}


.card-item {
    /* box-shadow: 0 0 15px 0 #0000000f; */
}

.badge-success {
    background: rgba(var(--success-custom-rgb), 0.0941);
    color: var(--success-custom);
    /* border: 1px solid var(--success-custom); */
    border-radius: 5px;
}

.badge-danger {
    background: rgba(var(--danger-custom-rgb), 0.0627);
    color: var(--danger-custom);
    /* border: 1px solid var(--danger-custom); */
    border-radius: 5px;
}

.badge-warning {
    background: #ffc7a41f;
    border: 1px solid #FFC7A4;
    border-radius: 5px;
}

.mobile.badge-danger {
    background: #F0443832 !important;
}

.mobile.badge-success {
    background: #229A161f !important;
}

.select2-container--default .select2-selection--single {
    background-color: var(--bg-background);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-info);
}

.select2-results__option--selectable {
    cursor: pointer;
    background-color: var(--bg-reverse);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bg-info);
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
    /* display: none; */
}


/* scrollBars */

/* for menu bar ==>  */

/* Customize the scrollbar for Firefox */
.menu-scroll {
    /* scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1;  */
}

/* Customize the scrollbar for WebKit browsers */
.menu-scroll::-webkit-scrollbar {
    width: 3px !important;
    /* Width of the scrollbar */
}

.menu-scroll::-webkit-scrollbar-track {
    /* background: var(--bg-info); */
    /* Background of the scrollbar track */
    border-radius: 10px;
    /* Roundness of the scrollbar track */
}

.menu-scroll::-webkit-scrollbar-thumb {
    background: var(--bg-info);
    /* Color of the scrollbar handle */
    border-radius: 15px;
    /* Roundness of the scrollbar handle */
}

.menu-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--bg-info);
    /* Color of the scrollbar handle when hovered */
}





/* customizing persian date picker */
jdp-container {

    background: var(--bg-body) !important;

}

jdp-container .jdp-icon-minus,
jdp-container .jdp-icon-plus {
    background: var(--bg-info) !important;
}

jdp-container .jdp-month,
jdp-container .jdp-month input,
jdp-container .jdp-month select,
jdp-container .jdp-time,
jdp-container .jdp-time input,
jdp-container .jdp-time select,
jdp-container .jdp-year,
jdp-container .jdp-year input,
jdp-container .jdp-year select {
    background: var(--bg-base) !important;
    color: var(--text-color-strong) !important;
}

jdp-container .jdp-day,
jdp-container .jdp-day-name {
    background: none;
    border: 1px solid transparent;
    color: var(--text-color-strong) !important;
}

jdp-container .jdp-btn-close,
jdp-container .jdp-btn-empty,
jdp-container .jdp-btn-today {
    background: var(--bg-primary) !important;
    color: var(--text-reverse) !important;
}

jdp-container,
jdp-container *,
jdp-container :after,
jdp-container :before {
    border-radius: 1rem;
}


/* intro js customization */
.introjs-tooltiptext {
    font-family: iransans;
}

.introjs-tooltip {
    background-color: var(--bg-body);
}

.introjs-button {
    font-family: iransans;
    background: var(--bg-primary);
    color: var(--text-reverse);
    text-shadow: none;
    border: none;
}

.introjs-button:hover {
    font-family: iransans;
    background: var(--bg-primary);
    color: var(--text-reverse);
    text-shadow: none;
    border: none;
}

.introjs-button:focus {
    background-color: var(--bg-primary);
    color: var(--text-reverse);
}

.introjs-bullets ul li a.active {
    width: 15px;
    background: var(--bg-primary-light);
}


[data-bs-theme="light"] .introjs-helperLayer {
    box-shadow: rgb(13, 61, 53) 0px 0px 1px 2px, rgba(0, 0, 0, 0.75) 0px 0px 0px 5000px !important;
}

[data-bs-theme="dark"] .introjs-helperLayer {
    box-shadow: rgb(250 198 130) 0px 0px 1px 2px, rgb(102 102 102 / 73%) 0px 0px 0px 5000px !important;
}

.dropdown-toggle::after {
    content: none !important;
    display: none !important;
    border: none !important;
    margin: 0 !important;
    vertical-align: baseline !important;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.dropdown-toggle.show .dropdown-arrow {
    transform: rotate(0) !important;
}

.form-select:focus {
    border-color: var(--bg-primary);
    box-shadow: 0 0 0 .25rem var(--bg-primary-light);
}

.form-select {
    width: 80px;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
    background-color: var(--bs-body-bg);
    background-position: left 0.6rem center;
    background-size: 16px 12px;
}



/* Tab Contents */
.tab-container-filter-item {
    overflow-x: auto;
    width: 100%;
    max-width: 100vw;
    white-space: nowrap;
    background: var(--bg-header);
    padding-top: 10px;
}

.tab-list-filter-item {
    display: flex;
    min-width: max-content;
    /* Prevents shrinking */
}

.tab-filter-item {
    flex: 1 0 auto;
    min-width: 120px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
    white-space: nowrap;
    color: var(--disable-primary-color);
    border-bottom: 1px solid var(--disable-primary-color);
    transition: var(--transition);
}


.tab-filter-item.active {
    color: var(--bg-primary);
    border-bottom: 2px solid var(--bg-primary);
    font-weight: 500;
    transition: var(--transition);
}

.tab-container-filter-item::-webkit-scrollbar {
    display: none;
}

.tab-container-filter-item {
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.modal.zoom .modal-dialog {
    transform: scale(0.7) !important;
    transition: transform 0.3s ease-out !important;
}

.modal.zoom.show .modal-dialog {
    transform: scale(1) !important;
}

.custom-scrollbar-horizontal {
    overflow-x: auto;
    scrollbar-width: thin;
    /*  Firefox */
    scrollbar-color: var(--bg-primary) transparent;
    /* Firefox  */
}

/*  WebKit (Chrome, Safari, Edge) */
.custom-scrollbar-horizontal::-webkit-scrollbar {
    height: 8px;
}

.custom-scrollbar-horizontal::-webkit-scrollbar-track {
    background: var(--bg-primary-light);
}

.custom-scrollbar-horizontal::-webkit-scrollbar-thumb {
    background-color: var(--bg-primary);
    border-radius: 50rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color) !important;
    background-color: var(--bg-primary);

}

.progress,
.progress-stacked {
    --bs-progress-height: 7px;
}

.dropdown-menu[data-bs-popper] {
    left: 13px;
}
.appdoozak-link{
    transition: 300ms;
}
.appdoozak-link:hover {
    transition: 300ms;
    color: #0586a9 !important;
    transform: scale(1.1);
}