/* /Components/InventoryMovementLog.razor.rz.scp.css */
.inventory-dashboard .inventory-tree[b-3kvb7fqky6] {
    max-height: 28rem;
}

.inventory-dashboard .filter-select[b-3kvb7fqky6] {
    min-height: 140px;
    padding: 0.5rem;
    border-radius: var(--ui-radius-md, 0.75rem);
    border-color: #cbd5e1;
}

.inventory-dashboard .filter-select option[b-3kvb7fqky6] {
    padding: 0.35rem 0.25rem;
}

.inventory-dashboard .card[b-3kvb7fqky6] {
    border-radius: var(--ui-radius-lg, 1rem);
}

.inventory-dashboard .card-header[b-3kvb7fqky6] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
/* /Components/NavDropdownSection.razor.rz.scp.css */
.nav-dropdown-section[b-pzu9tlgb6t] {
    margin-top: 0.45rem;
}

.nav-dropdown-toggle[b-pzu9tlgb6t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.55rem 0.85rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.7rem;
    background: transparent;
    color: #94a3b8;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-dropdown-toggle[b-pzu9tlgb6t]::before {
    content: "";
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 2px;
    background: #14b8a6;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-dropdown-toggle.is-open[b-pzu9tlgb6t]::before {
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
}

.nav-dropdown-toggle:hover[b-pzu9tlgb6t] {
    background-color: rgba(148, 163, 184, 0.1);
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.12);
}

.nav-dropdown-toggle.is-open[b-pzu9tlgb6t] {
    color: #e2e8f0;
    background-color: rgba(20, 184, 166, 0.08);
    border-color: rgba(45, 212, 191, 0.18);
}

.nav-dropdown-title[b-pzu9tlgb6t] {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.nav-dropdown-chevron[b-pzu9tlgb6t] {
    font-size: 0.75rem;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 0.7;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.nav-dropdown-toggle.is-open .nav-dropdown-chevron[b-pzu9tlgb6t] {
    transform: rotate(180deg);
    opacity: 1;
    color: #5eead4;
}

.nav-dropdown-content[b-pzu9tlgb6t] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-dropdown-content.is-open[b-pzu9tlgb6t] {
    max-height: 80rem;
}

.nav-dropdown-inner[b-pzu9tlgb6t] {
    min-height: 0;
    padding-left: 0.15rem;
}

.nav-dropdown-inner[b-pzu9tlgb6t]  > .nav-item {
    padding-bottom: 0.1rem;
}

.nav-dropdown-inner[b-pzu9tlgb6t]  > .nav-item:first-of-type {
    padding-top: 0.2rem;
}

.nav-dropdown-inner[b-pzu9tlgb6t]  > .nav-item:last-of-type {
    padding-bottom: 0.35rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7ocdp1qrrp],
.wms-shell[b-7ocdp1qrrp] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--ui-bg, #f1f5f9);
}

main[b-7ocdp1qrrp],
.wms-main[b-7ocdp1qrrp] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-7ocdp1qrrp],
.wms-sidebar[b-7ocdp1qrrp] {
    background: #0f172a;
    box-shadow: 2px 0 16px rgba(15, 23, 42, 0.12);
    transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    border-right: 1px solid #1e293b;
}

