@charset "UTF-8";
/* inter-regular - latin */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/inter/inter-v18-latin-regular.woff2") format("woff2");
}
/* inter-500 - latin */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/inter/inter-v18-latin-500.woff2") format("woff2");
}
/* inter-600 - latin */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/inter/inter-v18-latin-600.woff2") format("woff2");
}
/* inter-700 - latin */
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/inter/inter-v18-latin-700.woff2") format("woff2");
}
/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/roboto/roboto-v47-latin-regular.woff2") format("woff2");
}
/* roboto-500 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/roboto/roboto-v47-latin-500.woff2") format("woff2");
}
/* roboto-600 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/roboto/roboto-v47-latin-600.woff2") format("woff2");
}
/* roboto-700 - latin */
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/roboto/roboto-v47-latin-700.woff2") format("woff2");
}
:root {
    /* ── Brand / Base ── */
    --base-1: #16597f;
    --base-rgb: 22, 89, 127;
    --base-2: #1a6a96;
    --base-rgb-2: 26, 106, 150;

    /* ── Theme palette ── */
    --theme-primary: var(--base-1);
    --theme-primary-hover: #124a6b;
    --theme-primary-drop: #f0f7fb;
    --theme-primary-text: var(--base-1);
    --theme-secondary: #334257;
    --theme-secondary-text: #334257;
    --theme-aside-nav-sub: rgba(var(--base-rgb), 0.03);
    --theme-aside-text: #334257;
    --theme-sbar: rgba(var(--base-rgb), 0.02);
    --theme-complementary: #dfad68;
    --theme-complementary-text: #dfad68;
    --theme-active-text: var(--base-1);

    /* ── Semantic aliases ── */
    --primary-clr: var(--base-1);
    --secondary-clr: #99a7ba;
    --primary: var(--base-1);
    --title-clr: #71777e;
    --dark-clr: #0e3d58;
    --base-clr: var(--base-1);
    --base-clr-2: var(--base-1);
    --border-clr: #99a7ba45;

    /* ── Status colors ── */
    --warning-clr: #ff7500;
    --danger-clr: #ff6d6d;
    --success-clr: #00aa6d;
    --info-clr: #0096ff;
}

:root {
    --theameColor: #045cff;
}
/* ============================================================================
   COMPONENT BASE CLASSES (migrated from app.css)
   Base definitions for grid, badge, card, btn, form, table, nav, modal.
   Overrides follow later in this file.
   ============================================================================ */

/* --- Grid --- */
.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.row.g-2 { margin-right: -0.25rem; margin-left: -0.25rem; }
.row.g-2 > [class*="col"] { padding-right: 0.25rem; padding-left: 0.25rem; }
.row.g-3 { margin-right: -0.5rem; margin-left: -0.5rem; }
.row.g-3 > [class*="col"] { padding-right: 0.5rem; padding-left: 0.5rem; }
.row.g-4 { margin-right: -0.75rem; margin-left: -0.75rem; }
.row.g-4 > [class*="col"] { padding-right: 0.75rem; padding-left: 0.75rem; }
.row.gy-4 { row-gap: 1.5rem; }
.row.gy-5 { row-gap: 3rem; }
.row.gx-0 { margin-right: 0; margin-left: 0; }
.row.gx-0 > [class*="col"] { padding-right: 0; padding-left: 0; }
@media (min-width: 576px) {
    .row.gy-sm-5 { row-gap: 3rem; }
}
@media (min-width: 1200px) {
    .row.gx-xl-4 { margin-right: -0.75rem; margin-left: -0.75rem; }
    .row.gx-xl-4 > [class*="col"] { padding-right: 0.75rem; padding-left: 0.75rem; }
}
.row > [class*="col-"],
.row > [class*="col\:"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
.col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; padding-right: 15px; padding-left: 15px; position: relative; }

/* --- Responsive Column Classes (flex-basis for .row flexbox grid) --- */
@media (min-width: 576px) {
    .sm\:col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .sm\:col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .sm\:col-3 { flex: 0 0 25%; max-width: 25%; }
    .sm\:col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .sm\:col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .sm\:col-6 { flex: 0 0 50%; max-width: 50%; }
    .sm\:col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .sm\:col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .sm\:col-9 { flex: 0 0 75%; max-width: 75%; }
    .sm\:col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .sm\:col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .sm\:col-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 768px) {
    .md\:col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .md\:col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .md\:col-3 { flex: 0 0 25%; max-width: 25%; }
    .md\:col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .md\:col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .md\:col-6 { flex: 0 0 50%; max-width: 50%; }
    .md\:col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .md\:col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .md\:col-9 { flex: 0 0 75%; max-width: 75%; }
    .md\:col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .md\:col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .md\:col-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 992px) {
    .lg\:col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .lg\:col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .lg\:col-3 { flex: 0 0 25%; max-width: 25%; }
    .lg\:col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .lg\:col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .lg\:col-6 { flex: 0 0 50%; max-width: 50%; }
    .lg\:col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .lg\:col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .lg\:col-9 { flex: 0 0 75%; max-width: 75%; }
    .lg\:col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .lg\:col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .lg\:col-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 1200px) {
    .xl\:col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .xl\:col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .xl\:col-3 { flex: 0 0 25%; max-width: 25%; }
    .xl\:col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .xl\:col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .xl\:col-6 { flex: 0 0 50%; max-width: 50%; }
    .xl\:col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .xl\:col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .xl\:col-9 { flex: 0 0 75%; max-width: 75%; }
    .xl\:col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .xl\:col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .xl\:col-12 { flex: 0 0 100%; max-width: 100%; }
}

