/* _content/DhipayaCashiering.Web/Pages/AccidentHealth.razor.rz.scp.css */
body[b-rw3ylfzzfw] {
}

.policy-suggestions[b-rw3ylfzzfw] {
    z-index: 2000;
    max-height: 260px;
    overflow-y: auto;
}

/* DELETE BUTTON CSS */
.bi-trash[b-rw3ylfzzfw] {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    overflow: visible;
}

    /* bin body */
    .bi-trash[b-rw3ylfzzfw]::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 6px;
        width: 8px;
        height: 8px;
        border: 2px solid currentColor;
        border-top: 0;
        border-radius: 0 0 2px 2px;
        box-sizing: border-box;
    }

    /* lid */
    .bi-trash[b-rw3ylfzzfw]::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 10px;
        height: 2px;
        background: currentColor;
        border-radius: 1px;
    }
/* ENDS DELETE BUTTON CSS */
/* _content/DhipayaCashiering.Web/Pages/CashieringDashboard.razor.rz.scp.css */
/* --- Dashboard Layout --- */
.dash-wrap[b-atbc38xib5] {
    padding: 1rem 1.25rem;
}

.dash-title[b-atbc38xib5] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .dash-title h3[b-atbc38xib5] {
        margin: 0;
        font-weight: 700;
        letter-spacing: .2px;
    }

.dash-sub[b-atbc38xib5] {
    color: #6c757d;
    font-size: .9rem;
}

.dash-chip[b-atbc38xib5] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .6rem;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    font-size: .85rem;
    color: #495057;
}

/* --- KPI Cards --- */
.kpi-grid[b-atbc38xib5] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 1200px) {
    .kpi-grid[b-atbc38xib5] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .kpi-grid[b-atbc38xib5] {
        grid-template-columns: 1fr;
    }
}

.kpi-card[b-atbc38xib5] {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
    padding: 1rem 1rem;
    position: relative;
    overflow: hidden;
}

    .kpi-card[b-atbc38xib5]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(900px 140px at -20% -30%, rgba(13,110,253,.10), transparent 55%);
        pointer-events: none;
    }

.kpi-top[b-atbc38xib5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .25rem;
}

.kpi-label[b-atbc38xib5] {
    font-size: .85rem;
    color: #6c757d;
}

.kpi-value[b-atbc38xib5] {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: .2px;
}

.kpi-icon[b-atbc38xib5] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(13,110,253,.10);
    color: #0d6efd;
}

.kpi-foot[b-atbc38xib5] {
    margin-top: .5rem;
    font-size: .82rem;
    color: #6c757d;
}

/* --- Panels --- */
.panel[b-atbc38xib5] {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
    overflow: hidden;
}