.top-row[b-7ocdp1qrrp],
.wms-topbar[b-7ocdp1qrrp] {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e2e8f0;
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.topbar-label[b-7ocdp1qrrp] {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.topbar-user[b-7ocdp1qrrp] {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
}

.sidebar-toggle-btn[b-7ocdp1qrrp] {
    border-color: #cbd5e1;
    color: #334155;
    font-weight: 600;
    background: #fff;
}

.sidebar-toggle-btn:hover[b-7ocdp1qrrp] {
    background: #f0fdfa;
    border-color: #5eead4;
    color: #0f766e;
}

.top-row[b-7ocdp1qrrp]  a, .top-row[b-7ocdp1qrrp]  .btn-link {
    white-space: nowrap;
    margin-left: 0.75rem;
    text-decoration: none;
}

.top-row[b-7ocdp1qrrp]  a:hover, .top-row[b-7ocdp1qrrp]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-7ocdp1qrrp]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-7ocdp1qrrp] {
        justify-content: space-between;
    }

    .top-row[b-7ocdp1qrrp]  a, .top-row[b-7ocdp1qrrp]  .btn-link {
        margin-left: 0;
    }

    .topbar-user[b-7ocdp1qrrp] {
        max-width: 42vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 641px) {
    .page[b-7ocdp1qrrp],
    .wms-shell[b-7ocdp1qrrp] {
        flex-direction: row;
    }

    .sidebar[b-7ocdp1qrrp],
    .wms-sidebar[b-7ocdp1qrrp] {
        width: 292px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
        flex-shrink: 0;
    }

    .sidebar.sidebar-collapsed[b-7ocdp1qrrp],
    .wms-sidebar.sidebar-collapsed[b-7ocdp1qrrp] {
        width: 0;
        transform: translateX(-100%);
        box-shadow: none;
        border: none;
    }

    .sidebar.sidebar-expanded[b-7ocdp1qrrp],
    .wms-sidebar.sidebar-expanded[b-7ocdp1qrrp] {
        width: 292px;
        transform: translateX(0);
    }

    .top-row[b-7ocdp1qrrp],
    .wms-topbar[b-7ocdp1qrrp] {
        position: sticky;
        top: 0;
        z-index: 9;
    }

    .top-row.auth[b-7ocdp1qrrp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7ocdp1qrrp], article[b-7ocdp1qrrp],
    .wms-topbar[b-7ocdp1qrrp], .wms-content[b-7ocdp1qrrp] {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    article[b-7ocdp1qrrp],
    .wms-content[b-7ocdp1qrrp] {
        padding-top: 1.5rem;
    }
}

@media (max-width: 640.98px) {
    .sidebar[b-7ocdp1qrrp],
    .wms-sidebar[b-7ocdp1qrrp] {
        box-shadow: none;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.wms-sidebar-header[b-s40rocptfx] {
    min-height: 4.25rem;
    background: rgba(12, 25, 41, 0.65);
    border-bottom: 1px solid rgba(45, 212, 191, 0.15);
    backdrop-filter: blur(8px);
}

.navbar-toggler[b-s40rocptfx] {
    background-color: transparent;
}

.top-row[b-s40rocptfx] {
    min-height: 4.25rem;
}

.navbar-brand[b-s40rocptfx] {
    font-size: 1.05rem;
    color: #f8fafc;
    letter-spacing: 0.02em;
    font-weight: 800;
}

.brand-icon-wrap[b-s40rocptfx] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.25), rgba(56, 189, 248, 0.2));
    border: 1px solid rgba(45, 212, 191, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #5eead4;
}

.brand-dot[b-s40rocptfx] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2dd4bf, #38bdf8);
    box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.2);
    animation: brandPulse-b-s40rocptfx 2.5s ease-in-out infinite;
}

@keyframes brandPulse-b-s40rocptfx {
    0%, 100% { box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.2); }
    50% { box-shadow: 0 0 0 6px rgba(45, 212, 191, 0.08); }
}

.brand-subtitle[b-s40rocptfx] {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1;
}

.bi[b-s40rocptfx] {
    display: inline-block;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.65rem;
    top: -1px;
    font-size: 1.05rem;
    opacity: 0.92;
}

.nav-item[b-s40rocptfx] {
    font-size: 0.875rem;
    padding-bottom: 0.15rem;
}

.nav-item:first-of-type[b-s40rocptfx] {
    padding-top: 0.35rem;
}

.nav-item:last-of-type[b-s40rocptfx] {
    padding-bottom: 0.5rem;
}

.nav-item[b-s40rocptfx]  a {
    color: #cbd5e1;
    border-radius: 0.7rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 0.45rem 0.85rem;
    transition: all 0.2s ease;
    font-weight: 500;
    border: 1px solid transparent;
    text-decoration: none;
}

.nav-item[b-s40rocptfx]  a.active {
    background: linear-gradient(90deg, rgba(13, 148, 136, 0.35), rgba(2, 132, 199, 0.2));
    color: #ffffff;
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 0 4px 14px -6px rgba(13, 148, 136, 0.5);
    font-weight: 600;
}

.nav-item[b-s40rocptfx]  a.active .bi {
    color: #5eead4;
    opacity: 1;
}

.nav-item[b-s40rocptfx]  a:hover {
    background-color: rgba(148, 163, 184, 0.12);
    color: #ffffff;
    border-color: rgba(148, 163, 184, 0.15);
}

.nav-item[b-s40rocptfx]  a:focus-visible {
    outline: 2px solid rgba(45, 212, 191, 0.55);
    outline-offset: 1px;
}

.nav-logout-btn[b-s40rocptfx] {
    color: #fca5a5 !important;
    border-radius: 0.7rem !important;
    min-height: 2.5rem;
    transition: all 0.2s ease;
}