/* --- Badge --- */
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-primary { color: #fff; background-color: var(--primary-clr, #19628e); }
.badge-success { color: #fff; background-color: var(--success-clr, #00aa6d); }
.badge-danger { color: #fff; background-color: var(--danger-clr, #ff6d6d); }
.badge-warning { color: #212529; background-color: var(--warning-clr, #ff7500); }
.badge-info { color: #fff; background-color: var(--info-clr, #0096ff); }
.badge-secondary { color: #fff; background-color: #6c757d; }
.badge-soft-primary { color: var(--primary-clr, #19628e); background-color: color-mix(in srgb, var(--primary-clr, #19628e) 10%, transparent); }
.badge-soft-success { color: var(--success-clr, #00aa6d); background-color: rgba(0, 170, 109, 0.1); }
.badge-soft-danger { color: var(--danger-clr, #ff6d6d); background-color: rgba(255, 109, 109, 0.1); }
.badge-soft-warning { color: var(--warning-clr, #ff7500); background-color: rgba(255, 117, 0, 0.1); }
.badge-soft-info { color: var(--info-clr, #0096ff); background-color: rgba(0, 150, 255, 0.1); }

/* --- Card --- */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* --- Button --- */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #3b4757;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.6;
    border-radius: 0.3125rem;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.btn-sm { padding: 0.375rem 0.75rem; font-size: 0.8125rem; line-height: 1.5; border-radius: 0.3125rem; }
.btn:hover { text-decoration: none; }
.btn:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn:disabled, .btn.disabled { opacity: 0.65; pointer-events: none; }
.close:hover { opacity: 0.75; }

/* --- Form --- */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.875rem + 2px);
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3b4757;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #3b4757;
    background-color: #fff;
    border-color: rgba(var(--base-rgb, 0, 231, 123), 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(var(--base-rgb, 0, 231, 123), 0.25);
}
.form-control::placeholder { color: #8c98a4; opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: #f8fafd; opacity: 1; }
.form-control.has-error,
.form-control:has(+ .text-danger),
.form-control:has(+ small.text-danger) {
    border-color: #ff6d6d;
    box-shadow: 0 0 0 0.2rem rgba(255, 109, 109, 0.15);
}
.form-control.has-error:focus,
.form-control:has(+ .text-danger):focus,
.form-control:has(+ small.text-danger):focus {
    border-color: #ff6d6d;
    box-shadow: 0 0 0 0.2rem rgba(255, 109, 109, 0.25);
}
select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 10px;
    padding-right: 1.75rem;
}

/* --- Table --- */
.table { width: 100%; margin-bottom: 1rem; color: #3b4757; border-collapse: collapse; }
.table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #e7eaf3; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #e7eaf3; }
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }
.table-bordered th, .table-bordered td { border: 1px solid #e7eaf3; }
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.02); }
.table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.04); }
.table-sm th, .table-sm td { padding: 0.3rem; }
.thead-light th { color: #3b4757; background-color: #f8fafd; border-color: #e7eaf3; }
.table-thead-bordered thead th { border-bottom: 1px solid #e7eaf3; }
.table-nowrap th, .table-nowrap td { white-space: nowrap; }
.table-align-middle th, .table-align-middle td { vertical-align: middle; }

/* --- Nav/Navbar --- */
.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-expand-lg .navbar-nav { flex-direction: row; }
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs { border-bottom: 1px solid #e7eaf3; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active {
    color: #3b4757;
    background-color: #fff;
    border-color: #e7eaf3 #e7eaf3 #fff;
}

/* --- Modal --- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop.show { opacity: 0.5; }

/* --- Collapse --- */
.collapse:not(.show) { display: none; }
.collapse.show { display: block; }

/* ============================================================================
   END COMPONENT BASE CLASSES
   ============================================================================ */

a,
a:hover,
select,
select option:hover,
.pointer {
    cursor: pointer;
}
.scroll-bar {
    max-height: calc(100vh - 100px);
    overflow-y: auto !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #cfcfcf;
    /*border-radius: 5px;*/
}

::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    /*border-radius: 5px;*/
}

::-webkit-scrollbar-thumb:hover {
    background: #003638;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .map-warper {
        height: 250px;
        padding-bottom: 10px;
    }
}

.deco-none {
    color: inherit;
    text-decoration: inherit;
}

.qcont {
    text-transform: lowercase;
}

.qcont:first-letter {
    text-transform: capitalize;
}

.navbar-vertical .nav-link {
    color: #e5e5e5;
}

.navbar .nav-link .text-truncate {
    transition: all ease 0.3s;
}

.navbar .nav-link:hover .text-truncate {
    color: var(--theme-active-text);
}

.navbar .active > .nav-link,
.navbar .nav-link.active,
.navbar .nav-link.show,
.navbar .show > .nav-link {
    color: var(--theme-complementary-text);
}

.navbar-vertical .active .nav-indicator-icon,
.navbar-vertical .nav-link:hover .nav-indicator-icon,
.navbar-vertical .show > .nav-link > .nav-indicator-icon {
    color: var(--theme-active-text);
}

.nav-subtitle {
    display: block;
    color: #6d8c7e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}

.navbar-vertical .navbar-nav.nav-tabs .active .nav-link,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    border-inline-start-color: #16597f;
}

.cursor-pointer {
    cursor: pointer;
}
#printDiv {
    display: none;
    visibility: hidden;
}
.pointer-events-none {
    pointer-events: none;
}

.floating-menu {
    border-radius: 100px;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    inset-inline-end: 0;
    position: fixed;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.main-menu {
    margin: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}

.main-menu li a:hover {
    background: var(--theme-active-text);
}

.menu-bg {
    background-color: #005555;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    top: 0;
    inset-inline-start: 0;
    transition: 0.1s;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: 0.2;
    transition: 0s;
}

.navbar-brand img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.navbar-brand-wrapper {
    overflow: hidden;
}

.navbar-vertical-aside-mini-mode .navbar-brand {
    display: none;
}

.navbar-dropdown-account-wrapper:focus,
.navbar-dropdown-account-wrapper:hover {
    background: transparent;
}

.cmn--media {
    font-size: 12px;
}


.right-dropdown-icon {
    position: relative;
}

.right-dropdown-icon::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 4px solid #005555;
    border-top-color: transparent;
    border-inline-start-color: transparent;
    transform: rotate(45deg);
    inset-inline-start: -17px;
    top: 2px;
}

.navbar-vertical-aside-mini-mode .navbar-brand-wrapper {
    justify-content: center !important;
}

.navbar-vertical-aside-mini-mode aside .navbar-brand {
    display: none !important;
}

/*Design Panel Updated CSS*/
.navbar__brand-wrapper {
    padding: 5px 20px !important;
}

.cmn--media {
    font-size: 12px;
}


.right-dropdown-icon {
    position: relative;
}

.right-dropdown-icon::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 4px solid #005555;
    border-top-color: transparent;
    border-inline-start-color: transparent;
    transform: rotate(45deg);
    inset-inline-start: -17px;
    top: 2px;
}

.navbar-vertical-aside-mini-mode .navbar-brand-wrapper {
    justify-content: center !important;
}

.navbar-vertical-aside-mini-mode aside .navbar-brand {
    display: none !important;
}

.d--xl-none {
    display: none !important;
}

@media screen and (max-width: 1199.99px) {
    .d--xl-none {
        display: block !important;
    }
}

.page-header-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .page-header-title {
        font-size: 18px;
    }
}

.page-header-title i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-size: 26px;
    line-height: 1.2;
}

.shadow--card {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 5px 5px rgba(51, 66, 87, 0.05);
    border-radius: 7px;
    padding: 20px;
}

a[class*="btn--"],
button[class*="btn--"] {
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* padding: 9px 24px; */
    color: #fff;
    text-transform: capitalize;
    border: 1px solid;
}

@media screen and (min-width: 1450px) {
    a[class*="btn--"],
    button[class*="btn--"] {
        padding: 8px 10px;
    }
}

a[class*="btn--"].font--sm,
button[class*="btn--"].font--sm {
    font-size: 0.75rem;
}

a[class*="btn--"]:hover,
button[class*="btn--"]:hover {
    filter: brightness(0.9);
}

a[class*="btn--"]:hover {
    color: #fff;
}

.btn--secondary {
    color: #fff !important;
    background-color: var(--secondary-clr) !important;
    border-color: var(--secondary-clr) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}
.btn--secondary:hover {
    color: #fff !important;
    filter: brightness(0.9);
    box-shadow: 0 4px 8px rgba(51, 66, 87, 0.2);
    transform: translateY(-1px);
}

.btn--reset {
    color: var(--title-clr) !important;
    background-color: #f3f4f5 !important;
    border-color: #f3f4f5 !important;
    transition: all 0.2s ease;
}
.btn--reset:hover {
    background-color: #e8eaed !important;
    border-color: #e8eaed !important;
}

.h--37px {
    height: 37px !important;
    line-height: 37px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn--primary {
    background-color: var(--primary-clr) !important;
    border-color: var(--primary-clr) !important;
    color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.btn--primary:hover {
    color: #fff !important;
    background-color: var(--theme-primary-hover, #12496a) !important;
    border-color: var(--theme-primary-hover, #12496a) !important;
    box-shadow: 0 4px 8px rgba(22, 89, 127, 0.25);
    transform: translateY(-1px);
}

.btn--primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.btn-outline-primary:not(:hover) {
    background: transparent !important;
    color: var(--primary-clr) !important;
}

.btn-outline-primary:hover {
    background: var(--primary-clr);
    color: #fff !important;
}

.btn-outline-secondary:not(:hover) {
    background: transparent !important;
}

.btn-outline-secondary:hover {
    background: var(--secondary-clr);
    color: #fff !important;
}

.btn--warning {
    background: var(--warning-clr) !important;
    border-color: var(--warning-clr) !important;
}

.btn-outline-warning:not(:hover) {
    background: rgba(255, 134, 32, 0.1) !important;
    color: var(--warning-clr) !important;
}

.btn-outline-warning:hover {
    background: var(--warning-clr) !important;
    color: #fff !important;
}

.btn--danger {
    background: var(--danger-clr) !important;
    border-color: var(--danger-clr) !important;
}

.btn-outline-danger:not(:hover) {
    background: transparent !important;
    color: var(--danger-clr) !important;
}

.btn-outline-danger:hover {
    background: var(--danger-clr) !important;
    color: #fff !important;
}

.export-btn {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 12px !important;
}

.export-btn span {
    margin: 0 5px;
    display: inline-block;
}

.export-btn i {
    font-size: 0.9rem !important;
}

.action-btn {
    width: 30px;
    height: 30px;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em !important;
    padding: 0 !important;
}

@media screen and (min-width: 1650px) {
    .action-btn {
        width: 32px;
        height: 32px;
    }
}

.action-btn.btn-outline-primary:not(:hover) {
    background: rgba(0, 134, 143, 0.0392156863) !important;
    color: var(--primary-clr) !important;
}

.btn--container {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.table {
    width: 100%;
}

.table .btn--container {
    flex-wrap: nowrap;
}

.btn--container > * {
    margin: 8px;
}

.table .btn--container {
    margin: -5px;
}

.table .btn--container > * {
    margin: 5px;
}

.zone-setup-top {
    font-size: 0.7rem;
    line-height: 1rem;
}

.zone-setup-top .subtitle {
    font-weight: 600;
    color: var(--base-clr);
    font-size: 1rem;
}

@media screen and (min-width: 1450px) {
    .zone-setup-top {
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
}

.zone-setup-item {
    display: flex;
    flex-wrap: wrap;
    max-width: 389px;
    margin-bottom: 10px;
}

.zone-setup-item .zone-setup-icon {
    width: 30px;
    height: 30px;
    border: 1.5px solid var(--title-clr);
    color: var(--title-clr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.zone-setup-item .info {
    width: calc(100% - 30px);
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    align-self: center;
    font-size: 0.7rem;
    line-height: 15px;
}

@media screen and (min-width: 1650px) {
    .zone-setup-item {
        min-width: 420px;
    }

    .zone-setup-item .zone-setup-icon {
        width: 35px;
        height: 35px;
        font-size: 0.95rem;
    }

    .zone-setup-item .info {
        width: calc(100% - 45px);
        font-size: 0.76rem;
        line-height: 1.2rem;
    }
}

.zone-setup .input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--title-clr);
}

/* zone-setup .form-group removed — unused in SPA templates */

.instructions-image img {
    width: 100%;
    max-width: 389px;
}

@media screen and (min-width: 1450px) {
    .instructions-image img {
        width: unset;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .instructions-image {
        margin-bottom: 40px;
    }
}

.map-warper {
    height: 233px;
    overflow: hidden;
}

@media screen and (min-width: 1450px) {
    .map-warper {
        height: 306px;
        margin-top: 32px;
    }
}

@media screen and (min-width: 1650px) {
    .map-warper {
        height: 350px;
    }
}

.map-warper #map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.map-warper #pac-input {
    height: 3em;
    width: -moz-fit-content;
    width: fit-content;
}

.card .card-header h5 {
    font-size: 16px;
    font-weight: 600;
}

.table th,
.table td {
    padding: 0.5rem;
}

.input--group .form-control {
    height: 40px;
    padding: 0 10px;
    font-size: 0.875rem;
    border-top: 0.530587px solid var(--border-clr);
    border-bottom: 0.530587px solid var(--border-clr);
}

.input--group .form-control:first-child {
    -webkit-border-start: 0.530587px solid var(--border-clr);
    border-inline-start: 0.530587px solid var(--border-clr);
    border-radius: 5px 0 0 5px !important;
}

.input--group .form-control:last-child {
    -webkit-border-end: 0.530587px solid var(--border-clr);
    border-inline-end: 0.530587px solid var(--border-clr);
    border-radius: 0 5px 5px 0 !important;
}

.input--group .btn--secondary {
    min-width: 40px;
    text-align: center;
    color: #fff;
    padding: 0 5px !important;
    border-radius: 0 5px 5px 0 !important;
    border-top: 1px solid var(--border-clr) !important;
    border-bottom: 1px solid var(--border-clr) !important;
    -webkit-border-end: 1px solid var(--border-clr) !important;
    border-inline-end: 1px solid var(--border-clr) !important;
    -webkit-border-start: none !important;
    border-inline-start: none !important;
    -webkit-margin-start: -1px !important;
    margin-inline-start: -1px !important;
}

@media screen and (min-width: 1200px) {
    .input--group .export-btn,
    .input--group .form-control,
    .input--group .btn--secondary {
        height: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .export-btn {
        height: 40px;
    }
}

.move-left {
    -webkit-margin-start: -22px;
    margin-inline-start: -22px;
}

.nav-subtitle {
    color: var(--theme-primary-text) !important;
    font-size: 0.75rem;
}

.navbar-vertical aside .nav-link {
    color: #e9f3ff !important;
}

.form--control {
    background: #a2c8c81a;
    border: 1px solid #a2c8c8;
    border-radius: 5px;
    color: var(--theme-primary-text) !important;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1098039216);
}

.form--control::-moz-placeholder {
    color: var(--theme-primary-text);
}

.form--control::placeholder {
    color: var(--theme-primary-text);
}

.form--control:focus {
    color: var(--theme-primary-text) !important;
    border-color: var(--base-clr);
    background: #a2c8c81a;
}

.form--control:-webkit-autofill,
.form--control:-webkit-autofill:hover,
.form--control:-webkit-autofill:focus {
    border: 1px solid var(--base-clr) !important;
    -webkit-text-fill-color: var(--theme-primary-text) !important;
    box-shadow: 0 0 0px 1000px rgba(153, 167, 186, 0.2) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(153, 167, 186, 0.2) inset !important;
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.sidebar--search-form {
    padding: 20px 10px 16px;
}

.sidebar--search-form .form--control {
    -webkit-padding-start: 34px;
    padding-inline-start: 34px;
}

.sidebar--search-form .search--form-group {
    position: relative;
    transition: all ease 0.3s;
}

.sidebar--search-form .search--form-group .btn {
    position: absolute;
    inset-inline-start: -5px;
    top: 0;
    color: var(--theme-primary-text) !important;
    -webkit-padding-start: 12px !important;
    padding-inline-start: 12px !important;
    -webkit-padding-end: 12px !important;
    padding-inline-end: 12px !important;
}

/* aside .nav-item .nav-link {
    color: #e9f3ff !important;
} */

aside .navbar-vertical-aside-has-menu .nav-sub .nav-link {
    font-size: 0.8rem;
}

aside .navbar-nav > .nav-item:not(:first-child) {
    margin-top: 5px !important;
}

aside .nav-link {
    color: var(--theme-aside-text) !important;
}

.navbar-vertical-aside-mini-mode
    .navbar-vertical:not([class*="container"])
    .navbar-nav
    .nav-link {
    -webkit-padding-start: 1.75rem !important;
    padding-inline-start: 1.75rem !important;
}

.navbar-vertical-aside-mini-mode .search--form-group {
    display: none;
}
.swal2-popup .swal2-styled {
    min-width: 10px !important;
    padding: 5px 15px;
}
.swal2-popup .swal2-styled.swal2-cancel {
    color: #fff !important;
    background: var(--secondary-clr) !important;
}

.swal2-popup .swal2-styled:focus,
.swal2-popup .swal2-styled.swal2-confirm {
    box-shadow: none !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    box-shadow: none !important;
}
.swal2-input {
    height: 2.3em !important;
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 0em auto !important;
}
.swal2-popup {
    border-radius: 10px !important;
    padding: 30px !important;
    width: 100% !important;
    max-width: 500px !important;
    font-size: 1em !important;
    font-family: "Inter", sans-serif;
}
.swal2-content,
.swal2-header {
    padding: 0 !important;
}
.swal2-header {
    flex-direction: initial !important;
}
.swal2-popup .swal2-icon {
    margin-top: 0 !important;
    margin-bottom: 1.5em !important;
}

.swal2-popup .swal2-styled {
    min-width: 170px;
    text-align: center;
}

@media screen and (min-width: 575px) {
    .swal2-popup .swal2-styled {
        margin: 0.3125em 0.8em !important;
    }
}

.swal2-popup .swal2-title {
    font-family: "Public Sans", sans-serif;
    font-size: 1.5em !important;
}

.swal2-popup .swal2-actions {
    margin-top: 1.5em !important;
}

.swal2-popup .swal2-close {
    color: var(--title-clr) !important;
    inset-inline-end: 15px !important;
    top: 15px !important;
}

#map {
    height: 272px !important;
    border-radius: 5px;
}

.card-header-icon i {
    font-size: 19px;
}

.btn {
    font-family: "Inter", sans-serif;
}

.h--45px {
    height: 45px !important;
}

.h--40px {
    height: 40px !important;
}

.btn.h--40px {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn--primary.h--45px {
    font-size: 16px;
    font-weight: 600;
}

.page-header-select-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -7px;
    justify-content: flex-end;
}

.page-header-select-wrapper .select-item {
    padding: 7px;
    flex-grow: 1;
}

@media screen and (min-width: 576px) {
    .page-header-select-wrapper .select-item {
        max-width: 211px;
    }

    .page-header-select-wrapper .select-item .form-control {
        height: 46px;
    }

    .page-header-select-wrapper .select-item .select2-selection {
        height: 46px !important;
        line-height: 28px;
    }

    .page-header-select-wrapper .select-item .w--unset {
        width: unset !important;
    }
}

@media screen and (max-width: 575px) {
    .page-header-select-wrapper {
        margin-top: 10px;
    }
}

@media screen and (min-width: 576px) {
    .w--sm-unset {
        width: unset !important;
    }
}

.resturant-card {
    position: relative;
    border-radius: 10px;
    padding: 21px 50px 21px 28px;
}

.resturant-card .title {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
    color: #111;
}

.resturant-card .subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #111;
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .resturant-card .subtitle {
        font-size: 12px;
    }
}

.resturant-card .resturant-icon {
    position: absolute;
    inset-inline-end: 15px;
    top: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 40px;
    max-width: 40px;
}

.resturant-card .resturant-icon img {
    max-width: 100%;
}

@media screen and (min-width: 1450px) {
    .resturant-card {
        padding: 30px 55px 25px 30px;
    }

    .resturant-card .resturant-icon {
        inset-inline-end: 20px;
        top: 25px;
    }
}

.resturant-card.dashboard--card {
    min-height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resturant-card.dashboard--card .subtitle {
    color: #111;
}

.bg--1 {
    background: rgba(0, 150, 255, 0.15) !important;
}

.bg--2 {
    background: rgba(0, 170, 109, 0.15) !important;
}

.bg--3 {
    background: rgba(248, 59, 59, 0.1) !important;
}

.bg--4 {
    background: rgba(255, 245, 0, 0.2) !important;
}

.bg--5 {
    background: rgba(248, 146, 59, 0.1) !important;
}

.bg--6 {
    background: rgba(248, 59, 218, 0.11) !important;
}

.bg--7 {
    background: rgba(255, 46, 83, 0.15) !important;
}

.bg--8 {
    background: rgba(0, 170, 17, 0.15) !important;
}

.bg--9 {
    background: rgba(59, 191, 248, 0.1) !important;
}

.bg--10 {
    background: rgba(0, 170, 109, 0.15) !important;
}

.bg--11 {
    background: rgba(248, 146, 59, 0.1) !important;
}

.bg--12 {
    background: rgba(247, 25, 25, 0.11) !important;
}

.bg--13 {
    background: #cceaff !important;
}

.bg--14 {
    background: rgba(255, 0, 0, 0.2) !important;
}

.resturant-card-2 .resturant-icon {
    max-width: 24px;
    height: 24px;
}

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

.g-1 {
    margin: -0.35rem;
}

.g-1 > *[class*="col"] {
    padding: 0.35rem !important;
}

.g-3 {
    margin: -0.625rem;
}

.g-3 > *[class*="col"] {
    padding: 0.625rem !important;
}

.g-4 {
    margin: -0.875rem;
}

.g-4 > *[class*="col"] {
    padding: 0.875rem !important;
}

@media screen and (1200px <=width < 1201px) {
    .navbar-vertical-aside-show-xl .navbar:not(.navbar-vertical) {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .cmn--media.right-dropdown-icon::before {
        display: none;
    }

    /* removed: .cmn--media dead context */
}

.nav-tabs .nav-link {
    border: none;
}

.nav-icon {
    opacity: 1 !important;
}

.navbar-vertical .navbar-nav.nav-tabs .active > .nav-link,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    position: relative;
    min-height: 36px;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    -webkit-padding-end: 18px;
    padding-inline-end: 18px;
}

.navbar-vertical .navbar-nav.nav-tabs .active > .nav-link .text-truncate,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link .text-truncate {
    color: var(--theme-active-text) !important;
    opacity: 1;
}

.navbar-vertical .navbar-nav.nav-tabs .active > .nav-link i,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link i {
    color: var(--theme-active-text);
}

.navbar-vertical .navbar-nav.nav-tabs .active > .nav-link::before,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link::before {
    content: "";
    position: absolute;
    inset: 0 10px;
    background: rgba(22, 89, 127, 0.1);
    border-radius: 5px;
}

.navbar-vertical
    .navbar-nav.nav-tabs
    .navbar-vertical-aside-has-menu
    li.active
    > .nav-link {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    -webkit-padding-start: 32px;
    padding-inline-start: 32px;
}

.statistics--title-area {
    padding: 14px 0 11px;
}

.navbar-vertical:not([class*="container"]) .navbar-nav.navbar-nav-lg .nav-link {
    margin-top: 0;
    margin-bottom: 0;
}

.order--card {
    background: rgba(110, 137, 175, 0.0509803922);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
}

.order--card--sm {
    background: rgba(110, 137, 175, 0.0509803922);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px;
}


.order--card .card-subtitle,
.order--card--sm .card-subtitle {
    color: var(--title-clr);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.order--card .card-subtitle img,
.order--card--sm .card-subtitle img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.fz--11 {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 13px;
}

.fz--11 .legend-indicator {
    width: 12px;
    height: 12px;
}

@media screen and (min-width: 1200px) {
    .mt--xl--10 {
        margin-top: -10px;
    }
}

.chart--extension {
    transform: translateY(-40px) rotate(-90deg);
    -webkit-margin-start: -30px;
    margin-inline-start: -30px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    font-weight: 700;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    color: var(--title-clr);
}

.chart--label {
    display: flex;
    padding: 0 15px 10px;
}

.chart--label .indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.chart--label .info {
    width: calc(100% - 15px);
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    align-self: center;
}

.card-header-title img.card-header-icon {
    max-width: 22px;
    max-height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
}

.card {
    border-color: rgba(231, 234, 243, 0.5019607843);
}

.total--users {
    position: absolute;
    inset-inline-start: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.total--users h3 {
    margin: 0;
    font-weight: 700 !important;
    font-size: 22px;
    line-height: 27px;
}

@media screen and (max-width: 575px) {
    .total--users span {
        font-size: 9px;
        display: block;
        line-height: 9px;
        margin-bottom: -5px;
    }

    .total--users h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
}

.most-popular {
    padding: 0;
    margin: 0;
}

.most-popular li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.most-popular li:not(:last-child) {
    margin-bottom: 14.74px;
}

.most-popular li .img-container {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13.75px;
    line-height: 17px;
    color: var(--title-clr);
}

.most-popular li .img-container img {
    width: 41.28px;
    height: 41.28px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 134, 143, 0.3);
    box-shadow: 0px 3.9297px 3.9297px -1.96485px rgba(0, 0, 0, 0.1);
}

.most-popular li .count {
    color: #ff6d6d;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.top--deliveryman {
    min-height: 131px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border: none !important;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(51, 66, 87, 0.05) !important;
    border-radius: 5px;
    height: 100%;
}

.top--deliveryman img {
    border: 1px solid rgba(240, 111, 0, 0.3);
}

.top--deliveryman .name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.02em;
    color: #005555;
}

.top--deliveryman .info {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.02em;
    color: #005555;
}

.top--deliveryman .info span {
    font-size: 16px;
}

.top--rated-food {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border: none !important;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(51, 66, 87, 0.05) !important;
    border-radius: 5px;
    height: 100%;
    min-height: 140px;
}

.top--rated-food .rating {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #f06f00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top--rated-food .rating span,
.top--rated-food .rating i {
    color: #f06f00;
}

.top--rated-food .rating .text--title {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.02em;
    color: #005555;
}

.text-title {
    color: #334257;
}

.top--rated-food .rating .text-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.top--rated-food .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top--rated-food img {
    width: 90px;
    height: 78px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .top--rated-food img {
        height: 86px;
    }
}

.top--resturant {
    margin: -6px -10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.top--resturant li {
    padding: 6px 10px;
    width: 100%;
    list-style: none;
}

@media screen and (min-width: 500px) {
    .top--resturant li {
        width: 50%;
    }
}

.top--resturant li .top--resturant-item {
    border: none !important;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(51, 66, 87, 0.05) !important;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 9px;
}

.top--resturant li .top--resturant-item img {
    width: 65px;
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(240, 111, 0, 0.3);
}

.top--resturant li .top--resturant-item .top--resturant-item-content {
    width: calc(100% - 65px);
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

.top--resturant li .top--resturant-item .top--resturant-item-content .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #005555;
}

.top--resturant
    li
    .top--resturant-item
    .top--resturant-item-content
    .info
    span {
    font-size: 14px;
}

.sold--count-badge {
    position: absolute;
    inset-inline-end: 7px;
    inset-inline-start: 7px;
    bottom: 5px;
    text-align: center;
    background: var(--title-clr);
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
}

.top-selling-food-card {
    cursor: pointer;
    -webkit-padding-end: 6px;
    padding-inline-end: 6px;
    -webkit-padding-start: 6px;
    padding-inline-start: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #005555;
    border: none !important;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(51, 66, 87, 0.05) !important;
    border-radius: 5px;
}

.top-selling-food-card img {
    border: 1px solid rgba(240, 111, 0, 0.3);
}

.label_1 {
    inset-inline-start: 30px;
    top: 30px;
}

.grid-card {
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    border: none !important;
    box-shadow: 0 2px 6px rgba(0, 150, 255, 0.1);
}

.grid-card.style-2 .label_1 {
    inset-inline-start: 15px;
    top: 15px;
}

.grid-card .text-center span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-weight: 700;
    color: var(--title-clr);
}

.grid-card .label_1 {
    position: absolute;
    font-size: 10px;
    background: #005555;
    color: #fff;
    min-width: 60px;
    padding: 3px 9px;
    font-weight: bold;
    border-radius: 6px;
}

.grid-card .mt-6 {
    margin-top: 1.55em !important;
}

.lang_form {
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
}

.lang_link {
    border-bottom: 3px solid transparent !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.lang_link.active {
    border-color: var(--primary-clr) !important;
}

.nav-item:not(:last-child) .lang_link {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

div.form-control,
input.form-control,
select.form-control {
    height: 35px;
}

.vertical-content {
    height: auto;
    max-height: 85vh;
    overflow-y: scroll;
}

.custom-select {
    height: 45px;
    line-height: 27px;
}

.custom-radio .custom-control-label {
    padding: 3px 0;
}

.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
    top: 0.32rem;
}

.form-label {
    color: var(--title-clr);
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .module-logo-card {
        box-shadow: none;
        border: none;
    }

    /* .module-logo-card .card-body removed — unused */
}

.page-header {
    padding-bottom: 10px;
}

.main .content {
    padding-top: 1.2rem;
}

.page-header .btn--primary {
    margin-bottom: 8px;
}

.page-header-title {
    margin-bottom: 8px;
}

.page-header-title .page-header-icon img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.page-header-title > span:not(:first-child) {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

@media (max-width: 1199.98px) {
    aside .navbar-nav-wrap-content-left {
        display: none !important;
    }
}

.search--button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px -7px !important;
    flex-grow: 1;
}

.search--button-wrapper > .btn,
.search--button-wrapper > form,
.search--button-wrapper > button,
.search--button-wrapper .hs-unfold,
.search--button-wrapper > div {
    margin: 7px !important;
}

.search--button-wrapper *[class*="btn--"] {
    padding: 10px 20px;
}

@media (min-width: 576px) {
    .search--button-wrapper .search-form {
        min-width: 260px;
    }
}

.search--button-wrapper {
    margin: 0 -4px;
}

@media screen and (max-width: 575px) {
    .search--button-wrapper .hs-unfold {
        flex-grow: 1;
    }

    .search--button-wrapper .hs-unfold .btn {
        justify-content: center;
    }

    .search--button-wrapper .btn--primary {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
        flex-grow: 1;
    }

    .search--button-wrapper > .btn,
    .search--button-wrapper > form,
    .search--button-wrapper > button,
    .search--button-wrapper .hs-unfold,
    .search--button-wrapper > div {
        margin: 4px !important;
        flex-grow: 1;
    }
}

.js-hs-unfold-invoker {
    display: block;
}

.js-hs-unfold-invoker.dropdown-toggle,
.js-hs-unfold-invoker.btn-icon {
    display: flex !important;
}

.table .thead-light th {
    color: var(--title-clr);
}

.w--26 {
    width: 26px !important;
}

.w--22 {
    width: 22px !important;
}

.img--65,
.img--60,
.img--70,
.img--75,
.img--80,
.img--90,
.img--100,
.img--110,
.img--120,
.img--130,
.img--200 {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.img--75 {
    width: 75px;
}

.img--65 {
    width: 65px;
}

.img--130 {
    width: 130px;
}

.img--120 {
    width: 120px !important;
}

.img--200 {
    width: 200px;
}

.img--110 {
    width: 110px;
}

.img--100 {
    width: 100px;
}

.img--90 {
    width: 90px;
}

.img--80 {
    width: 80px;
}

.img--70 {
    width: 70px;
}

.img--60 {
    width: 60px;
}

.min--200 {
    min-width: 200px;
}

.min--220 {
    min-width: 220px;
}

.min--240 {
    min-width: 240px;
}

.min--250 {
    min-width: 250px;
}

.min--260 {
    min-width: 250px;
}

.min--270 {
    min-width: 250px;
}

.min--280 {
    min-width: 250px;
}

.img--ratio-3 {
    aspect-ratio: 3;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.text--title {
    color: var(--title-clr) !important;
}

img.circle {
    border-radius: 50% !important;
}

.w--120px {
    width: 120px !important;
}

.img--vertical {
    aspect-ratio: 3;
    width: 100%;
    max-width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.img--vertical-120 {
    max-width: 360px;
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.toggle-switch {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.85rem;
    text-transform: capitalize;
}

.toggle-switch span.pr-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 0;
    flex-grow: 1;
}

.h--50px {
    height: 50px !important;
}

.form-control ~ .select2 .custom-select:not(.select2-selection) {
    height: 45px;
}

.custom-file,
.custom-file-input {
    height: 45px;
}

.custom-file-input {
    opacity: 1;
    padding: 1px 0 1px 11px;
    -webkit-padding-start: 11px;
    padding-inline-start: 11px;
    line-height: 34px;
    border-color: var(--border-clr) !important;
    border-radius: 48px;
}

.custom-file-input:focus,
.custom-file-input:active,
.custom-file-input:hover,
.custom-file-input:focus-within {
    border-color: var(--border-clr) !important;
}

.custom-file-label {
    height: 45px;
    line-height: 27px;
    background: transparent;
    z-index: 9;
}

.custom-file-label::after {
    height: 43px;
    line-height: 25px;
    inset-inline-end: unset;
    inset-inline-start: 2px;
    content: "Choose File" !important;
    background: #fff;
    border: none !important;
    top: 0;
}

.custom-file-input[multiple] ~ .custom-file-label::after {
    width: 113px;
}

.table .badge {
    min-width: 25px;
}

.badge {
    padding: 0.25em 0.5em;
    line-height: 14px;
    font-size: 0.74rem;
}

.action-btn i {
    font-size: 1.14rem;
}

thead th {
    font-family: "Poppins", sans-serif;
}

.mw--85px {
    max-width: 85px !important;
}

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

.fz--14px tr td strong {
    font-size: 0.75rem !important;
}

.fz--14px .badge {
    font-weight: 500;
}

textarea.form-control[readonly] {
    min-height: 45px;
}

.form-control[readonly] {
    background: #f8fafd !important;
}

@media screen and (min-width: 1200px) and (max-width: 1650px) {
    .zone-setup-instructions .instructions-image img {
        max-width: 88%;
    }
}

.w--20 {
    width: 20px !important;
}

.customer--name {
    font-weight: 600;
}

.export-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
    flex-grow: 1;
}

.export-steps.style-2 .export-steps-item {
    width: 33.3333333333%;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .export-steps.style-2 .export-steps-item {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .export-steps.style-2 .export-steps-item {
        width: 100%;
    }
}

.export-steps-item {
    color: rgb(138, 146, 166);
    padding: 5px;
    width: 50%;
    max-width: 400px;
}

.export-steps-item h5 {
    color: rgb(138, 146, 166);
    margin: 0;
    margin-bottom: -5px;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.export-steps-item .inner {
    background: #f7f7f7;
    padding: 15px 15px;
    text-align: center;
    min-height: 57px;
    height: 100%;
}

.export-steps-item .inner p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}

@media screen and (max-width: 575px) {
    .export-steps-item {
        width: 100%;
    }
}

.export--template-btns .btn {
    width: 100%;
    max-width: 274px;
}

.export--template-title {
    letter-spacing: 0.05em;
}

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

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

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

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

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

.form--control-select {
    width: unset;
    min-width: 100px;
    height: 26px !important;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.w--1 {
    width: 10%;
}

.w--05 {
    width: 5%;
}

.w--15 {
    width: 15%;
}

.w--25 {
    width: 25%;
}

.w--2 {
    width: 20%;
}

.w--3 {
    width: 30%;
}

.w--4 {
    width: 40%;
}

.w--5 {
    width: 50%;
}

.w--6 {
    width: 60%;
}

.w--7 {
    width: 70%;
}

.w--8 {
    width: 80%;
}

.w--9 {
    width: 90%;
}

.min-height-45 {
    min-height: 45px !important;
}

.min--height-150 {
    min-height: 150px;
}

.min--height-200 {
    min-height: 200px;
}

.spartan_remove_row {
    inset-inline-end: 3px;
    top: 3px;
    background: transparent;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 7, 0);
    position: absolute !important;
}

.spartan_item_wrapper .file_upload img.img_ {
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
}

.img--square {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.food--media .avatar {
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 992px) and (max-width: 1550px) {
    .review--information-wrapper .food--media {
        flex-wrap: nowrap !important;
    }

    .review--information-wrapper .avatar-xxl {
        width: 110px;
        -webkit-margin-end: 15px !important;
        margin-inline-end: 15px !important;
    }

    .review--information-wrapper .rating--review .title {
        font-size: 36px;
    }

    .review--information-wrapper .rating--review .title .out-of {
        font-size: 28px;
    }

    .review--information-wrapper .rating--review .info {
        font-size: 12px;
        font-weight: 400;
    }
}

@media screen and (max-width: 500px) {
    .review--information-wrapper .food--media {
        flex-wrap: nowrap !important;
    }

    .review--information-wrapper .avatar-xxl {
        width: 80px;
        -webkit-margin-end: 15px !important;
        margin-inline-end: 15px !important;
    }

    .review--information-wrapper .rating--review .title {
        font-size: 30px;
    }

    .review--information-wrapper .rating--review .title .out-of {
        font-size: 24px;
    }

    .review--information-wrapper .rating--review .info {
        font-size: 12px;
        font-weight: 400;
    }
}

.rating--review .title {
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0.007em;
    color: var(--primary-clr);
}

.rating--review .title .out-of {
    font-size: 35px;
    line-height: 41px;
    color: #758590;
    font-weight: 500;
}

.rating--review .info {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.007em;
    color: #758590;
}

.rating--review i {
    color: var(--primary-clr);
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .rating--review {
        width: 100%;
        padding: 0 0 20px;
    }

    .rating--review .title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0.007em;
    }

    .rating--review .title .out-of {
        font-size: 28px;
        line-height: 35px;
    }
}

.rating--review-right {
    max-width: 940px;
}

.rating--review-right li:not(:last-child) {
    padding-bottom: 10px;
}

@media screen and (max-width: 1650px) and (min-width: 1350px) {
    .rating--review-right {
        max-width: 740px;
    }
}

.progress-name {
    width: 100px;
    -webkit-margin-end: 23px;
    margin-inline-end: 23px;
    color: var(--title-clr);
}

@media screen and (max-width: 767px) {
    .card .card-header .delivery--man-single-name {
        font-size: 14px;
        margin-bottom: 10px !important;
    }
}

.datatable-custom td {
    vertical-align: middle;
}

@media screen and (min-width: 1400px) {
    .food--media .avatar {
        width: 184px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .food--media {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 991px) {
    .food--media .avatar {
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .food--media > .d-block {
        flex-grow: 1;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .food--media > .d-block {
        width: 0;
    }
}

@media screen and (max-width: 767px) {
    .food--media .avatar {
        width: 120px;
        margin-bottom: 20px;
    }
}

.resturant--information-single {
    text-align: center;
}

.resturant--information-single .avatar-img,
.resturant--information-single .avatar {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.resturant--information-single .avatar-img {
    border: 1px solid #f8923b;
}

/* removed: .resturant--information-single dead context */

.table strong {
    color: var(--title-clr);
}

.max-w--220px {
    max-width: 220px;
}

.spartan_item_wrapper {
    width: 50% !important;
    flex: 0 0 50% !important;
    margin-bottom: 0 !important;
    max-width: 130px !important;
}

.spartan_item_wrapper .file_upload {
    border: none !important;
    padding: 0 !important;
    height: unset !important;
    aspect-ratio: 1;
}

.spartan_item_wrapper .file_upload img {
    height: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
}

.spartan_item_wrapper > img {
    height: unset;
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.spartan_item_wrapper p {
    margin: 0;
}

@media (min-width: 768px) {
    .spartan_item_wrapper.size--md {
        max-width: 170px !important;
    }
}

.spartan_item_wrapper.size--sm {
    max-width: 120px !important;
}

.nav--tabs .nav-link {
    border-bottom: 3px solid transparent;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav--tabs .nav-link.active {
    border-color: var(--primary-clr);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

.nav--tabs .nav-item:first-child .nav-link {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.text--primary {
    color: var(--primary-clr);
}

.w--30 {
    width: 30px;
}

.report-card-inner {
    max-width: 790px;
    margin: 0 auto 30px;
}

@media (max-width: 575px) {
    .max-sm-flex-1 {
        flex-grow: 1;
    }
}

.toggle-switch-sm.px-4 {
    -webkit-padding-start: 1rem !important;
    padding-inline-start: 1rem !important;
    -webkit-padding-end: 1rem !important;
    padding-inline-end: 1rem !important;
    min-height: 45px;
}

.toggle-switch {
    border-color: #e7eaf3 !important;
}

.min-height-40 {
    min-height: 40px;
}

.min-height-40.btn {
    align-items: center;
    display: flex;
    justify-content: center;
}

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

.text--hover:hover {
    color: var(--primary-clr);
}
.max-width-200px {
    max-width: 200px;
}

.word-break {
    white-space: pre-line;
}

.line--limit-1,
.line--limit-2,
.line--limit-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line--limit-1 {
    -webkit-line-clamp: 1;
}

.line--limit-2 {
    -webkit-line-clamp: 2;
}

.line--limit-3 {
    -webkit-line-clamp: 3;
}

.customer--information-single {
    align-content: inherit;
}

.customer--information-single .avatar-img,
.customer--information-single .avatar {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.customer--information-single > .flex-1 {
    text-align: start;
    width: calc(100% - 70px);
    font-size: 13px;
    -webkit-padding-start: 23px;
    padding-inline-start: 23px;
}

.card--bg-1 {
    background: #eafbff !important;
    box-shadow: none !important;
}

.card--bg-1 .title {
    color: #16abcb;
}

.card--bg-2 {
    background: #fff7e7 !important;
    box-shadow: none !important;
}

.card--bg-2 .title {
    color: #feb019;
}

.card--bg-3 {
    background: #eafdf6 !important;
    box-shadow: none !important;
}

.card--bg-3 .title {
    color: #00aa6d;
}

.card--bg-4 {
    background: #fff2f2 !important;
    box-shadow: none !important;
}

.card--bg-4 .title {
    color: #ff6d6d;
}

[data-toggle="tooltip"] img {
    -webkit-margin-start: 4px;
    margin-inline-start: 4px;
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
    width: 14px;
    transform: translateY(-1px);
}

.select2-selection__rendered {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.select2:not(.select2-container--open) .select2-search--inline {
    height: 2px;
}

.toggle-switch-sm .toggle-switch-label {
    width: 44px;
    height: 26px;
    display: flex;
    margin: 0;
}

.toggle-switch-sm .toggle-switch-indicator {
    width: 18px;
    height: 18px;
}

.toggle-switch-sm
    .toggle-switch-input:checked
    + .toggle-switch-label
    .toggle-switch-indicator {
    transform: translate3d(100%, 50%, 0) !important;
}

.switch--label {
    width: 0;
    flex-grow: 1;
}

.initial-hidden {
    display: none;
}

.custom--switch {
    display: flex;
}

.custom--switch input[switch] {
    display: none;
}

.custom--switch input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ced4da;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: all 0.1s ease-in-out;
    margin: 0;
}

.custom--switch input[switch] + label:before {
    color: #111;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    inset-inline-end: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
}

.custom--switch input[switch] + label:after {
    content: "";
    position: absolute;
    inset-inline-start: 3px;
    background-color: #e9ecef;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
}

.custom--switch input[switch]:checked + label {
    background-color: var(--primary-clr);
}

.custom--switch input[switch]:checked + label {
    background-color: var(--primary-clr);
}

.custom--switch input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    inset-inline-end: auto;
    inset-inline-start: 3px;
}

.custom--switch input[switch]:checked + label:after {
    inset-inline-start: 33px;
    background-color: #e9ecef;
}

.custom--switch input[switch="primary"]:checked + label {
    background-color: var(--primary-clr);
}

.switch--custom-label-text {
    display: none;
    font-weight: 700;
    font-size: 0.75rem;
}

.switch--custom-label.checked .switch--custom-label-text.on {
    display: block;
}

.switch--custom-label:not(.checked) .switch--custom-label-text.off {
    display: block;
}

.switch--custom-label .toggle-switch-label {
    width: 44px;
    height: 26px;
    display: flex;
    margin: 0;
}

.switch--custom-label .toggle-switch-indicator {
    width: 18px;
    height: 18px;
}

.switch--custom-label
    .toggle-switch-input:checked
    + .toggle-switch-label
    .toggle-switch-indicator {
    transform: translate3d(18px, 50%, 0);
}

.text--semititle {
    color: var(--title-clr);
    font-weight: 600;
}

@media (max-width: 767px) {
    .landing-page-images .img--200 {
        width: 120px;
    }
}

.form-control-color {
    width: 80px !important;
    height: 80px !important;
    padding: 3px 4px !important;
    margin: 0 auto;
    display: flex;
    box-shadow: none;
}

.landing--page-btns .btn {
    flex-grow: 1;
}

.white--space {
    white-space: break-spaces;
}

.badge-soft-primary {
    color: #fff;
    background-color: var(--theme-primary);
}

a.badge-soft-primary:focus,
a.badge-soft-primary:hover {
    background: #19628e;
}

.btn--folder {
    background: transparent !important;
    color: var(--title-clr) !important;
    border: none !important;
}

.btn--folder:hover,
.btn--folder:focus {
    background: transparent !important;
    filter: unset !important;
}

.btn--folder:hover .img-thumbnail,
.btn--folder:focus .img-thumbnail {
    opacity: 0.6;
}

.gallary-card {
    width: 140px;
    cursor: pointer;
}

.btn--folder {
    width: 110px;
    cursor: pointer;
}

.folder-btn-item {
    width: 140px;
}

.gallary-card img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn--folder img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
}

.form--check {
    -webkit-padding-start: 30px !important;
    padding-inline-start: 30px !important;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.form--check .form-check-input {
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    float: left;
    -webkit-margin-start: -1.5em;
    margin-inline-start: -1.5em;
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.35em;
}

.form--check .form-check-input[type="radio"] {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #c4c8d4;
}

.form--check .form-check-input[type="radio"]:checked {
    background-color: var(--theme-primary);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #c4c8d4;
}

.form--check .form-check-input[type="checkbox"] {
    background: #f4f5f7;
    box-shadow: 0 0 0 2px #f4f5f7, 0 0 0 3px #c4c8d4;
}

.form--check .form-check-input[checked="checked"],
.form--check .form-check-input[type="checkbox"]:checked {
    background: url("./images/check-mark.png") #f4f5f7 no-repeat center
        center/contain;
    box-shadow: 0 0 0 3px #f4f5f7, 0 0 0 4px #c4c8d4;
}

.form--check label::after {
    position: absolute;
    inset: 0;
    z-index: 3;
    content: "";
}

.alert--danger {
    background: rgba(255, 109, 109, 0.05) !important;
    border: 1px solid rgba(255, 109, 109, 0.5);
    -webkit-border-start: 4px solid rgb(255, 109, 109);
    border-inline-start: 4px solid rgb(255, 109, 109);
    border-radius: 0 5px 5px 0;
    color: var(--title-clr);
    padding-top: 22px;
    padding-bottom: 25px;
}

.alert--danger .alert--icon {
    font-size: 22px;
    color: rgb(255, 109, 109);
    line-height: 1;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.clean--database-checkgroup {
    margin-bottom: -25px;
}

.clean--database-checkgroup .check-item {
    text-transform: capitalize;
    padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .clean--database-checkgroup .check-item {
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.clean--database-checkgroup .check-item .badge-secondary {
    color: var(--title-clr);
    background: #f3f4f5;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    min-width: 44px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clean--database-checkgroup .check-item .form-check-input {
    margin: 0;
    margin-top: 0.4em;
    inset-inline-start: 4px;
}

.clean--database-checkgroup .check-item .form-check-label {
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    word-break: break-all;
}

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

.check--item-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -5px -30px -10px;
}

.check-item {
    width: 50%;
    max-width: 248px;
    padding: 0 5px 30px;
}

.check-item .form-check {
    margin: 0;
}

.check-item .form-check-label {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

@media screen and (max-width: 1650px) {
    .check-item {
        font-size: 12px;
        line-height: 2;
        max-width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .check-item {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .check-item {
        max-width: 200px;
    }
}

@media screen and (max-width: 425px) {
    .check-item {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .check--item-wrapper {
        margin-bottom: -15px;
    }

    .check--item-wrapper .check-item {
        padding-bottom: 15px;
    }
}

.sms-module-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sms-module-form .btn--container {
    margin-top: auto;
}

.h-unset {
    height: unset !important;
}

.badge {
    white-space: normal;
}

.blurry {
    position: relative;
    opacity: 0.6;
}

.blurry::after {
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
}

.payment--gateway-img {
    margin-bottom: 30px;
    margin-top: 14px;
}

.payment--gateway-img img {
    width: 100%;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

.nav-sub {
    background: var(--theme-aside-nav-sub) !important;
}

.scroll-bar {
    max-height: calc(100vh - 100px);
    overflow-y: auto !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #cfcfcf;
    /*border-radius: 5px;*/
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    /*border-radius: 5px;*/
}

::-webkit-scrollbar-thumb:hover {
    background: #fc6a57;
}

.deco-none {
    color: inherit;
    text-decoration: inherit;
}

.qcont {
    text-transform: lowercase;
}

.qcont:first-letter {
    text-transform: capitalize;
}

.navbar-vertical .nav-link {
    color: #ffffff;
}

.navbar .nav-link:hover {
    color: #16597f;
}

.navbar .active > .nav-link,
.navbar .nav-link.active,
.navbar .nav-link.show,
.navbar .show > .nav-link {
    color: #16597f;
}

.navbar-vertical .active .nav-indicator-icon,
.navbar-vertical .nav-link:hover .nav-indicator-icon,
.navbar-vertical .show > .nav-link > .nav-indicator-icon {
    color: #16597f;
}

.nav-subtitle {
    display: block;
    color: rgba(255, 251, 223, 0.568627451);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}

.navbar-vertical .navbar-nav.nav-tabs .active .nav-link,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    border-inline-start-color: #16597f;
}

.item-box {
    height: 250px;
    width: 150px;
    padding: 3px;
}

.header-item {
    width: 10rem;
}

.cursor-pointer {
    cursor: pointer;
}

.select2-selection--single {
    height: 100%;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.middle-align {
    vertical-align: middle !important;
}

.middle-align td {
    vertical-align: middle !important;
}

.cart--table-scroll {
    max-height: 300px;
    overflow-y: scroll;
}

td .amount--input {
    width: 70px;
    height: 35px;
    margin: 0 auto;
}

.add--customer-btn .btn,
.add--customer-btn .select2 {
    width: unset;
}

.add--customer-btn .select2 {
    width: calc(100% - 200px) !important;
}

.add--customer-btn .btn {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    width: 180px;
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
    -webkit-padding-end: 5px;
    padding-inline-end: 5px;
}

@media screen and (max-width: 575px) {
    .add--customer-btn .btn,
    .add--customer-btn .select2 {
        width: 100% !important;
        margin: 0;
    }

    .add--customer-btn .btn {
        margin-top: 10px !important;
    }
}

.add--customer-btn .select2-container--default .select2-selection--single {
    height: 45px !important;
}
.select2-container--default .select2-selection--single {
    height: 33px !important;
}
.order--item-box {
    height: unset !important;
    max-width: 170px;
    width: 100% !important;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .order--item-box {
        max-width: 33.3333333333% !important;
        width: 33.3333333333% !important;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1650px) {
    .order--item-box {
        max-width: 25% !important;
        width: 25% !important;
    }
}

@media screen and (min-width: 1651px) and (max-width: 1850px) {
    .order--item-box {
        max-width: 20% !important;
        width: 20% !important;
    }
}

@media screen and (min-width: 1851px) and (max-width: 2000px) {
    .order--item-box {
        max-width: 16.6666666667% !important;
        width: 16.6666666667% !important;
    }
}

@media screen and (max-width: 575px) {
    .order--item-box {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 2001px) {
    .order--item-box {
        width: 170px !important;
        max-width: 182px;
        flex-grow: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .order--item-box {
        width: 20% !important;
        max-width: 20%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .order--item-box {
        max-width: 33.3333333333% !important;
        width: 33.3333333333% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .order--item-box {
        width: 25% !important;
        max-width: 25%;
    }
}

@media screen and (max-width: 575px) {
    .row .order--item-box[class*="col"] {
        padding: 5px !important;
    }
}

.order--pos-left {
    width: calc(100% - 500px);
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}

.order--pos-left .select2-container--default .select2-selection--single {
    height: 45px !important;
}

.order--pos-right {
    width: 100%;
    max-width: 475px;
}

@media screen and (min-width: 1650px) {
    .order--pos-left {
        width: calc(100% - 540px);
    }

    .order--pos-right {
        max-width: 520px;
    }
}

@media screen and (max-width: 1200px) {
    .order--pos-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .order--pos-right {
        max-width: 100%;
    }
}

.cart--media .avatar {
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.button--bottom-fixed {
    position: sticky;
    bottom: 0;
    padding-top: 14px;
}

.table--vertical-middle td {
    vertical-align: middle !important;
}

.pos--payment-options ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2.5px;
    padding: 0;
}

.pos--payment-options ul li {
    list-style: none;
    padding: 2.5px;
}

.pos--payment-options ul li label {
    margin: 0;
}

.pos--payment-options ul li label span {
    color: var(--title-clr);
    border: 1px solid rgb(208, 219, 233);
    border-radius: 3px;
    text-transform: capitalize;
    padding: 8px 12px;
    cursor: pointer;
}

.pos--payment-options ul li label input:checked ~ span {
    color: #fff;
    background: var(--title-clr);
    border-color: var(--title-clr);
}

.pos--payable-amount {
    color: var(--title-clr);
}

.pos--payable-amount .text-body {
    opacity: 0.8;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

.pos--delivery-options {
    padding: 9px 12px 19px;
}

.pos--delivery-options .delivery--edit-icon {
    width: 25px;
    text-align: center;
    cursor: pointer;
}


.pos--delivery-options-info {
    margin: 0 -5px -15px;
}

.pos--delivery-options-info ul,
.pos--delivery-options-info > .location {
    padding: 0 5px 15px;
    margin: 0;
}

.pos--delivery-options-info ul {
    width: 100%;
    max-width: 200px;
    font-size: 12px;
}

.pos--delivery-options-info ul li {
    list-style: none;
    display: flex;
    text-transform: capitalize;
}

.pos--delivery-options-info ul li span {
    width: 60px;
    display: flex;
    justify-content: space-between;
}

.pos--delivery-options-info ul li span::after {
    content: ":";
}

.pos--delivery-options-info ul li:not(:last-child) {
    margin-bottom: 5px;
}

.pos--delivery-options-info ul li strong {
    color: var(--title-clr);
    width: calc(100% - 60px);
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
}

.pos--delivery-options-info .location {
    font-size: 12px;
    font-weight: 400;
    width: 200px;
    flex-grow: 1;
    display: flex;
}

.pos--delivery-options-info .location i {
    font-size: 24px;
    color: var(--title-clr);
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.delivery--method-radio {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.delivery--method-radio li {
    list-style: none;
}

.delivery--method-radio li label {
    margin: 0;
}

.delivery--method-radio li span {
    text-transform: capitalize;
    border-radius: 5px;
    padding: 10px 22px;
    color: rgb(162, 173, 187);
    font-weight: 700;
    cursor: pointer;
}

.delivery--method-radio li span i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.delivery--method-radio li input:checked ~ span {
    background: #ff8200;
    color: #fff;
}

.search--no-found {
    max-width: 376px;
    text-align: center;
    margin: 30px auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #99a7ba;
}

.search--no-found img {
    width: 66px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 20px;
}

.product-card {
    cursor: pointer;
}

.product-card .product-price .text-accent {
    color: #ff8200 !important;
}

.h--45px ~ .select2 .select2-container .select2-selection--single,
.h--45px ~ .select2 .select2-container--default .select2-selection--single {
    height: 45px !important;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.choice-input {
    width: 7rem;
}

.addon-input {
    height: 7rem;
    width: 7rem;
}

.addon-quantity-input {
    height: 2rem;
    width: 7rem;
    z-index: 9;
    bottom: 1rem;
    visibility: hidden;
}

.check-label {
    background-color: #f3f3f3;
    color: #000000;
    border-width: 2px;
    border-color: #babfc4;
    font-weight: bold;
}

.btn-check:checked + .check-label {
    background-color: #ef7822;
    color: #ffffff;
    border: none;
}

.h-200 {
    height: 200px;
}

@media screen and (min-width: 1200px) {
    .order-print-area-left {
        max-width: calc(100% - 360px) !important;
        flex: 0 0 100%;
    }

    .order-print-area-right {
        width: 360px !important;
        max-width: 360px !important;
        flex-grow: 1;
    }
}

@media screen and (min-width: 1460px) {
    .order-print-area-left {
        max-width: calc(100% - 450px) !important;
        width: calc(100% - 450px) !important;
    }

    .order-print-area-right {
        width: 450px !important;
        max-width: 450px !important;
    }
}

.delivery--information-single {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

.delivery--information-single > span {
    display: block;
}

.delivery--information-single .name {
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delivery--information-single .name::after {
    content: ":";
    display: inline-block;
}

.delivery--information-single .info {
    width: calc(100% - 90px);
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    font-weight: 500;
    color: var(--title-clr);
}

.customer--information-single {
    align-content: inherit;
}

.customer--information-single .avatar-img,
.customer--information-single .avatar {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.customer--information-single > .flex-1 {
    text-align: start;
    width: calc(100% - 70px);
    font-size: 12px;
    -webkit-padding-start: 23px;
    padding-inline-start: 23px;
}

.resturant--information-single {
    align-content: inherit;
}

.resturant--information-single .avatar-img,
.resturant--information-single .avatar {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.resturant--information-single .avatar-img {
    border: 1px solid #f8923b;
}

/* removed: .resturant--information-single dead context */

.order-invoice-right-contents h6 span:not(.badge) {
    font-weight: 400;
    color: var(--title-clr);
    font-size: 12px;
}

.order-invoice-right-contents h6 strong {
    color: var(--title-clr);
    font-weight: 600;
}

.order-invoice-right-contents h6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.order-invoice-left {
    font-size: 12px;
}

.order-invoice-left .btn--sm {
    font-size: 12px;
    padding: 5px 10px;
}

.order-invoice-left,
.order-invoice-right {
    max-width: 50%;
}

@media screen and (max-width: 575px) {
    .order-invoice-left,
    .order-invoice-right {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .print--btn {
        padding: 0 !important;
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .print--btn span {
        display: none;
    }

    .print--btn i {
        font-size: 16px !important;
        font-weight: 400 !important;
        margin: 0;
    }
}

.order--note {
    max-width: 540px;
}

.add--referal {
    font-size: 12px !important;
    padding: 4px 10px !important;
}

.line--limit-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .media--sm {
        align-items: center;
    }

    .media--sm .avatar {
        width: 68px !important;
        height: 68px !important;
        -webkit-margin-end: 10px !important;
        margin-inline-end: 10px !important;
    }

    /* removed: .media--sm dead context */
}


@media screen and (max-width: 767px) {
    .table--mobile-sm tr td {
        padding: 5px !important;
    }

    .font--max-sm {
        font-size: 0.875rem;
    }
}

.profile-sidebar-sticky {
    position: sticky;
    top: 80px;
}

.profile-sidebar-sticky .nav-item .nav-link.active {
    color: var(--primary-clr) !important;
}

.app--version {
    color: rgb(36, 186, 195);
    background: rgba(36, 186, 195, 0.1);
}

.bootstrap-tagsinput input {
    width: 100%;
    height: 36px !important;
    color: #005555;
    background-color: #fff;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
}

.quick--address-bar {
    display: flex;
}

.quick--address-bar .quick-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
}

.quick--address-bar .info {
    width: 0;
    flex-grow: 1;
    -webkit-padding-start: 13px;
    padding-inline-start: 13px;
    font-size: 0.75rem;
}

.quick--address-bar .info h6 {
    text-transform: capitalize;
    margin: 0;
}

#pac-input {
    display: none;
}

#map-canvas #pac-input,
.gm-style #pac-input,
#location_map_canvas #pac-input {
    display: block;
}

.fixed--to-right {
    position: absolute;
    inset-inline-end: -5px;
    top: -10px;
}

.imgbgchk + label > img {
    transition: transform 0.3s !important;
}

.imgbgchk:checked + label > img {
    border-color: var(--primary-clr) !important;
    transform: scale(1.05);
}

.w-75px {
    width: 75px;
}

.cart--media .avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 5px;
}

.img--134 {
    height: 134px;
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-100 {
    height: auto;
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.chart-bg-1 {
    background: #005555;
}

.chart-bg-2 {
    background: #00aa96;
}

.chart-bg-3 {
    background: #b9e0e0;
}

.w--30 {
    width: 30px !important;
}

.transaction--information {
    border: 1px solid #f4f4f4;
    box-shadow: 0px 3px 5px rgba(51, 66, 87, 0.05);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.transaction--information li {
    list-style: none;
    display: flex;
    padding: 5px;
    font-size: 0.7rem;
}

.transaction--information li i {
    font-size: 1.5rem;
}

.transaction--information li > div {
    align-self: center;
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
}

.transaction--information li > div span {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-weight: 500;
}

.transaction--information li > div * {
    display: inline-block;
}

.transaction--information li > div strong {
    font-size: 14px;
}

@media screen and (max-width: 1199px) {
    .transaction--information {
        justify-content: space-evenly;
    }

    .transaction--information .seperator {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .transaction--information li {
        flex-grow: 1;
    }
}

@media screen and (max-width: 575px) {
    .transaction--information {
        padding: 15px 10px;
    }

    .transaction--information li {
        flex-grow: 1;
    }

    .transaction--information li > div {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .transaction--information li > div strong {
        white-space: nowrap;
    }
}

.transaction--information .seperator {
    background: rgba(0, 0, 0, 0.45);
    height: 25px;
    width: 1px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    padding: 0;
}

.text--info {
    color: rgba(6, 97, 203, 0.8) !important;
}

.text--success {
    color: rgba(0, 170, 109, 0.9) !important;
}

.text--danger {
    color: rgba(248, 59, 59, 0.8) !important;
}

.text--warning {
    color: var(--warning-clr) !important;
}

.success--icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background: rgba(0, 170, 109, 0.2);
    font-size: 1rem !important;
    line-height: 1;
    border-radius: 50%;
}

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

.table-rest-info img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.table-rest-info .info {
    max-width: calc(100% - 50px);
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    font-size: 0.875rem;
    font-weight: 600;
}

.table-rest-info .info .rating {
    font-size: 0.875rem;
    font-weight: 400;
}

.rating {
    color: #f8923b;
}

.owner--name {
    font-size: 0.875rem;
    font-weight: 600;
}

.resturant-list-table .table > tbody > tr:first-child > td {
    padding-top: 0.614rem;
    padding-bottom: 0.614rem;
}

.cash-icon img {
    max-width: 100%;
}

.cash--title {
    font-size: 2.25rem;
    line-height: 1;
    margin: 0;
    color: var(--title-clr) !important;
}

.cash--subtitle {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: capitalize;
    margin-top: 10px;
    color: var(--title-clr) !important;
}

.resturant--info-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.resturant--info-address .logo {
    width: 130px;
    aspect-ratio: 1;
    border: 1px solid var(--base-clr);
    border-radius: 10px;
    overflow: hidden;
}

.resturant--info-address .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.resturant--info-address .avatar {
    width: 106px !important;
    height: 106px !important;
    aspect-ratio: 1;
}

.resturant--info-address .avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.resturant--info-address .address-info {
    width: calc(100% - 130px);
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    margin: 0 !important;
}

.resturant--info-address .address-info .name {
    font-size: 16px;
    font-weight: 600;
}

.resturant--info-address .address-info li {
    padding: 0;
    display: flex;
}

.resturant--info-address .address-info li:not(:last-child) {
    margin-bottom: 10px;
}

.resturant--info-address .address-info-2 {
    width: calc(100% - 106px);
}

.resturant--info-address .address-info-2 li {
    font-size: 0.875rem;
}

.resturant--info-address .address-info-2 li:not(:last-child) {
    margin-bottom: 5px;
}

@media screen and (max-width: 490px) {
    .resturant--info-address .logo {
        width: 100px;
    }

    .resturant--info-address .address-info {
        width: calc(100% - 100px);
    }

    .resturant--info-address .address-info li {
        font-size: 0.875rem;
    }

    .resturant--info-address .address-info li:not(:last-child) {
        margin-bottom: 5px;
    }

    .resturant--info-address .avatar {
        width: 70px !important;
        height: 70px !important;
    }

    .resturant--info-address .address-info-2 {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 425px) {
    .resturant--info-address .address-info,
    .resturant--info-address .address-info-2 {
        width: 100%;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        margin-top: 10px !important;
    }
}

#map.single-page-map {
    height: 157px !important;
}

.bank-name {
    font-size: 16px;
    font-weight: 600;
}

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

.order--status {
    font-size: 12px;
}

.customer-info-table-data {
    min-width: 130px;
}

.customer-info-table-data a {
    font-weight: 600;
    color: var(--title-clr);
}

.customer-info-table-data small {
    font-size: 0.75rem;
    line-height: 16px;
    margin-top: 4px;
}

.total-amount-table-data {
    min-width: 80px;
}

.badge--accepted {
    color: #00c6ae;
    background: rgba(0, 198, 174, 0.05);
}

.badge--pending {
    color: #ff8620;
    background: rgba(255, 134, 32, 0.05);
}

.badge--cancel {
    color: #ff6d6d;
    background: rgba(255, 109, 109, 0.05);
}

.action-btn i {
    font-size: 1.14rem;
}

.resturant-card-navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(51, 66, 87, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 6px 10px 6px 5px;
    justify-content: space-between;
}

.resturant-card-navbar .order-info-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
}

.resturant-card-navbar .order-info-item img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.resturant-card-navbar .order-info-item .order-info-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.resturant-card-navbar .order-info-item .icon-sm img {
    width: unset;
    height: unset;
    max-width: 24px;
    max-height: 24px;
}

.resturant-card-navbar .order-info-item .card-subtitle {
    font-size: 0.875rem;
    margin: 0;
    text-transform: capitalize;
    color: var(--title-clr);
    font-weight: 400;
    transition: all ease 0.3s;
}

.resturant-card-navbar .order-info-item .card-subtitle .amount {
    font-weight: 700;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    display: inline-block;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .resturant-card-navbar .order-info-item .card-subtitle {
        font-size: 0.77rem;
    }
}

.resturant-card-navbar .order-info-item:hover .card-subtitle {
    color: var(--primary-clr);
}

.resturant-card-navbar .order-info-seperator {
    display: inline-block;
    width: 1px;
    height: 25px;
    background: var(--border-clr);
}

.resturant-card-navbar .order-info-seperator:last-child {
    display: none;
}

@media screen and (max-width: 1199px) {
    .resturant-card-navbar {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 991px) {
    .resturant-card-navbar {
        padding: 15px 0 10px;
    }

    .resturant-card-navbar .order-info-seperator {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .resturant-card-navbar .order-info-item {
        width: 100%;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px;
        -webkit-padding-end: 20px;
        padding-inline-end: 20px;
        margin: 0 auto;
    }

    .resturant-card-navbar .order-info-item .card-subtitle {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
    }
}

.badge-circle {
    border-radius: 50%;
}

@media screen and (min-width: 576px) {
    .flex-grow-sm-0 {
        flex-grow: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .flex-grow-sm-0 {
        -webkit-margin-end: 7px;
        margin-inline-end: 7px;
    }
}

.navbar-vertical .navbar-nav.nav-tabs .active .nav-link .badge-pill {
    padding: 0.3em 0.5em;
}

#map.single-page-map {
    height: 157px !important;
}

.dataTables_empty {
    text-align: center;
}

.progress-name {
    width: 100px;
    -webkit-margin-end: 23px;
    margin-inline-end: 23px;
    color: var(--title-clr);
}

.resturant-review-top {
    max-width: 900px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
    .resturant-review-top {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

.resturant-review-top .resturant-review-right {
    flex-grow: 1;
    width: 300px;
    max-width: 555px;
}

.resturant-review-top .resturant-review-right ul li:not(:last-child) {
    padding-bottom: 20px;
}

.resturant-review-top .resturant-review-left {
    width: 190px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
}

.resturant-review-top .resturant-review-left .title {
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0.007em;
    color: var(--primary-clr);
}

.resturant-review-top .resturant-review-left .title .out-of {
    font-size: 35px;
    line-height: 41px;
    color: #758590;
    font-weight: 500;
}

.resturant-review-top .resturant-review-left .info {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.007em;
    color: #758590;
}

.resturant-review-top .resturant-review-left i {
    color: var(--primary-clr);
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .resturant-review-top .resturant-review-left {
        width: 100%;
        padding: 15px 0 20px;
        text-align: center;
    }

    .resturant-review-top .resturant-review-left .title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0.007em;
    }

    .resturant-review-top .resturant-review-left .title .out-of {
        font-size: 28px;
        line-height: 35px;
    }
}

.progress {
    background: #f3f4f5;
}

.progress .progress-bar {
    background: var(--primary-clr);
}

.review-table-date {
    max-width: 95px;
    white-space: initial;
    text-align: end;
    text-transform: uppercase;
}

.start--time,
.end--time {
    border: 1px solid #005555;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 8px 14px;
    display: flex;
    margin: 4px;
}

.start--time .info span,
.end--time .info span {
    text-transform: capitalize;
}

.start--time .clock--icon,
.end--time .clock--icon {
    width: 20px;
}

.start--time .info,
.end--time .info {
    width: calc(100% - 20px);
}

.start--time .info span,
.end--time .info span {
    display: block;
}

.schedult-date-content .add--primary {
    margin-top: 21px;
}

.schedult-date-content .btn-outline-danger.disabled ~ .add--primary {
    margin-top: 0;
}

@media screen and (max-width: 575px) {
    .schedule-item {
        flex-wrap: wrap;
    }

    .schedule-item .schedult-date-content {
        width: 100% !important;
    }

    .schedule-item > .btn {
        padding-bottom: 0 !important;
    }

    #schedule {
        -webkit-padding-start: 15px;
        padding-inline-start: 15px;
        -webkit-padding-end: 15px;
        padding-inline-end: 15px;
    }
}

.add--primary {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 0 !important;
    background: var(--primary-clr);
    color: #fff !important;
    padding: 0 !important;
    border: none;
}

.dismiss--date {
    text-align: center;
    color: var(--danger-clr);
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
}

.schedule-item {
    display: flex;
    align-items: center;
}

.schedule-item > span:first-child {
    width: 119px;
    text-align: start;
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
    -webkit-padding-end: 0 !important;
    padding-inline-end: 0 !important;
    color: var(--title-clr);
}

.schedule-item .schedult-date-content {
    width: 0;
    flex-grow: 1;
    color: var(--title-clr);
    border-bottom: 1px solid var(--border-clr);
    padding: 12px 0;
}

@media screen and (max-width: 500px) {
    .schedule-item > span:first-child {
        width: 80px;
        font-size: 12px;
    }

    .schedule-item .schedult-date-content {
        width: calc(100% - 80px);
        font-size: 12px;
    }
}

.transaction--table-nav {
    margin: 5px;
}

@media screen and (min-width: 768px) {
    .transaction--table-nav {
        border: none;
        -webkit-border-end: 1px solid #99a7ba !important;
        border-inline-end: 1px solid #99a7ba !important;
        -webkit-border-start: 1px solid #99a7ba !important;
        border-inline-start: 1px solid #99a7ba !important;
        border-radius: 5px;
    }

    .transaction--table-nav .nav-item {
        flex-grow: 1;
        margin: 0 !important;
    }

    .transaction--table-nav .nav-item .nav-link {
        font-weight: 600 !important;
        margin: 0 !important;
        padding: 10px 12px;
        color: #99a7ba;
        border-top: 1px solid #99a7ba !important;
        border-bottom: 1px solid #99a7ba !important;
        font-size: 0.75rem;
        display: block;
        text-align: center;
        border-radius: 0 !important;
    }

    .transaction--table-nav .nav-item .nav-link.active {
        color: #fff;
        background: var(--title-clr) !important;
        border-color: var(--title-clr) !important;
    }

    .transaction--table-nav .nav-item:first-child .nav-link {
        border-radius: 5px 0 0 5px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 680px) {
    .transaction--table-nav .nav-item:first-child .nav-link {
        border-radius: 5px 5px 0 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .transaction--table-nav .nav-item:last-child .nav-link {
        border-radius: 0 5px 5px 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 680px) {
    .transaction--table-nav .nav-item:last-child .nav-link {
        border-radius: 0 0 5px 5px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 680px) {
    .transaction--table-nav .nav-item {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 680px) {
    .transaction--table-nav .nav-item:not(:first-child) .nav-link {
        border-top: none !important;
    }
}

@media screen and (min-width: 768px) {
    .transaction--table-nav .nav-item:not(:last-child) .nav-link {
        -webkit-border-end: 1px solid #99a7ba !important;
        border-inline-end: 1px solid #99a7ba !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 680px) {
    .transaction--table-nav .nav-item:not(:last-child) .nav-link {
        border-bottom: none;
        -webkit-border-end: none !important;
        border-inline-end: none !important;
    }
}

.navbar-nav .btn-icon {
    width: 36px;
    height: 36px;
    box-shadow: none !important;
}

.select2
    .select2-container
    .select2-container--default
    .select2-container--above
    .select2-container--focus {
    width: 100% !important;
}

#location_map_canvas {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #location_map_canvas {
        height: 200px;
    }
}

.img--circle {
    border-radius: 50%;
}

.p--10 {
    padding: 10px;
}

div.scroll-down {
    max-height: 300px;
    overflow-y: scroll;
}

.iti {
    width: 100%;
}

.conv-active {
    background: #f3f3f3 !important;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.choice-input {
    width: 7rem;
}

.addon-input {
    height: 7rem;
    width: 7rem;
}

.addon-quantity-input {
    height: 2rem;
    width: 7rem;
    z-index: 9;
    bottom: 1rem;
    visibility: hidden;
}

.check-label {
    background-color: #f3f3f3;
    color: #000000;
    border-width: 2px;
    border-color: #babfc4;
    font-weight: bold;
}

.btn-check:checked + .check-label {
    background-color: #ef7822;
    color: #ffffff;
    border: none;
}

.fz--10 {
    font-size: 10px !important;
}

.inline--1 {
    height: 60px;
    width: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.inline--2 {
    padding: 10px;
    border: 1px solid;
    cursor: pointer;
}

.inline--3 {
    max-width: 150px;
}

.initial--4 {
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    height: 92px;
    aspect-ratio: 3;
    -o-object-fit: cover;
    object-fit: cover;
}

.initial--5 {
    aspect-ratio: 3;
    width: 100%;
}

.initial--6 {
    padding: 10px;
    border: 1px solid;
    cursor: pointer;
}

.initial--7 {
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
    max-height: 200px;
}

.initial--8 {
    background: rgba(253, 255, 221, 0.8196078431);
    padding: 10px;
    border: 1px solid rgba(128, 128, 128, 0.3411764706);
    border-radius: 10px;
    width: 50%;
}

.initial--9 {
    background: rgba(137, 250, 255, 0.2784313725);
    padding: 10px;
    border: 1px solid rgba(128, 128, 128, 0.3411764706);
    border-radius: 10px;
    width: 50%;
}

.initial--10 {
    width: 54px;
    height: 54px;
}

.initial--11 {
    overflow-y: scroll;
    height: 600px;
}

.initial--12 {
    cursor: pointer;
    -webkit-padding-start: 6px;
    padding-inline-start: 6px;
    border-radius: 10px;
    margin-top: 2px;
}

.initial--13 {
    color: rgba(113, 120, 133, 0.62);
}

.initial--14 {
    height: 10px !important;
    width: 10px !important;
}

.initial--15 {
    height: 130px !important;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.initial--16 {
    height: 100%;
    width: 100%;
    max-width: 120px;
    border-radius: 5%;
    -o-object-fit: cover;
    object-fit: cover;
}

.initial--17 {
    height: 9.5rem;
}

.initial--18 {
    font-size: 12px !important;
}

.initial--19 {
    width: 160px;
}

.initial--20 {
    height: 120px;
    width: auto;
    max-width: 120px;
    overflow: hidden;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.initial--21 {
    border: 1px solid rgba(128, 128, 128, 0.2392156863);
    border-radius: 5px;
}

.initial--22 {
    height: auto;
    width: 50%;
}

.initial--23 {
    max-height: 400px;
}

.initial--24 {
    width: 600px;
    height: 400px;
}

.initial--25 {
    width: 100%;
    height: 400px !important;
}

.initial--26 {
    height: 20rem;
}

.initial--27 {
    -webkit-padding-start: 6px;
    padding-inline-start: 6px;
    -webkit-padding-end: 6px;
    padding-inline-end: 6px;
    cursor: pointer;
}

.initial--28 {
    width: 100%;
    max-height: 120px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
}

.initial--29 {
    height: 3em;
    width: -moz-fit-content;
    width: fit-content;
}

.initial--30 {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5%;
}

.initial--31 {
    height: 134px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 450px) {
    .initial--31 {
        height: 100px;
    }
}

.initial--32 {
    height: 3.5rem;
    max-height: 3.5rem;
}

.initial--33 {
    height: 3em;
    width: -moz-fit-content;
    width: fit-content;
}

.initial--34 {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.initial--35 {
    width: 35rem;
}

.initial--36 {
    max-height: 55px;
    border-radius: 8px;
    max-width: 100% !important;
}

.initial--37 {
    border-radius: 50%;
    height: 47px;
    width: 47px !important;
    border: 5px solid rgba(128, 128, 128, 0.0705882353);
}

.initial--38 {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.initial--39 {
    border-radius: 50%;
    height: 55px;
    width: 55px !important;
    border: 5px solid rgba(128, 128, 128, 0.0705882353);
}

.initial--40 {
    max-width: 150px;
    margin-top: -10px;
}

.initial--41 {
    max-width: 150px;
    margin-top: 0px;
}

.initial--42 {
    height: 3em;
    width: -moz-fit-content;
    width: fit-content;
}

.mb--1 {
    margin-bottom: -1px;
}

.min-height-170 {
    min-height: 170px;
}

.fz--13 {
    font-size: 13px !important;
}

.fz--30 {
    font-size: 30px;
}

.min-height-260 {
    min-height: 260px;
}

.opacity-0 {
    opacity: 0;
}

.bg--005555 {
    background-color: var(--theme-sbar);
}

.loading-inner {
    position: fixed;
    z-index: 9999;
    inset-inline-start: 40%;
    top: 37%;
    width: 100%;
}

.btn-info {
    background: #0b1226 !important;
    color: white !important;
    border: #0b1226 !important;
}

.min-height-100px {
    min-height: 100px;
}

.h--70px {
    height: 70px !important;
}

.h--100px {
    height: 100px;
}

.mt--n-11 {
    margin-top: -11px;
}

.stripe-button-el {
    display: none !important;
}

.razorpay-payment-button {
    display: none !important;
}

.w-7rem {
    width: 7rem;
}

.visiblity-visible {
    visibility: visible !important;
}

.visiblity-hidden {
    visibility: hidden !important;
}

.bg-511281 {
    background-color: #511281 !important;
}

.bg-4CA1A3 {
    background-color: #4ca1a3 !important;
}

.fz-30px {
    font-size: 30px;
}

.bg-4D6F72 {
    background-color: #4d6f72;
}

.bg-308575 {
    background-color: #308575;
}

.bg-2AA26A {
    background-color: #2aa26a;
}

.bg-0468A6 {
    background-color: #0468a6;
}

.dropdown-card {
    width: 220px;
}

.w-5p {
    width: 5%;
}

.w-10p {
    width: 10%;
}

.w-15p {
    width: 15%;
}

.w-20p {
    width: 20%;
}

.w-25p {
    width: 25%;
}

.w-30p {
    width: 30%;
}

.w-33p {
    width: 33%;
}

.w-35p {
    width: 35%;
}

.w-40p {
    width: 40%;
}

.w-45p {
    width: 45%;
}

.w-50p {
    width: 50%;
}

.w-55p {
    width: 55%;
}

.w-60p {
    width: 60%;
}

.w-65p {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75p {
    width: 75%;
}

.w-80p {
    width: 80%;
}

.w-85p {
    width: 85%;
}

.w-90p {
    width: 90%;
}

.w-95p {
    width: 95%;
}

.navbar-vertical-aside-has-menu.active > .nav {
    display: block;
}

.w-18rem {
    width: 18rem;
}

.bank--card {
    background: rgba(51, 66, 87, 0.05);
    border-radius: 5px;
    width: 100%;
    max-width: 555px;
    position: relative;
}

.bank--card__header {
    padding: 15px 30px;
}

.bank--card__header .title {
    font-size: 18px;
    line-height: 30px;
    color: var(--title-clr);
}

.bank--card__body {
    padding: 30px;
    position: relative;
}

.bank--card__body .bank__icon {
    position: absolute;
    inset-inline-end: 30px;
    top: 30px;
}

.bank--card__body .bank__icon img {
    max-width: 78px;
}

@media screen and (max-width: 575px) {
    .bank--card__body .bank__icon {
        max-width: 60px;
        inset-inline-end: 20px;
        top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .bank--card__body {
        padding: 20px;
    }
}

.bank--card__body ul {
    padding: 0;
    margin: 0;
}

.bank--card__body ul li {
    list-style: none;
}

.bank--card__body ul li h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.bank--card__body ul li .info {
    font-weight: 500;
    font-size: 14px;
}

.bank--card__body ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bank--card::before {
    position: absolute;
    content: "";
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 146px;
    background: url(./images/bank-shapes.png) no-repeat center top/cover;
}

@media screen and (max-width: 575px) {
    .bank--card .bank--card__header {
        padding: 15px;
    }

    .bank--card .bank--card__header .title {
        font-size: 15px;
        line-height: 1.4;
    }

    .bank--card .bank--card__body ul li h5 {
        font-size: 14px;
    }

    .bank--card .bank--card__body ul li .info {
        font-size: 13px;
    }
}

.btn--container .file_upload {
    width: 120px !important;
    height: 120px !important;
    display: contents !important;
}

.btn--container .spartan_item_wrapper .file_upload img {
    width: 120px !important;
    height: 120px !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 !important;
}

.badge {
    text-transform: capitalize;
}

.max--200 {
    max-width: 200px;
}

.my-resturant--card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 45px;
    max-width: 676px;
    margin: -80px 40px 40px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(140, 152, 164, 0.08);
    position: relative;
    z-index: 9;
    border-radius: 8px;
}

.my-resturant--card .my-resturant--avatar {
    width: 156px;
    aspect-ratio: 1;
}

.my-resturant--card .my-resturant--avatar img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.my-resturant--card .my-resturant--content {
    max-width: 323px;
    width: calc(100% - 156px);
    margin: 0 auto;
    padding: 0 20px;
}

.my-resturant--card .my-resturant--content span strong,
.my-resturant--card .my-resturant--content span a {
    color: var(--title-clr);
}

@media screen and (max-width: 767px) {
    .my-resturant--card {
        -webkit-margin-start: 20px;
        margin-inline-start: 20px;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }
}

@media screen and (max-width: 575px) {
    .my-resturant--card {
        padding: 25px;
    }

    .my-resturant--card .my-resturant--avatar {
        width: 90px;
    }

    .my-resturant--card .my-resturant--content {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 460px) {
    .my-resturant--card .my-resturant--avatar {
        width: 110px;
    }

    .my-resturant--card .my-resturant--avatar img {
        border-radius: 15px;
    }

    .my-resturant--card .my-resturant--content {
        width: 100%;
        max-width: 100%;
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 460px) {
    .my-resturant--card {
        padding: 20px;
    }
}

.my-restaurant-img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 375px) {
    #shop-image-modal .modal-content {
        width: 367px !important;
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
    }
}

@media (max-width: 500px) {
    #shop-image-modal .modal-content {
        width: 400px !important;
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
    }
}

.store-banner {
    max-width: 100%;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    max-height: 160px;
}

.w-5px,
.w--5px {
    width: 5px !important;
}

.w-10px,
.w--10px {
    width: 10px !important;
}

.w-15px,
.w--15px {
    width: 15px !important;
}

.w-20px,
.w--20px {
    width: 20px !important;
}

.w-25px,
.w--25px {
    width: 25px !important;
}

.w-30px,
.w--30px {
    width: 30px !important;
}

.w-35px,
.w--35px {
    width: 35px !important;
}

.w-40px,
.w--40px {
    width: 40px !important;
}

.w-45px,
.w--45px {
    width: 45px !important;
}

.w-50px,
.w--50px {
    width: 50px !important;
}

.w-55px,
.w--55px {
    width: 55px !important;
}

.w-60px,
.w--60px {
    width: 60px !important;
}

.w-65px,
.w--65px {
    width: 65px !important;
}

.w-70x,
.w--70x {
    width: 70px !important;
}

.w-75px,
.w-75px {
    width: 75px !important;
}

.w-80px,
.w--80px {
    width: 80px !important;
}

.w-85px,
.w-85px {
    width: 85px !important;
}

.w-90px,
.w--90px {
    width: 90px !important;
}

.w-95px,
.w--95px {
    width: 95px !important;
}

.w-100px,
.w--100px {
    width: 100px !important;
}
.w-105px,
.w--105px {
    width: 105px !important;
}
.w-110px,
.w--110px {
    width: 110px !important;
}
.w-115px,
.w--115px {
    width: 115px !important;
}
.w-120px,
.w--120px {
    width: 120px !important;
}
.w-125px,
.w--125px {
    width: 125px !important;
}
.w-130px,
.w--130px {
    width: 130px !important;
}
.w-135px,
.w--135px {
    width: 135px !important;
}
.w-140px,
.w--140px {
    width: 140px !important;
}
.w-145px,
.w--145px {
    width: 145px !important;
}
.w-150px,
.w--150px {
    width: 150px !important;
}
.w-200px,
.w--200px {
    width: 200px !important;
}

.w-210px,
.w--210px {
    width: 210px !important;
}
.w-220px,
.w--220px {
    width: 220px !important;
}

[class*="card--bg"] {
    border: none !important;
}

.config-inline-remove-class {
    /* Rounded sliders */
}

.config-inline-remove-class .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.config-inline-remove-class .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    inset-inline-start: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

.config-inline-remove-class input:checked + .slider {
    background-color: #00868f;
}

.config-inline-remove-class input:focus + .slider {
    box-shadow: 0 0 1px #00868f;
}

.config-inline-remove-class input:checked + .slider:before {
    transform: translateX(26px);
}

.config-inline-remove-class .slider.round {
    border-radius: 34px;
}

.config-inline-remove-class .slider.round:before {
    border-radius: 50%;
}

.dataTables_empty {
    display: none;
}

.p-20 {
    padding: 20px;
}

.initial--43 {
    z-index: 9;
    position: absolute;
    inset-inline-end: 0.5rem;
    top: 0.5rem;
}

.max-height-100px {
    height: 100px;
}

.max-width-300px {
    max-width: 300px;
}

.pr-10 {
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
}

.pl-10 {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

.mw-15rem {
    max-width: 15rem;
}

.loader--inner {
    position: fixed;
    z-index: 9999;
    inset-inline-start: 40%;
    top: 37%;
    width: 100%;
}

.img--max-200 {
    max-width: 200px;
    max-height: 60px;
}

.fz--60px {
    font-size: 60px;
}

.fz--40px {
    font-size: 40px;
}

.h-20rem {
    height: 20rem;
}

.h-15rem {
    height: 15rem;
}

.color-8a8a8a {
    color: #8a8a8a;
}

.h-auto {
    height: auto;
}

.fz-10px {
    font-size: 10px !important;
}

.mb--n-1 {
    margin-bottom: -1px;
}

.max-300px-y-auto {
    max-height: 300px;
    overflow-y: scroll;
}

.h-9rem {
    height: 9.5rem;
}

.img-responsive-1 {
    height: 100%;
    width: auto;
    overflow: hidden;
    border-radius: 5%;
}

.navbar-brand-logo {
    border-radius: 50%;
    height: 55px;
    width: 55px !important;
    border: 5px solid rgba(128, 128, 128, 0.0705882353);
}

.fz-15px {
    font-size: 15px;
}

.w-16rem {
    width: 16rem;
}

.initial--44 .scroll-bar {
    max-height: calc(100vh - 100px);
    overflow-y: auto !important;
}

.initial--44 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #cfcfcf;
    /*border-radius: 5px;*/
}

.initial--44 ::-webkit-scrollbar {
    width: 3px;
}

.initial--44 ::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    /*border-radius: 5px;*/
}

.initial--44 ::-webkit-scrollbar-thumb:hover {
    background: #fc6a57;
}

.initial--44 .deco-none {
    color: inherit;
    text-decoration: inherit;
}

.initial--44 .qcont {
    text-transform: lowercase;
}

.initial--44 .qcont:first-letter {
    text-transform: capitalize;
}

.initial--44 .navbar-vertical .nav-link {
    color: #ffffff;
}

.initial--44 .navbar .nav-link:hover {
    color: #16597f;
}

.initial--44 .navbar .active > .nav-link,
.initial--44 .navbar .nav-link.active,
.initial--44 .navbar .nav-link.show,
.initial--44 .navbar .show > .nav-link {
    color: #16597f;
}

.initial--44 .navbar-vertical .active .nav-indicator-icon,
.initial--44 .navbar-vertical .nav-link:hover .nav-indicator-icon,
.initial--44 .navbar-vertical .show > .nav-link > .nav-indicator-icon {
    color: #16597f;
}

.initial--44 .nav-subtitle {
    display: block;
    color: rgba(255, 251, 223, 0.568627451);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}

.initial--44 .navbar-vertical .navbar-nav.nav-tabs .active .nav-link,
.initial--44 .navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    border-inline-start-color: #16597f;
}

.initial--44 .item-box {
    height: 250px;
    width: 150px;
    padding: 3px;
}

.initial--44 .header-item {
    width: 10rem;
}

.initial--44 .cursor-pointer {
    cursor: pointer;
}

.table {
    width: 100%;
}

.select2-selection__rendered span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.empty--data {
    text-align: center;
    padding: 20px;
}

.empty--data img {
    max-width: 145px;
    margin-bottom: 20px;
}

.empty--data h5 {
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1450px) {
    .order--pos-left {
        width: calc(100% - 395px);
    }

    .order--pos-right {
        max-width: 375px;
    }
}

.w-160px {
    width: 160px;
}

.p-10px {
    padding: 10px;
}

.sidebar--badge-container {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.sidebar--badge-container span:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}

.sidebar--badge-container .badge {
    font-size: 10px;
    min-width: 25px;
    padding: 3px;
    font-weight: 700;
}

.form-control:focus {
    border-color: var(--primary-clr);
}

.input--group .form-control:first-child:focus {
    border-inline-start-color: var(--primary-clr);
}

#printableArea {
    justify-content: space-between;
}

.w-450px {
    width: 450px;
}

.dashed-border {
    border-top: 1px dashed #677788;
    margin: 5px 0 15px;
}

.invoice--inline-1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 1;
}

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

.w-28p {
    width: 28%;
}

.mr-4rem {
    -webkit-margin-end: 4rem;
    margin-inline-end: 4rem;
}

a.text-body span,
a.text-body div,
a.text--title {
    transition: all ease 0.3s;
}

a.text--title:hover,
a.text-body:hover,
a.text-body:hover div,
a.text-body:hover span {
    color: var(--primary-clr) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.nav-tabs .nav-link {
    color: var(--title-clr);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary-clr);
    background-color: transparent;
    border-color: transparent transparent var(--primary-clr);
    font-weight: 600;
}

.toggle-switch-input:checked:disabled + .toggle-switch-label {
    background-color: rgba(0, 134, 143, 0.3490196078);
}

textarea.form-control.h--45 {
    height: 45px;
}

.js-hs-unfold-invoker.dropdown-toggle:not(:hover) {
    color: var(--primary-clr) !important;
    border-color: var(--primary-clr) !important;
}

#location_map_canvas #pac-input,
#map-canvas #pac-input {
    height: 40px;
    border: 1px solid #fbc1c1;
    outline: none;
    box-shadow: none;
    top: 7px !important;
    transform: translateX(7px);
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

@media (min-width: 576px) {
    #location_map_canvas #pac-input,
    #map-canvas #pac-input {
        width: 200px;
    }
}

#location_map_canvas .gmnoprint,
#map-canvas .gmnoprint {
    transform: translateY(10px) !important;
}

#location_map_canvas .gmnoprint ~ div,
#map-canvas .gmnoprint ~ div {
    transform: translateY(10px) !important;
}

#map #pac-input {
    height: 40px;
    border: 1px solid #fbc1c1;
    outline: none;
    box-shadow: none;
    top: 7px !important;
    transform: translateX(7px);
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

@media (min-width: 576px) {
    #map #pac-input {
        width: 200px;
    }
}

.table-rest-info .font-light {
    color: #6d8c7e;
}

@media (max-width: 575px) {
    .statistics--title,
    .statistics--select {
        margin-bottom: 10px;
        flex-grow: 1;
    }

    [name="user_overview"] {
        flex-grow: 1;
        -webkit-margin-start: 5px;
        margin-inline-start: 5px;
        font-size: 13px;
        max-width: 140px;
        height: 40px;
        padding: 0 10px;
    }

    .footer {
        padding-bottom: 20px;
    }

    .footer .row {
        margin: 0;
        display: block;
    }

    .footer .row > div {
        width: 100%;
    }

    .footer .list-separator {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .footer .list-separator .list-inline-item a {
        font-size: 13px;
    }

    .footer .list-inline-item:last-child {
        margin-bottom: 10px;
        display: block;
        flex-grow: 1;
        text-align: center;
        margin-top: 5px;
    }

    .order-invoice-right .btn--danger {
        padding: 5px 10px;
        width: unset;
        font-size: 11px;
    }

    .order-invoice-right .btn-outline-primary {
        padding: 5px 10px;
        width: unset;
        font-size: 11px;
    }

    .max-sm-flex-grow-1 {
        flex-grow: 1;
    }

    .empty--data img,
    img.w-7rem {
        max-width: 5rem;
    }
}

.order-invoice-right .btn-outline-primary {
    padding: 5px 10px;
    width: unset;
    font-size: 11px;
}

.page-area nav {
    overflow-x: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .pagination {
        justify-content: flex-end;
    }
}

.review--table {
    min-width: 920px;
}

.max-sm-mw-200 {
    max-width: 350px;
}

.max-sm-w-200 {
    width: 350px;
}

@media (max-width: 575px) {
    .max-sm-mw-200 {
        max-width: 200px;
    }

    .max-sm-w-200 {
        width: 200px;
    }

    .role--table {
        min-width: 720px;
    }
}

@media (max-width: 450px) {
    .select--all-checkes .check-item {
        width: 100% !important;
        margin-top: 10px;
        -webkit-margin-start: -19px;
        margin-inline-start: -19px;
    }
}

/* .modal-body .rest-part .card-body removed — unused in SPA templates */

.create-date {
    white-space: nowrap;
}

.search--button-wrapper .ml-auto {
    -webkit-margin-start: auto !important;
    margin-inline-start: auto !important;
}

.search--button-wrapper .mr-auto {
    -webkit-margin-end: auto !important;
    margin-inline-end: auto !important;
}

.delivery--information-single .tio-poi {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.img-responsive-1 {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

.table {
    font-size: 13px;
}

*,
body,
table th {
    font-family: "Inter", sans-serif;
}

strong {
    font-weight: 500;
}

@media (min-width: 1200px) {
    .min--260 {
        min-width: 260px;
    }

    .min--270 {
        min-width: 270px;
    }

    .min--280 {
        min-width: 280px;
    }

    .search--button-wrapper .search-form.min--280 {
        min-width: 280px;
    }
}

@media (max-width: 1199px) {
    .max-lg-h-40px {
        height: 40px !important;
    }
}

.customer--information-single span {
    word-break: break-all;
}

#shipping-address-modal #map #pac-input {
    inset-inline-start: 187px !important;
    top: 10px !important;
}

.media--sm .line--limit-1 {
    max-width: 160px;
}

.aspect-ratio-1 {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
}

@media (max-width: 767px) {
    .tio-chart-bar-4.fz--40px {
        font-size: 24px !important;
    }
}

.card-header-title ~ .badge-soft-primary {
    margin: 0;
}

@media (max-width: 450px) {
    .card-header-title ~ .badge-soft-primary {
        margin: 10px 0;
    }
}

.page-header-tabs .nav-item .nav-link.active {
    position: relative;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
}

.page-header-tabs .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    width: 100%;
    bottom: 5px;
    height: 3px;
    border-radius: 4px;
    background: var(--primary-clr);
}

.page-header-tabs .nav-item:first-child .nav-link.active {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.page-header-tabs .nav-item:last-child .nav-link.active {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.resturant-type-group {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
    padding: 4px 10px;
    min-height: 45px;
}

.restaurant-type-group {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
    padding: 4px 10px;
    min-height: 45px;
}

.schedult-date-content .d-inline-flex {
    flex-wrap: wrap;
}

.avatar-lg {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
}

.border-primary {
    border-color: var(--info-clr) !important;
}

.print--invoice {
    max-width: 366px;
    margin: 0 auto;
    padding: 25px 18px;
    font-weight: 500;
}

.print--invoice * {
    font-weight: 500;
}

.print--invoice h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.print--invoice .store-name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700 !important;
    margin-bottom: 4px;
    color: #000000;
}

.print--invoice .store-name ~ div {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.print--invoice .invoice-logo {
    width: 36px;
    margin-bottom: 14px;
}

.print--invoice .top-info {
    font-weight: 500;
    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

.print--invoice .top-info img {
    height: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.print--invoice .top-info .copyright {
    margin-top: 10px;
}

.print--invoice .top-info .uppercase {
    letter-spacing: 1.04px;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
}

.order-info-id {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
}

.order-info-id * {
    color: #000000;
}

.order-info-id h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 4px;
}

.order-info-details {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #000000;
    text-transform: capitalize;
}

.order-info-details span {
    color: #000000;
}

.invoice--table tr th {
    border-bottom: none;
    border-top: 1px dashed #e5e5e5;
    padding: 13px 0 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.invoice--table tr th:last-child {
    text-align: end;
}

.invoice--table tr td {
    border-top: none;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    padding: 0.6rem 0.75rem;
}

.invoice--table tr td:first-child {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.invoice--table tr td:last-child {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    text-align: end;
}

.invoice--table tr td .addons {
    letter-spacing: 0.04em;
    color: #000000;
}

.invoice--table .price {
    letter-spacing: 0.04em;
    color: #000000;
}

.checkout--info {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: end;
    color: #000000;
}

.checkout--info .border-top {
    padding-top: 10px;
}

.checkout--info .border-top * {
    font-weight: 600;
}

.checkout--info dt {
    text-align: start;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 7px;
}

.checkout--info .total {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-top: 5px;
}

.checkout--info .copyright {
    color: #000000;
}

.non-printable {
    white-space: break-spaces;
}

@media (max-width: 444px) {
    .non-printable {
        margin-bottom: 15px;
    }
}

/*Login CSS*/
.auth-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auth-wrapper * {
    font-family: "Roboto", sans-serif;
}

.auth-wrapper-right {
    width: 100%;
    max-width: 660px;
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.auth-wrapper-right .auth-wrapper-form {
    max-width: 452px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1550px) {
    .auth-wrapper-right .auth-wrapper-form {
        transform: translateX(-30px);
    }
}

.auth-wrapper-right .auth-header {
    font-size: 22px;
    line-height: 1.4;
    color: #a0a0a0;
    margin-bottom: 60px;
    font-weight: 300;
}

.auth-wrapper-right .auth-header a {
    font-weight: 700;
    text-decoration: underline;
    color: #039d55;
}

.auth-wrapper-right .auth-header .title {
    color: var(--base-1);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.auth-wrapper-right .auth-header .badge {
    font-weight: 400;
    font-size: 14px;
    color: #039d55;
    background-color: rgba(3, 157, 85, 0.1);
    border-radius: 15px;
    padding: 7px 13px 6px;
}

.auth-wrapper-right .auto-fill-data-copy {
    padding-top: 26px;
}

.auth-wrapper-right .auto-fill-data-copy .action-btn {
    width: 45px;
    height: 45px;
}

.auth-wrapper-right .btn--primary {
    background: var(--base-1);
    font-weight: 500;
}

.auth-wrapper-right .btn-block {
    height: 45px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
}

@media (min-width: 1550px) {
    .auth-wrapper-right {
        max-width: 718px;
    }

    .auth-wrapper-right .input-label {
        margin-bottom: 12px;
    }

    /* .auth-wrapper-right .form-group removed — unused */

    .auth-wrapper-right .auto-fill-data-copy {
        color: #9b9b9b;
        font-size: 18px;
    }

    .auth-wrapper-right .btn-block,
    .auth-wrapper-right .form-control {
        height: 45px !important;
        border-radius: 5px;
    }

    .auth-wrapper-right .btn-block:not(.btn-white) {
        font-size: 20px;
    }

    .auth-wrapper-right .auto-fill-data-copy .action-btn {
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }

    .auth-wrapper-right .auto-fill-data-copy .action-btn i {
        font-size: 24px;
    }
}

.auth-wrapper-left {
    width: 0;
    flex-grow: 1;
    background: url(./images/auth-bg.png) no-repeat center left/cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.auth-wrapper-left .auth-left-cont {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 172px;
    margin-inline-end: 172px;
}

.auth-wrapper-left .auth-left-cont img {
    max-width: 240px;
    height: 65px;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.auth-wrapper-left .auth-left-cont .title {
    font-size: 70px;
    line-height: 1.3;
    font-weight: 300;
}

.auth-wrapper-left .auth-left-cont .title strong {
    font-weight: 700;
}

@media (max-width: 1549px) {
    .auth-wrapper-left .auth-left-cont {
        -webkit-margin-end: 134px;
        margin-inline-end: 134px;
    }

    .auth-wrapper-left .auth-left-cont .title {
        font-size: 55px;
    }

    .auth-wrapper-right .auth-header {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .auth-wrapper-right .auth-header .title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .auth-wrapper-right .auth-header .badge {
        margin-top: 10px;
    }

    .auth-wrapper .mt-xxl-3 {
        margin-top: 0 !important;
    }

    .auth-wrapper-right .btn--primary {
        height: 38px;
    }
}

@media (max-width: 1300px) {
    .auth-wrapper-left .auth-left-cont {
        -webkit-margin-end: 84px;
        margin-inline-end: 84px;
    }

    .auth-wrapper-left .auth-left-cont img {
        max-width: 90px;
    }

    .auth-wrapper-left .auth-left-cont .title {
        font-size: 45px;
    }

    .auth-wrapper-right {
        max-width: 560px;
    }

    .auth-wrapper-right .auth-header {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    .auth-wrapper-right .auth-header .title {
        font-size: 28px;
    }

    .auth-wrapper-right .auth-header .badge {
        font-size: 11px;
    }

    /* .auth-wrapper-right .form-group removed — unused */

    .auth-wrapper-right .form-control {
        height: 38px;
        font-size: 12px;
    }

    .auth-wrapper-right .btn-block {
        height: 38px !important;
    }

    .auth-wrapper-right .custom-control-label {
        font-size: 12px;
    }

    .auth-wrapper-right .auto-fill-data-copy {
        padding-top: 10px;
    }

    .auth-wrapper-right .auto-fill-data-copy .action-btn {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1199px) {
    .auth-wrapper-right {
        max-width: 450px;
        padding: 20px 24px;
    }
}

@media (max-width: 991px) {
    .auth-wrapper-left {
        display: none;
    }

    .auth-wrapper-right {
        padding: 25px 24px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .auth-wrapper-right {
        padding: 15px;
        max-width: 100%;
    }
}

.text--039D55 {
    color: var(--base-1) !important;
}

@media (min-width: 1650px) {
    .vendor-login .auth-wrapper-right .auth-header {
        font-size: 20px;
    }

    .vendor-login .auth-wrapper-right .auth-header .title {
        font-size: 35px;
    }
}

.toggle-login {
    text-align: center;
    margin-top: 15px;
}

.toggle-login .toggle-login-btn {
    cursor: pointer;
    color: #039d55;
}

a:hover .text--title {
    color: var(--primary-clr) !important;
}

/* body .navbar-vertical-content *:not([class*="tio"]) {
    font-family: "Inter", sans-serif !important;
} */
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.min-h-90px {
    min-height: 100px !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: var(--theme-primary-hover);
    border-color: var(--theme-primary-hover);
    filter: brightness(0.9);
}

hr.non-printable {
    margin-bottom: 0;
}

.print--invoice .text-center.pt-4 {
    padding-top: 0 !important;
}

.btn-primary:active {
    background-color: var(--theme-primary-hover) !important;
    border-color: var(--theme-primary-hover) !important;
}

.invoice-page,
.print--invoice {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
}

.invoice-page *,
.print--invoice * {
    font-family: "Roboto Mono", monospace !important;
}

.invoice-page .table *,
.print--invoice .table * {
    color: #000000;
}

.printable {
    display: block;
}

@media print {
    .non-printable {
        display: none;
    }

    .print--invoice {
        max-width: 410px !important;
        width: 100% !important;
    }
}

.invoice-page {
    padding: 0 !important;
}

.report-page-header .page-header-icon {
    width: 38px;
}

.store-report-content {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.store-report-content .left-content,
.store-report-content .right-content {
    width: 265px;
    flex-grow: 1;
}

.store-report-content .center-chart-area {
    flex-grow: 1;
    width: 520px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
    border-radius: 8px;
}

.store-report-content .center-chart-area .center-chart-header {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.store-report-content .center-chart-area .center-chart-header .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 175%;
    color: #232d42;
    margin: 0;
}

.store-report-content .center-chart-area .center-chart-header .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    color: #232d42;
    margin: 0;
}

@media (max-width: 575px) {
    .store-report-content .center-chart-area .center-chart-header {
        gap: 5px;
    }
}

@media (max-width: 1499px) {
    .store-report-content .center-chart-area {
        width: 450px;
    }
}

@media (max-width: 1335px) {
    .store-report-content .center-chart-area {
        width: 380px;
    }
}

@media (max-width: 1255px) {
    .store-report-content .center-chart-area {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .store-report-content {
        flex-wrap: wrap;
    }

    .store-report-content .left-content,
    .store-report-content .center-chart-area {
        width: 100%;
    }
}

.store-report-content .left-content {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.store-report-content .left-content-card {
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.1);
    border-radius: 5px;
    padding: 20px 30px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.store-report-content .left-content-card img {
    width: 35px;
}

.store-report-content .left-content-card .info {
    width: 0;
    flex-grow: 1;
    -webkit-padding-start: 21px;
    padding-inline-start: 21px;
}

.store-report-content .left-content-card .info .subtitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    font-family: "Roboto", sans-serif;
}

.store-report-content .left-content-card .info .subtext {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.store-report-content .left-content-card .info .info-txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #00aa6d;
    text-align: end;
    gap: 5px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .store-report-content .left-content-card {
        padding: 20px;
    }

    .store-report-content .left-content-card .info .subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .store-report-content .left-content {
        flex-direction: row;
    }

    .store-report-content .left-content-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .store-report-content .left-content-card {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .store-report-content .left-content-card {
        padding: 20px;
    }

    .store-report-content .left-content-card .info .subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}

.pie-chart .apexcharts-canvas {
    margin: 0 auto;
}

.pie-chart .apexcharts-legend .apexcharts-legend-series {
    margin-top: 10px !important;
}

@media (max-width: 345px) {
    .pie-chart #dognut-pie {
        transform: translateX(-5px);
    }
}

@media (max-width: 335px) {
    .pie-chart #dognut-pie {
        transform: translateX(-10px);
    }
}

.apex-legends {
    color: #758590;
    display: flex;
    flex-wrap: wrap;
    max-width: 230px;
    margin: 0 auto;
}

.apex-legends div {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.apex-legends div::before {
    width: 9px;
    border-radius: 50%;
    height: 9px;
    content: "";
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
}

.apex-legends div.before-bg-107980::before {
    background: #107980;
}

.apex-legends div.before-bg-56B98F::before {
    background: #56b98f;
}

.apex-legends div.before-bg-E5F5F1::before {
    background: #e5f5f1;
}

.apex-legends div:not(:last-child) {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.total--orders {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.total--orders h3 {
    margin: 0;
    font-weight: 700 !important;
    font-size: 19px;
    line-height: 23px;
    color: #334257 !important;
}

@media screen and (max-width: 575px) {
    .total--orders h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1650px) {
    .total--orders h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

.text-006AE5 {
    color: #006ae5;
}

.text-0661CB {
    color: #0661cb !important;
}

.text-00A3FF {
    color: #00a3ff !important;
}

.text-F5A200 {
    color: #f5a200 !important;
}

.text-56b98f {
    color: #56b98f !important;
}

.payment-statistics-shadow {
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.1);
    border-radius: 5px;
    border: none;
}

.store-center-chart {
    height: 340px !important;
}

@media (max-width: 1650px) {
    .store-center-chart {
        height: 300px !important;
    }
}

@media (max-width: 575px) {
    .store-center-chart {
        height: 250px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1255px) {
    .store-center-chart {
        height: 250px !important;
    }
}

.mt-11px {
    margin-top: 11px;
}

.white--space-false th {
    white-space: nowrap;
}

.filter--card {
    background: #ffffff;
    box-shadow: 0px 6px 12px -3px rgba(51, 66, 87, 0.05);
    border-radius: 5px;
    border: none;
}

.filter--card .form-label {
    font-size: 16px;
    font-weight: 600;
}

.earning-statistics-content {
    text-align: center;
}

.earning-statistics-content .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #232d42;
    margin-bottom: 18px;
}

.earning-statistics-content .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #334257;
    padding-bottom: 11px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.earning-statistics-content .subtxt {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8a92a6;
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .earning-statistics-content .subtitle {
        font-size: calc(16px + 0.1vw);
    }

    .earning-statistics-content .title {
        font-size: calc(28px + 0.1vw);
    }

    .earning-statistics-content .subtxt {
        font-size: calc(12px + 0.1vw);
    }
}

.trx-btn {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    border: 0.5px solid #0177cd;
    border-radius: 20px;
    transition: all ease 0.3s;
}

.trx-btn:not(:hover) {
    color: #47566b;
}

.trx-btn:hover {
    background: var(--primary-clr) !important;
    border-color: var(--primary-clr) !important;
    color: #fff;
}

.coupon__discount {
    font-family: "Roboto", sans-serif;
    color: #9eadc1;
}

.coupon__discount strong {
    color: #006ae5;
    font-weight: 700;
}

@media (1200px < width < 1450px) {
    .coupon__discount {
        font-size: 12px;
    }
}

.text-sm {
    font-size: 12px;
}

.__txt-22 {
    font-weight: 700;
    font-size: 22px !important;
}

.__txt-14px {
    font-size: 14px;
    color: #334257;
}

.__txt-14px thead th {
    font-size: 14px;
}

.__badge-sm {
    line-height: 19px;
    padding-top: 0;
    font-size: 12px;
    padding-bottom: 0;
}

.__nav-tabs-menu {
    padding-top: 10px;
    row-gap: 0px;
    -moz-column-gap: 16px;
    column-gap: 30px;
}

.__nav-tabs-menu .nav-item .nav-link {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    padding-top: 0;
}

.statistics-btn-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.statistics-btn-grp label {
    margin: 0;
    display: block;
}

.statistics-btn-grp label span {
    font-size: 12px;
    color: var(--title-clr);
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 15px;
    display: block;
    background: #f2f2f2;
}

.statistics-btn-grp label input:checked ~ span {
    background: var(--theme-primary);
    color: #fff;
    font-weight: 700;
}

a:hover .text--title {
    color: var(--primary-clr) !important;
}

.refund--btn {
    margin: 0;
    gap: 16px;
    flex-wrap: nowrap;
}

.refund--btn * {
    margin: 0;
    width: calc(50% - 8px);
}

@media (575px > width) {
    .refund--btn {
        flex-wrap: wrap;
    }

    .refund--btn * {
        flex-grow: 1;
        width: auto;
    }
}

@media (992px < width < 1460px) {
    .refund--btn {
        flex-wrap: wrap;
    }

    .refund--btn * {
        flex-grow: 1;
        width: auto;
    }
}

.img__aspect-1 {
    aspect-ratio: 1 !important;
    -o-object-fit: cover;
    object-fit: cover;
}

ul.delivery--information-single {
    padding: 0;
    margin: 0;
}

ul.delivery--information-single li {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

ul.delivery--information-single li > span {
    display: block;
}

ul.delivery--information-single li .info {
    width: 0;
    flex-grow: 1;
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
}

ul.delivery--information-single li .name {
    width: 110px;
    text-align: start;
}

ul.delivery--information-single li:not(:last-child) {
    margin-bottom: 6px;
}

.__badge {
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    border-radius: 15px;
}

.__badge-abs {
    position: absolute;
    inset-inline-end: 15px;
    top: 24px;
}

.__page-header-txt {
    max-width: 740px;
    -webkit-padding-start: 32px;
    padding-inline-start: 32px;
    font-size: 14px;
    margin-top: -6px;
    padding-bottom: 10px;
}

.max-w-180px {
    max-width: 180px;
}

.white--space-initial {
    white-space: initial;
}

.navbar .nav-link .text-truncate {
    text-transform: capitalize;
}

/*Module CSS*/
.navbar {
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.__navbar-nav {
    /* -moz-column-gap: 38px; */
    /* column-gap: 38px; */
    position: relative;
}

@media (max-width: 1499px) {
    .__navbar-nav {
        -moz-column-gap: 28px;
        column-gap: 28px;
    }
}

@media (max-width: 1399px) {
    .__navbar-nav {
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

@media (max-width: 991px) {
    .__navbar-nav {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}

@media (max-width: 575px) {
    .__navbar-nav {
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-padding-start: 40px;
        padding-inline-start: 40px;
    }

    .__navbar-nav li a:not(.module--nav-icon) {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
        -webkit-padding-end: 0 !important;
        padding-inline-end: 0 !important;
        margin: 0 !important;
    }
}

.__nav-item {
    position: relative;
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}

.__nav-item .__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    padding: 22px 15px;
    position: relative;
    color: #3b4757;
    text-decoration: none;
    transition: color 0.15s ease;
}
.__nav-item .__nav-link:hover {
    color: var(--theme-primary-text, #006161);
    text-decoration: none;
}
.__nav-item .__nav-link img {
    width: 20px;
    height: 20px;
    opacity: 0.7;
    transition: opacity 0.15s ease;
}
.__nav-item .__nav-link:hover img {
    opacity: 1;
}

.__nav-item .__nav-link span {
    color: var(--theme-primary-text);
}

.__nav-item .__nav-link::before {
    height: 3px;
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    inset-inline-end: 0;
    background: #009faa;
    border-radius: 1.5px;
    opacity: 0;
}

.__nav-item .__nav-link.active::before {
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 1575px) {
    .__nav-item {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }

    .__nav-item .__nav-link {
        padding: 22px 15px;
        font-size: 13px;
    }

    .__nav-item .__nav-link img {
        -webkit-margin-end: 4px;
        margin-inline-end: 4px;
    }
}

@media screen and (width < 992px) {
    .__nav-item .__nav-link {
        padding: 22px 12px;
    }

    .__nav-item .__nav-link svg,
    .__nav-item .__nav-link span {
        display: none;
    }

    .__nav-item .__nav-link svg:first-child {
        display: block;
        width: 20px;
    }
}

.__nav-item .__nav-link:focus ~ .__nav-module {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.__nav-item:hover .__nav-module {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* ===== Megamenu Styles ===== */
.__nav-item--mega {
    position: relative;
}

.__nav-item--mega:hover .__megamenu,
.__nav-item--mega .__nav-link:focus ~ .__megamenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.__megamenu {
    position: absolute;
    left: 0;
    transform: translateY(0);
    width: 650px;
    max-width: calc(100vw - 280px);
    top: 100%;
    padding-top: 8px;
    background: transparent;
    border-radius: 14px;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 9999999;
    border: none;
}
.__megamenu-inner {
    display: flex;
    min-height: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.04),
        0 4px 12px rgba(0, 0, 0, 0.06),
        0 20px 48px -8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.__megamenu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* --- Inner layout: left highlight + link columns --- */

.__megamenu-col {
    padding: 24px 22px;
}

/* Left highlight column */
.__megamenu-col--highlight {
    width: 190px;
    flex-shrink: 0;
    background: linear-gradient(160deg, var(--base-1) 0%, #0e3d58 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 18px;
}

.__megamenu-col-head h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.__megamenu-col-head p {
    font-size: 12px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.__megamenu-col-quick {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.__megamenu-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none;
    backdrop-filter: blur(4px);
}

.__megamenu-quick-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    text-decoration: none;
    transform: translateX(3px);
}

.__megamenu-quick-link i {
    font-size: 14px;
    opacity: 0.85;
}

/* Link columns */
.__megamenu-col--links {
    flex: 1;
    min-width: 0;
    border-left: 1px solid #f1f5f9;
}

.__megamenu-sections {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.__megamenu-section-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #94a3b8;
    margin: 0 0 6px;
    padding: 0 0 6px 2px;
    border-bottom: 1px solid #f1f5f9;
}

.__megamenu-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.__megamenu-link-list li a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 7px 8px;
    border-radius: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    line-height: 1.3;
}

.__megamenu-link-list li a:hover {
    background: rgba(var(--base-rgb), 0.06);
    color: var(--base-1);
    text-decoration: none;
    transform: translateX(2px);
}

/* Icon box */
.__megamenu-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(var(--base-rgb), 0.07);
    flex-shrink: 0;
    transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.__megamenu-icon i {
    font-size: 15px;
    color: var(--base-1);
    transition: all 0.18s ease;
}

.__megamenu-link-list li a:hover .__megamenu-icon {
    background: var(--base-1);
    transform: scale(1.06);
}

.__megamenu-link-list li a:hover .__megamenu-icon i {
    color: #fff;
}

/* --- Responsive --- */
@media (max-width: 1199px) {
    .__megamenu {
        width: 640px;
    }
    .__megamenu-col--highlight {
        width: 200px;
    }
    .__megamenu-col {
        padding: 20px 18px;
    }
}

@media (max-width: 991px) {
    .__megamenu {
        left: auto;
        right: 0;
        width: 420px;
        max-width: calc(100vw - 20px);
    }
    .__megamenu-inner {
        flex-direction: column;
    }
    .__megamenu-col--highlight {
        width: 100%;
        padding: 20px;
    }
    .__megamenu-col--links {
        border-left: none;
        border-top: 1px solid #f1f5f9;
    }
    .__megamenu-col-quick {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .__megamenu {
        right: 0;
        left: 0;
        width: auto;
        border-radius: 0 0 12px 12px;
    }
    .__megamenu-col {
        padding: 16px 14px;
    }
    .__megamenu-col--links {
        max-height: 50vh;
        overflow-y: auto;
    }
}
/* ===== End Megamenu Styles ===== */

.__nav-module {
    position: absolute;
    /* inset-inline-end: -30px; */
    width: 329px;
    top: calc(100% + 20px);
    background: #fff;
    border-radius: 5px;
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    z-index: 9999999;
}

.__nav-module:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.__nav-module-header {
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 3;
}

.__nav-module-header .inner {
    background: var(--theme-primary);
    border-radius: 5px 5px 0px 0px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}

.__nav-module-header .inner h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 27px;
    color: #fff;
}

@media (max-width: 374px) {
    .__nav-module-header .inner h4 {
        font-size: 18px;
    }
}

.__nav-module-header .inner p {
    font-family: "Inter", sans-serif;
    margin: 0;
}

.__nav-module-body {
    padding: 10px 15px;
    background: white;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
    max-height: 380px;
    overflow-y: auto;
}

.__nav-module-body ul {
    padding: 0;
    margin: 0;
}

.__nav-module-body ul li {
    list-style: none;
}

.__nav-module-body ul li a {
    line-height: 19px;
    padding: 7px 10px;
    display: inline-block;
    color: #334257;
}

.__nav-module-body ul li a:hover {
    color: var(--theme-primary-text);
    font-weight: 600;
}

.__nav-module-body ul li a svg,
.__nav-module-body ul li a img {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.__nav-module.style-2 {
    inset-inline-end: 15px;
    top: calc(100% + 5px);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    .__nav-module.style-2 {
        width: 389px;
    }
}

.__nav-module.style-2 .__nav-module-header .inner {
    background: rgba(255, 255, 255, 0.8);
    color: #009faa;
}

.__nav-module.style-2 .__nav-module-header .inner h4 {
    color: #19628e;
}

@media (max-width: 991px) {
    .__nav-module {
        inset-inline-end: -125px;
    }
}

@media (max-width: 767px) {
    .__nav-module {
        inset-inline-end: -140px;
    }
}

@media (max-width: 420px) {
    .__nav-module {
        inset-inline-end: -140px;
    }

    .__nav-module.style-2 {
        inset-inline-end: 10px;
    }
}

@media (max-width: 374px) {
    .__nav-module {
        inset-inline-end: -148px;
        max-width: 300px;
    }

    .__nav-module.style-2 {
        inset-inline-end: 10px;
    }
}

.__nav-module-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* justify-content: space-between; */
}

.__nav-module-items .__nav-module-item {
    background: #ffffff;
    border: 1px solid rgba(0, 159, 170, 0.2);
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    padding: 4px 10px;
    color: #00868f;
    white-space: initial;
    word-break: break-all;
}

.__nav-module-items .__nav-module-item img {
    max-height: 30px;
    margin: 0 auto 8px;
}

.__nav-module-items .__nav-module-item img *[fill="black"] {
    fill: #00868f;
}

.__nav-module-items .__nav-module-item.active {
    background: #19628e;
    color: #fff;
}

.__nav-module-items .__nav-module-item.active img *[fill="black"] {
    fill: #ffffff;
}

@media screen and (min-width: 768px) {
    .__nav-module-items {
        -moz-column-gap: 5px;
        column-gap: 5px;
        row-gap: 20px;
    }
}

@media (max-width: 374px) {
    .__nav-module-items {
        gap: 8px;
    }
    .__nav-module-items .__nav-module-item img {
        width: 32px;
    }
}

.__nav-module-checkboxes {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    margin: 0;
    justify-content: center;
}

.__nav-module-checkboxes span {
    color: #009faa;
}

.__nav-module-checkboxes .form-check-input {
    display: none;
}

.__nav-module-checkboxes .form-check-label {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px);
    cursor: pointer;
}

.__nav-module-checkboxes .form-check-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #009faa;
    border-radius: 4px;
}

.__nav-module-checkboxes .form-check-label span {
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
}

.__nav-module-checkboxes .form-check-input:checked ~ .form-check-label::before {
    background: url("./images/check-mark-2.png") #009faa no-repeat center
        center/15px;
}

.__nav-module-checkboxes .form-check {
    margin: 5px 0 20px;
}

@media (max-width: 374px) {
    .__nav-module-checkboxes .form-check {
        margin: 0px 0px 15px;
    }
}

/* ===== User Panel Styles ===== */
.__user-panel {
    position: absolute;
    inset-inline-end: 0;
    top: calc(100%);
    width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    z-index: 9999999;
    overflow: hidden;
}

.__user-panel:hover,
.__nav-item--open > .__user-panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.__nav-link.module--nav-icon:focus ~ .__user-panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Header */
.__user-panel-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px 16px;
    background: linear-gradient(145deg, var(--theme-primary, #009faa), #007a83);
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.__user-panel-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.__user-panel-avatar i {
    font-size: 26px;
    color: #fff;
}

.__user-panel-avatar--sm {
    width: 34px;
    height: 34px;
    background: var(--theme-primary, #009faa);
}

.__user-panel-avatar--sm i {
    font-size: 20px;
}

.__user-panel-info {
    min-width: 0;
}

.__user-panel-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__user-panel-role {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 3px;
}

.__user-panel-email {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Actions */
.__user-panel-actions {
    padding: 8px 10px;
}

.__user-panel-action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #334257;
    text-decoration: none;
    transition: all 0.18s ease;
}

.__user-panel-action:hover {
    background: #f4f8fb;
    color: #334257;
    text-decoration: none;
}

.__user-panel-action-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f0f6f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.18s ease;
}

.__user-panel-action-icon i {
    font-size: 17px;
    color: var(--theme-primary, #009faa);
    transition: color 0.18s ease;
}

.__user-panel-action:hover .__user-panel-action-icon {
    background: var(--theme-primary, #009faa);
}

.__user-panel-action:hover .__user-panel-action-icon i {
    color: #fff;
}

.__user-panel-action-text {
    min-width: 0;
}

.__user-panel-action-text span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334257;
    line-height: 1.3;
}

.__user-panel-action-text small {
    display: block;
    font-size: 11px;
    color: #8b97a8;
    margin-top: 1px;
}

/* Academic Year */
.__user-panel-academic-year {
    padding: 12px 20px 14px;
    border-top: 1px solid #f0f2f5;
}

.__user-panel-academic-year-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8b97a8;
    margin-bottom: 8px;
}

.__user-panel-academic-year-label i {
    font-size: 14px;
}

.__user-panel-academic-year-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.__user-panel-academic-year-form .form-control {
    flex: 1;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 6px 10px;
    height: auto;
}

.__user-panel-academic-year-select {
    flex: 1;
    min-width: 0;
}
.__user-panel-academic-year-select .vs__dropdown-toggle {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 2px 8px;
    min-height: 32px;
    font-size: 12.5px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.__user-panel-academic-year-select .vs__dropdown-toggle:hover {
    border-color: #cbd5e1;
}
.__user-panel-academic-year-select.vs--open .vs__dropdown-toggle {
    border-color: var(--base-1);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.12);
}
.__user-panel-academic-year-select .vs__search {
    font-size: 12.5px;
    padding: 2px 0;
    margin: 0;
}
.__user-panel-academic-year-select .vs__selected {
    font-size: 12.5px;
    margin: 0;
    padding: 0;
}
.__user-panel-academic-year-select .vs__actions {
    padding: 0 4px 0 2px;
}
.__user-panel-academic-year-select .vs__dropdown-menu {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 4px;
    font-size: 12.5px;
    z-index: 99999999;
}
.__user-panel-academic-year-select .vs__dropdown-option {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12.5px;
}
.__user-panel-academic-year-select .vs__dropdown-option--highlight {
    background: rgba(var(--base-rgb), 0.08);
    color: var(--base-1);
}

.__user-panel-academic-year-btn {
    background: var(--theme-primary, #009faa);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    white-space: nowrap;
    transition: background 0.18s ease;
}

.__user-panel-academic-year-btn:hover {
    background: #007a83;
    color: #fff;
}

/* Footer / Logout */
.__user-panel-footer {
    padding: 0;
    border-top: 1px solid #f0f2f5;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.__user-panel-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #e74c3c;
    text-decoration: none;
    transition: all 0.18s ease;
}

.__user-panel-logout:hover {
    background: #fef2f2;
    color: #c0392b;
    text-decoration: none;
}

.__user-panel-logout i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 575px) {
    .__user-panel {
        width: 290px;
        inset-inline-end: -10px;
    }
}

@media (max-width: 374px) {
    .__user-panel {
        width: 270px;
    }
    .__user-panel-header {
        padding: 16px 14px 14px;
        gap: 10px;
    }
}
/* ===== End User Panel Styles ===== */

.pie-chart .apexcharts-canvas {
    margin: 0 auto;
}

.pie-chart .apexcharts-legend .apexcharts-legend-series {
    margin-top: 10px !important;
}

@media (max-width: 345px) {
    .pie-chart #dognut-pie {
        transform: translateX(-5px);
    }
}

@media (max-width: 335px) {
    .pie-chart #dognut-pie {
        transform: translateX(-10px);
    }
}

.p-10px {
    padding: 10px !important;
}

.grid--card {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.grid--card img {
    width: 49.12px;
    height: 49.12px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(7, 59, 116, 0.3);
    border-radius: 5px;
}

.grid--card .cont {
    width: 0;
    flex-grow: 1;
    font-weight: 700;
    font-size: 13.75px;
    line-height: 15px;
    color: var(--title-clr);
    -webkit-padding-start: 9px;
    padding-inline-start: 9px;
    max-width: 250px;
    -webkit-padding-end: 9px;
    padding-inline-end: 9px;
}

.grid--card .cont span {
    color: #596779;
    font-weight: 400;
    font-size: 11.79px;
}

.grid--card .cont h6,
.grid--card .cont .fz--13 {
    font-weight: 700;
    font-size: 13.75px !important;
    line-height: 15px;
    color: var(--title-clr);
}

.grid--card .badge {
    padding: 9px 10px 7px;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    margin-top: 6px;
}

@media (max-width: 450px) {
    .grid--card .badge {
        padding: 9px 10px 7px;
        min-width: 0;
        font-size: 10px;
        -webkit-margin-start: 3px;
        margin-inline-start: 3px;
    }
}

.badge.badge-soft {
    background: rgba(16, 121, 128, 0.05);
    border-radius: 3px;
}

.top--selling .grid--card:not(:last-child) {
    margin-bottom: 5px;
}

.order-header-shadow {
    box-shadow: 0px 3px 3px rgba(51, 66, 87, 0.05);
}

.order-header-shadow h5 {
    font-size: calc(13px + 0.051vw) !important;
}

.order-header-shadow .fz-12px {
    font-size: 12px;
    text-transform: capitalize;
}

.fz-12px {
    font-size: 12px;
}

.rated--products a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5.11px 15px 5.2px 5px;
    background: #f8f9fb;
    border-radius: 5px;
}

.rated--products a:not(:last-child) {
    margin-bottom: 8px;
}

.rated--products a .rated-media {
    width: 0;
    flex-grow: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--title-clr);
}

.rated--products a .rated-media img {
    width: 49.12px;
    height: 49.12px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
}

.rated--products a .rated-media span {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

.rated--products a .rating {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #ff6d6d;
}

.line--limit-1,
.line--limit-2,
.line--limit-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.line--limit-1 {
    -webkit-line-clamp: 1;
}

.line--limit-2 {
    -webkit-line-clamp: 2;
}

.line--limit-3 {
    -webkit-line-clamp: 3;
}

.text-FF6D6D {
    color: #ff6d6d;
}

.__top-resturant {
    display: flex;
    flex-wrap: wrap;
    gap: 4.91px;
}

.__top-resturant a {
    display: block;
    width: calc(33.3333333333% - 3.3px);
    padding: 4.91px;
    background: #ffffff;
    box-shadow: 0px 4.91213px 9.82425px -2.94728px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 4.91px;
}

.__top-resturant a .info {
    font-weight: 700;
    font-size: 11.7891px;
    line-height: 16px;
    color: #ffffff;
    background: rgba(0, 97, 97, 0.8);
    border-radius: 0px 0px 4.91213px 4.91213px;
    padding: 4.91px;
    text-align: center;
    transition: all ease 0.3s;
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(110%);
}

.__top-resturant a img {
    width: 100%;
    height: 98.24px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4.91px;
}

.__top-resturant a:hover .info {
    transform: translateY(0);
}

.__top-resturant-card {
    padding: 16.7px 14.74px;
}

@media (min-width: 1200px) {
    .col--xl-8 {
        width: calc(100% - 310px) !important;
        max-width: calc(100% - 310px) !important;
        flex-basis: 100% !important;
    }

    .col--xl-4 {
        width: 310px !important;
        max-width: 310px !important;
    }
}

@media (min-width: 1650px) {
    .col--xl-8 {
        width: calc(100% - 400px) !important;
        max-width: calc(100% - 400px) !important;
        flex-basis: 100% !important;
    }

    .col--xl-4 {
        width: 400px !important;
        max-width: 400px !important;
    }
}

#grow-sale-chart {
    height: 292px;
}

/* #grow-sale-chart .apexcharts-area-series .apexcharts-area {
  stroke: #00bf79;
}
#grow-sale-chart .apexcharts-marker {
  fill: #00bf79;
}
#grow-sale-chart .apexcharts-tooltip-marker {
  background: #00bf79 !important;
} */
#grow-sale-chart *[stroke="#e0e0e0"] {
    stroke: #ffffff;
}

.__chart-label {
    white-space: nowrap;
}

.__chart-label .indicator {
    width: 12.14px;
    height: 12.14px;
    margin-top: 2px;
}

@media (max-width: 500px) {
    .__chart-label {
        font-size: 13px;
    }
}

.__gross-amount {
    color: #8a92a6;
    font-weight: 400;
    font-size: 14.9359px;
    line-height: 175%;
}

.__gross-amount h6 {
    font-weight: 500;
    font-size: 17.7363px;
    line-height: 175%;
    color: #232d42;
    margin: 0;
}

@media (max-width: 500px) {
    .__gross-amount {
        font-size: 12px;
    }

    .__gross-amount h6 {
        font-size: 15px;
    }
}

.__gap-12px {
    gap: 12px;
}

@media (min-width: 1300px) {
    .move-left-100 {
        transform: translateX(-100px);
    }

    [dir="rtl"] .move-left-100 {
        transform: translateX(100px);
    }
}

.apexcharts-legend-marker {
    margin: 0;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.__dashboard-card {
    position: relative;
    -webkit-padding-start: 41.38px;
    padding-inline-start: 41.38px;
}

.__dashboard-card .meter {
    width: 7px;
    height: calc(100% - 20px);
    bottom: 10px;
    display: block;
    position: absolute;
    background: #d1edf3;
    border-radius: 10px;
    inset-inline-start: 14px;
}

.__dashboard-card .meter span {
    bottom: 0;
    inset-inline-start: 0;
    border-radius: 4px;
    background: #16abcb;
    position: absolute;
    width: 100%;
}

.__dashboard-card.card--bg-2 .meter {
    background: #ffe7b7;
}

.__dashboard-card.card--bg-2 .meter span {
    background: #feb019;
}

.__dashboard-card.card--bg-3 .meter {
    background: #c9ede0;
}

.__dashboard-card.card--bg-3 .meter span {
    background: rgba(0, 170, 109, 0.5);
}

.__dashboard-card.card--bg-4 .meter {
    background: #ffdbdb;
}

.__dashboard-card.card--bg-4 .meter span {
    background: #ff6d6d;
}

.print--invoice {
    margin: 0 auto !important;
}

@media print {
    .print--invoice {
        margin: 0 !important;
    }
}

.border-none {
    border: none !important;
}

.border-none .statistics-btn-grp label span {
    padding: 0 3px !important;
    justify-content: left;
}

.status-filter-wrap {
    border: 1px solid var(--theme-primary);
    border-radius: 5px;
    padding: 3px;
    margin: 15px 0;
}

.status-filter-wrap .statistics-btn-grp {
    gap: 0;
}

.status-filter-wrap .statistics-btn-grp span {
    background: transparent;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: var(--theme-primary-text);
}

.flex-start {
    justify-content: flex-start !important;
}

@media (max-width: 500px) {
    .status-filter-wrap .statistics-btn-grp span {
        padding: 5px 12px;
        font-size: 11px;
    }
}

.__dashboard-card-2 {
    padding: 25px 20px 25.81px;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(58, 58, 58, 0.1);
    border-radius: 5px;
    text-align: center;
}

.__dashboard-card-2 img {
    margin-bottom: 12.21px;
    height: 36px;
    width: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.__dashboard-card-2 .name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    color: #334257;
}

.__dashboard-card-2 .count {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 5px;
    color: #334257;
}

.__dashboard-card-2 .subtxt {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #9d9d9d;
}

.text-3F8CE8 {
    color: #3f8ce8;
}

.text-FFA800 {
    color: #ffa800;
}

.text-success {
    color: #00aa6d;
}

.text-danger {
    color: #ff6d6d;
}

.__sidebar-hs-unfold .js-hs-unfold-invoker {
    background: var(--theme-primary-drop);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: block;
    padding: 10px 15px;
}

.__sidebar-hs-unfold .js-hs-unfold-invoker span {
    color: #393939;
}


.__sidebar-hs-unfold .right-dropdown-icon::before {
    border: 4px solid #334257;
    border-top-color: transparent;
    border-inline-start-color: transparent;
    transform: rotate(45deg);
    inset-inline-end: 2px;
    inset-inline-start: unset !important;
}

/* removed: .__sidebar-hs-unfold .dropdown-menu — dead context */

.__sidebar-hs-unfold {
    position: sticky;
    bottom: 0;
}

@media (min-width: 1200px) {
    .__nav-item .__nav-link.module--nav-icon {
        -webkit-margin-start: 10px !important;
        margin-inline-start: 10px !important;
    }
}

.__nav-item .__nav-link.module--nav-icon::before {
    display: none;
}

@media (max-width: 1399px) {
    .__nav-item .__nav-link.module--nav-icon {
        font-size: 12px;
    }

    .__nav-item .__nav-link.module--nav-icon svg:first-child,
    .__nav-item .__nav-link.module--nav-icon img:first-child {
        width: 35px;
    }
}

@media (max-width: 991px) {
    .__nav-item .__nav-link.module--nav-icon img,
    .__nav-item .__nav-link.module--nav-icon svg {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .__nav-item .__nav-link.module--nav-icon {
        padding: 0 8px !important;
    }

    .__nav-item .__nav-link.module--nav-icon img,
    .__nav-item .__nav-link.module--nav-icon svg {
        width: 18px;
    }
}

.w-0 {
    width: 0;
}

@media screen and (width < 991px) {
    .nav-msg-icon img {
        width: 24px;
    }
}

@media (max-width: 575px) {
    .max-sm-m-0 {
        margin: 0 !important;
    }
}

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

.__user-dashboard-card {
    padding: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 85, 85, 0.05);
    border-radius: 7.46793px;
    --theme-clr: #107980;
}

.__user-dashboard-card .__user-dashboard-card-thumbs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.__user-dashboard-card .__user-dashboard-card-thumbs img {
    width: 35px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}

.__user-dashboard-card .__user-dashboard-card-thumbs img:not(:first-child) {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
}

.__user-dashboard-card .__user-dashboard-card-thumbs img:nth-child(1) {
    z-index: 4;
}

.__user-dashboard-card .__user-dashboard-card-thumbs img:nth-child(2) {
    z-index: 3;
}

.__user-dashboard-card .__user-dashboard-card-thumbs img:nth-child(3) {
    z-index: 2;
}

.__user-dashboard-card .__user-dashboard-card-thumbs img:nth-child(4) {
    z-index: 1;
}

.__user-dashboard-card .__user-dashboard-card-thumbs img:nth-child(5) {
    z-index: 0;
}

.__user-dashboard-card .__user-dashboard-card-thumbs .more-icon {
    background: var(--theme-clr);
    width: 35px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    line-height: 33px;
    z-index: 5;
}

.__user-dashboard-card
    .__user-dashboard-card-thumbs
    .more-icon:not(:first-child) {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
}

.__user-dashboard-card .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: var(--theme-clr);
}

.__user-dashboard-card .subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #334257;
}

.__customer-satisfaction {
    background: #ffffff;
    box-shadow: 0px 10px 15px rgba(0, 85, 85, 0.05);
    border-radius: 7.46793px;
    padding: 15px 11px 10px;
}

.__customer-satisfaction .subtitle,
.__customer-satisfaction .review-count {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #334257;
    margin-bottom: 18px;
}

.__customer-satisfaction .review-count {
    font-weight: 700;
    margin-bottom: 5px;
}

.__customer-satisfaction .review-received {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #596779;
}

.__customer-review {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.__customer-review li {
    list-style: none;
    display: flex;
    background: #f8f9fb;
    border-radius: 5px;
    padding: 12px 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #596779;
}

.__customer-review li:not(:last-child) {
    margin-bottom: 13px;
}

.__customer-review li .review {
    width: 0;
    flex-grow: 1;
    --clr: #e7eaf3;
    display: flex;
    gap: 5px;
    align-items: center;
}

.__customer-review li .review i {
    text-align: center;
    width: 12px;
    color: var(--clr);
}

@media (min-width: 1550px) {
    .__customer-review li .review {
        gap: 7px;
    }
}

.__customer-review li .tag {
    width: 67px;
}

@media (max-width: 1350px) and (min-width: 992px) {
    .__customer-review li {
        font-size: 11px;
    }

    .__customer-review li .tag {
        width: 52px;
    }

    .__customer-review li .review {
        gap: 3px;
    }
}

@media (max-width: 374px) {
    .__customer-review li {
        font-size: 11px;
    }

    .__customer-review li .tag {
        width: 52px;
    }

    .__customer-review li .review {
        gap: 3px;
    }
}

@media (width < 992px) {
    .order-max-lg-1 {
        order: -1;
    }
}

.__customer-statistics-card {
    --clr: #008958;
    padding: 17px 15px;
    background: #ffffff;
    box-shadow: 0px 10px 15px rgba(0, 85, 85, 0.05);
    border-radius: 7.46793px;
    min-height: 101px;
}

.__customer-statistics-card .title {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.__customer-statistics-card .title h4 {
    margin: 0;
    color: var(--clr);
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
}

.__customer-statistics-card .subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #334257;
    margin: 0;
}

@media (992px < width < 1340px) {
    .__customer-statistics-card .subtitle {
        font-weight: 500;
        font-size: 12px;
    }
}

.gap__10 {
    margin: -5px !important;
}

.gap__10 > div {
    padding: 5px !important;
}

.map-warper.map-wrapper-2 {
    height: 305px;
    overflow: hidden;
    border-radius: 15px;
}

.sidebar-close-icon {
    padding: 10px 10px 0;
    display: inline-block;
}

.mb-n-5 {
    margin-bottom: -5px;
}

.text-A2C8C8 {
    color: #a2c8c8 !important;
}

.text-transform-unset {
    text-transform: unset !important;
}

/* .navbar-vertical-aside-has-menu > .nav-link-toggle::after {
    filter: brightness(5);
} */
.input-date {
    position: relative;
    margin: 0;
    display: block;
    cursor: pointer;
}

.input-date::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 50%;
    inset-inline-end: 20px;
    transform: translateY(-50%);
    background: url(./images/calendar.png) no-repeat center center/contain;
    z-index: 1;
}

.__card-1 {
    background: #f1f5f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 30px 25px;
}

.__card-1 .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #f39200;
}

.__card-1 .subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #334257;
}

.__card-1 .icon {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 14px;
}

.__card-3 {
    background: #f1f5f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 25px 25px 20px;
}

.__card-3 .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 5px;
}

.__card-3 .subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #334257;
    max-width: 142px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}

.__card-3 .icon {
    width: 85px;
    height: 85px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .__card-3 {
        padding: 25px 25px 20px;
    }

    .__card-3 .icon {
        width: 60px;
        height: 60px;
    }

    .__card-3 .title {
        font-size: 22px;
        line-height: 30px;
    }
}

.__card-3 .info-icon {
    position: absolute;
    inset-inline-end: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.__card-3 .info-icon img {
    width: 20px;
    margin: 0 !important;
    transform: translateY(0);
}

.__card-2 {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    padding: 30px 55px 28px 30px;
}

.__card-2 .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}

.__card-2 .subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #334257;
}

.__card-2 .card-icon {
    position: absolute;
    inset-inline-end: 15px;
    top: 15px;
    max-width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 1450px) {
    .__card-2 .card-icon {
        inset-inline-end: 20px;
        top: 25px;
    }
}

.__bg-1 {
    background: rgba(0, 224, 255, 0.1);
}

.__bg-1 .title {
    color: #006ab4;
}

.__bg-2 {
    background: #deefff;
}

.__bg-2 .title {
    color: #0097ff;
}

.__bg-3 {
    background: #defff3;
}

.__bg-3 .title {
    color: #008958;
}

.__bg-4 {
    background: #fff9db;
}

.__bg-4 .title {
    color: #a47000;
}

.__bg-5 {
    background: rgba(255, 117, 0, 0.05);
}

.__bg-5 .title {
    color: #ffa012;
}

.__bg-6 {
    background: rgba(255, 117, 0, 0.05);
}

.__bg-6 .title {
    color: #ff5a54;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-006AB4 {
    color: #006ab4;
}

.text-008958 {
    color: #008958;
}

.text-FF5A54 {
    color: #ff5a54;
}

.__card-vertical {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(110, 137, 175, 0.05);
    border-radius: 10px;
    padding: 22px 22px 14px;
}

.__card-vertical-img {
    display: flex;
    align-items: center;
}

.__card-vertical-img .img {
    width: 30px;
}

.__card-vertical-img .name {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
}

.__card-vertical-img .info-icon {
    display: inline-flex;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    opacity: 0.85;
    transform: translateY(2px);
}

.__card-vertical-img img {
    margin: 0;
}

.__card-vertical .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #334257;
    margin: 0;
}

.__card-vertical .earning {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
}

.__card-vertical .earning small {
    font-weight: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

@media (max-width: 575px) {
    .__card-vertical {
        padding: 15px;
    }

    .__card-vertical .__card-vertical-img .img {
        width: 20px;
    }

    .__card-vertical .__card-vertical-img .name {
        font-size: 14px;
        font-weight: 600;
        -webkit-padding-start: 10px;
        padding-inline-start: 10px;
    }

    .__card-vertical .earning {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1220px) {
    .__card-vertical {
        padding: 21px 15px;
    }

    .__card-vertical .__card-vertical-img .img {
        width: 20px;
    }

    .__card-vertical .__card-vertical-img .name {
        font-size: 14px;
        font-weight: 600;
        -webkit-padding-start: 10px;
        padding-inline-start: 10px;
    }

    .__card-vertical .earning {
        font-size: 16px;
    }
}

.text-00AA6D {
    color: #00aa6d;
}

.text-FF7500 {
    color: #ff7500;
}

.navbar-vertical-content .navbar-nav {
    min-height: calc(100vh - 3.5rem - 81px);
}

.__sidebar-hs-unfold {
    margin-top: auto;
}

/* #grow-sale-chart .apexcharts-area-series .apexcharts-area {
  stroke: #00bf79;
}
#grow-sale-chart .apexcharts-marker {
  fill: #00bf79;
}
#grow-sale-chart .apexcharts-tooltip-marker {
  background: #00bf79 !important;
} */
.__gap-5px {
    gap: 5px;
}

body > #printableArea {
    opacity: 0;
}

@media print {
    body > #printableArea {
        opacity: 1;
    }
}

[dir="rtl"] .select2-container {
    direction: rtl;
}

[dir="rtl"] .select2-dropdown--below {
    direction: ltr;
}

[dir="rtl"] .select2-dropdown--below * {
    direction: rtl;
}

[dir="rtl"] .select2-container--default .select2-results__option {
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
    -webkit-padding-end: 3rem;
    padding-inline-end: 3rem;
}

/* removed: [dir="rtl"] .close — dead RTL context */

[dir="rtl"] [class*="js-toggle-password-target"] .input-group-text {
    -webkit-padding-end: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
}

.direction-toggle {
    background: #35365e;
}

.direction-toggle {
    cursor: pointer;
}

.toggle-tour,
.direction-toggle {
    color: #ffffff;
    padding: 8px 0;
    -webkit-padding-end: 18px;
    padding-inline-end: 18px;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    position: fixed;
    top: 30%;
    border-radius: 5px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all ease 0.3s;
    white-space: nowrap;
    inset-inline-start: 100%;
    transform: translateX(calc(-100% + 3px));
}

.toggle-tour {
    top: 20%;
}

.toggle-tour:not(:hover),
.direction-toggle:not(:hover) {
    transform: translateX(-39px);
}

.toggle-tour i,
.direction-toggle i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: cogs 1s linear infinite;
}

@keyframes cogs {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

[dir="rtl"] .toggle-tour,
[dir="rtl"] .direction-toggle {
    transform: translateX(calc(100% - 3px));
}

[dir="rtl"] .toggle-tour:not(:hover),
[dir="rtl"] .direction-toggle:not(:hover) {
    transform: translateX(39px);
}

[dir="rtl"] .input-group .btn {
    border-radius: 5px 0 0 5px !important;
}

[dir="rtl"] .input-group .form-control:not(.js-toggle-password):first-child,
[dir="rtl"] .input-group .input-group-append:first-child,
[dir="rtl"] .input-group .input-group-first-child .input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

[dir="rtl"] .input-group .form-control:last-child,
[dir="rtl"] .input-group .input-group-append:last-child,
[dir="rtl"] .input-group .input-group-append:last-child .input-group-text {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

/* [dir="rtl"]
    .toggle-switch-sm
    .toggle-switch-input:checked
    + .toggle-switch-label
    .toggle-switch-indicator {
    transform: translate3d(-18px, 50%, 0) !important;
} */
[dir="rtl"] .custom-select {
    background-position-x: 7px;
}

/* removed: [dir="rtl"] .modal .close — dead RTL context */

[dir="rtl"] .right-dropdown-icon::before {
    transform: rotate(-45deg);
}

.chartjs-custom {
    direction: ltr;
}

.apexcharts-yaxis {
    direction: ltr;
}

body > .initial-38-1 {
    opacity: 0;
}

@media print {
    body > .initial-38-1 {
        opacity: 1;
    }
}

.inline_product {
    overflow: hidden;
}

.iti__country {
    display: flex;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    inset-inline-start: 0;
    inset-inline-end: unset !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    -webkit-padding-end: 6px !important;
    padding-inline-end: 6px !important;
    -webkit-padding-start: 93px !important;
    padding-inline-start: 93px !important;
}

#navbarSettings .nav-item .nav-link {
    display: flex;
}

.shadow--order-card .row {
    gap: 5px;
}

.shadow--order-card {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 10px 15px rgba(0, 85, 85, 0.05);
    border-radius: 7.46793px;
}

.__customer-statistics-card-wrap-2 .__customer-statistics-card {
    padding: 23px 22px 31px;
}

.iti--container {
    direction: ltr;
}

@media (min-width: 1240px) {
    [dir="rtl"] .iti__country {
        direction: rtl;
    }
}

[dir="rtl"] .iti-mobile .iti--container .iti__country {
    direction: rtl;
}

@media print {
    .direction-toggle {
        display: none;
    }
}

.__login-badge {
    position: absolute;
    inset-inline-end: 25px;
    top: 25px;
}

.input-group-merge .input-group-append .input-group-text:last-child {
    padding: 0 0.875rem;
}

.js-toggle-password.form-control,
.auth-wrapper-form .input-group .form-control.form-control-lg {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}


[dir="rtl"] .input---group .input-group-prepend {
    border-radius: 0 5px 5px 0;
}

.popover-navigation {
    display: flex;
    gap: 7px;
}

.popover-navigation .btn-group {
    gap: 7px;
}

.popover-navigation .btn.btn-secondary {
    background: #000;
    color: white;
}

.popover-navigation .btn.btn-secondary.disabled {
    opacity: 0.9;
    color: white;
}

.popover-navigation .btn {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 5px 12px 6px;
}

.popover-navigation .btn[data-role="next"] {
    background: #005555;
}

.popover-navigation .btn[data-role="end"] {
    color: #54c0ff;
    background: transparent;
    order: -1;
}

.popover-header {
    color: #000000;
}

.card-header label.badge {
    margin: 0;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: 4px;
    margin-inline-start: 4px;
}

.size-8px {
    height: 8px;
    width: 8px;
    top: 0px;
    inset-inline-end: -11px;
}

.overflow-visible {
    overflow: visible !important;
}

.map-pop-deliveryman {
    background: #ffffff;
    box-shadow: 0px 6px 16px rgba(51, 66, 87, 0.1);
    border-radius: 5px;
    z-index: 9;
    padding: 6px 15px;
    margin-bottom: 10px;
}

.map-pop-deliveryman .form-control {
    height: 35px;
    padding-left: 35px;
}

.map-pop-deliveryman-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

@media (min-width: 1200px) {
    .map-pop-deliveryman .map-pop-deliveryman-inner {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}

.map-pop-deliveryman i {
    position: absolute;
    line-height: 35px;
    left: 12px;
}

.map-pop-deliveryman label {
    font-weight: 600;
    margin: 0;
    color: var(--title-clr);
}

.map-pop-deliveryman a {
    color: var(--info-clr);
    text-transform: capitalize;
}

.__map-wrapper-2 {
    position: relative;
}

.__map-wrapper-2 .map-wrapper-2 {
    min-height: 305px;
}

@media (min-width: 992px) and (max-width: 1340px) {
    .map-pop-deliveryman-inner {
        flex-wrap: nowrap;
        font-size: 12px;
    }

    .map-pop-deliveryman .form-control {
        width: 190px;
    }
}

@media (min-width: 768px) {
    .__map-wrapper-2 .map-wrapper-2 {
        min-height: 375px;
    }

    .__map-wrapper-2 .gm-fullscreen-control {
        top: 188px !important;
    }

    .__map-wrapper-2 .gmnoprint {
        top: 40px !important;
    }

    .map-pop-deliveryman {
        position: absolute;
        right: 8px;
        top: 8px;
        width: calc(100% - 16px);
    }
}

.tour-tour-1-element {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.tour-tour-4-element {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.sidebar--search-form {
    background-color: #fbfdfc;
    position: sticky;
    top: 0;
    z-index: 9;
}

.word-nobreak {
    white-space: nowrap;
}

.initial--23 .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.__custom-upload-img {
    display: block;
    margin: 0;
}

.__custom-upload-img input {
    display: none;
}

.__custom-upload-img center img {
    height: 100px;
    border-radius: 5px;
    border: 2px dashed #e5e5e5;
    cursor: pointer;
}

.navbar-nav .dropdown-menu.lang-menu {
    position: absolute;
}

@media (max-width: 575px) {
    .navbar-nav .dropdown-menu.lang-menu {
        left: unset;
        right: 0;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .js-navbar-vertical-aside-toggle-invoker {
        margin-right: 0 !important;
    }
}

.bs-popover-auto[x-placement^="left"] {
    inset-inline-end: auto !important;
}

.bs-popover-auto[x-placement^="right"] {
    inset-inline-start: auto !important;
}

[dir="rtl"] .bs-popover-left .arrow {
    direction: ltr;
}

[dir="rtl"] .bs-popover-right .arrow {
    direction: ltr;
}

.forget-pass-content {
    text-align: center;
}

.forget-pass-content .btn--primary {
    background: #039d55;
}

.forget-pass-content {
    max-width: 355px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.forget-pass-content button {
    max-width: 300px;
    margin-inline: auto;
}

.forget-pass-content img {
    margin-bottom: 15px;
}

.otp-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.__gap-15px {
    gap: 15px;
}

.otp-field {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid rgba(181, 181, 181, 0.5);
    box-shadow: 0px 3px 10px rgba(31, 39, 29, 0.05);
    border-radius: 5px;
    text-align: center;
}

.otp-field:focus {
    color: var(--base-clr);
}

.otp-card strong {
    color: #000000;
}

.otp-card .btn--primary {
    margin: 30px 0 20px;
}

.reset-password {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.auth-wrapper-right .reset-password .btn--primary,
.auth-wrapper-right .otp-card .btn--primary {
    font-size: 16px;
    font-weight: 400;
}

.capcha-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.capcha-spin:not(.active) {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.nav--tabs.nav--pills .nav-item .nav-link {
    padding: 6px 17px;
    border: none !important;
    min-height: 35px;
    border-radius: 60px !important;
    font-weight: 400;
}

.nav--tabs.nav--pills .nav-item .nav-link.active {
    font-weight: 600;
    background: var(--primary-clr) !important;
    color: #ffffff !important;
}

.blinkings {
    position: relative;
    display: inline-flex;
    font-size: 16px;
    color: var(--primary);
    position: relative;
}

.blinkings::after,
.blinkings::before {
    content: "";
    background: rgba(0, 97, 97, 0.2) !important;
    border-radius: 50%;
    position: absolute;
    width: 28px;
    height: 28px;
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.blinkings:not(.open-shadow)::before,
.blinkings:not(.open-shadow)::after {
    display: none;
}

.blinkings i {
    display: inline-flex;
}

.blinkings::before {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.blinkings .business-notes {
    position: absolute;
    inset-inline-end: -5px;
    top: calc(100% + 16px);
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    z-index: 99999;
    color: var(--title-clr);
    width: 85vw;
    max-width: 379px;
    background: #f5feff;
    border: 1px solid rgba(0, 97, 97, 0.4);
    box-shadow: 0px 5px 15px -3px rgba(0, 97, 97, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.blinkings .business-notes::before {
    content: "";
    position: absolute;
    inset-inline-end: 6px;
    bottom: 100%;
    background: #93bfc0;
    width: 20px;
    height: 15px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.blinkings .business-notes ul {
    margin: 0;
    padding: 0;
}
.blinkings .business-notes li {
    list-style: none;
}
.blinkings .business-notes li:before {
    content: "\2713";
}
.blinkings .business-notes h6 {
    font-size: 15px;
    color: var(--primary);
}

.blinkings:not(.active):not(:hover) .business-notes {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transform-origin: start end;
}

@media (min-width: 992px) {
    .blinkings.lg-top .business-notes {
        top: unset;
        bottom: calc(100% + 16px);
    }

    .blinkings.lg-top .business-notes::before {
        right: 6px;
        top: 100%;
        bottom: unset;
        -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }
}

@keyframes blink {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.5;
    }
}


.form-label {
    font-weight: 500;
}

.h--90px {
    height: 90px !important;
}

.height-285px {
    height: 285px !important;
}

.form-control {
    border-color: #e7eaf3;
}

.form--check .form-check-input[type="radio"]:checked,
.toggle-switch-input:checked + .toggle-switch-label {
    background-color: var(--theme-primary);
}

.hs-nav-scroller-horizontal {
    max-width: 100%;
}

.w-90px {
    width: 90px;
}

.popover:not(.tour-tour) {
    background: #fff4f4;
    border: 1px solid rgba(255, 109, 109, 0.4);
    box-shadow: 0px 5px 15px -3px rgba(255, 78, 78, 0.2);
    border-radius: 10px;
}

.popover:not(.tour-tour) .popover-header {
    color: rgb(255, 109, 109);
    background: #fff4f4;
}

.form-check-input.rounded {
    border-radius: 1.5px !important;
}

.warning-modal h5,
.status-warning-modal h5 {
    font-family: "Roboto", sans-serif;
}

.status-warning-modal {
    max-width: 436px !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #a0a0a0;
}

.status-warning-modal h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}

.btn--cancel {
    color: #ff6d6d !important;
    background: #ffdcdc !important;
    border-radius: 5px;
    height: 45px;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.text--primary-2 {
    color: var(--primary);
}

.modal {
    background: rgba(0, 0, 0, 0.4);
}

.__popover {
    position: absolute;
    min-width: 276px;
    inset-inline-end: calc(100% + 22px) !important;
    inset-inline-start: unset !important;
    transform: translateX(15px) translateY(-50%);
    transition: all ease 0.3s;
    top: 50%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

.__popover .arrow {
    position: absolute;
    top: 50%;
    inset-inline-start: 100%;
    width: 22px;
    transform: translateY(-50%);
    height: 22px;
    margin: 0;
    background: #ffb1b1;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.popover-wrapper {
    position: relative;
}

.popover-wrapper:hover .__popover,
.popover-wrapper.active .__popover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}

.popover-wrapper > a:focus ~ .__popover,
.popover-wrapper button:focus ~ .__popover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}

.how-it-works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.how-it-works .item {
    width: calc(33.3333333333% - 12px);
    flex-grow: 1;
    font-size: 12px;
    position: relative;
}

.how-it-works .item h5 {
    font-size: 12px;
    margin-bottom: 6px;
}

.how-it-works .item img {
    height: 50px;
    margin-bottom: 12px;
}

.how-it-works .item::before {
    content: "";
    position: absolute;
    left: 65px;
    background: rgba(158, 173, 193, 0.3);
    width: calc(100% - 80px);
    top: 78px;
    height: 1px;
}

.how-it-works .item .serial {
    background: rgba(0, 159, 170, 0.05);
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    color: #107980;
    width: 34px;
    text-align: center;
    margin: 0 10px 15px;
}

.how-it-works .item:last-child {
    max-width: 144px;
}

.how-it-works .item:last-child::before {
    display: none;
}

@media (max-width: 991px) {
    .how-it-works {
        gap: 10px;
        justify-content: center;
    }

    .how-it-works .item {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .how-it-works .item::before {
        display: none;
    }

    .how-it-works .item .serial {
        margin-inline: auto;
    }
}

.__bg-F8F9FC-card {
    background: #f8f9fc;
    border-radius: 10px;
    padding: 15px;
}

@media (min-width: 1450px) {
    .__bg-F8F9FC-card {
        padding: 20px;
    }
}

.single-item-slider {
    color: var(--title-clr);
}

.single-item-slider img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 80px;
}

.single-item-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    transform: translateY(35px);
}

.single-item-slider .owl-dots .owl-dot {
    width: 8px;
    height: 6px;
    background: rgba(0, 159, 170, 0.39);
    border-radius: 8.35714px;
    transition: all ease 0.3s;
}

.single-item-slider .owl-dots .owl-dot.active {
    background: var(--primary);
    width: 12px;
}

.slide-counter {
    text-align: center;
    padding: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    background: #107980;
    border-radius: 5px;
    color: #fff;
}

.customer-list.new-msg {
    margin: 12px;
    background: rgba(0, 159, 170, 0.05);
    border: 1px solid rgba(0, 134, 143, 0.4) !important;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .customer-list.new-msg {
        margin: 20px;
    }
}

.max-w-640 {
    max-width: 640px;
}

.btn-items * {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.btn-items a {
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 28px;
}

.btn-items a img {
    width: 28px;
    margin: 0;
}

.btn-items button {
    aspect-ratio: 1;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 28px;
}

.btn-items button img {
    width: 28px;
    margin: 0;
}

.btn-items {
    position: absolute;
    right: 5.86px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    transition: all ease 0.3s;
    bottom: 28px;
}

.folder-btn-item {
    position: relative;
}

.folder-btn-item button {
    box-shadow: none !important;
}

.folder-btn-item:not(:hover) .btn-items {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
}

.gallery-modal-header {
    background: #4153b3;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 13px;
    gap: 5px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 11px;
    line-height: 1.5;
}

.gallery-modal-header a {
    color: #fff;
}

.right-top-close-icon {
    position: absolute;
    right: -22px;
    top: -22px;
    background-color: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.pt-0 {
    padding-top: 0 !important;
}

.card-header-shadow {
    border: none;
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2),
        0px 6px 12px -4px rgba(145, 158, 171, 0.05);
}

.digital_payment_methods strong {
    font-weight: 700;
}

.digital_payment_methods {
    position: relative;
}

.digital_payment_methods.inactive {
    opacity: 0.6;
}

.digital_payment_methods.inactive::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 99;
}

.trx_top {
    transform: translateY(-15px);
    z-index: 999;
}

.alert--primary {
    background: transparent !important;
    border: 1px solid rgba(16, 121, 128, 0.2);
    -webkit-border-start: 4px solid var(--primary);
    border-inline-start: 4px solid var(--primary);
    border-radius: 0 5px 5px 0;
    color: var(--title-clr);
    padding-top: 22px;
    padding-bottom: 25px;
}

.alert--primary .alert--icon {
    font-size: 22px;
    color: var(--primary);
    line-height: 1;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.btn-right-fixed {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text--underline {
    text-decoration: underline;
}

.list-gap-5 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.min-h-60vh {
    min-height: 60vh;
}

.mw-353px {
    max-width: 353px;
}

.mw-353px .btn-wrap {
    max-width: 300px;
    margin-inline: auto;
}

.mw-300px {
    max-width: 300px;
}

.disable-on-turn-of.inactive {
    position: relative;
    opacity: 0.4;
}

.disable-on-turn-of.inactive::before {
    content: "";
    z-index: 2;
    inset: 0;
    position: absolute;
}

.row-gap-1 {
    row-gap: 10px;
}

.gap-2 {
    gap: 10px;
}

.card-header .nav-tabs .nav-item .nav-link:not(.active) {
    font-weight: 400 !important;
    color: #9eadc1 !important;
}

.card-header .nav-tabs .nav-item .nav-link:not(.active) img {
    filter: grayscale(1);
}

.upload-btn-grp {
    display: flex;
    gap: 4px;
    position: absolute;
    bottom: 14px;
    right: 110px;
}

.upload__img-wrap {
    position: absolute;
    bottom: 14px;
    left: 14px;
    display: flex;
    gap: 10px;
}

.upload__img-box {
    width: 43px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 5px;
}

.conv-dropdown-menu {
    inset-inline-start: auto !important;
    inset-inline-end: 17px !important;
    inset-block-start: calc(100% - 30px) !important;
    transform: translate(0) !important;
    padding: 0 5px;
    min-width: 200px;
}

.conv-dropdown-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9eadc1;
    display: block;
    padding: 12px 15px;
}

.conv-dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.conv-txtarea .conv-txtarea-row:after,
.conv-txtarea .conv-txtarea-row:before {
    content: " ";
    display: table;
    clear: both;
}

.conv-txtarea .span6 {
    float: left;
    width: 48%;
    padding: 1%;
}

.conv-txtarea .emojionearea-standalone {
    float: right;
}

.conv-txtarea .divOutside {
    height: 20px;
    width: 20px;
    background-position: -1px -26px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=);
}

.conv-txtarea .emojionearea-button {
    opacity: 1 !important;
}

.conv-txtarea .form-control {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.emojionearea .emojionearea-editor {
    min-height: 0;
    max-height: unset;
    height: 118px;
}

.emoji-icon-hidden {
    opacity: 0;
}

.emojionearea .emojionearea-button {
    right: 120px;
    top: 69px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: -201px !important;
}

.emojionearea
    .emojionearea-picker.emojionearea-picker-position-top
    .emojionearea-wrapper:after {
    right: 137px !important;
}

#file-upload-filename {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-width: 260px;
    background: #fff;
    background: #fff;
    padding: 0 15px 18px;
}

@media (max-width: 575px) {
    #file-upload-filename {
        padding-bottom: 45px;
        max-width: 160px;
    }
}

.tab--content .item:not(.show) {
    display: none !important;
}

.max-349 {
    max-width: 349px;
}

.toggle-switch {
    font-weight: 500;
}

.upload-img-3 {
    cursor: pointer;
}

.upload-img-3 img {
    width: 100%;
    max-width: 245px;
    aspect-ratio: 245/140;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}

.upload-img-3 img.vertical-img {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: unset;
}

.upload-img-3 img.vertical-img {
    object-fit: cover;
    aspect-ratio: 756/189;
}

.upload-img-3 .img {
    overflow: hidden;
}

.upload-img-3 .img.vertical-img {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: unset;
    height: 140px;
    width: 100%;
}

.card-table td,
.card-table th {
    padding-inline: 1rem;
}

.avatar {
    -o-object-fit: cover;
    object-fit: cover;
}

/* Avatar size variants (previously from Bootstrap theme) */
.avatar-xss {
    width: 20px;
    height: 20px;
}

.avatar-sm {
    width: 32px;
    height: 32px;
}

.avatar-md {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.avatar-xl {
    width: 72px;
    height: 72px;
}

.avatar-xxl {
    width: 120px;
    height: 120px;
}

.avatar-circle {
    border-radius: 50%;
}

.avatar-4by3 {
    border-radius: 6px;
}

.avatar img,
.avatar-circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.__size-105 {
    width: 105px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gap-40px {
    gap: 20px;
}

@media (min-width: 768px) {
    .gap-40px {
        gap: 40px;
    }
}

@media (min-width: 992px) {
    .min-w-187px {
        min-width: 187px;
    }
}

.min-w-135px {
    min-width: 135px !important;
    max-width: 135px !important;
}

.max-w-187px {
    max-width: 187px !important;
}

.h92px {
    height: 92px !important;
}

.card > .flex-auto > .flex {
    position: relative;
    z-index: 1;
}

.email-format-wrapper * {
    white-space: initial;
    word-break: break-word;
}

.email-format-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    --base: #19628e;
}

.email-format-wrapper .left-content {
    width: 100%;
    max-width: 464px;
}

.email-format-wrapper .left-content h1,
.email-format-wrapper .left-content h2,
.email-format-wrapper .left-content h3,
.email-format-wrapper .left-content h4,
.email-format-wrapper .left-content h5,
.email-format-wrapper .left-content h6 {
    color: #000000;
}

.email-format-wrapper .right-content {
    width: 0;
    flex-grow: 1;
}

.email-format-wrapper h1,
.email-format-wrapper h2,
.email-format-wrapper h3,
.email-format-wrapper h4,
.email-format-wrapper h5,
.email-format-wrapper h6 {
    color: #5b6777;
    margin: 0;
}

.email-format-wrapper .form-label {
    color: #5b6777;
}

.email-format-wrapper .main-table {
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    padding: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 11.5207px;
    line-height: 21px;
    color: #737883;
}

.email-format-wrapper img {
    max-width: 100%;
}

.email-format-wrapper .cmn-btn {
    background: var(--base);
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
}

.email-format-wrapper .mb-1 {
    margin-bottom: 5px !important;
}

.email-format-wrapper .mb-2 {
    margin-bottom: 10px !important;
}

.email-format-wrapper .mb-3 {
    margin-bottom: 15px !important;
}

.email-format-wrapper .mb-4 {
    margin-bottom: 20px !important;
}

.email-format-wrapper .mb-5 {
    margin-bottom: 25px !important;
}

.email-format-wrapper hr {
    border-color: rgba(0, 170, 109, 0.3);
    margin: 16px 0 !important;
}

.email-format-wrapper .border-top {
    border-top: 1px solid rgba(0, 170, 109, 0.3);
    padding: 15px 0 10px !important;
    display: block;
}

.email-format-wrapper .d-block {
    display: block;
}

.email-format-wrapper .privacy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.email-format-wrapper .privacy a {
    text-decoration: none;
    color: #334257;
    position: relative;
}

.email-format-wrapper .privacy a:not(:first-child) .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #334257;
    display: inline-block;
    margin: 0 7px;
}

.email-format-wrapper .social {
    margin: 15px 0 8px;
    display: block;
}

.email-format-wrapper .social img {
    width: 24px;
}

.email-format-wrapper .copyright {
    text-align: center;
    display: block;
}

.email-format-wrapper .text-center {
    text-align: center;
}

.email-format-wrapper .text-base {
    color: var(--base);
    font-weight: 700;
}

.email-format-wrapper .font-medium {
    font-family: 500;
}

.email-format-wrapper .font-bold {
    font-family: 700;
}

.email-format-wrapper a {
    text-decoration: none;
}

.email-format-wrapper .bg-section {
    background: #e3f5f1;
}

.email-format-wrapper .p-10 {
    padding: 10px !important;
}

.email-format-wrapper .mt-0 {
    margin-top: 0;
}

.email-format-wrapper .w-100 {
    width: 100%;
}

.email-format-wrapper .order-table {
    padding: 10px;
    background: #fff;
}

.email-format-wrapper .order-table tr td {
    vertical-align: top;
}

.email-format-wrapper .order-table .subtitle {
    margin: 0;
    margin-bottom: 10px !important;
}

.email-format-wrapper .text-left {
    text-align: left;
}

.email-format-wrapper .text-right {
    text-align: right;
}

.email-format-wrapper .bg-section-2 {
    background: #f8f9fb;
}

.email-format-wrapper .p-1 {
    padding: 5px !important;
}

.email-format-wrapper .p-2 {
    padding: 10px !important;
}

.email-format-wrapper .px-3 {
    padding-inline: 15px !important;
}

.email-format-wrapper .mb-0 {
    margin-bottom: 0 !important;
}

.email-format-wrapper .m-0 {
    margin: 0 !important;
}

.email-format-wrapper .text-base {
    color: var(--base);
    font-weight: 700;
}

.email-format-wrapper .cke_bottom {
    display: none;
}

.cke_top {
    border-radius: 5px 5px 0 0;
}

.cke,
.cke_inner {
    border-radius: 5px;
}

.cke_contents {
    border-radius: 0 0 5px 5px;
}

.page-links-checkgrp {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.page-links-checkgrp li {
    list-style: none;
}

.chat-user-info-content .badge {
    position: absolute;
    right: 16px;
    top: 60px;
}

.object--cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.border--dashed {
    border-style: dashed;
    border-width: 2px;
}
.datepicker.border-none input,
.border-none {
    border: none !important;
}
.shadow--card-2 {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 5px 15px rgba(51, 66, 87, 0.08);
    border-radius: 5px;
    height: 100%;
}

@media (max-width: 575px) {
    .shadow--card-2 .card-header {
        padding-inline: 15px;
    }

    .shadow--card-2 .card-body {
        padding: 15px;
    }
}

.btn-danger {
    background-color: #ff3a3a;
    border-color: #ff3a3a;
}

.floating-date-toggler {
    position: absolute;
    inset: 0;
}

.floating--date {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all ease 0.3s;
}

.floating--date .floating--date-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    -moz-column-gap: 22px;
    column-gap: 22px;
    row-gap: 12px;
}

.floating--date .floating--date-inner .item {
    width: 100px;
    flex-grow: 1;
}

.floating--date .floating--date-inner .item.smaller {
    flex-grow: 0;
    width: 85px;
}

.floating--date:not(.active) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}

.offcanvas {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.offcanvas:not(.active) {
    visibility: hidden;
}

@media (min-width: 1200px) {
    .offcanvas {
        left: 256px;
    }
}

.upload-image-5 {
    display: block;
    max-width: 845px;
}

.upload-image-5 img {
    width: 100%;
    max-width: 100%;
    height: 170px;
    aspect-ratio: 1200/250;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.border-9EADC1 {
    border-color: #9eadc1;
}

.border-1px {
    border-width: 1px !important;
}

.word-break {
    white-space: pre-line;
}

@media (min-width: 992px) {
    .min-w-187px {
        min-width: 187px;
    }
}

.img__aspect-1 {
    aspect-ratio: 1 !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.max-w-555px {
    max-width: 555px !important;
}

.img__aspect-unset {
    aspect-ratio: unset !important;
}

.card .btn--container .btn:not(.action-btn) {
    min-width: 120px;
}

.min-width-170px {
    min-width: 170px;
}

.min-height-170px {
    min-height: 170px;
}

.min-w-100px {
    min-width: 100px;
}

.__new-coba .file_upload {
    align-items: flex-start !important;
}

.__new-coba .file_upload img {
    margin: 0 !important;
}

.mail-img-1 {
    width: 140px;
    height: 60px;
    object-fit: contain;
}

.mail-img-2 {
    width: 130px;
    height: 45px;
    object-fit: contain;
}

.mail-img-3 {
    width: 100%;
    height: 172px;
    object-fit: cover;
}

.__gap-24px {
    gap: 24px;
}

.__choos-item {
    width: 100%;
    flex-grow: 1;
    max-width: 300px;
}

@media (min-width: 768px) {
    .__choos-item {
        max-width: 33vw;
    }
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.bootstrap-tagsinput .tag {
    background: rgba(0, 159, 170, 0.15) !important;
    border-radius: 5px !important;
    color: #1f1f1f !important;
}

.__bg-7 th {
    background: rgba(0, 159, 170, 0.1) !important;
    border: 1px solid rgba(16, 121, 128, 0.1);
}

.max-w-100px {
    max-width: 100px !important;
}

.spartan_item_wrapper.max-w-100px {
    border-radius: 5px;
    overflow: hidden;
}

.spartan_item_wrapper {
    position: relative;
}

.remove_image_button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 22px;
}

/* scrollable-modal-dialog sizing now handled in the drawer block below */

/* removed: #instruction-modal, #email-modal, #food-modal, #attribute-modal — dead modal contexts */

.toggle-tour {
    background: #fff;
    color: #19628e;
    box-shadow: 0px 0px 20px rgba(71, 71, 71, 0.1);
    border-radius: 10px 0px 0px 10px;
    padding: 8px;
    gap: 12px;
}

.gap-10px {
    gap: 8px;
}

.toggle-tour > a,
.toggle-tour > div {
    cursor: pointer;
    padding: 12px;
}

.toggle-tour > a:hover {
    padding: 12px;
    background: #e5f9fb;
    border-radius: 5px;
}

.toggle-tour > div:hover {
    padding: 12px;
    background: #e5f9fb;
    border-radius: 5px;
}

.inputDnD .form-control-file {
    position: relative;
    inline-size: 100%;
    block-size: 100%;
    min-block-size: 8rem;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    inset-inline-start: 0;
    inline-size: 100%;
    min-block-size: 100%;
    line-height: 2em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 1px dashed currentColor;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.inputDnD .form-control-file:hover:before {
    border-style: solid;
}

.img-fit {
    inline-size: 100%;
    block-size: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.radius-10 {
    border-radius: 10px !important;
}

.checkbox-color-primary {
    color: #005555 !important;
}

.d--none {
    display: none;
}

.ripple-animation {
    line-height: 1;
    box-shadow: 0 0 0px 0px rgba(2, 134, 255, 0.3);
    cursor: pointer;
    border-radius: 50%;
    transition: 250ms color;
    animation-name: wave;
    animation-duration: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(2, 134, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0px 10px rgba(2, 134, 255, 0);
    }
}

.mb-30 {
    -webkit-margin-after: 1.25rem;
    margin-block-end: 1.25rem;
}

.gap-4 {
    gap: 1.5rem !important;
}

@media screen and (min-width: 576px) {
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important;
    }
}

.navbar-fixed {
    z-index: 1050;
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    background-color: #fff;
    border-bottom: 1px solid #e7eaf3;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.1);
}
.modal {
    z-index: 1060;
}
.__input-tab:not(.active) {
    display: none;
}

.max-w-487 {
    max-width: 487px;
}

.instructions-list {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.instructions-info,
.instructions-list li {
    color: #334257;
    font-size: 14px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 500;
}

.max-w-842 {
    max-width: 842px !important;
}

.max-w-595 {
    max-width: 595px !important;
}

.text-underline {
    text-decoration: underline;
}

.reject-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 0.3125rem 0.3125rem;
    border: 1px solid rgba(243, 71, 112, 0.3);
    background: rgba(243, 71, 112, 0.9);
    color: #ffffff;
    padding: 10px;
}

.pending-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 0.3125rem 0.3125rem;
    border: 1px solid rgba(41, 180, 197, 0.3);
    background: rgba(41, 180, 197, 0.9);
    color: #ffffff;
    padding: 10px;
}

.__upload-img {
    border-radius: 10px;
    border: 2px dashed #e5e5e5;
    max-height: 249px;
    max-width: 100%;
    display: flex !important;
}

.__upload-img .img {
    width: 100%;
    height: 100%;
    margin-inline: auto;
    overflow: hidden;
}

.__upload-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.aspect-1-1 {
    aspect-ratio: 1/1;
}

.aspect-235-375 {
    aspect-ratio: 235/375;
}

.aspect-230-600 {
    aspect-ratio: 230/600;
}

.aspect-615-350 {
    aspect-ratio: 615/350;
}

.aspect-2-1 {
    aspect-ratio: 2/1;
}

.aspect-3-1 {
    aspect-ratio: 3/1;
}

.aspect-3-4 {
    aspect-ratio: 3/4;
}

.aspect-4-1 {
    aspect-ratio: 4/1;
}

.aspect-5-1 {
    aspect-ratio: 5/1;
}

.aspect-6-1 {
    aspect-ratio: 6/1;
}

.aspect-7-1 {
    aspect-ratio: 7/1;
}

.aspect-1-2 {
    aspect-ratio: 1/2;
}

.aspect-1-3 {
    aspect-ratio: 1/3;
}

.aspect-1-4 {
    aspect-ratio: 1/4;
}

.aspect-1-5 {
    aspect-ratio: 1/5;
}

.aspect-1-6 {
    aspect-ratio: 1/6;
}

.aspect-1-7 {
    aspect-ratio: 1/7;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-5 {
    gap: 3rem;
}

.fs-13 {
    font-size: 13px;
}

.fs-10 {
    font-size: 10px;
}

.select-product-item {
    flex: 1 0 48%;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px;
    transition: all 300ms ease-in-out;
}

.select-product-item.selected,
.select-product-item:hover {
    background-color: #f5f5f5;
}

.column-gap-4 {
    column-gap: 1.5rem;
}

.row-gap-2 {
    row-gap: 0.5rem;
}

.custom-width {
    --width: 14ch;
    width: var(--width);
}

.min-width-720 {
    min-width: 720px;
}

#search-form .col-11 {
    width: 0 !important;
    max-width: auto !important;
    flex: unset !important;
    flex-grow: 1 !important;
}

#search-form .col-1 {
    width: unset !important;
    max-width: unset !important;
    flex-grow: 0 !important;
}

#search-form .col-1 .btn--primary {
    height: 100%;
}

/* body{
    word-break: break-all !important;
    word-wrap: break-word !important;
} */

/* Disburstment CSS */
.disbursement-report {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .disbursement-report {
        justify-content: space-evenly;
    }
}

.disbursement-report .rebursement-item {
    width: calc(33% - 12px);
    border-radius: 5px;
    background: #fff;
    box-shadow: 6px 6px 12px -3px rgba(51, 66, 87, 0.05);
}

.disbursement-report .rebursement-item .icon {
    width: 65px;
    height: 65px;
}

.disbursement-report .rebursement-item .subtitle {
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .disbursement-report .rebursement-item {
        width: calc(50% - 8px);
        border: 1px solid #f0f0f0;
    }

    .disbursement-report .rebursement-item .icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 424px) {
    .disbursement-report .rebursement-item {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .btn-xl-inline-block {
        width: 120px;
    }
}

.form-check-input {
    cursor: pointer;
}

.mb-14 {
    margin-bottom: 24px;
}

.payment-modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    cursor: pointer;
}

.payment-modal-close i::before {
    font-size: 30px;
}

.mx-450 {
    max-width: 450px;
}

.mx-260 {
    max-width: 260px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .modal-dialog {
        max-width: 720px;
    }
}

.payment-info-modal-info {
    row-gap: 40px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.payment-info-modal-info .item {
    width: 280px;
    flex-grow: 1;
}

.payment-info-modal-info .item h5 {
    font-size: 18px;
}

.payment-info-modal-info .item .item-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}

.payment-info-modal-info .item .item-list li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 360px;
}

.payment-info-modal-info .item .item-list li strong {
    margin-left: auto;
    color: var(--title-clr);
    font-weight: 600;
    padding-left: 10px;
}

@media screen and (min-width: 576px) {
    .payment-info-modal-info .item .item-list li strong {
        width: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .payment-info-modal-info .item .item-list li strong {
        width: 215px;
    }
}

.payment-info-modal-info .item .item-list li .name {
    padding-right: 10px;
}

@media screen and (min-width: 576px) {
    .payment-info-modal-info .item .item-list li .name {
        width: 130px;
    }
}

@media screen and (min-width: 576px) {
    .payment-info-modal-info .item.w-100 .item-list li {
        width: 50%;
    }

    .payment-info-modal-info .item.w-100 .item-list li:nth-child(even) {
        margin-inline: auto;
    }
}

.btn.text-title {
    color: var(--title-clr) !important;
}

/*# sourceMappingURL=style.css.map */

.__alert-2 {
    border-radius: 4px;
    background: #fff1f1 !important;
    display: flex;
    align-items: center;
    flex-grow: 1;
    white-space: initial;
    word-wrap: break-word;
    position: fixed;
    top: 4px;
    left: 292px;
    width: calc(100vw - 518px);
    z-index: 99;
}

@media screen and (max-width: 991px) {
    .__alert-2 {
        left: 10vw;
        width: 80vw;
        bottom: 20px;
        top: unset;
    }
}

.__alert-2 .cont {
    width: 0;
    flex-grow: 1;
    font-size: 12px;
}

.input--group .copy-btn {
    position: absolute;
    height: calc(100% - 10px);
    padding-block: 0;
    font-size: 12px;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.module-warning-text {
    color: #8c1515;
    padding-top: 10px;
}

.view_conversation-style {
    margin-top: 10%;
}

.view_conversation-h4-style {
    color: rgba(113, 120, 133, 0.62);
}

.select2-container--open {
    z-index: 99999999999999;
}

.flex-addon-button {
    font-size: 30px;
}

.row-remove-btn {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3;
    color: red;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: white !important;
    width: fit-content;
    border-radius: 20px;
}

input:disabled {
    background: white;
}

.dt-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}

@page {
    size: auto;
    margin: 0;
    /* this affects the margin in the printer settings */
}
.swal-icon {
    width: 45px;
    height: 45px;
    margin: 15px auto;
}
.swal-icon--warning__body {
    height: 15px;
}
.swal-icon:first-child {
    margin-top: 20px;
}
.swal-title {
    padding: 0px;
}
.swal-footer {
    text-align: center;
}
.swal-button {
    padding: 5px 15px;
}
.swal-button:focus,
.swal-button--cancel:focus {
    box-shadow: none;
}

.swal-title:not(:last-child) {
    margin-bottom: 10px;
}
.swal-text {
    text-align: center !important;
}
.calendar .calendar__header {
    padding: 10px !important;
    display: flex;
    justify-content: space-between;
}
.calendar .calendar__year {
    opacity: 0.9 !important;
    font-size: 1.2rem !important;
}
.calendar .calendar__date {
    font-size: 1rem !important;
}
.calendar .calendar__day.today {
    background: #247ac4 !important;
}
.vertical-separator {
    font-size: 11px;
    color: var(--theme-primary);
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* ==========================================
   UI POLISH — v1.1
   ========================================== */

/* Cards — subtle shadow + smooth hover */
.card {
    border-radius: 0.625rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease;
}
.card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.card-header {
    border-bottom: 1px solid #f0f2f5;
    background: transparent;
}

/* Buttons — smooth transitions */
.btn {
    transition: all 0.2s ease;
}
.btn--primary {
    border-radius: 0.375rem;
}
.btn--primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(25, 98, 142, 0.25) !important;
}
.btn--reset {
    border-radius: 0.375rem;
}
.btn--reset:hover {
    background: #e9ecef !important;
}
.btn.action-btn {
    border-radius: 0.325rem;
    transition: all 0.15s ease;
}
.btn.action-btn:hover {
    transform: translateY(-1px);
}

/* Form inputs — refined focus */
.form-control {
    border-radius: 0.375rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control:focus {
    box-shadow: 0 0 0 3px rgba(25, 98, 142, 0.1);
}
select.form-control {
    cursor: pointer;
}

/* Tables — cleaner rows */
.table thead th {
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #5b6777;
}
.table tbody tr {
    transition: background-color 0.15s ease;
}
.table tbody tr:hover {
    background-color: #f8fafc;
}

/* Badges — refined */
.badge {
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 0.325rem;
    padding: 0.35em 0.65em;
}

/* Toggle switches — smoother */
.toggle-switch-label {
    transition: background-color 0.2s ease;
}
.toggle-switch-indicator {
    transition: transform 0.2s ease;
}

/* Page header — breathing room */
.page-header {
    margin-bottom: 0.25rem;
}
.page-header-title {
    font-weight: 700;
    color: #334257;
}
.page-header-text {
    color: #6b7a8d;
    font-size: 0.85rem;
}

/* Select2 — match form-control radius */
.select2-container--default .select2-selection--single {
    border-radius: 0.375rem !important;
    border-color: #e7eaf3 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--primary-clr) !important;
    box-shadow: 0 0 0 3px rgba(25, 98, 142, 0.1);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-clr);
}
.select2-dropdown {
    border-radius: 0.375rem;
    border-color: #e7eaf3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Toastr — refined */
#toast-container > div {
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Scrollbar — subtle */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #c1c9d2;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a0aab4;
}

/* Empty state — polish */
.empty--data {
    padding: 2.5rem 1rem;
}
.empty--data img {
    opacity: 0.7;
    max-width: 120px;
}
.empty--data h5 {
    color: #6b7a8d;
    font-weight: 500;
    margin-top: 1rem;
}

/* Modal — right-slide drawer */
.modal {
    display: flex !important;
    justify-content: flex-end;
    align-items: stretch;
}
.modal-dialog {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 620px;
    width: 100%;
    height: calc(100vh);
    /* margin-top: 3.75rem !important; */
    animation: slideInRight 0.3s ease-out;
}
.modal-dialog.modal-xl {
    max-width: 900px;
}
.modal-dialog.modal-lg {
    max-width: 720px;
}
.modal-content {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
@keyframes slideInRight {
    from { transform: translateX(100%); }
    to   { transform: translateX(0); }
}
@media (max-width: 640px) {
    .modal-dialog,
    .modal-dialog.modal-xl,
    .modal-dialog.modal-lg {
        max-width: 100%;
    }
}

/* Modal — sticky header */
.close-wrapper {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}
.close-wrapper button,
.modal-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #fee2e2;
    color: #dc2626;
    font-size: 1.15rem;
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
    line-height: 1;
}
.close-wrapper button:hover,
.modal-close-btn:hover {
    background: #fca5a5;
    color: #991b1b;
}
.close-wrapper button:active,
.modal-close-btn:active {
    background: #f87171;
    transform: scale(0.95);
}
.schoolModalHead {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    padding: 16px 24px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}
.schoolModalHead .modal-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    line-height: 1.4;
}

/* Modal — form flex pass-through */
.modal-content > form {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

/* Modal — auto-scroll body panels */
.modal-content > .flex-auto {
    overflow-y: auto;
    min-height: 0;
}

/* Modal — pin footer so buttons never get clipped */
.modal-content > .flex-auto ~ div {
    flex-shrink: 0;
    gap: 10px;
}

/* Modal — scrollable body */
.scrollable-modal-dialog {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
.scrollable-modal-dialog > .card,
.scrollable-modal-dialog > form > .card {
    flex: 1;
    overflow-y: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.scrollable-modal-dialog > form {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

/* Modal — pinned footer */
.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-shrink: 0;
    background: #fff;
    padding: 14px 24px !important;
    border-top: 1px solid #e5e7eb;
}

/* (Sidebar v1.2 rules consolidated into v3.0 block below) */

/* ================================================================
   UI POLISH v1.3 — Top Navbar / Header
   Safe CSS-only additions — no structural or functionality changes
   ================================================================ */

/* Navbar bar — refined shadow + subtle bottom border */
.navbar:not(.navbar-vertical) {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* Nav link — smooth transition for hover/active indicator */
.__nav-item .__nav-link {
    transition: color 0.2s ease;
}
.__nav-item .__nav-link::before {
    transition: opacity 0.25s ease, transform 0.25s ease;
    transform: scaleX(0);
}
.__nav-item .__nav-link.active::before {
    transform: scaleX(1);
}
.__nav-item:hover .__nav-link::before {
    opacity: 0.5;
    transform: scaleX(1);
}
.__nav-item:hover .__nav-link.active::before {
    opacity: 1;
}

/* Nav link hover — subtle text color shift */
.__nav-item .__nav-link:hover span {
    color: var(--theme-primary, #009faa);
}

/* Module icons (right-side icons) — subtle hover lift */
.__nav-item .__nav-link.module--nav-icon {
    transition: transform 0.2s ease;
}
.__nav-item .__nav-link.module--nav-icon:hover {
    transform: translateY(-1px);
}

/* Dropdown modules — refined entry animation */
.__nav-module {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* User panel & megamenu — consistent entry feel */
.__user-panel,
.__megamenu {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ================================================================
   UI POLISH v1.4 — Responsive & Mobile Refinements
   Safe CSS-only additions — no structural or functionality changes
   ================================================================ */

/* Mobile: tighter card padding */
@media (max-width: 575px) {
    .card > .flex-auto {
        padding: 0.875rem;
    }
    .card-header {
        padding: 0.75rem 0.875rem;
    }
}

/* Mobile: statistics filter buttons wrap cleanly */
@media (max-width: 767px) {
    .statistics-btn-grp {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .statistics-btn-grp label {
        flex: 1 1 auto;
        min-width: 140px;
    }
    .statistics-btn-grp label select {
        width: 100%;
    }
}

/* Mobile: status filter wrapping */
@media (max-width: 575px) {
    .status-filter-wrap {
        width: 100%;
    }
    .status-filter-wrap .statistics-btn-grp {
        flex-direction: column;
    }
    .status-filter-wrap .statistics-btn-grp label {
        width: 100%;
        min-width: unset;
    }
}

/* Mobile: button containers stack vertically */
@media (max-width: 575px) {
    .btn--container {
        flex-direction: column;
        gap: 0.5rem;
    }
    .btn--container > * {
        width: 100%;
        text-align: center;
    }
}

/* Mobile: page header text smaller */
@media (max-width: 575px) {
    .page-header-text {
        font-size: 0.8125rem;
    }
    .page-header .onerror-image {
        width: 28px !important;
    }
}

/* Tablet: form-group side-by-side layout */
@media (min-width: 576px) and (max-width: 991px) {
    .row.g-3 > [class*="md\:col-4"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile: table font size reduction for readability */
@media (max-width: 575px) {
    .table.text-sm {
        font-size: 0.75rem;
    }
    .table.text-sm th,
    .table.text-sm td {
        padding: 0.5rem 0.375rem;
    }
}

/* Small screen: modal drawer takes full width (no margin/radius) */

/* ================================================================
   UI POLISH v1.5 — Color & Theme Refinements
   Safe CSS-only additions — no structural or functionality changes
   ================================================================ */

/* Focus rings — use theme color instead of browser default */
.form-control:focus,
.custom-select:focus,
.select-list:focus {
    border-color: var(--theme-primary, #16597f);
    box-shadow: 0 0 0 0.2rem rgba(22, 89, 127, 0.15);
}

/* Links — consistent color + transition */
a:not([class*="btn"]):not(.nav-link):hover {
    transition: color 0.2s ease;
}

/* Badge color consistency */
.badge-soft-primary {
    background-color: rgba(22, 89, 127, 0.1);
    color: var(--theme-primary, #16597f);
}
.badge-soft-success {
    background-color: rgba(0, 170, 109, 0.1);
    color: var(--success-clr, #00aa6d);
}
.badge-soft-warning {
    background-color: rgba(255, 117, 0, 0.1);
    color: var(--warning-clr, #ff7500);
}
.badge-soft-danger {
    background-color: rgba(255, 109, 109, 0.1);
    color: var(--danger-clr, #ff6d6d);
}
.badge-soft-info {
    background-color: rgba(0, 150, 255, 0.1);
    color: var(--info-clr, #0096ff);
}

/* Card header — lighter border */
.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Subtle alternating row tint for tables */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.015);
}

/* Disabled state — consistent opacity */
.btn:disabled,
.btn.disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Selection highlight — use theme color */
::selection {
    background: rgba(22, 89, 127, 0.2);
    color: inherit;
}

/* ============================================================================
   VERTICAL-ASIDE LAYOUT (sidebar + topbar + content)
   ============================================================================ */

/* Fixed sidebar positioning */
.navbar-vertical-fixed {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    bottom: 0;
    z-index: 100;
    width: 16.25rem;
    margin-inline-start: -16.25rem;
}
.navbar-vertical-fixed .navbar-vertical-container {
    max-height: 100%;
}
.navbar-vertical-fixed .navbar-vertical-footer {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
}
.navbar-vertical-fixed .navbar-vertical-footer-offset {
    height: 100%;
    padding-bottom: 4.25rem;
}

/* Vertical navbar basics */
.navbar-vertical {
    display: block;
    padding: 0;
}
.navbar-vertical .navbar-nav {
    flex-direction: column;
}
.navbar-vertical .navbar-vertical-content {
    overflow-y: auto;
}

/* Fixed header pushes content down */
.navbar-fixed ~ .main {
    padding-top: 3.75rem;
}

/* Navbar inner layout */
.navbar-nav-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    align-items: center;
}
.navbar-nav-wrap-content-left {
    align-items: center;
}
.navbar-nav-wrap-content-right {
    margin-inline-start: auto;
}

/* Topbar height */
.navbar-height {
    height: 3.75rem;
}

/* XL layout — sidebar visible, content + header offset */
@media (min-width: 1200px) {
    .navbar-vertical.navbar-expand-xl {
        flex-flow: column;
    }
    .navbar-vertical.navbar-expand-xl .navbar-nav {
        flex-direction: column;
    }
    .navbar-vertical-aside-show-xl .navbar-vertical-aside {
        margin-inline-start: 0;
    }
    .navbar-vertical-aside-show-xl .main {
        padding-inline-start: 16.25rem;
    }
    .navbar-vertical-aside-show-xl .footer {
        margin-inline-start: 16.25rem;
    }
    .navbar-vertical-aside-show-xl .navbar:not(.navbar-vertical) {
        margin-inline-start: 16.25rem;
    }
    .navbar-vertical-aside-show-xl
        .navbar:not(.navbar-vertical-aside)
        .navbar-brand-wrapper {
        display: none;
    }
    .navbar-vertical-aside-show-xl:not(.navbar-vertical-closed-mode)
        .navbar-vertical-aside-mobile-overlay {
        display: none;
    }
    .navbar-vertical-aside-show-xl .navbar-vertical-aside-toggle {
        display: none;
    }

    /* Mini / collapsed sidebar */
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
        .navbar:not(.navbar-vertical) {
        margin-inline-start: 5.25rem;
    }
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode .main {
        padding-inline-start: 5.25rem;
    }
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode .footer {
        margin-inline-start: 5.25rem;
    }
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
        .navbar-vertical-aside {
        width: 5.25rem;
    }
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
        .navbar-vertical-aside-mini-mode-hidden-elements {
        display: none;
    }
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
        .navbar-vertical-aside .navbar-brand-logo-mini {
        display: block;
    }
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
        .navbar-vertical-aside .navbar-brand-logo {
        display: none;
    }

    /* Mini-mode flyout submenus */
    .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
        .navbar-vertical-content > .navbar-nav > .navbar-vertical-aside-has-menu > .nav {
        position: absolute;
        top: 0;
        inset-inline-start: calc(100% + 0.1rem);
        z-index: 2;
        min-width: 15rem;
        background-color: #fff !important;
        padding-inline-start: 0;
        box-shadow: 0 5px 20px 5px rgba(140, 152, 164, 0.175);
        border-radius: 0.3125rem;
    }
}

/* --- Mobile sidebar slide-in (below xl) --- */
@media (max-width: 1199.98px) {
    .navbar-vertical-aside {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 16.25rem;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
    }
    .sidebar-mobile-open .navbar-vertical-aside {
        transform: translateX(0);
    }
    .sidebar-mobile-overlay {
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(0, 0, 0, 0.35);
        animation: fadeIn 0.2s ease;
    }
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}

/* ================================================================
   UI POLISH v2.0 — Premium Topbar
   ================================================================ */

/* --- 1. Navbar bar --- */
.navbar-height {
    height: 3.625rem;
}
.navbar-fixed {
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 4px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
}
.navbar-fixed ~ .main {
    padding-top: 3.625rem;
}

/* --- 2. Nav layout & centering --- */
.__navbar-nav {
    height: 100%;
    align-items: center;
    gap: 2px;
}
.__nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}

/* --- 3. Quick links dropdown --- */
.__nav-item--quick {
    position: relative;
    display: flex;
    align-items: center;
    margin-inline-end: 4px;
}
.__quick-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.__quick-trigger:hover,
.__quick-trigger--open {
    background: var(--base-1);
    border-color: var(--base-1);
    color: #fff;
    box-shadow: 0 2px 8px rgba(var(--base-rgb), 0.25);
}
.__quick-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    z-index: 9999999;
}
.__quick-dropdown-inner {
    width: 220px;
    background: #fff;
    border-radius: 12px;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.04),
        0 4px 12px rgba(0, 0, 0, 0.06),
        0 16px 40px -8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 6px;
}
.__quick-dropdown-head {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #94a3b8;
    padding: 8px 10px 6px;
}
.__quick-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.__quick-dropdown-item:hover {
    background: rgba(var(--base-rgb), 0.06);
    color: var(--base-1);
    text-decoration: none;
    transform: translateX(2px);
}
.__quick-dropdown-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(var(--base-rgb), 0.07);
    flex-shrink: 0;
    transition: all 0.18s ease;
}
.__quick-dropdown-icon i {
    font-size: 14px;
    color: var(--base-1);
    transition: all 0.18s ease;
}
.__quick-dropdown-item:hover .__quick-dropdown-icon {
    background: var(--base-1);
    transform: scale(1.06);
}
.__quick-dropdown-item:hover .__quick-dropdown-icon i {
    color: #fff;
}

/* --- 4. Divider --- */
.__nav-divider {
    width: 1px;
    height: 24px;
    background: #e2e8f0;
    margin: 0 10px;
    flex-shrink: 0;
    list-style: none;
}

/* --- 5. Nav links --- */
.__nav-item .__nav-link:not(.module--nav-icon) {
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.005em;
    gap: 5px;
    color: #475569;
    padding: 6px 14px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.__nav-item .__nav-link:not(.module--nav-icon):hover {
    color: var(--base-1);
    background: rgba(var(--base-rgb), 0.06);
}
.__nav-item--open > .__nav-link:not(.module--nav-icon) {
    color: var(--base-1);
    background: rgba(var(--base-rgb), 0.08);
}
.__nav-item .__nav-link span {
    color: inherit;
}
.__nav-item .__nav-link:not(.module--nav-icon) img {
    display: none;
}

/* User avatar nav link — reset to natural sizing */
.__nav-item .__nav-link.module--nav-icon {
    padding: 8px 4px;
    height: auto;
    display: inline-flex;
    align-items: center;
}

/* --- 6. Bottom indicator bar --- */
.__nav-item .__nav-link::before {
    height: 2px;
    background: var(--base-1);
    border-radius: 2px 2px 0 0;
    transition: opacity 0.2s ease;
}
.__nav-item--open > .__nav-link::before {
    opacity: 1 !important;
}

/* --- 7. Chevron --- */
.__nav-chevron {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s ease;
    flex-shrink: 0;
}
.__nav-item--open .__nav-chevron {
    transform: rotate(180deg);
    opacity: 0.8;
}

/* --- 7b. Direct nav link (pill style — e.g. Website Management) --- */
.__nav-item--direct {
    margin-inline-start: auto;
}
.__nav-direct {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px 5px 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--base-1);
    background: rgba(var(--base-rgb), 0.06);
    border: 1.5px solid rgba(var(--base-rgb), 0.15);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.__nav-direct:hover {
    color: #fff;
    background: var(--base-1);
    border-color: var(--base-1);
    box-shadow: 0 2px 10px rgba(var(--base-rgb), 0.3);
    text-decoration: none;
    transform: translateY(-1px);
}
.__nav-direct-icon {
    font-size: 15px;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}
.__nav-direct:hover .__nav-direct-icon {
    opacity: 1;
}
.__nav-direct-arrow {
    width: 12px;
    height: 12px;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    margin-left: -2px;
}
.__nav-direct:hover .__nav-direct-arrow {
    opacity: 1;
    transform: translateX(0);
}
/* On small screens, hide text — show icon only */
@media (max-width: 991.98px) {
    .__nav-direct span,
    .__nav-direct-arrow {
        display: none;
    }
    .__nav-direct {
        padding: 6px 8px;
    }
}

/* --- 8. User avatar (topbar) --- */
.navbar-nav .__user-panel-avatar.__user-panel-avatar--sm {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 50% !important;
    background: var(--base-1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.navbar-nav .__user-panel-avatar.__user-panel-avatar--sm:hover {
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    transform: scale(1.06);
}
.__user-panel-avatar--initial {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    user-select: none;
    display: block;
}

/* --- 9. Megamenu panel — rules consolidated into base block above --- */

/* --- 10. User panel dropdown --- */
.__user-panel {
    width: 330px;
    border-radius: 14px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.07),
        0 20px 50px -12px rgba(0, 0, 0, 0.16);
    transform: translateY(10px);
}
.__user-panel-header {
    padding: 22px 22px 18px;
    background: linear-gradient(155deg, var(--base-1) 0%, #0e3d58 100%);
}
.__user-panel-avatar {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}
.__user-panel-name {
    font-size: 14.5px;
    letter-spacing: -0.005em;
}
.__user-panel-role {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: rgba(255, 255, 255, 0.18);
    padding: 2.5px 9px;
    border-radius: 12px;
}
.__user-panel-actions {
    padding: 6px 8px;
}
.__user-panel-action {
    gap: 11px;
    padding: 9px 12px;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.__user-panel-action:hover {
    background: rgba(var(--base-rgb), 0.05);
    transform: translateX(2px);
}
.__user-panel-action-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(var(--base-rgb), 0.07);
}
.__user-panel-action:hover .__user-panel-action-icon {
    background: var(--base-1);
    transform: scale(1.05);
}
.__user-panel-action-text span {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}
.__user-panel-action-text small {
    font-size: 11px;
    color: #94a3b8;
}
.__user-panel-academic-year {
    padding: 14px 22px 16px;
    border-top: 1px solid #f1f5f9;
}
.__user-panel-academic-year-label {
    font-size: 10px;
    letter-spacing: 0.8px;
    color: #94a3b8;
}
.__user-panel-academic-year-form .form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 12.5px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.__user-panel-academic-year-form .form-control:focus {
    border-color: var(--base-1);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.12);
}
.__user-panel-academic-year-btn {
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 7px 16px;
    transition: background 0.2s ease, transform 0.15s ease;
}
.__user-panel-academic-year-btn:hover {
    transform: translateY(-1px);
}
.__user-panel-footer {
    border-top: 1px solid #f1f5f9;
}
.__user-panel-logout {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ef4444;
    padding: 11px 20px;
}
.__user-panel-logout:hover {
    background: #fef2f2;
    color: #dc2626;
}

/* --- 11. Responsive --- */
@media (min-width: 768px) and (max-width: 1575px) {
    .__nav-item .__nav-link {
        font-size: 13px;
        padding: 0 11px;
    }
}
@media screen and (width < 992px) {
    .__nav-divider {
        display: none;
    }
}

/* ================================================================
   UI POLISH v3.0 — Premium Sidebar
   ================================================================ */

/* --- 1. Sidebar container --- */
.navbar-vertical-aside {
    background-color: #fff;
    border-right: 1px solid #f1f5f9;
    box-shadow: inset -1px 0 0 #f1f5f9;
    transition: width 0.2s ease;
}

/* Override theme sidebar background — use clean white */
.navbar-vertical-aside .bg--005555 {
    background-color: transparent !important;
}

/* Sidebar layout — full-height container + scrollable content */
.navbar-vertical-fixed .navbar-vertical-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.navbar-vertical-content {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 0%;
    min-height: 0;
}

/* --- 2. Brand / logo area --- */
.navbar-brand-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
    border-bottom: 1px solid #e2e8f0;
    overflow: visible;
}
.navbar-vertical-aside .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 0;
    flex: 1;
}
.navbar-vertical-aside .navbar-brand-logo.initial--36 {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}
.navbar-brand-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.sidebar-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    font-size: 16px;
}
.sidebar-toggle-btn:hover {
    background: #f1f5f9;
    color: #334155;
}

/* Mini-mode brand */
.navbar-vertical-aside-mini-mode .navbar-brand-wrapper {
    padding: 16px 10px;
    justify-content: center;
}

/* --- 3. Search form --- */
.sidebar--search-form {
    padding: 12px 12px 6px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}
.sidebar--search-form .search--mb-4 {
    position: relative;
    display: flex;
    align-items: center;
}
.sidebar--search-form .search--mb-4 .btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #94a3b8;
    pointer-events: none;
    transition: color 0.2s ease;
    z-index: 1;
}
.sidebar--search-form .form--control {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e8ecf1;
    background: #f8fafc;
    padding: 8px 12px 8px 34px;
    font-size: 12.5px;
    color: #334155;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.sidebar--search-form .form--control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}
.sidebar--search-form .form--control:focus {
    border-color: var(--base-1);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.1);
    background: #fff;
    outline: none;
}

/* --- 4. Section headers --- */
.navbar-vertical:not([class*="container"]) .navbar-nav .nav-subtitle {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #94a3b8;
    padding: 18px 22px 6px;
    margin: 0;
    line-height: 1;
}

/* Mini-mode: hide subtitle, show replacer dots */
.navbar-vertical.navbar .nav-subtitle-replacer {
    display: none;
    color: #94a3b8;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0;
}
.navbar-vertical-aside-mini-mode .nav-subtitle-replacer {
    display: block;
}
.navbar-vertical-aside-mini-mode .nav-subtitle {
    display: none;
}

/* --- 5. Nav links — premium refined --- */
.navbar-vertical.navbar .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    padding: 9px 14px;
    margin: 1px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-vertical .nav-icon {
    font-size: 17px;
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    opacity: 0.75;
    margin-inline-end: 10px;
    transition: color 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
}

/* Hover */
.navbar-vertical.navbar .nav-link:hover {
    background: rgba(var(--base-rgb), 0.05);
    color: var(--base-1);
    text-decoration: none;
}
.navbar-vertical.navbar .nav-link:hover .nav-icon {
    color: var(--base-1);
    opacity: 1;
}

/* Active state — parent toggle links */
.navbar-vertical-aside-has-menu.active > .nav-link {
    background: rgba(var(--base-rgb), 0.07);
    color: var(--base-1);
    font-weight: 600;
}
.navbar-vertical-aside-has-menu.active > .nav-link .nav-icon {
    color: var(--base-1);
    opacity: 1;
}

/* Active state — single nav links */
.navbar-vertical.navbar .nav-link.active {
    background: rgba(var(--base-rgb), 0.08);
    color: var(--base-1);
    font-weight: 600;
}
.navbar-vertical.navbar .nav-link.active .nav-icon {
    color: var(--base-1);
    opacity: 1;
}

/* Active indicator bar — left side */
.navbar-vertical-aside-has-menu.active > .nav-link::before,
.navbar-vertical.navbar .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: var(--base-1);
    border-radius: 0 3px 3px 0;
}

/* --- 6. Toggle arrow (chevron) --- */
.nav-link-toggle {
    position: relative;
    cursor: pointer;
}
.nav-link-toggle::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-inline-start: auto;
    border: none;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.3;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
    flex-shrink: 0;
}
.navbar-vertical-aside-has-menu.active > .nav-link-toggle::after {
    transform: rotate(-135deg);
    opacity: 0.6;
}

/* --- 7. Submenu --- */
.nav-sub {
    flex-direction: column;
    padding-inline-start: 0;
    list-style: none;
}
.js-navbar-vertical-aside-submenu.nav-sub {
    position: relative;
    margin-left: 30px;
    padding-left: 0;
}
/* Vertical tree line */
.js-navbar-vertical-aside-submenu.nav-sub::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: #e2e8f0;
    border-radius: 2px;
}

/* Submenu nav links */
.navbar-vertical:not([class*="container"]) .navbar-nav .nav .nav-link {
    font-size: 12.5px;
    padding: 7px 12px 7px 16px;
    margin: 1px 10px;
    color: #64748b;
    font-weight: 450;
    border-radius: 7px;
}
.navbar-vertical:not([class*="container"]) .navbar-nav .nav .nav-link:hover {
    color: var(--base-1);
    background: rgba(var(--base-rgb), 0.04);
}

/* Active child */
.nav-sub .nav-item.active > .nav-link {
    color: var(--base-1) !important;
    font-weight: 600;
    background: rgba(var(--base-rgb), 0.06);
}
.nav-sub .nav-item.active > .nav-link::before {
    display: none;
}

/* Submenu indicator dot */
.nav-indicator-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cbd5e1;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.nav-item.active .nav-indicator-dot {
    background: var(--base-1);
    transform: scale(1.2);
}
.nav-link:hover .nav-indicator-dot {
    background: var(--base-1);
    opacity: 0.7;
}

/* Sub-menu opacity for aside (override old v1.2 rules) */
aside .navbar-vertical-aside-has-menu .nav-sub .nav-link {
    opacity: 1;
}

/* --- 8. Scrollbar --- */
.navbar-vertical-content::-webkit-scrollbar {
    width: 3px;
}
.navbar-vertical-content::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
}
.navbar-vertical-content:hover::-webkit-scrollbar-thumb {
    background: rgba(var(--base-rgb), 0.15);
}
.navbar-vertical-content::-webkit-scrollbar-track {
    background: transparent;
}

/* --- 9. Fix scroll — remove old min-height that blocked scrolling --- */
.navbar-vertical-content .navbar-nav {
    min-height: auto;
}

/* --- 10. Nav tabs border reset --- */
.navbar-vertical .navbar-nav.nav-tabs {
    border-bottom: none;
}
.navbar-vertical .navbar-nav.nav-tabs .nav-link {
    border: none;
}
/* Override old active ::before from v1.2 */
.navbar-vertical .navbar-nav.nav-tabs .active > .nav-link::before,
.navbar-vertical .navbar-nav.nav-tabs .active.nav-link::before {
    background: transparent;
}

/* ================================================================
   UI POLISH v4.0 — Premium Forms & Cards
   ================================================================ */

/* --- 0. Global link reset --- */
a, a:hover, a:focus, a:active {
    text-decoration: none !important;
}

/* --- 1. Cards — elevated, refined --- */
.card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}
.card-header {
    background: linear-gradient(180deg, #fafbfc 0%, #f8f9fb 100%);
    border-bottom: 1px solid #e9edf2;
    padding: 14px 20px;
}
.card-header:first-child {
    border-radius: 12px 12px 0 0;
}

/* Card heading text */
.text-card-heading {
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.card-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(var(--base-rgb), 0.1);
    flex-shrink: 0;
}
.card-header-icon i {
    font-size: 15px;
    color: var(--base-1);
}

/* Card body padding */
.card > .flex-auto.min-h-px.p-5 {
    padding: 22px 20px !important;
}

/* --- 2. Breadcrumb navigation --- */
.app-breadcrumb {
    padding: 14px 24px 0;
}
.app-breadcrumb ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}
.app-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.app-breadcrumb li a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    padding: 2px 0;
    transition: color 0.15s ease;
    letter-spacing: 0.01em;
}
.app-breadcrumb li a:hover {
    color: var(--base-1, #377dff);
}
.app-breadcrumb .breadcrumb-home {
    flex-shrink: 0;
    opacity: 0.7;
}
.app-breadcrumb li a:hover .breadcrumb-home {
    opacity: 1;
}
.app-breadcrumb .breadcrumb-sep {
    color: #cbd5e1;
    flex-shrink: 0;
}
.app-breadcrumb .breadcrumb-current {
    font-size: 12.5px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: 0.01em;
}

/* --- 2b. Page header — premium hierarchy --- */
.page-header {
    padding-bottom: 20px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e9edf2;
}
.page-header-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.035em;
    line-height: 1.25;
}
.page-header-text {
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
    margin-top: 4px;
    max-width: 640px;
}
.page-header-text p {
    margin: 0;
}

/* Page header icon (favicon image beside title) */
.page-header .onerror-image {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: contain;
    background: linear-gradient(135deg, rgba(var(--base-rgb, 55,125,255), 0.06), rgba(var(--base-rgb, 55,125,255), 0.02));
    box-shadow: 0 0 0 1px rgba(var(--base-rgb, 55,125,255), 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
    padding: 4px;
}

/* --- 3. Form controls — refined inputs --- */
.form-control {
    height: auto;
    padding: 10px 14px;
    font-size: 13.5px;
    font-weight: 450;
    line-height: 1.5;
    color: #1e293b;
    background-color: #fff;
    border: 1px solid #d1d9e2;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control:focus {
    color: #1e293b;
    background-color: #fff;
    border-color: var(--base-1);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.12);
    outline: none;
}
.form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f8fafc;
    border-color: #e2e8f0;
    color: #64748b;
    cursor: not-allowed;
}

/* Select dropdown */
select.form-control,
.select-list {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 32px;
    cursor: pointer;
}
select.form-control:focus,
.select-list:focus {
    border-color: var(--base-1);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.12);
}

/* Textarea */
textarea.form-control {
    min-height: 80px;
    resize: vertical;
}

/* --- 4. Labels --- */
.input-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 7px;
    letter-spacing: 0.01em;
}
label .text-danger,
.input-label .text-danger {
    display: inline !important;
    margin-top: 0 !important;
    font-size: inherit !important;
    font-weight: 700;
    margin-left: 2px;
}

/* --- 5. File input --- */
.custom-file-input {
    border-radius: 8px;
    border: 1.5px dashed #cbd5e1;
    background: #f8fafc;
    padding: 9px 14px;
    height: auto;
    font-size: 13px;
    color: #64748b;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    opacity: 1;
    line-height: 1.5;
}
.custom-file-input:hover {
    border-color: var(--base-1);
    background: rgba(var(--base-rgb), 0.03);
}
.custom-file-input:focus {
    border-color: var(--base-1);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.12);
    outline: none;
}

/* --- 5b. Modal form consistency --- */
.scrollable-modal-dialog label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
    letter-spacing: 0.01em;
}
.scrollable-modal-dialog .form-control {
    height: 40px !important;
    padding: 9px 14px !important;
    font-size: 13.5px !important;
    font-weight: 450 !important;
    line-height: 1.5 !important;
    color: #1e293b !important;
    background-color: #fff !important;
    border: 1px solid #d1d9e2 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.scrollable-modal-dialog .form-control:focus {
    border-color: var(--base-1) !important;
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.12) !important;
    outline: none !important;
}
.scrollable-modal-dialog .form-control::placeholder {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}
.scrollable-modal-dialog select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 32px;
    cursor: pointer;
}
.scrollable-modal-dialog textarea.form-control {
    height: auto !important;
    min-height: 80px;
    resize: vertical;
}
.scrollable-modal-dialog input[type="file"].form-control {
    padding: 7px 14px;
    font-size: 13px;
    color: #64748b;
}
/* Searchable select (v-searchable) inside modals */
.scrollable-modal-dialog .vs-trigger {
    height: 40px !important;
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 13.5px !important;
    font-weight: 450 !important;
    color: #1e293b !important;
    background-color: #fff !important;
    border: 1px solid #d1d9e2 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1.5 !important;
}
.scrollable-modal-dialog .vs-trigger:hover {
    border-color: #94a3b8 !important;
}
.scrollable-modal-dialog .vs-trigger.vs-open {
    border-color: var(--base-1) !important;
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.12) !important;
}
.scrollable-modal-dialog .vs-placeholder {
    color: #94a3b8 !important;
    font-weight: 400 !important;
    font-size: 13.5px !important;
}
.scrollable-modal-dialog .vs-selected-text {
    font-size: 13.5px !important;
    color: #1e293b !important;
}
.scrollable-modal-dialog .vs-arrow {
    color: #64748b !important;
}
.scrollable-modal-dialog .vs-clear {
    color: #94a3b8 !important;
}
.scrollable-modal-dialog .mb-4,
.scrollable-modal-dialog .mb-3 {
    margin-bottom: 16px !important;
}

/* Add period / add-row button */
.add-period-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    color: var(--base-1, #19628e);
    background: rgba(var(--base-rgb, 25, 98, 142), 0.08);
    border: 1.5px dashed rgba(var(--base-rgb, 25, 98, 142), 0.35);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    line-height: 1.4;
}
.add-period-btn:hover {
    background: rgba(var(--base-rgb, 25, 98, 142), 0.14);
    border-color: var(--base-1, #19628e);
    color: var(--base-1, #19628e);
}
.add-period-btn:active {
    transform: scale(0.97);
}
.add-period-btn i {
    font-size: 15px;
}
.addPeriodLink {
    padding-top: 4px;
}

/* --- 6. Buttons — refined --- */
.btn--primary {
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 10px 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(var(--base-rgb), 0.2);
}
.btn--primary:hover {
    box-shadow: 0 4px 14px rgba(var(--base-rgb), 0.35);
}

.btn--reset {
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 24px;
    background-color: #fee2e2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
}
.btn--reset:hover {
    background-color: #fca5a5 !important;
    border-color: #f87171 !important;
    color: #991b1b !important;
}

/* Button container — aligned gap */
.btn--container {
    gap: 10px;
    padding: 8px 0;
}
.btn--container > * {
    margin: 0;
}

/* --- 7. Form field group spacing --- */
.mb-4.mb-0 {
    margin-bottom: 0 !important;
}

/* Row gap between form fields */
.row.g-3 {
    --bs-gutter-y: 18px;
    --bs-gutter-x: 16px;
}
.row.g-2 {
    --bs-gutter-y: 16px;
    --bs-gutter-x: 16px;
}

/* --- 8. Info tooltip (InfoNote + legacy .blinkings) --- */
.info-note {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    cursor: help;
    color: #94a3b8;
    border-radius: 50%;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
    outline: none;
}
.info-note:hover,
.info-note:focus-visible {
    background: rgba(var(--base-rgb), 0.08);
    color: var(--base-1);
}
.info-note i {
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    color: inherit;
}

.info-note-popup {
    position: fixed;
    z-index: 2147483647;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    box-shadow: 0 12px 32px -10px rgba(15, 23, 42, 0.22),
                0 2px 6px rgba(15, 23, 42, 0.06);
    color: #334155;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.55;
    text-align: start;
    pointer-events: auto;
    animation: info-note-fade 0.16s ease-out;
}
@keyframes info-note-fade {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
.info-note-popup__title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f1f5f9;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.info-note-popup__title img {
    width: 12px;
    height: 12px;
    vertical-align: baseline;
}
.info-note-popup__body {
    color: #334155;
    font-size: 12.5px;
    line-height: 1.55;
}
.info-note-popup__body ul {
    margin: 6px 0 0;
    padding-left: 16px;
}
.info-note-popup__body li {
    list-style: none;
    position: relative;
}
.info-note-popup__body li::before {
    content: "\2713";
    position: absolute;
    left: -14px;
    color: var(--base-1);
}
.info-note-popup__arrow {
    position: absolute;
    width: 12px;
    height: 6px;
    background: #ffffff;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    filter: drop-shadow(0 -1px 0 rgba(15, 23, 42, 0.06));
}

/* --- 8b. Legacy .blinkings tooltip (kept for unmigrated usages) --- */
.blinkings {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    cursor: help;
    color: #94a3b8;
    border-radius: 50%;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 1;
}
.blinkings:hover,
.blinkings.active {
    background: rgba(var(--base-rgb), 0.08);
    color: var(--base-1);
    z-index: 9999;
}
.blinkings::before,
.blinkings::after {
    display: none !important;
}
.blinkings i {
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    color: inherit;
}
.blinkings .business-notes {
    position: absolute;
    inset-inline-end: -8px;
    top: calc(100% + 10px);
    width: max-content;
    max-width: min(280px, 90vw);
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    box-shadow: 0 10px 30px -8px rgba(15, 23, 42, 0.18),
                0 2px 6px rgba(15, 23, 42, 0.06);
    color: #475569;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.55;
    text-align: start;
    white-space: normal;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    pointer-events: none;
}
.blinkings:hover .business-notes,
.blinkings.active .business-notes {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.blinkings .business-notes::before {
    content: "";
    position: absolute;
    inset-inline-end: 12px;
    bottom: 100%;
    width: 12px;
    height: 6px;
    background: #ffffff;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    filter: drop-shadow(0 -1px 0 rgba(15, 23, 42, 0.06));
}
.blinkings .business-notes h6 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f1f5f9;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.blinkings .business-notes h6 img {
    width: 12px;
    height: 12px;
    margin: 0;
    vertical-align: baseline;
}
.blinkings .business-notes > div {
    color: #334155;
    font-size: 12.5px;
    line-height: 1.55;
}
@media (min-width: 992px) {
    .blinkings.lg-top .business-notes {
        top: auto;
        bottom: calc(100% + 10px);
        transform: translateY(4px);
    }
    .blinkings.lg-top:hover .business-notes,
    .blinkings.lg-top.active .business-notes {
        transform: translateY(0);
    }
    .blinkings.lg-top .business-notes::before {
        top: 100%;
        bottom: auto;
        -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        filter: drop-shadow(0 1px 0 rgba(15, 23, 42, 0.06));
    }
}

/* --- 9. Image upload areas --- */
.__custom-upload-img {
    cursor: pointer;
    transition: opacity 0.2s ease;
    display: block;
}
.__custom-upload-img:hover {
    opacity: 0.85;
}
.__custom-upload-img .font-medium {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}
.__custom-upload-img .text--primary {
    color: var(--base-1);
    font-weight: 500;
}
.img--110 {
    border-radius: 12px;
    border: 2px dashed #d1d9e2;
    padding: 10px;
    background: #f8fafc;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.__custom-upload-img:hover .img--110 {
    border-color: var(--base-1);
    background: rgba(var(--base-rgb), 0.02);
}

/* Add button circle (e.g. next to parent select) */
.addBtnCircle a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(var(--base-rgb), 0.08);
    color: var(--base-1);
    transition: all 0.2s ease;
}
.addBtnCircle a:hover {
    background: var(--base-1);
    color: #fff;
}
.addBtnCircle i {
    font-size: 18px;
}

/* --- 10. Validation error --- */
.text-danger {
    font-size: 12px;
}
span.text-danger {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #ef4444;
}

/* --- 11. Empty state --- */
.empty--data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 56px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef1f6;
}
.empty--data img {
    display: block;
    opacity: 0.5;
    max-width: 90px;
    margin: 0 auto 18px;
}
.empty--data h5 {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/* --- 12. Order / stat cards --- */
.order--card {
    display: flex;
    flex-direction: column;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.order--card:hover {
    border-color: rgba(var(--base-rgb), 0.2);
    box-shadow: 0 4px 12px rgba(var(--base-rgb), 0.08);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}
.order--card .card-subtitle {
    font-size: 13.5px;
    font-weight: 500;
    color: #334155;
    line-height: 1.5;
}
.order--card .card-subtitle span {
    color: inherit;
}
.order--card .card-subtitle .text-sm {
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
}
.oder--card-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* --- 13. Breadcrumb action buttons --- */
.breadButton {
    gap: 8px;
}
.breadButton .btn {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════════
   14. PREMIUM FILTER SECTION
   ═══════════════════════════════════════════════════════════════ */

.status-filter-wrap {
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 16px 10px !important;
    margin: 0 0 8px !important;
    background: #f8fafc !important;
    border-bottom: none !important;
}

.statistics-btn-grp {
    gap: 10px !important;
}
.statistics-btn-grp > label {
    margin-right: 0 !important;
}

.statistics-btn-grp > label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 !important;
}

/* Filter labels — uppercase when acting as field labels (next to select/input) */
.statistics-btn-grp > label > span {
    font-size: 11.5px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    background: none !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Radio/checkbox tab filters — preserve pill/tab look */
.status-filter-wrap:not(.border-none) .statistics-btn-grp > label > span {
    background: transparent !important;
    padding: 8px 14px !important;
    line-height: 18px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 13px !important;
    color: var(--title-clr, #334155) !important;
    border-right: 1px solid rgba(var(--base-rgb, 55,125,255), 0.2);
    border-radius: 0 !important;
    transition: all 0.15s ease;
    cursor: pointer;
}
.status-filter-wrap:not(.border-none) .statistics-btn-grp > label:last-child > span {
    border-right: none;
}
.status-filter-wrap:not(.border-none) .statistics-btn-grp > label > input:checked ~ span {
    background: var(--base-1, #377dff) !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.status-filter-wrap:not(.border-none) {
    border: 1px solid rgba(var(--base-rgb, 55,125,255), 0.2) !important;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 12px 0 !important;
}

.statistics-btn-grp > label > input[type="text"],
.statistics-btn-grp > label > input[type="number"],
.statistics-btn-grp > label > input[type="date"] {
    height: 38px !important;
    min-width: 170px;
    max-width: 280px;
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #334155 !important;
    background: #fff !important;
    border: 1px solid #d1d9e2 !important;
    border-radius: 8px !important;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.statistics-btn-grp > label > input:focus {
    border-color: var(--base-1, #377dff);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.1);
}
.statistics-btn-grp > label > input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

/* v-searchable triggers inside filters — match text inputs
   High specificity to beat directive's .border-none .vs-trigger{!important} */
.statistics-btn-grp .vs-wrapper {
    min-width: 160px;
}
.status-filter-wrap .statistics-btn-grp .vs-trigger,
.statistics-btn-grp .vs-wrapper .vs-trigger {
    height: 38px !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #334155 !important;
    background: #fff !important;
    border: 1px solid #d1d9e2 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}
.status-filter-wrap .statistics-btn-grp .vs-trigger:hover,
.statistics-btn-grp .vs-wrapper .vs-trigger:hover {
    border-color: #94a3b8 !important;
}
.status-filter-wrap .statistics-btn-grp .vs-trigger.vs-open,
.statistics-btn-grp .vs-wrapper .vs-trigger.vs-open {
    border-color: var(--base-1, #377dff) !important;
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.1) !important;
}

/* Plain <select> inside filters (non-searchable fallback) */
.statistics-btn-grp > label > select {
    height: 38px;
    min-width: 160px;
    padding: 8px 12px;
    font-size: 13px;
    color: #334155;
    background: #fff;
    border: 1px solid #d1d9e2;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
}
.statistics-btn-grp > label > select:focus {
    border-color: var(--base-1, #377dff);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.1);
}

/* .form-control inside filter labels — match filter style */
.statistics-btn-grp .form-control {
    height: 38px !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    border: 1px solid #d1d9e2 !important;
    border-radius: 8px !important;
    background: #fff !important;
}

/* Date picker wrapper inside filters */
.statistics-btn-grp .dp-wrapper {
    min-width: 160px;
    width: 100%;
}
.statistics-btn-grp .dp-wrapper .dp-input {
    height: 38px !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #334155 !important;
    background: #fff !important;
    border: 1px solid #d1d9e2 !important;
    border-radius: 8px !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}
.statistics-btn-grp .dp-wrapper .dp-input:hover {
    border-color: #94a3b8 !important;
}
.statistics-btn-grp .dp-wrapper .dp-input:focus {
    border-color: var(--base-1, #377dff) !important;
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.1) !important;
}

/* Standalone search input (not inside label — staff pattern) */
.statistics-btn-grp > input[type="text"] {
    height: 38px;
    min-width: 200px;
    padding: 8px 12px;
    font-size: 13px;
    color: #334155;
    background: #fff;
    border: 1px solid #d1d9e2;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.statistics-btn-grp > input[type="text"]:focus {
    border-color: var(--base-1, #377dff);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.1);
}
.statistics-btn-grp > input[type="text"]::placeholder {
    color: #94a3b8;
    font-weight: 400;
}


/* ═══════════════════════════════════════════════════════════════
   15. PREMIUM TABLES
   ═══════════════════════════════════════════════════════════════ */

/* Table base */
.table {
    font-size: 13.5px !important;
    color: #334155 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

/* Table header — refined */
.table .thead-light th,
.table thead th {
    background-color: #f8fafc !important;
    color: #475569 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 16px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    border-top: none !important;
    white-space: nowrap;
}

/* First & last header cell — rounded corners */
.card .table thead tr th:first-child {
    border-top-left-radius: 8px;
}
.card .table thead tr th:last-child {
    border-top-right-radius: 8px;
}

/* Table cells */
.table td {
    padding: 14px 16px !important;
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    color: #334155;
    font-size: 13.5px;
    line-height: 1.5;
}

/* Last row — no bottom border */
.table tbody tr:last-child td {
    border-bottom: none !important;
}

/* Row hover */
.table tbody tr {
    transition: background-color 0.12s ease;
}
.table tbody tr:hover td {
    background-color: #f8fafc !important;
}

/* S.N. column — muted and compact */
.table td:first-child {
    color: #94a3b8;
    font-weight: 600;
    font-size: 12.5px;
}

/* Card-table inline padding */
.card-table td,
.card-table th {
    padding-inline: 16px !important;
}

/* Avatar images in tables */
.table td img.avatar,
.table td img[style*="border-radius: 50%"],
.table td img[style*="border-radius:50%"] {
    border-radius: 50%;
    border: 2px solid #f1f5f9;
    object-fit: cover;
}


/* ═══════════════════════════════════════════════════════════════
   16. PREMIUM BADGES (status + action buttons)
   ═══════════════════════════════════════════════════════════════ */

/* Base badge — refined */
.badge {
    font-size: 11.5px !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    letter-spacing: 0.015em;
    line-height: 1.3 !important;
}

/* Action icon badges in tables — pill buttons */
.table .badge {
    min-width: 30px !important;
    padding: 6px 8px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    transition: all 0.15s ease;
    cursor: pointer;
}
.table .badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* Solid badges — stronger colors */
.badge-primary {
    background-color: var(--base-1, #377dff) !important;
    color: #fff !important;
}
.badge-primary:hover {
    background-color: var(--base-2, #2563eb) !important;
}

.badge-success {
    background-color: #10b981 !important;
    color: #fff !important;
}
.badge-danger {
    background-color: #ef4444 !important;
    color: #fff !important;
}
.badge-warning {
    background-color: #f59e0b !important;
    color: #fff !important;
}
.badge-info {
    background-color: #3b82f6 !important;
    color: #fff !important;
}
.badge-secondary {
    background-color: #64748b !important;
    color: #fff !important;
}

/* Soft badges — subtle tints */
.badge-soft-primary {
    background-color: rgba(var(--base-rgb, 55,125,255), 0.1) !important;
    color: var(--base-1, #377dff) !important;
}
.badge-soft-success {
    background-color: rgba(16, 185, 129, 0.1) !important;
    color: #059669 !important;
}
.badge-soft-danger {
    background-color: rgba(239, 68, 68, 0.1) !important;
    color: #dc2626 !important;
}
.badge-soft-warning {
    background-color: rgba(245, 158, 11, 0.1) !important;
    color: #d97706 !important;
}
.badge-soft-info {
    background-color: rgba(59, 130, 246, 0.1) !important;
    color: #2563eb !important;
}

/* Status pill variants */
.bgSuccess {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11.5px;
    font-weight: 600;
    border-radius: 6px;
    background-color: rgba(16, 185, 129, 0.1);
    color: #059669;
}
.bgDanger {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11.5px;
    font-weight: 600;
    border-radius: 6px;
    background-color: rgba(239, 68, 68, 0.1);
    color: #dc2626;
}


/* ═══════════════════════════════════════════════════════════════
   17. PREMIUM PAGINATION
   ═══════════════════════════════════════════════════════════════ */

/* Pagination wrapper — align right, cleaner spacing */
.vue-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    margin-top: 8px;
}

/* Pagination info text */
.float-left.pt-4 {
    padding-top: 0 !important;
}
.float-left.pt-4 .text-muted {
    font-size: 12.5px !important;
    color: #64748b !important;
    font-weight: 500;
}

/* Pagination nav buttons */
.float-right.pt-3 {
    padding-top: 0 !important;
}
.float-right.pt-3 ul {
    gap: 4px !important;
}
.float-right.pt-3 ul li a {
    min-width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    color: #475569 !important;
    transition: all 0.15s ease !important;
}
.float-right.pt-3 ul li a:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
}

/* Active pagination button */
.float-right.pt-3 ul li a.bg-primary {
    background: var(--base-1, #377dff) !important;
    border-color: var(--base-1, #377dff) !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 4px rgba(var(--base-rgb, 55,125,255), 0.25);
}
.float-right.pt-3 ul li a.bg-primary:hover {
    background: var(--base-2, #2563eb) !important;
}


/* ═══════════════════════════════════════════════════════════════
   18. FEE MANAGEMENT — PREMIUM STYLES
   ═══════════════════════════════════════════════════════════════ */

/* ── Fee Index Card ────────────────────────────────────────── */
.fee-index-card {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 6px 24px rgba(0,0,0,0.03);
    border-radius: 14px;
    overflow: hidden;
}
.fee-index-card__filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 0;
}
.fee-index-stats {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fee-index-stats__count {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 20px;
}

/* ── Fee Index Table ───────────────────────────────────────── */
.fee-table tbody tr {
    transition: background 0.12s ease, box-shadow 0.12s ease;
}
.fee-table tbody tr:hover {
    background: #fafbfd !important;
}
.fee-table__sn {
    font-weight: 700;
    color: #cbd5e1 !important;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}
.fee-table__muted {
    color: #94a3b8 !important;
    font-size: 12.5px;
}

/* ── Student Cell (avatar + name + roll) ───────────────────── */
.fee-student-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fee-student-cell__avatar {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.fee-student-cell__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fee-student-cell__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.fee-student-cell__name {
    font-weight: 600;
    color: #0f172a;
    font-size: 13.5px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fee-student-cell__sub {
    font-size: 11.5px;
    color: #94a3b8;
    font-weight: 500;
}

/* ── Class + Section labels ────────────────────────────────── */
.fee-class-label {
    font-weight: 600;
    color: #334155;
}
.fee-section-sublabel {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    background: #f8fafc;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 4px;
    border: 1px solid #f1f5f9;
}

/* ── Status Pill ───────────────────────────────────────────── */
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    font-size: 11.5px;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.status-pill::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}
.status-pill--active {
    color: #059669;
    background: rgba(16, 185, 129, 0.08);
}
.status-pill--active::before {
    background: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}
.status-pill--inactive {
    color: #d97706;
    background: rgba(245, 158, 11, 0.08);
}
.status-pill--inactive::before {
    background: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
}

/* ── Fee Status Stacked Amounts ────────────────────────────── */
.fee-status-stack {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.fee-amount {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 8px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.fee-amount__label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.fee-amount--paid {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.04));
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.1);
}
.fee-amount--due {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.04));
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.1);
}

/* ── Collect Button ────────────────────────────────────────── */
.btn-collect-fee {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--base-1, #377dff), var(--base-2, #2563eb));
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(var(--base-rgb, 55,125,255), 0.2);
    letter-spacing: 0.01em;
}
.btn-collect-fee:hover {
    background: linear-gradient(135deg, var(--base-2, #2563eb), var(--base-1, #377dff));
    box-shadow: 0 4px 14px rgba(var(--base-rgb, 55,125,255), 0.35);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

/* ═════════════════════════════════════════════════════════════
   Fee Collection Detail — Profile Card
   ═════════════════════════════════════════════════════════════ */
.fee-profile-card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 6px 24px rgba(0,0,0,0.03);
    position: relative;
}
.fee-profile-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--base-1, #377dff), var(--base-2, #2563eb), #8b5cf6);
    border-radius: 14px 14px 0 0;
}

.fee-profile {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}
.fee-profile__avatar {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 0 0 3px #fff, 0 0 0 4px #f1f5f9;
}
.fee-profile__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fee-profile__info {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}
.fee-profile__name {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.fee-profile__gender {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-weight: 800;
    color: var(--base-1, #377dff);
    background: linear-gradient(135deg, rgba(var(--base-rgb, 55,125,255), 0.12), rgba(var(--base-rgb, 55,125,255), 0.04));
    border: 1px solid rgba(var(--base-rgb, 55,125,255), 0.15);
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 8px;
}
.fee-profile__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.fee-profile__tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    transition: background 0.12s;
}
.fee-profile__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
    color: #475569;
}
.fee-profile__contact span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.fee-profile__contact i {
    color: #94a3b8;
    font-size: 15px;
}

/* ── Parent/Guardian Section ───────────────────────────────── */
.fee-parent-section {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}
.fee-section-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin: 0 0 14px;
}
.fee-parent-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
}
.fee-parent-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.fee-parent-item__label {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.fee-parent-item__value {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

/* ═════════════════════════════════════════════════════════════
   Payment Summary Card
   ═════════════════════════════════════════════════════════════ */
.fee-summary-card {
    height: calc(100% - 8px);
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 6px 24px rgba(0,0,0,0.03);
}
.fee-summary-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px 0;
}
.fee-summary-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(var(--base-rgb, 55,125,255), 0.1), rgba(var(--base-rgb, 55,125,255), 0.04));
    color: var(--base-1, #377dff);
    font-size: 16px;
}
.fee-summary-card__title {
    font-size: 13px;
    font-weight: 800;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}
.fee-summary-card__body {
    padding: 16px 20px 20px;
}
.fee-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #f8fafc;
    font-size: 13.5px;
}
.fee-summary-row__label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-weight: 500;
}
.fee-summary-row__label i {
    font-size: 15px;
    color: #94a3b8;
}
.fee-summary-row__value {
    font-weight: 700;
    color: #1e293b;
    font-variant-numeric: tabular-nums;
}
.fee-summary-row--success .fee-summary-row__value {
    color: #059669;
}
.fee-summary-row--danger .fee-summary-row__value {
    color: #dc2626;
}
.fee-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding: 14px 16px;
    background: linear-gradient(135deg, var(--base-1, #377dff), var(--base-2, #2563eb));
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(var(--base-rgb, 55,125,255), 0.2);
}
.fee-summary-total span:first-child {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.8);
}
.fee-summary-total span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.01em;
}

/* ═════════════════════════════════════════════════════════════
   Fee Info Card (Fee Information + Transactions)
   ═════════════════════════════════════════════════════════════ */
.fee-info-card,
.fee-transactions-card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 6px 24px rgba(0,0,0,0.03);
}
.fee-info-card__header,
.fee-transactions-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #fafbfd, #fff);
}
.fee-info-card__title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fee-info-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(var(--base-rgb, 55,125,255), 0.1), rgba(var(--base-rgb, 55,125,255), 0.04));
    color: var(--base-1, #377dff);
    font-size: 16px;
}
.fee-info-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

/* ── Extra Fee Button ──────────────────────────────────────── */
.btn-add-extra-fee {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--base-1, #377dff);
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(var(--base-rgb, 55,125,255), 0.2);
    background: rgba(var(--base-rgb, 55,125,255), 0.04);
    transition: all 0.15s ease;
}
.btn-add-extra-fee:hover {
    background: rgba(var(--base-rgb, 55,125,255), 0.1);
    border-color: rgba(var(--base-rgb, 55,125,255), 0.3);
    box-shadow: 0 2px 8px rgba(var(--base-rgb, 55,125,255), 0.12);
    text-decoration: none;
    color: var(--base-1, #377dff);
}

/* ── Payment Form ──────────────────────────────────────────── */
.fee-payment-form {
    padding: 24px 0 12px;
    border-top: 2px solid #f1f5f9;
    margin-top: 8px;
}
.fee-payment-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}
.fee-payment-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    flex: 0 0 auto;
    width: 150px;
}
.fee-payment-field--wide {
    width: 210px;
}
.fee-payment-field > span {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.fee-payment-field .form-control {
    height: 40px;
    font-size: 13.5px;
    border-radius: 8px;
    border: 1px solid #d1d9e2;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.fee-payment-field .form-control:focus {
    border-color: var(--base-1, #377dff);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.1);
}
.fee-payment-summary {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8fafc, #fafbfd);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.fee-payment-summary__row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13.5px;
    color: #475569;
}
.fee-payment-summary__row span:last-child {
    font-weight: 700;
    color: #1e293b;
    font-variant-numeric: tabular-nums;
}
.fee-payment-summary__row--highlight {
    font-weight: 700;
}

/* ── Transaction Action Buttons ────────────────────────────── */
.fee-action-group {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}
.fee-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid transparent;
}
.fee-action-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}
.fee-action-btn--print {
    color: #fff;
    background: var(--base-1, #377dff);
    border-color: var(--base-1, #377dff);
}
.fee-action-btn--print:hover {
    background: var(--base-2, #2563eb);
    border-color: var(--base-2, #2563eb);
    color: #fff;
}
.fee-action-btn--view {
    color: #fff;
    background: #f59e0b;
    border-color: #f59e0b;
}
.fee-action-btn--view:hover {
    background: #d97706;
    border-color: #d97706;
    color: #fff;
}
.fee-action-btn--success {
    color: #fff;
    background: #10b981;
    border-color: #10b981;
}
.fee-action-btn--success:hover {
    background: #059669;
    border-color: #059669;
    color: #fff;
}
.fee-action-btn--cancel {
    color: #fff;
    background: #ef4444;
    border-color: #ef4444;
}
.fee-action-btn--cancel:hover {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}


/* ═══════════════════════════════════════════════════════════════
   19. PREMIUM UI POLISH — Phase A: Page Headers
   ═══════════════════════════════════════════════════════════════ */

/* Page header — card-style with accent bar */
.page-header {
    position: relative;
    padding: 12px 20px;
    margin-bottom: 6px;
    margin-top: -4px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e5e9f0;
    border-left: 4px solid var(--base-1, #377dff);
    box-shadow: 0 1px 4px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.02);
}
.page-header > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
}
.page-header > .row > [class*="col"] {
    flex: none;
    width: auto !important;
    max-width: none;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}
.page-header > .row > .col-sm {
    flex: 1 1 0%;
    min-width: 0;
}
.page-header .w-0 {
    width: 0 !important;
}
.page-header .w-0.flex-grow {
    flex: 1 1 0%;
    min-width: 0;
}
.page-header .page-header-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-header .btn--primary {
    margin-bottom: 0;
}
.page-header .onerror-image {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    padding: 7px;
    background: linear-gradient(135deg, rgba(var(--base-rgb, 55,125,255), 0.12), rgba(var(--base-rgb, 55,125,255), 0.04));
    box-shadow: 0 0 0 1px rgba(var(--base-rgb, 55,125,255), 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-header:hover .onerror-image {
    transform: scale(1.06);
    box-shadow: 0 0 0 1px rgba(var(--base-rgb, 55,125,255), 0.2), 0 4px 12px rgba(0,0,0,0.06);
}
.page-header-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.page-header-text {
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.55;
    margin-top: 2px;
    max-width: 580px;
}

/* Page header action button (top-right) — elevated pill */
.page-header .btn--primary,
.page-header a.btn--primary {
    border-radius: 10px;
    padding: 9px 22px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 6px rgba(var(--base-rgb, 55,125,255), 0.25), 0 1px 2px rgba(0,0,0,0.06);
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
}
.page-header .btn--primary:hover,
.page-header a.btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(var(--base-rgb, 55,125,255), 0.35), 0 2px 4px rgba(0,0,0,0.06);
}


/* ═══════════════════════════════════════════════════════════════
   20. PREMIUM UI POLISH — Phase B: Cards & Tables
   ═══════════════════════════════════════════════════════════════ */

/* Card — refined elevation system */
.card {
    border: 1px solid #eef1f6;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03), 0 4px 16px rgba(0,0,0,0.02);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}
.card:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.04);
}

/* Order/stat cards (Classes, Exams, etc.) — richer hover */
.order--card {
    border-radius: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #eef1f6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
}
.order--card:hover {
    border-color: rgba(var(--base-rgb, 55,125,255), 0.25);
    box-shadow: 0 8px 24px rgba(var(--base-rgb, 55,125,255), 0.1), 0 2px 6px rgba(0,0,0,0.04);
    transform: translateY(-3px);
}

/* Teacher/Student/Staff profile cards — premium look */
.order--card .avatar,
.order--card img.avatar {
    border: 3px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: border-color 0.2s ease;
}
.order--card:hover .avatar,
.order--card:hover img.avatar {
    border-color: rgba(var(--base-rgb, 55,125,255), 0.2);
}

/* Table row hover — softer, more premium */
.table tbody tr:hover td {
    background-color: rgba(var(--base-rgb, 55,125,255), 0.02) !important;
}

/* Table header — slightly richer */
.table .thead-light th,
.table thead th {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border-bottom: 2px solid #e2e8f0 !important;
}


/* ═══════════════════════════════════════════════════════════════
   21. PREMIUM UI POLISH — Phase C: Buttons & Form Controls
   ═══════════════════════════════════════════════════════════════ */

/* Primary button — subtle gradient, richer shadow */
.btn--primary {
    background: linear-gradient(180deg, var(--base-1, #377dff) 0%, var(--base-2, #2563eb) 100%);
    border-color: var(--base-2, #2563eb);
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 10px 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 2px 8px rgba(var(--base-rgb, 55,125,255), 0.2);
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
}
.btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(var(--base-rgb, 55,125,255), 0.35), 0 1px 3px rgba(0,0,0,0.06);
    background: linear-gradient(180deg, var(--base-1, #377dff) 0%, var(--base-1, #377dff) 100%);
}
.btn--primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(var(--base-rgb, 55,125,255), 0.3);
}

/* Reset button — refined */
.btn--reset {
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.btn--reset:hover {
    transform: translateY(-1px);
}

/* Form inputs — premium focus glow */
.form-control:focus {
    border-color: var(--base-1, #377dff);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.1), 0 1px 2px rgba(0,0,0,0.04);
}

/* Searchable dropdown trigger — smoother */
.vs-trigger {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}
.vs-trigger:hover {
    background-color: #fafbfc !important;
}

/* Filter section — breathing room */
.status-filter-wrap.border-none {
    padding-top: 16px !important;
    padding-bottom: 8px !important;
}


/* ═══════════════════════════════════════════════════════════════
   22. PREMIUM UI POLISH — Phase D: Modals & Empty States
   ═══════════════════════════════════════════════════════════════ */

/* Modal backdrop — subtle blur */
.modal {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(15, 23, 42, 0.4) !important;
}

/* Modal slide-in — smoother with slight bounce */
@keyframes slideInRight {
    0%   { transform: translateX(100%); opacity: 0.5; }
    70%  { transform: translateX(-1%); opacity: 1; }
    100% { transform: translateX(0); opacity: 1; }
}

/* Modal content — refined shadow */
.modal-content {
    box-shadow: -8px 0 40px rgba(0,0,0,0.12), -2px 0 8px rgba(0,0,0,0.04) !important;
}

/* Modal header (schoolModalHead) — premium bar */
.schoolModalHead {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e9edf2;
    padding: 18px 24px !important;
}
.schoolModalHead h5 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* Close wrapper button — refined */
.close-wrapper button {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.06);
    color: #64748b;
    transition: all 0.15s ease;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}
.close-wrapper button:hover {
    background: #fee2e2;
    border-color: #fecaca;
    color: #dc2626;
}

/* Empty state — richer illustration area */
.empty--data {
    padding: 64px 20px;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    border: 1px dashed #e2e8f0;
    border-radius: 14px;
}
.empty--data img {
    opacity: 0.4;
    max-width: 100px;
    margin-bottom: 20px;
    filter: saturate(0.5);
    transition: opacity 0.3s ease, filter 0.3s ease;
}
.empty--data:hover img {
    opacity: 0.6;
    filter: saturate(0.8);
}
.empty--data h5 {
    color: #94a3b8;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: -0.01em;
}


/* ═══════════════════════════════════════════════════════════════
   23. PREMIUM UI POLISH — Phase E: Sidebar & Top Nav
   ═══════════════════════════════════════════════════════════════ */

/* Sidebar — smoother transitions on menu items */
.navbar-vertical-content .nav-link {
    transition: all 0.18s cubic-bezier(0.4,0,0.2,1) !important;
    border-radius: 8px;
    margin: 1px 8px;
}
.navbar-vertical-content .nav-link:hover {
    background: rgba(255,255,255,0.08);
}

/* Active sidebar item — refined indicator */
.navbar-vertical-aside-has-menu.active > .nav-link {
    background: rgba(255,255,255,0.12) !important;
    box-shadow: inset 3px 0 0 #fff;
}

/* Section headers in sidebar — refined */
.nav-subtitle {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    opacity: 0.5;
    padding: 16px 16px 6px !important;
}

/* Sidebar search — refined */
.sidebar--search-form {
    padding: 12px 12px 8px;
}
.sidebar--search-form .form--control {
    border-radius: 10px !important;
    font-size: 13px;
    background: #f8fafc !important;
    border: 1px solid #e8ecf1 !important;
    color: #334155 !important;
    transition: all 0.2s ease;
}
.sidebar--search-form .form--control:focus {
    background: #fff !important;
    border-color: var(--base-1) !important;
    box-shadow: 0 0 0 3px rgba(var(--base-rgb), 0.1) !important;
}
.sidebar--search-form .form--control::placeholder {
    color: #94a3b8 !important;
}

/* Top navbar — subtle shadow */
.navbar-fixed .navbar:not(.navbar-vertical) {
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.02);
}

/* Breadcrumb — refined */
.app-breadcrumb {
    padding: 10px 24px 6px;
}
.app-breadcrumb li a {
    transition: color 0.15s ease;
}

/* Scrollbar — premium thin style (webkit) */
.navbar-vertical-content::-webkit-scrollbar {
    width: 4px;
}
.navbar-vertical-content::-webkit-scrollbar-track {
    background: transparent;
}
.navbar-vertical-content::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
}
.navbar-vertical-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.25);
}

/* Content area scrollbar */
.content::-webkit-scrollbar,
.scrollable-modal-dialog::-webkit-scrollbar {
    width: 6px;
}
.content::-webkit-scrollbar-track,
.scrollable-modal-dialog::-webkit-scrollbar-track {
    background: transparent;
}
.content::-webkit-scrollbar-thumb,
.scrollable-modal-dialog::-webkit-scrollbar-thumb {
    background: #d1d9e2;
    border-radius: 6px;
}
.content::-webkit-scrollbar-thumb:hover,
.scrollable-modal-dialog::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Sidebar submenu slide animation */
.__submenu-slide {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1),
                opacity 0.2s ease,
                padding 0.2s ease;
    padding-top: 0;
    padding-bottom: 0;
}
.__submenu-slide.__submenu-open {
    max-height: 600px;
    opacity: 1;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Submenu toggle chevron rotation */
.nav-link-toggle::after {
    transition: transform 0.25s ease !important;
}
.nav-link-toggle.submenu-open::after {
    transform: rotate(90deg) !important;
}

/* Active sidebar item — accent bar + subtle glow */
.navbar-vertical-aside-has-menu.active > .nav-link {
    background: rgba(255,255,255,0.12) !important;
    box-shadow: inset 3px 0 0 var(--theme-complementary, #dfad68);
    border-radius: 8px;
}

/* Active child nav item — dot glow */
.nav-sub .nav-item.active .nav-link {
    background: rgba(255,255,255,0.06) !important;
    border-radius: 6px;
}
.nav-sub .nav-item.active .nav-indicator-dot {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.15);
}

/* Sidebar nav icon micro-animation */
.navbar-vertical-content .nav-link .nav-icon {
    transition: transform 0.15s ease;
}
.navbar-vertical-content .nav-link:hover .nav-icon {
    transform: scale(1.12);
}


/* ═══════════════════════════════════════════════════════════════
   24. PREMIUM UI POLISH — Micro-interactions & Polish
   ═══════════════════════════════════════════════════════════════ */

/* Smooth page transitions */
.content.container-fluid {
    animation: fadeInUp 0.25s ease-out;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Toggle switch — refined */
.toggle-switch-label {
    transition: background-color 0.2s ease !important;
}

/* Avatar hover effect */
.avatar {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Link hover in tables */
.table a:not(.badge):not(.btn):not([class*="fee-action"]):not([class*="btn-collect"]) {
    color: var(--base-1, #377dff);
    text-decoration: none;
    transition: color 0.15s ease;
}
.table a:not(.badge):not(.btn):not([class*="fee-action"]):not([class*="btn-collect"]):hover {
    color: var(--base-2, #2563eb);
}

/* Loading button state */
.btn.is-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.75;
}

/* Toastr position fix */
#toast-container {
    z-index: 999999 !important;
}


/* ═══════════════════════════════════════════════════════════════
   25. PREMIUM V2 — Dashboard Stat Cards
   ═══════════════════════════════════════════════════════════════ */

/* Dashboard stat cards — premium glassmorphism feel */
.__dashboard-card-2 {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #eef1f6;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03), 0 6px 24px rgba(0,0,0,0.03);
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
}
.__dashboard-card-2::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--base-1, #377dff), var(--base-2, #2563eb));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.__dashboard-card-2:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(var(--base-rgb, 55,125,255), 0.12), 0 2px 8px rgba(0,0,0,0.04);
    border-color: rgba(var(--base-rgb, 55,125,255), 0.15);
}
.__dashboard-card-2:hover::before {
    opacity: 1;
}
.__dashboard-card-2 img {
    width: 44px;
    height: 44px;
    padding: 8px;
    background: linear-gradient(135deg, rgba(var(--base-rgb, 55,125,255), 0.08), rgba(var(--base-rgb, 55,125,255), 0.03));
    border-radius: 12px;
    border: 1px solid rgba(var(--base-rgb, 55,125,255), 0.08);
    transition: transform 0.2s ease;
}
.__dashboard-card-2:hover img {
    transform: scale(1.1);
}
.__dashboard-card-2 .name {
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}
.__dashboard-card-2 .count {
    font-weight: 800;
    font-size: 30px;
    color: #0f172a;
    letter-spacing: -0.03em;
}
.__dashboard-card-2 .subtxt {
    font-weight: 600;
    font-size: 12px;
    color: var(--base-1, #377dff);
    opacity: 0.7;
    transition: opacity 0.2s ease;
}
.__dashboard-card-2:hover .subtxt {
    opacity: 1;
}

/* Dashboard icon element (replaces <img>) */
.__dc-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.__dashboard-card-2:hover .__dc-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* Color accent variants — top bar + icon tint */
.__dc-emerald { --dc-h: 160; --dc-s: 84%; --dc-l: 39%; }
.__dc-blue    { --dc-h: 213; --dc-s: 94%; --dc-l: 48%; }
.__dc-rose    { --dc-h: 350; --dc-s: 89%; --dc-l: 60%; }
.__dc-indigo  { --dc-h: 231; --dc-s: 75%; --dc-l: 57%; }
.__dc-violet  { --dc-h: 271; --dc-s: 76%; --dc-l: 53%; }
.__dc-amber   { --dc-h: 38;  --dc-s: 92%; --dc-l: 50%; }
.__dc-teal    { --dc-h: 175; --dc-s: 77%; --dc-l: 40%; }
.__dc-cyan    { --dc-h: 192; --dc-s: 91%; --dc-l: 36%; }

.__dashboard-card-2[class*="__dc-"]::before {
    background: linear-gradient(90deg,
        hsl(var(--dc-h) var(--dc-s) var(--dc-l)),
        hsl(var(--dc-h) calc(var(--dc-s) - 10%) calc(var(--dc-l) + 12%)));
    opacity: 1;
}
.__dashboard-card-2[class*="__dc-"] .__dc-icon {
    background: linear-gradient(135deg,
        hsl(var(--dc-h) var(--dc-s) var(--dc-l) / 0.12),
        hsl(var(--dc-h) var(--dc-s) var(--dc-l) / 0.04));
    color: hsl(var(--dc-h) var(--dc-s) var(--dc-l));
    border: 1px solid hsl(var(--dc-h) var(--dc-s) var(--dc-l) / 0.1);
}
.__dashboard-card-2[class*="__dc-"]:hover {
    border-color: hsl(var(--dc-h) var(--dc-s) var(--dc-l) / 0.18);
    box-shadow: 0 8px 32px hsl(var(--dc-h) var(--dc-s) var(--dc-l) / 0.12),
                0 2px 8px rgba(0,0,0,0.04);
}
.__dashboard-card-2[class*="__dc-"] .subtxt {
    color: hsl(var(--dc-h) var(--dc-s) var(--dc-l));
}

/* Hide legacy <img> when icon is present */
.__dashboard-card-2 .__dc-icon + img,
.__dashboard-card-2:has(.__dc-icon) > img {
    display: none;
}

/* Dashboard charts card — refined */
.card-header-title {
    font-weight: 700;
    font-size: 15px;
    color: #0f172a;
    letter-spacing: -0.01em;
}


/* ═══════════════════════════════════════════════════════════════
   26. PREMIUM V2 — Status Badges & Pills
   ═══════════════════════════════════════════════════════════════ */

/* Unified badge system — rounder, slightly larger, better spacing */
.badge {
    font-weight: 600;
    font-size: 11.5px;
    letter-spacing: 0.02em;
    padding: 5px 10px;
    border-radius: 6px;
    line-height: 1.4;
    transition: all 0.15s ease;
}

/* Soft badges — premium subtle look */
.badge-soft-primary {
    background-color: rgba(var(--base-rgb, 55,125,255), 0.08) !important;
    color: var(--base-1, #377dff) !important;
    border: 1px solid rgba(var(--base-rgb, 55,125,255), 0.12);
}
.badge-soft-success {
    background-color: rgba(0, 170, 109, 0.08) !important;
    color: #059669 !important;
    border: 1px solid rgba(0, 170, 109, 0.12);
}
.badge-soft-danger {
    background-color: rgba(239, 68, 68, 0.08) !important;
    color: #dc2626 !important;
    border: 1px solid rgba(239, 68, 68, 0.12);
}
.badge-soft-warning {
    background-color: rgba(245, 158, 11, 0.08) !important;
    color: #d97706 !important;
    border: 1px solid rgba(245, 158, 11, 0.12);
}
.badge-soft-info {
    background-color: rgba(6, 182, 212, 0.08) !important;
    color: #0891b2 !important;
    border: 1px solid rgba(6, 182, 212, 0.12);
}

/* Solid badges — refined with subtle shadow */
.badge-primary {
    background: linear-gradient(135deg, var(--base-1, #377dff), var(--base-2, #2563eb)) !important;
    border: none;
    box-shadow: 0 1px 3px rgba(var(--base-rgb, 55,125,255), 0.3);
}
.badge-success {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    border: none;
    box-shadow: 0 1px 3px rgba(16, 185, 129, 0.3);
}
.badge-danger {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    border: none;
    box-shadow: 0 1px 3px rgba(239, 68, 68, 0.3);
}
.badge-warning {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    color: #fff !important;
    border: none;
    box-shadow: 0 1px 3px rgba(245, 158, 11, 0.3);
}

/* Status-specific badges (exam, academic year, etc.) */
.badge--accepted {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #fff !important;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(16, 185, 129, 0.25);
}
.badge--pending {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    color: #fff !important;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(245, 158, 11, 0.25);
}
.badge--cancel {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #fff !important;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(239, 68, 68, 0.25);
}

/* Badge in tables — slightly smaller, tighter */
.table .badge {
    font-size: 11px;
    padding: 4px 8px;
}


/* ═══════════════════════════════════════════════════════════════
   27. PREMIUM V2 — Tables, Pagination & Action Buttons
   ═══════════════════════════════════════════════════════════════ */

/* Table — refined structure */
.table {
    border-collapse: separate;
    border-spacing: 0;
}
.table thead th {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
    padding: 14px 16px !important;
    white-space: nowrap;
}
.table tbody td {
    padding: 12px 16px !important;
    font-size: 13.5px;
    color: #334155;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}
.table tbody tr:last-child td {
    border-bottom: none;
}

/* Table action buttons — consistent icon buttons */
.table .btn-outline-info,
.table .btn-outline-primary,
.table .btn-outline-danger,
.table .btn-outline-warning,
.table .btn-outline-success {
    width: 34px;
    height: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.15s ease;
    border-width: 1px;
}
.table .btn-outline-info:hover,
.table .btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(var(--base-rgb, 55,125,255), 0.2);
}
.table .btn-outline-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(239, 68, 68, 0.2);
}

/* Pagination — modern pill style */
.pagination {
    gap: 4px;
}
.pagination .page-item .page-link,
.pagination li a,
.pagination li span {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    min-width: 36px;
    text-align: center;
    transition: all 0.15s ease;
    background: #fff;
    line-height: 1.5;
}
.pagination .page-item .page-link:hover,
.pagination li a:hover {
    background: rgba(var(--base-rgb, 55,125,255), 0.06);
    border-color: rgba(var(--base-rgb, 55,125,255), 0.2);
    color: var(--base-1, #377dff);
    transform: translateY(-1px);
}
.pagination .page-item.active .page-link,
.pagination li.active a,
.pagination li.active span {
    background: linear-gradient(135deg, var(--base-1, #377dff), var(--base-2, #2563eb)) !important;
    border-color: var(--base-2, #2563eb) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(var(--base-rgb, 55,125,255), 0.3);
}
.pagination .page-item.disabled .page-link,
.pagination li.disabled a,
.pagination li.disabled span {
    opacity: 0.4;
    pointer-events: none;
}

/* Showing X of Y text */
.dataTables_info,
.showing-info {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}


/* ═══════════════════════════════════════════════════════════════
   28. PREMIUM V2 — Tabs & Nav Pills
   ═══════════════════════════════════════════════════════════════ */

/* Tab navigation — premium underline style */
.nav-tabs .nav-link {
    font-weight: 600;
    font-size: 13.5px;
    color: #64748b;
    padding: 10px 18px;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    background: transparent !important;
    transition: all 0.2s ease;
    border-radius: 0 !important;
}
.nav-tabs .nav-link:hover {
    color: var(--base-1, #377dff);
    border-bottom-color: rgba(var(--base-rgb, 55,125,255), 0.3) !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--base-1, #377dff) !important;
    border-bottom-color: var(--base-1, #377dff) !important;
    font-weight: 700;
    background: transparent !important;
}

/* Card header tabs (roles, etc.) — refined */
.card-header .nav-tabs {
    border-bottom: 1px solid #e9edf2;
}
.card-header .nav-tabs .nav-item .nav-link:not(.active) {
    opacity: 0.65;
}
.card-header .nav-tabs .nav-item .nav-link:not(.active):hover {
    opacity: 1;
}

/* Inline nav tabs menu (roles page, SMS page) */
.__nav-tabs-menu .nav-item .nav-link {
    border-radius: 10px !important;
    font-weight: 600;
    padding: 8px 16px;
    border: 1px solid transparent !important;
    transition: all 0.2s ease;
}
.__nav-tabs-menu .nav-item .nav-link.active {
    background: linear-gradient(135deg, var(--base-1, #377dff), var(--base-2, #2563eb)) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(var(--base-rgb, 55,125,255), 0.3);
    border-color: transparent !important;
}
.__nav-tabs-menu .nav-item .nav-link:not(.active):hover {
    background: rgba(var(--base-rgb, 55,125,255), 0.06) !important;
    border-color: rgba(var(--base-rgb, 55,125,255), 0.15) !important;
}


/* ═══════════════════════════════════════════════════════════════
   29. PREMIUM V2 — Form Filters & Select Controls
   ═══════════════════════════════════════════════════════════════ */

/* Filter bar area — subtle card feel */
.card .card-header {
    background: linear-gradient(180deg, #fafbfc 0%, #f8f9fb 100%);
    border-bottom: 1px solid #eef1f6;
    padding: 14px 20px;
}

/* Form controls — refined default state */
.form-control,
.custom-select,
select.form-control {
    border-radius: 10px;
    border: 1px solid #d1d9e6;
    font-size: 13.5px;
    padding: 9px 14px;
    color: #334155;
    transition: all 0.2s ease;
    background-color: #fff;
}
.form-control:hover,
.custom-select:hover {
    border-color: #94a3b8;
}
.form-control:focus,
.custom-select:focus {
    border-color: var(--base-1, #377dff);
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.08), 0 1px 2px rgba(0,0,0,0.04);
}

/* Form labels — refined */
.form-label,
label:not(.toggle-switch-label):not(.custom-control-label) {
    font-weight: 600;
    font-size: 12.5px;
    color: #475569;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
}

/* Searchable select (vue-select) — premium */
.vs__dropdown-toggle {
    border-radius: 10px !important;
    border-color: #d1d9e6 !important;
    padding: 4px 8px !important;
    min-height: 40px;
    transition: all 0.2s ease !important;
}
.vs__dropdown-toggle:hover {
    border-color: #94a3b8 !important;
}
.vs--open .vs__dropdown-toggle {
    border-color: var(--base-1, #377dff) !important;
    box-shadow: 0 0 0 3px rgba(var(--base-rgb, 55,125,255), 0.08) !important;
}
.vs__dropdown-menu {
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04) !important;
    padding: 4px !important;
    margin-top: 4px !important;
}
.vs__dropdown-option {
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 13.5px;
    transition: all 0.1s ease;
}
.vs__dropdown-option--highlight {
    background: rgba(var(--base-rgb, 55,125,255), 0.08) !important;
    color: var(--base-1, #377dff) !important;
}

/* Search input in filter bars */
.input-group {
    border-radius: 10px;
    overflow: hidden;
}
.input-group .form-control {
    border-radius: 10px 0 0 10px;
}
.input-group .input-group-append .btn,
.input-group .btn:last-child {
    border-radius: 0 10px 10px 0;
}


/* ═══════════════════════════════════════════════════════════════
   30. PREMIUM V2 — Profile, Settings & Misc Polish
   ═══════════════════════════════════════════════════════════════ */

/* Profile page — refined */
.profile-cover {
    border-radius: 16px;
    overflow: hidden;
}
.profile-cover .avatar-xxl {
    border: 4px solid #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* Settings sections — cleaner card areas */
.card .card-body {
    padding: 20px;
}

/* Checkbox & radio — refined */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--base-1, #377dff);
    border-color: var(--base-1, #377dff);
    box-shadow: 0 1px 3px rgba(var(--base-rgb, 55,125,255), 0.3);
}

/* Tooltip — modern style */
.tooltip-inner {
    background: #0f172a;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Alert boxes — refined */
.alert {
    border-radius: 12px;
    border: none;
    font-size: 13.5px;
    font-weight: 500;
    padding: 14px 18px;
}
.alert-info {
    background: rgba(6, 182, 212, 0.08);
    color: #0891b2;
    border-left: 4px solid #06b6d4;
}
.alert-warning {
    background: rgba(245, 158, 11, 0.08);
    color: #d97706;
    border-left: 4px solid #f59e0b;
}
.alert-danger {
    background: rgba(239, 68, 68, 0.08);
    color: #dc2626;
    border-left: 4px solid #ef4444;
}
.alert-success {
    background: rgba(16, 185, 129, 0.08);
    color: #059669;
    border-left: 4px solid #10b981;
}

/* Staff/Student/Teacher grid cards — refined grid layout */
.order--card .media {
    transition: all 0.2s ease;
}
.order--card .badge {
    font-size: 10.5px;
    padding: 3px 8px;
}

/* Image upload area — refined */
.custom-file-label {
    border-radius: 10px;
    border: 1px dashed #cbd5e1;
    padding: 10px 14px;
    font-size: 13px;
    color: #64748b;
    transition: all 0.2s ease;
    cursor: pointer;
}
.custom-file-label:hover {
    border-color: var(--base-1, #377dff);
    background: rgba(var(--base-rgb, 55,125,255), 0.02);
}

/* Permission grid — cleaner */
.permission-group {
    border-radius: 12px;
    overflow: hidden;
}

/* Save/Reset button group at bottom of forms */
.btn-group-save-reset {
    gap: 8px;
}

/* Dropdown menus — modern */
.dropdown-menu {
    border-radius: 12px;
    border: 1px solid #e9edf2;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    padding: 6px;
    animation: fadeInUp 0.15s ease-out;
}
.dropdown-item {
    border-radius: 8px;
    font-size: 13.5px;
    padding: 8px 14px;
    font-weight: 500;
    transition: all 0.1s ease;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(var(--base-rgb, 55,125,255), 0.06);
    color: var(--base-1, #377dff);
}

/* Breadcrumb — refined path */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.breadcrumb-item a {
    color: #64748b;
    font-weight: 500;
    transition: color 0.15s ease;
}
.breadcrumb-item a:hover {
    color: var(--base-1, #377dff);
}
.breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #cbd5e1;
}


/* ═══════════════════════════════════════════════════════════════
   31. PREMIUM V3 — Header Dropdown Animations & Button Polish
   ═══════════════════════════════════════════════════════════════ */

/* Megamenu & user-panel — scale entrance */
.__megamenu,
.__user-panel,
.__quick-dropdown-inner {
    transform-origin: top center;
}
.__megamenu {
    transform: translateY(8px) scale(0.98);
}
.__nav-item--open .__megamenu,
.__nav-item--mega:hover .__megamenu {
    transform: translateY(0) scale(1);
}
.__quick-dropdown-inner {
    transform: translateY(6px) scale(0.96);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
}
.__nav-item--quick:hover .__quick-dropdown-inner {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Megamenu chevron — rotate on open */
.__nav-chevron {
    transition: transform 0.25s ease;
}
.__nav-item--open .__nav-chevron {
    transform: rotate(180deg);
}

/* Quick-links button — refined pulse on hover */
.__quick-trigger:hover {
    transform: scale(1.08);
}
.__quick-trigger:active {
    transform: scale(0.95);
}

/* Header nav link — subtle underline on hover */
.__nav-item--mega .__nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--base-1);
    transition: all 0.25s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}
.__nav-item--mega:hover .__nav-link::after,
.__nav-item--open .__nav-link::after {
    width: 60%;
}

/* Website direct link — arrow animation */
.__nav-direct:hover .__nav-direct-arrow {
    transform: translateX(3px);
    transition: transform 0.2s ease;
}

/* Button global polish — ensure radius isn't zeroed */
button:not(.swal2-close):not([class*="ql-"]) {
    border-radius: inherit;
}

/* Cards — refined border and shadow globally */
.card {
    border: 1px solid #eef1f6;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 4px 16px rgba(0,0,0,0.02);
    transition: box-shadow 0.2s ease;
    overflow: hidden;
}
.card:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.04);
}

/* Card header — softer divider */
.card .card-header {
    border-bottom: 1px solid #f1f5f9;
}

/* Gross amount section in dashboard — typography refinement */
.__gross-amount h6 {
    font-weight: 700;
    font-size: 15px;
    color: #0f172a;
    letter-spacing: -0.01em;
}
.__gross-amount span {
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.5;
}


/* ═══════════════════════════════════════════════════════════════
   32. PREMIUM V3 — Skeleton Loader & Empty States
   ═══════════════════════════════════════════════════════════════ */

/* Loader wrapper */
.__loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0;
}
.__loader-wrap.__loader-skeleton {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 0;
}

/* Spinner — refined */
.__loader-spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    border-top-color: var(--base-1, #377dff);
    animation: __spin 0.7s linear infinite;
}
@keyframes __spin {
    to { transform: rotate(360deg); }
}

/* Error state — refined */
.__loader-error {
    text-align: center;
    color: #64748b;
}
.__loader-error-icon {
    font-size: 36px;
    color: #f59e0b;
    margin-bottom: 8px;
}
.__loader-error p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

/* Skeleton shimmer base */
@keyframes __shimmer {
    0%   { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}
.__skeleton-line,
.__skeleton-circle {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 37%, #f1f5f9 63%);
    background-size: 800px 100%;
    animation: __shimmer 1.5s ease infinite;
    border-radius: 6px;
}

/* Skeleton header */
.__skeleton-header {
    margin-bottom: 24px;
}
.__skeleton-line--title {
    height: 20px;
    width: 220px;
    margin-bottom: 10px;
}
.__skeleton-line--subtitle {
    height: 14px;
    width: 360px;
}

/* Skeleton cards grid */
.__skeleton-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.__skeleton-card {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
}

/* Skeleton elements */
.__skeleton-circle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin: 0 auto 14px;
}
.__skeleton-line--sm {
    height: 12px;
    width: 100px;
    margin: 0 auto 8px;
}
.__skeleton-line--lg {
    height: 28px;
    width: 80px;
    margin: 0 auto 8px;
}
.__skeleton-line--xs {
    height: 10px;
    width: 90px;
    margin: 0 auto;
}

/* Empty state */
.__empty-state {
    text-align: center;
    padding: 48px 24px;
    color: #94a3b8;
}
.__empty-state-icon {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 16px;
}
.__empty-state h6 {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 6px;
}
.__empty-state p {
    font-size: 13px;
    color: #94a3b8;
    max-width: 320px;
    margin: 0 auto;
    line-height: 1.6;
}
