:root {
    --sidebar-bg: #1a2332;
    --sidebar-hover: #ffffff0a;
    --sidebar-active: #1abb9c14;
    --sidebar-text: #7b8fa3;
    --sidebar-text-hover: #c5d0dc;
    --sidebar-text-active: #fff;
    --sidebar-border: #ffffff0f;
    --sidebar-w: 252px;
    --primary: #1abb9c;
    --primary-lt: #1abb9c0f;
    --primary-dk: #169f85;
    --body-bg: #f5f7fb;
    --bg-surface: #fff;
    --bg-surface-secondary: #f9fafb;
    --border-color: #e6e7eb;
    --border-color-light: #eff0f3;
    --border-translucent: #04204514;
    --text: #1e2633;
    --text-secondary: #626d7d;
    --text-muted: #7e8896;
    --text-disabled: #c0c7cf;
    --blue: #066fd1;
    --azure: #4299e1;
    --green: #2fb344;
    --lime: #74b816;
    --yellow: #f59f00;
    --orange: #f76707;
    --red: #d63939;
    --pink: #d6336c;
    --purple: #ae3ec9;
    --indigo: #4263eb;
    --cyan: #17a2b8;
    --green-lt: #2fb3440f;
    --red-lt: #d639390f;
    --yellow-lt: #f59f000f;
    --blue-lt: #066fd10f;
    --azure-lt: #4299e10f;
    --purple-lt: #ae3ec90f;
    --cyan-lt: #17a2b80f;
    --radius: 6px;
    --radius-sm: 4px;
    --radius-lg: 8px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 48px;
    --space-8: 64px;
    --shadow: #1e26330a 0 2px 4px 0;
    --shadow-card: 0 0 0 1px var(--border-translucent), #1e26330a 0 2px 4px 0;
    --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-mono: "SF Mono", Monaco, Consolas, "Liberation Mono", monospace;
    --font-size: .875rem;
    --line-height: 1.4286;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 600
}
input, select, option {
    font-size: 12.5px!important;
}
tbody#dailyReportTableBody td.text--danger-hover {
    color: var(--red) !important;
    font-weight: 500;
}
tbody#dailyReportTableBody td.text--success-hover, tfoot#dailyReportTableFoot td.text--success-hover {
    color: var(--green) !important;
    font-weight: 500;
}
div#recordModal[data-opening-source="opening_6"] input#field_created_by,div#recordModal[data-opening-source="opening_6"] input#field_used_count {
    user-select: none;
    pointer-events: none;
    cursor: none;
}
div#alertContainer {
    position: fixed;
    z-index: 999999999;
    right: 20px;
    top: 20px;
    width: 85%;
    margin: 0 auto;
} 
.hidden{
    display:none!important;
}
button#back-to-top {
    display: none !important;
}
div#earningPaginationControls .btn-success {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary-dk);
}
.btn-primary {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary-dk);
}
.btn-primary:hover {
    background: var(--primary-dk);
}
.badge-primary {
    color: var(--primary);
    background: var(--primary-lt);
    border-color: #1abb9c33;
}
.badge-primary.active {
    background: var(--primary-lt);
    color: var(--primary);
}
.badge {
    align-items: center;
    gap: var(--space-1);
    height: 22px;
    font-size: 11.5px;
    font-weight: var(--font-weight-medium);
    color: var(--text-secondary);
    background: var(--bg-surface-secondary);
    border: 1px solid var(--border-color);
    white-space: nowrap;
    border-radius: 11px;
    padding: 0 8px;
    display: inline-flex;
}
.badge {
    transition: background .12s, color .12s, opacity .15s, transform .15s;
}
.badge.bg-info {
    background: var(--blue-lt);
    color: var(--blue);
    justify-content: center;
    min-width: 4rem;
    border: 1px solid color-mix(in srgb, var(--blue) 25%, transparent);
}
.badge.bg-success {
    background: var(--green-lt);
    color: var(--green);
    justify-content: center;
    min-width: 4rem;
    border: 1px solid color-mix(in srgb, var(--primary) 25%, transparent);
}
.badge.bg-danger {
    background: var(--red-lt);
    color: var(--red);
    justify-content: center;
    min-width: 4rem;
    border: 1px solid color-mix(in srgb, var(--red) 25%, transparent);
}
.badge.bg-warning {
    background: var(--yellow-lt);
    color: var(--yellow);
    justify-content: center;
    min-width: 4rem;
    border: 1px solid color-mix(in srgb, var(--yellow) 25%, transparent);
}
table.table th {
    text-align: left;
    font-size: 11px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: .3px;
    color: var(--text-muted);
    background: var(--bg-surface-secondary);
    border-bottom: 1px solid var(--border-color);
    padding: 8px 16px;
}
table.table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}
.rows {
    gap: var(--space-4);
    margin-bottom: 16px;
    display: grid!important;
}
.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))!important;
}
.card {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: box-shadow .15s;
}
.stat {
    align-items: center;
    gap: 14px;
    padding: 16px;
    display: flex;
}
.stat-icon.teal {
    background: var(--primary-lt);
    color: var(--primary);
}
.stat-icon {
    border-radius: var(--radius);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}