.nav-logout-btn:hover[b-s40rocptfx] {
    background: rgba(239, 68, 68, 0.15) !important;
    color: #fecaca !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s40rocptfx] {
        display: none;
    }

    .nav-collapsed[b-s40rocptfx],
    .nav-expanded[b-s40rocptfx] {
        display: block;
    }

    .nav-scrollable[b-s40rocptfx] {
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 1.5rem;
        scrollbar-gutter: stable;
    }

    .nav-scrollable[b-s40rocptfx]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-s40rocptfx]::-webkit-scrollbar-track {
        background: transparent;
        margin: 4px 0;
    }

    .nav-scrollable[b-s40rocptfx]::-webkit-scrollbar-thumb {
        background-color: rgba(45, 212, 191, 0.25);
        border-radius: 999px;
    }

    .nav-scrollable[b-s40rocptfx]::-webkit-scrollbar-thumb:hover {
        background-color: rgba(45, 212, 191, 0.4);
    }
}

@media (max-width: 640.98px) {
    .nav-collapsed[b-s40rocptfx] {
        display: none;
    }

    .nav-expanded[b-s40rocptfx] {
        display: block;
    }
}
/* /Pages/Dashboards/Inventory.razor.rz.scp.css */
/* Layout shell — hierarchy + main report */
.inventory-dashboard .inventory-layout-shell[b-awgdg8cvfc] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    min-height: 0;
}

.inventory-dashboard .inventory-hierarchy-pane[b-awgdg8cvfc] {
    flex: 0 0 320px;
    max-width: 360px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
}

.inventory-dashboard.inventory-hierarchy-collapsed .inventory-hierarchy-pane[b-awgdg8cvfc] {
    display: none;
}

.inventory-dashboard .inventory-main-pane[b-awgdg8cvfc] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Collapsed hierarchy rail (side expand) */
.inventory-dashboard .inventory-hierarchy-rail[b-awgdg8cvfc] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 2.25rem;
    padding: 0.75rem 0.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #fff;
    color: #475569;
    box-shadow: var(--ui-shadow-sm, 0 1px 3px rgba(15, 23, 42, 0.06));
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.inventory-dashboard .inventory-hierarchy-rail:hover[b-awgdg8cvfc] {
    background: #f0fdfa;
    border-color: #99f6e4;
    color: #0f766e;
}