.panel-hd[b-atbc38xib5] {
    padding: .9rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .panel-hd h5[b-atbc38xib5] {
        margin: 0;
        font-weight: 800;
    }

.panel-bd[b-atbc38xib5] {
    padding: .75rem 1rem 1rem;
}

/* --- Mini summary --- */
.mini-grid[b-atbc38xib5] {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {
    .mini-grid[b-atbc38xib5] {
        grid-template-columns: 1fr;
    }
}

.mini-list[b-atbc38xib5] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mini-item[b-atbc38xib5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .55rem .25rem;
    border-bottom: 1px dashed rgba(0,0,0,.12);
    font-size: .92rem;
}

    .mini-item:last-child[b-atbc38xib5] {
        border-bottom: 0;
    }

.mini-name[b-atbc38xib5] {
    color: #495057;
    font-weight: 600;
}

.mini-val[b-atbc38xib5] {
    font-variant-numeric: tabular-nums;
}

/* --- Table --- */
.table-dash[b-atbc38xib5] {
    margin: 0;
    font-size: .92rem;
}

    .table-dash thead th[b-atbc38xib5] {
        font-size: .82rem;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: .6px;
        border-bottom: 1px solid rgba(0,0,0,.08) !important;
    }

    .table-dash tbody tr:hover[b-atbc38xib5] {
        background: rgba(13,110,253,.05);
    }

.badge-soft[b-atbc38xib5] {
    border-radius: 999px;
    padding: .3rem .6rem;
    font-weight: 700;
    font-size: .75rem;
    border: 1px solid rgba(0,0,0,.07);
}

.badge-cash[b-atbc38xib5] {
    background: rgba(25,135,84,.12);
    color: #198754;
}

.badge-bank[b-atbc38xib5] {
    background: rgba(13,110,253,.12);
    color: #0d6efd;
}

.badge-other[b-atbc38xib5] {
    background: rgba(108,117,125,.12);
    color: #6c757d;
}

.amount[b-atbc38xib5] {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}
/* _content/DhipayaCashiering.Web/Pages/CashieringList.razor.rz.scp.css */
body[b-or3o6pt1t7] {
}

/* ===============================
   Print Icon (Settlement)
   =============================== */

.print-icon[b-or3o6pt1t7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

    .print-icon i[b-or3o6pt1t7] {
        font-size: 1rem;
    }

/* Settlement-specific styling */
.settlement-print[b-or3o6pt1t7] {
    color: #0d6efd; /* Bootstrap primary */
    border: 1px solid #0d6efd;
    background-color: #ffffff;
}

    /* Hover effect */
    .settlement-print:hover[b-or3o6pt1t7] {
        color: #ffffff;
        background-color: #0d6efd;
        box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
    }

    /* Active (click) */
    .settlement-print:active[b-or3o6pt1t7] {
        transform: scale(0.95);
    }

/* Disabled state (if you ever need it) */
.print-icon.disabled[b-or3o6pt1t7],
.print-icon[aria-disabled="true"][b-or3o6pt1t7] {
    color: #adb5bd;
    border-color: #adb5bd;
    background-color: #f8f9fa;
    cursor: not-allowed;
    pointer-events: none;
}

/* _content/DhipayaCashiering.Web/Pages/MotorCashiering.razor.rz.scp.css */
/* wrapper must allow absolute dropdown to show */
.form-group.position-relative[b-hudlu608zj] {
    overflow: visible !important;
}

/* dropdown box */
.policy-suggestions[b-hudlu608zj] {
    position: absolute;
    top: calc(100% + 2px);
    left: 0.25rem;
    right: 0.25rem;
    z-index: 1065;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden; /* IMPORTANT: stop left/right clipping */
    padding: .25rem 0;
}

    /* your items are buttons with class dropdown-item */
    .policy-suggestions .dropdown-item[b-hudlu608zj] {
        display: block !important;
        width: 100% !important;
        /* HARD reset to prevent any “shift left” rules */
        margin: 0 !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        text-indent: 0 !important;
        border: 0 !important;
        background: transparent !important;
        /* more left padding so text never touches the edge */
        padding: .5rem .75rem .5rem 1.25rem !important;
        text-align: left !important;
        line-height: 1.25rem;
        font-size: .875rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .policy-suggestions .dropdown-item:hover[b-hudlu608zj],
        .policy-suggestions .dropdown-item:focus[b-hudlu608zj] {
            background-color: #f8f9fa !important;
            outline: none !important;
        }

/* Prevent clipping by common containers */
.card[b-hudlu608zj], .card-body[b-hudlu608zj], .modal-body[b-hudlu608zj] {
    overflow: visible !important;
}
/* _content/DhipayaCashiering.Web/Shared/MainLayout.razor.rz.scp.css */
/* Frame */
.page[b-pdk4vb992j] {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
}

/* Sidebar host */
.sidebar[b-pdk4vb992j] {
    z-index: 1050; /* above page */
    transition: width .25s ease, transform .25s ease;
    overflow: visible;
}

/* Main content */
.content[b-pdk4vb992j] {
    flex: 1 1 auto;
    min-width: 0;
}

/* Main topbar (keeps About aligned and adds mobile burger) */
.main-topbar[b-pdk4vb992j] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 0 1rem;
    background: #0b214a;
    color: #fff;
    z-index: 1000;
}

/* Burger */
.main-burger[b-pdk4vb992j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.35);
    background: transparent;
    border-radius: .25rem;
    cursor: pointer;
}

    .main-burger .oi[b-pdk4vb992j] {
        font-size: 1.1rem;
        color: #fff;
    }

    .main-burger:hover[b-pdk4vb992j] {
        background: rgba(255,255,255,.1);
    }

.about-link[b-pdk4vb992j] {
    margin-left: auto;
    color: #cfe2ff;
}

    .about-link:hover[b-pdk4vb992j] {
        color: #fff;
    }

/* Desktop (>=992px): fixed column, burger hidden */
@media (min-width: 992px) {
    .sidebar[b-pdk4vb992j] {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 250px; /* always open on desktop */
        transform: none !important;
    }

    .main-burger[b-pdk4vb992j] {
        display: none;
    }
    /* hide burger on desktop */
}

/* Mobile/Tablet (<992px): slide-in drawer */
@media (max-width: 991.98px) {
    .sidebar[b-pdk4vb992j] {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 250px;
        transform: translateX(-100%); /* hidden by default */
    }

        .sidebar.open[b-pdk4vb992j] {
            transform: translateX(0); /* slide in */
            box-shadow: 2px 0 16px rgba(0,0,0,.35);
        }
}

/* Content area padding */
.content-body[b-pdk4vb992j] {
    padding: 1rem;
}

/* Remove default spacing around the page */
html[b-pdk4vb992j], body[b-pdk4vb992j] {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Ensure the entire Blazor app fills the viewport */
.app[b-pdk4vb992j], .page[b-pdk4vb992j] {
    height: 100%;
}

/* Make sure topbar sits flush at the very top */
.main-topbar[b-pdk4vb992j] {
    margin: 0;
    border: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/DhipayaCashiering.Web/Shared/NavMenu.razor.rz.scp.css */
/* ───────────────────────────────────────────────
   Default top bar + icon styling
─────────────────────────────────────────────── */
.navbar-toggler[b-eezitq7yy4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-eezitq7yy4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eezitq7yy4] {
    font-size: 1.1rem;
}

.oi[b-eezitq7yy4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

/* ───────────────────────────────────────────────
   Basic item appearance
─────────────────────────────────────────────── */
.nav-item[b-eezitq7yy4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eezitq7yy4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eezitq7yy4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eezitq7yy4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-eezitq7yy4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-eezitq7yy4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/* ───────────────────────────────────────────────
   Sidebar base styles
─────────────────────────────────────────────── */
.nav-menu[b-eezitq7yy4] {
    width: 250px;
    background: linear-gradient(180deg, #0b214a 0%, #3d0959 100%);
    min-height: 100vh;
    transition: all 0.3s ease;
}

    /* Collapse/show classes (used by Blazor) */
    .nav-menu.collapse[b-eezitq7yy4] {
        display: none !important;
    }

    .nav-menu.show[b-eezitq7yy4] {
        display: block !important;
    }

/* ───────────────────────────────────────────────
   Submenu improvements
─────────────────────────────────────────────── */
.nav-group-btn[b-eezitq7yy4] {
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    padding-left: .75rem;
    padding-right: .75rem;
    color: #fff; /*  ensures white text */
    font-weight: 500;
    cursor: pointer;
}

    .nav-group-btn:hover[b-eezitq7yy4],
    .nav-group-btn:focus[b-eezitq7yy4] {
        color: #d0d0ff;
        text-decoration: none;
    }

/* Submenu container */
.submenu[b-eezitq7yy4] {
    margin-left: .5rem;
    border-left: 2px solid rgba(255,255,255,.15);
    padding-left: .5rem;
}

/* Submenu link style */
.nav-link.sub[b-eezitq7yy4] {
    font-size: .95rem;
    color: rgba(255,255,255,.9);
}

    .nav-link.sub.active[b-eezitq7yy4],
    .nav-link.sub:hover[b-eezitq7yy4] {
        background: rgba(255,255,255,.15);
        color: #fff;
    }

/* Caret icon (arrow indicator) */
.caret[b-eezitq7yy4] {
    display: inline-block;
    transition: transform .2s;
    border-top: .35rem solid currentColor;
    border-left: .35rem solid transparent;
    border-right: .35rem solid transparent;
    margin-left: .5rem;
}

    .caret.open[b-eezitq7yy4] {
        transform: rotate(180deg);
    }

/* Highlight active submenu */
.nav-link.sub.active[b-eezitq7yy4] {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

/* ───────────────────────────────────────────────
   Fix: Allow toggle on ALL widths
─────────────────────────────────────────────── */
@media (min-width: 641px) {
    /* Show hamburger button even on desktop */
    .navbar-toggler[b-eezitq7yy4] {
        display: inline-block !important;
    }

    /* Prevent always-on menu — allow toggling */
    .nav-menu.collapse[b-eezitq7yy4] {
        display: none !important;
    }

    .nav-menu.show[b-eezitq7yy4] {
        display: block !important;
    }
}

/* Show burger on small/medium, hide on desktop */
.navbar-toggler[b-eezitq7yy4] {
    display: inline-block;
}

@media (min-width: 992px) {
    .navbar-toggler[b-eezitq7yy4] {
        display: none !important;
    }
}

/* Sidebar brand strip — match main top bar */
.side-topbar[b-eezitq7yy4] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    background: #0b214a; /* same as main-topbar */
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1060;
    box-shadow: 0 1px 0 rgba(255,255,255,.06);
}

    .side-topbar .brand[b-eezitq7yy4] {
        font-weight: 600;
        letter-spacing: .3px;
    }

/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
