/* _content/ManufacturingERP/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9hobmbncso] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9hobmbncso] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ManufacturingERP/Components/Pages/Engineering/BomRouting.razor.rz.scp.css */
/* ===================================================================== */
/* BOM ROUTING PAGE - CRITICAL CSS FOR SCROLLING */
/* DO NOT MODIFY - Exact structure required for proper grid behavior */
/* ===================================================================== */

.page-container[b-hvzns81im0] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.content-wrapper[b-hvzns81im0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem;
}

/* Grid container - enables vertical scrolling */
.grid-container[b-hvzns81im0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.grid-content-wrapper[b-hvzns81im0] {
    flex: 1;
    overflow: auto;
    min-height: 0;
}

/* Responsive grid - fills available space */
.responsive-grid[b-hvzns81im0] {
    height: 100%;
}

/* Grid footer - stays at bottom */
.grid-footer[b-hvzns81im0] {
    flex-shrink: 0;
    border-top: 1px solid var(--mud-palette-lines-default);
}

/* Details panel - slides in from right */
.details-panel[b-hvzns81im0] {
    width: 600px;
    max-width: 600px;
    min-width: 600px;
    overflow-y: auto;
    border-left: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
}

/* Pagination select */
.pagination-select[b-hvzns81im0] {
    min-width: 70px;
}

/* Responsive breakpoints */
@media (max-width: 1600px) {
    .details-panel[b-hvzns81im0] {
        width: 500px;
        max-width: 500px;
        min-width: 500px;
    }
}

@media (max-width: 1200px) {
    .details-panel[b-hvzns81im0] {
        width: 400px;
        max-width: 400px;
        min-width: 400px;
    }
}

@media (max-width: 960px) {
    .page-container[b-hvzns81im0] {
        flex-direction: column;
    }

    .details-panel[b-hvzns81im0] {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        max-height: 50vh;
        border-left: none;
        border-top: 1px solid var(--mud-palette-lines-default);
    }
}