.inventory-dashboard .inventory-rail-label[b-awgdg8cvfc] {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Panel toggle buttons */
.inventory-dashboard .inventory-panel-toggle[b-awgdg8cvfc] {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.inventory-dashboard .inventory-collapsible-header[b-awgdg8cvfc] {
    cursor: default;
    border-bottom: 1px solid #e2e8f0;
}

/* No decorative top stripe on inventory cards (was mistaken for load bar) */
.inventory-dashboard .ui-card.shadow-sm[b-awgdg8cvfc]::before,
.inventory-dashboard .ui-filter-card[b-awgdg8cvfc]::before {
    display: none !important;
}

.inventory-dashboard .ui-filter-card .card-body[b-awgdg8cvfc]::before {
    display: none;
}

.inventory-dashboard .card[b-awgdg8cvfc] {
    border-radius: var(--ui-radius-lg, 1rem);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--ui-shadow-md, 0 8px 24px -12px rgba(15, 23, 42, 0.18));
}

.inventory-dashboard .card-header[b-awgdg8cvfc] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.inventory-dashboard .card-header.bg-primary[b-awgdg8cvfc] {
    background: linear-gradient(90deg, #0c1929, #134e4a) !important;
    border-bottom: none;
    color: #f8fafc !important;
}

.inventory-dashboard .card-header.bg-white[b-awgdg8cvfc] {
    padding: 1rem 1.15rem;
}

.inventory-dashboard .card-title[b-awgdg8cvfc] {
    font-weight: 700;
}

.inventory-dashboard .inventory-total-badge[b-awgdg8cvfc] {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 0.75rem;
}

.inventory-dashboard .inventory-tree[b-awgdg8cvfc] {
    min-height: 280px;
    max-height: 62vh;
    overflow: auto;
    font-size: 0.9rem;
    background: linear-gradient(180deg, #fafbfc, #ffffff);
    border-radius: var(--ui-radius-md, 0.75rem);
    padding: 0.75rem !important;
}

.inventory-dashboard .inv-tree-nested[b-awgdg8cvfc] {
    border-left: 2px solid rgba(13, 148, 136, 0.2);
    margin-left: 0.35rem;
    padding-left: 0.85rem !important;
    margin-top: 0.35rem;
}

.inventory-dashboard .inv-tree-bins[b-awgdg8cvfc] {
    margin-top: 0.2rem;
}

.inventory-dashboard .inv-tree-row[b-awgdg8cvfc] {
    display: grid;
    grid-template-columns: minmax(2.6rem, auto) minmax(0, 1fr) auto;
    gap: 0.35rem 0.5rem;
    align-items: baseline;
    min-width: 0;
    line-height: 1.3;
    padding: 0.35rem 0.5rem;
    border-radius: 0.45rem;
    transition: background 0.15s ease;
}

.inventory-dashboard .inv-tree-row:hover[b-awgdg8cvfc] {
    background: #f0fdfa;
}

.inventory-dashboard .inv-tree-level[b-awgdg8cvfc] {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    white-space: nowrap;
    user-select: none;
}

.inventory-dashboard .inv-tree-row-area .inv-tree-level[b-awgdg8cvfc] {
    color: #0d9488;
}

.inventory-dashboard .inv-tree-name[b-awgdg8cvfc] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f172a;
}

.inventory-dashboard .inv-tree-row-area .inv-tree-name[b-awgdg8cvfc] {
    font-weight: 700;
    color: #0f766e;
}

.inventory-dashboard .inv-tree-row-rack .inv-tree-name[b-awgdg8cvfc] {
    font-weight: 600;
}

.inventory-dashboard .inv-tree-row-shelf .inv-tree-name[b-awgdg8cvfc],
.inventory-dashboard .inv-tree-row-bin .inv-tree-name[b-awgdg8cvfc] {
    font-weight: 500;
    color: #334155;
}

.inventory-dashboard .inv-tree-qty[b-awgdg8cvfc] {
    font-size: 0.82rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: #475569;
    padding-left: 0.25rem;
}

.inventory-dashboard .inv-tree-row-area .inv-tree-qty[b-awgdg8cvfc] {
    color: #0f766e;
}

.inventory-dashboard .inv-tree-row-bin .inv-tree-qty[b-awgdg8cvfc] {
    font-weight: 500;
    color: #64748b;
}

.inventory-dashboard .inventory-tree li[b-awgdg8cvfc] {
    line-height: 1.35;
}

.inventory-dashboard .ui-filter-card .card-body[b-awgdg8cvfc] {
    padding: 1rem 1rem 1.1rem;
}

.inventory-dashboard .ui-action-row .btn[b-awgdg8cvfc] {
    min-width: 108px;
}

.inventory-dashboard .ui-table-wrap[b-awgdg8cvfc] {
    max-height: 48vh;
    border: 1px solid #e2e8f0;
    border-radius: var(--ui-radius-md, 0.75rem);
    transition: max-height 0.25s ease;
}

/* More table space when panels collapsed */
.inventory-dashboard.inventory-filters-collapsed .ui-table-wrap[b-awgdg8cvfc],
.inventory-dashboard.inventory-hierarchy-collapsed .ui-table-wrap[b-awgdg8cvfc] {
    max-height: 62vh;
}

.inventory-dashboard.inventory-filters-collapsed.inventory-hierarchy-collapsed .ui-table-wrap[b-awgdg8cvfc] {
    max-height: 72vh;
}

.inventory-dashboard .inventory-sku-lookup .inventory-sku-lookup-spinner[b-awgdg8cvfc] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.inventory-dashboard .inventory-sku-lookup-menu[b-awgdg8cvfc] {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 0.2rem;
    max-height: 16rem;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.28);
}

.inventory-dashboard .inventory-sku-lookup-empty[b-awgdg8cvfc] {
    padding: 0.65rem 0.85rem;
    background-color: #fff;
}

.inventory-dashboard .inventory-sku-lookup-item[b-awgdg8cvfc] {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.55rem 0.85rem;
    background-color: #ffffff;
    color: #0f172a;
    cursor: pointer;
}

.inventory-dashboard .inventory-sku-lookup-item:last-of-type[b-awgdg8cvfc] {
    border-bottom: none;
}

.inventory-dashboard .inventory-sku-lookup-item:hover[b-awgdg8cvfc],
.inventory-dashboard .inventory-sku-lookup-item:focus[b-awgdg8cvfc] {
    background-color: #f0fdfa;
    color: #0f172a;
}

.inventory-dashboard .inventory-sku-lookup-footer[b-awgdg8cvfc] {
    position: sticky;
    bottom: 0;
    padding: 0.4rem 0.85rem;
    border-top: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.inventory-dashboard .inventory-drill-table .inv-expand-col[b-awgdg8cvfc] {
    width: 2rem;
    white-space: nowrap;
}

.inventory-dashboard .inventory-drill-table .inv-row-parent[b-awgdg8cvfc] {
    cursor: pointer;
}

.inventory-dashboard .inventory-drill-table .inv-row-parent:hover[b-awgdg8cvfc],
.inventory-dashboard .inventory-drill-table .inv-row-carton:hover[b-awgdg8cvfc] {
    background-color: rgba(var(--bs-primary-rgb), 0.06);
}

.inventory-dashboard .inventory-drill-table .inv-row-carton[b-awgdg8cvfc] {
    cursor: pointer;
}

.inventory-dashboard .inventory-drill-table .inv-row-child td[b-awgdg8cvfc] {
    background-color: rgba(0, 0, 0, 0.02);
}

.inventory-dashboard .inventory-drill-table .inv-row-detail td[b-awgdg8cvfc] {
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 0.875rem;
}

.inventory-dashboard .table thead th[b-awgdg8cvfc] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
}

.inventory-dashboard .inventory-filter-card[b-awgdg8cvfc] {
    flex-shrink: 0;
    overflow: visible !important;
}

.inventory-dashboard .inventory-filter-card .card-body[b-awgdg8cvfc] {
    overflow: visible !important;
}

.inventory-dashboard .inventory-filter-fields[b-awgdg8cvfc] {
    position: relative;
    z-index: 2;
}

.inventory-dashboard .inventory-filter-footer[b-awgdg8cvfc] {
    position: relative;
    z-index: 1;
    clear: both;
}

/* SKU typeahead — in-flow panel below input (no overlap on stock logic / buttons) */
.inventory-dashboard .inventory-sku-lookup[b-awgdg8cvfc] {
    position: relative;
    isolation: isolate;
}

.inventory-dashboard .inventory-sku-lookup-row[b-awgdg8cvfc] {
    position: relative;
    z-index: 5;
}

.inventory-dashboard .inventory-sku-lookup-row.is-open[b-awgdg8cvfc] {
    /* Reserve space so dropdown expands inside the filter card, not over the footer */
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
}

.inventory-dashboard.inventory-sku-dropdown-open .inventory-sku-lookup-row.is-open[b-awgdg8cvfc] {
    min-height: 18rem;
}

.inventory-dashboard .inventory-sku-lookup .form-control[b-awgdg8cvfc] {
    padding-right: 2rem;
    background-color: #fff;
}

.inventory-dashboard .inventory-report-card[b-awgdg8cvfc] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.inventory-dashboard .inventory-report-card .card-body[b-awgdg8cvfc] {
    flex: 1 1 auto;
    min-height: 0;
}

@media (max-width: 1199.98px) {
    .inventory-dashboard .inventory-layout-shell[b-awgdg8cvfc] {
        flex-direction: column;
    }

    .inventory-dashboard .inventory-hierarchy-pane[b-awgdg8cvfc] {
        flex: 1 1 auto;
        max-width: none;
        width: 100%;
    }

    .inventory-dashboard .inventory-hierarchy-rail[b-awgdg8cvfc] {
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 0.5rem 1rem;
    }

    .inventory-dashboard .inventory-rail-label[b-awgdg8cvfc] {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .inventory-dashboard .inventory-tree[b-awgdg8cvfc] {
        max-height: 360px;
    }
}

.inventory-dashboard.warehouse-location-dropdown-open .inventory-layout-shell[b-awgdg8cvfc] {
    position: relative;
    z-index: 0;
}

.inventory-dashboard .warehouse-location-field[b-awgdg8cvfc] {
    position: relative;
}
/* /Pages/STI/StiIssueView.razor.rz.scp.css */
/* STI Issue View — section collapse + scroll (scoped to this page only) */

.sti-issue-view .sti-section-header[b-glds8gfflx] {
    cursor: default;
}

.sti-issue-view .sti-section-toggle[b-glds8gfflx] {
    line-height: 1.1;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.25rem 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sti-issue-view .sti-section-toggle .bi[b-glds8gfflx] {
    font-size: 1rem;
}

.sti-issue-view .table-responsive.sti-section-scroll[b-glds8gfflx] {
    max-height: 22rem;
    overflow-y: auto !important;
    overflow-x: auto;
}

.sti-issue-view .sti-section-scroll thead th[b-glds8gfflx] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
}