:where(svg):not([width]):not([height]) {
    width: 2em;
    height: 2em;
}
.stat-content {
    flex: 1;
    min-width: 0;
}
.stat-label {
    color: var(--text-muted);
    font-size: 11.5px;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 1.3;
}
.stat-value-row {
    align-items: baseline;
    gap: var(--space-2);
    display: flex;
}
.stat-value {
    letter-spacing: -.5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.stat-subtext {
    color: var(--text-muted);
    margin-top: 2px;
    font-size: 11px;
}
.status-red, .status-danger, .text-danger,tbody#userSummaryTableBody td.text-danger {
    color: var(--red)!important;
}
.status-yellow, .status-warning {
    color: var(--yellow)!important;
}
.status-info, .status-blue, .text-info {
    color: var(--blue)!important;
}
.status-yellow:before , .status-warning:before {
    background: var(--yellow);
}
.status-blue:before , .status-info:before {
    background: var(--blue);
}
.status-red:before , .status-danger:before {
    background: var(--red);
}
.activated_amount {
    font-size: .75rem;
}
.card-subtitle {
    color: var(--text-muted);
    font-size: 11.5px;
    font-weight: var(--font-weight-normal);
    margin-top: 1px;
}
.card-title {
    font-size: 13px;
    font-weight: var(--font-weight-bold);
    color: var(--text);
}
.status {
    align-items: center;
    gap: var(--space-1);
    font-size: 11.5px;
    font-weight: var(--font-weight-medium);
    display: inline-flex;
}
.status-green , .status-success, .text-success, tbody#userSummaryTableBody td.text-success {
    color: var(--green)!important;
}
.status-green:before , .status-success:before {
    background: var(--green);
}
.status:before {
    content: "";
    border-radius: 50%;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
}
.card-header {
    justify-content: space-between;
    align-items: center;
    gap: var(--space-4);
    border-bottom: 1px solid var(--border-color-light);
    min-height: 44px;
    padding: 12px 16px;
    display: flex;
}
.users-filters {
    gap: var(--space-2);
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
.search-box {
    width: 240px;
    position: relative;
}
.users-filters .search-box .s-icon {
    width: 14px;
    height: 14px;
}
.search-box .s-icon {
    width: 14px;
    height: 14px;
    color: var(--text-muted);
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
}
.search-box input {
    background: var(--body-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    width: 100%;
    height: 32px;
    font: inherit;
    color: var(--text);
    outline: none;
    padding: 0 10px 0 32px;
    font-size: 13px;
    transition: border-color .15s, box-shadow .15s;
}
select.form-control {
    appearance: none;
    cursor: pointer;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%239ba5b1' stroke-width='1.5'%3E%3Cpath d='M3 5l3 3 3-3'/%3E%3C/svg%3E);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 32px;
}
input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-lt);
}
.form-control {
    width: 100%;
    height: 36px;
    font: inherit;
    color: var(--text);
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-family: var(--font);
    outline: none;
    padding: 0 12px;
    transition: border-color .15s, box-shadow .15s;
    display: block;
}
select:not(:-internal-list-box):not([multiple]) option {
    padding-block-end: -internal-auto-base(1px, 0);
    display: -internal-auto-base(block, flex);
    padding-inline: -internal-auto-base(2px, 0.5em);
}
select:not(:-internal-list-box) option {
    min-inline-size: 24px;
    min-block-size: -internal-auto-base(24px, max(24px, 1lh));
    font-weight: -internal-auto-base(normal, inherit);
    align-items: center;
    gap: 0.5em;
}
option {
    font-weight: -internal-auto-base(normal, inherit);
    display: -internal-auto-base(block, flex);
    padding-block-start: 0px;
    padding-block-end: -internal-auto-base(1px, 0);
    min-inline-size: -internal-auto-base(unset, 24px);
    min-block-size: -internal-auto-base(1.2em, max(24px, 1lh));
    align-items: -internal-auto-base(unset, center);
    padding-inline: -internal-auto-base(2px, 0.5em);
    white-space: nowrap;
    gap: -internal-auto-base(unset, 0.5em);
}
.tb-btn.tb-docs {
    width: auto;
    height: 32px;
    color: var(--primary);
    background: 
color-mix(in srgb, var(--primary) 8%, transparent);
    border: 1px solid 
color-mix(in srgb, var(--primary) 25%, transparent);
    gap: 6px;
    margin-right: 6px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.cell-strong {
    color: var(--text);
    font-weight: var(--font-weight-medium);
}
.tb-btn {
    border-radius: var(--radius-sm);
    cursor: pointer;
    min-width: 32px!important;
    height: 32px;
    color: var(--text-secondary);
    background: 0 0;
    border: none;
    justify-content: center;
    align-items: center;
    transition: background .12s, color .12s;
    display: flex;
    position: relative;
}

tbody#affLevelTableBody tr td {
    position: relative;
    text-align: center;
}

table#affLevelTable thead.table-light tr th {
    position: relative;
    text-align: center!important;
}
.chip-blue, .chip-info {
    color: var(--blue)!important;
    background: var(--blue-lt)!important;
    border-color: #066fd133!important;
}
.chip {
    align-items: center;
    gap: var(--space-1);
    height: 22px;
    font-size: 11.5px;
    font-weight: var(--font-weight-medium);
    color: var(--text-secondary);
    background: var(--bg-surface-secondary);
    border: 1px solid var(--border-color);
    white-space: nowrap;
    border-radius: 11px;
    padding: 0 8px;
    display: inline-flex;
}
.chip {
    transition: background .12s, color .12s, opacity .15s, transform .15s;
}
.chip-primary, .chip-success {
    color: var(--primary)!important;
    background: var(--primary-lt)!important;
    border-color: #1abb9c33;
}

.chip-red, .chip-danger {
    color: var(--red)!important;
    background: var(--red-lt)!important;
    border-color: #bb1a1a33!important;
} 
ul#sidebar-nav {
    padding-left: 0;
    list-style: none !important;
}  
@media (max-width: 767.98px) {
    .app-menu.navbar-menu[data-sidebar-menu="show"] {
        display: block;
        width: 100%;
        margin: 0;
    }
    
    .mobile-item {
        display:block;
    }
button.mobile-item.h-11.w-11.items-center.justify-center.rounded-full.text-muted-foreground.transition-colors.hover\:bg-accent.hover\:text-foreground.lg\:flex {
    position: absolute;
    top: 25px;
    right: 10px;
}
    .mobile-item svg {
        filter: invert(1);
    }
}
@media (min-width: 767.98px) {
    .mobile-item {
        display:none;
    }
} 
button#page-header-search-dropdown {
    display: none;
}
button.list-group-item.list-group-item-action.d-flex.justify-content-between.align-items-center.active[data-resource="rebate"] {
    display: none !important;
}
button.list-group-item.list-group-item-action.d-flex.justify-content-between.align-items-center[data-resource="rebate"] {
    display: none !important;
}
.top-80 {
    top: 80px!important
}
.max-h-90 {
    max-height: 100%;
    height: 90dvh;
}
tbody#recordsTableBody tr td {
    font-size: 12.5px;
    color: var(--text) !important;
}
.bonus-multi-select .bonus-multi-toggle {
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bonus-multi-select .bonus-multi-menu {
    max-height: 320px;
    overflow-y: auto;
}
.bonus-multi-option {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    min-height: 42px;
    padding: 6px 8px;
}
.bonus-multi-option:hover {
    background: var(--vz-light, #f3f6f9);
}
.bonus-option-logo,
.bonus-option-fallback {
    align-items: center;
    background: #fff;
    border: 1px solid var(--vz-border-color, #e9ebec);
    border-radius: 7px;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    object-fit: contain;
    width: 34px;
}
.bonus-option-fallback {
    color: var(--vz-secondary-color, #878a99);
    font-size: 10px;
    font-weight: 700;
}
select#swal2-select {
    border-radius: .25rem;
    padding: .5rem .625rem;
}
.navbar-menu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.app-menu.navbar-menu {
    overflow: visible!important;
}
html[data-sidebar-size="sm-hover"] .btn-scrollout-wrapper {
    display: block;
}
html[data-sidebar-size="sm-hover-active"]  button.btn.btn-scrollout i {
    transform : rotate(180deg);
    transition: .3s ease;
}

:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm-hover] .navbar-menu:hover .navbar-nav .nav-link i {
    font-size: 24px!important;
}
:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm-hover] .navbar-menu .navbar-nav .nav-link i

 {
    font-size: 24px!important;
}

.btn-scrollout-wrapper {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background: linear-gradient(45deg, #1a2332, #1a2332);
    z-index: 9999;
    position: absolute;
    right: -20px;
    top: 50%;
    box-shadow: 0 0 1px;
}
div#scrollbarmenu {
    height: calc(100dvh - 5rem);
}
.btn-scrollout-wrapper .button, button.btn.btn-scrollout {
    width: 100%;
    height: 100%;
}

button.btn.btn-scrollout {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding: 0;
    flex-direction: column;
}

button.btn.btn-scrollout i {
    margin-right: .5rem;
}
.px-3.pt-3.pb-1.text-muted.text-uppercase.small.fw-semibold {
    font-size: .875rem;
    color: var(--vz-dark-bg-subtle) !important;
    letter-spacing: 0;
}
.card-body.p-2 {
    padding-right: 0 !important;
    overflow: auto;
}
form#memberForm .row .col-md-4.mb-3 input#balance {
    user-select: none;
    cursor: none;
    pointer-events: none;
}
div#bonus-tab .card-header.d-flex.flex-wrap.gap-2.justify-content-between.align-items-center a.btn.btn-outline-success.btn-sm {
    display: none;
}
div#scrollbarmenu {
    height: calc(100dvh - 5rem) !important;
    overflow: auto !important;
}
.bank-report-hero {
    border-radius: var(--radius-lg)!important;
}
.app-menu.navbar-menu[data-sidebar-menu="show"] .btn-scrollout-wrapper {
    width: 3rem;
    right: -15px;
    left: auto;
    height: 3rem;
    top: 50%;
}
.app-menu.navbar-menu[data-sidebar-menu="hide"] .btn-scrollout-wrapper {
    width: 100%;
    right: 0;
    left: auto;
    height: 100%;
    top: 0%;
}
.ms-1.header-item.d-none.d-sm-flex button.btn.btn-icon.btn-topbar.btn-ghost-secondary.rounded-circle.light-dark-mode {
    display: none;
}
span#adminName {
    margin-top: .25rem;
}

a.nav-link.menu-link.active {
    color: #fff !important;
}
input:focus, select:focus, textarea:focus {
    border: 2px solid #1111114d !important;
    outline: 0 !important;
}

div#menu-settings ul.nav.nav-sm.flex-column li.nav-item a.nav-link[href="reward_points_management"] {
    display: none;
}
input.form-control[name="base_currency"], input.form-control[name="quote_currency"]  {
    user-select: none;
    pointer-events: none;
    cursor: none;
}

div#pg_content .tab-content {
    max-height: calc(100dvh - 10rem)!important;
    position: sticky!important;
    top: 95px!important;
    overflow: auto !important;
}
.nav-link i {
    font-size: 1.1rem;
}
ul.smart_ul li.nav-item a.nav-link {
    padding: 0.5rem .25rem .745rem;
    display: flex !important;
    align-items: center;
    gap: 13px;
}
ul.smart_ul li.nav-item a.nav-link {
    padding-top: .75rem;
    display: flex !important;
    align-items: center;
    gap: 13px;
    padding-bottom: .75rem;
    padding-left: .85rem;
    padding-right: .75rem;
}


