/* /Components/Dialogs/LocationSelectDialog.razor.rz.scp.css */
.location-select-grid[b-7bfcbe8mg9] {
    min-width: min(760px, 80vw);
}

.location-select-grid .selected-location-row[b-7bfcbe8mg9] {
    background-color: var(--mud-palette-primary-hover) !important;
}

.location-select-grid .selected-location-row > td[b-7bfcbe8mg9] {
    font-weight: 600;
}

.location-excel-filter-menu[b-7bfcbe8mg9] {
    min-width: 280px;
    max-width: 320px;
    padding: 12px;
}

.location-excel-filter-values[b-7bfcbe8mg9] {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 4px;
    padding: 6px;
}
/* /Components/Dialogs/SelectProjectDialog.razor.rz.scp.css */
.project-selected-row[b-3kja2dm47c] {
    background-color: var(--mud-palette-primary-light) !important;
    color: var(--mud-palette-primary-text) !important;
}

.project-selected-row > td[b-3kja2dm47c] {
    font-weight: 600;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.mud-main-content[b-i787q7q0kh] {
    height: 100vh !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.mud-main-content[b-f7l6tpsjrz] {
    height: 100%;
    min-height: 100%;
}

.history-row-hover .mud-table-body .mud-table-row:not(.mud-selected-item):hover > .mud-table-cell[b-f7l6tpsjrz] {
    background-color: color-mix(in srgb, var(--mud-palette-primary) 10%, var(--mud-palette-surface)) !important;
}

.history-row-hover .mud-table-body .mud-table-row.mud-selected-item > .mud-table-cell[b-f7l6tpsjrz] {
    background-color: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface)) !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8dcnzjp159],
.components-reconnect-repeated-attempt-visible[b-8dcnzjp159],
.components-reconnect-failed-visible[b-8dcnzjp159],
.components-pause-visible[b-8dcnzjp159],
.components-resume-failed-visible[b-8dcnzjp159],
.components-rejoining-animation[b-8dcnzjp159] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-retrying[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-failed[b-8dcnzjp159],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8dcnzjp159] {
    display: block;
}


#components-reconnect-modal[b-8dcnzjp159] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8dcnzjp159 0.5s both;
    &[open]

    {
        animation: components-reconnect-modal-slideUp-b-8dcnzjp159 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8dcnzjp159 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-8dcnzjp159]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8dcnzjp159 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8dcnzjp159 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8dcnzjp159 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8dcnzjp159 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8dcnzjp159] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8dcnzjp159] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8dcnzjp159] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-8dcnzjp159] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-8dcnzjp159] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-8dcnzjp159] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-8dcnzjp159] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-8dcnzjp159 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-8dcnzjp159] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-8dcnzjp159 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdjustmentReasons.razor.rz.scp.css */
.ar-container[b-lx8rhccuq8] {
    max-width: 900px; /* a bit narrower now that fields are stacked */
    margin: 0 auto;
}

.cell-input[b-lx8rhccuq8] {
    width: 100%;
}
/* /Components/Pages/Backorders/ViewBackOrders.razor.rz.scp.css */
.filters-bar .filter-input[b-cr7kg9p190] {
    max-width: 240px;
}

.panel-header[b-cr7kg9p190] {
    align-items: center;
}

.panel-header .nums .mud-chip[b-cr7kg9p190] {
    margin-right: 6px;
    margin-bottom: 4px;
}

.chips-wrap .mud-chip[b-cr7kg9p190] {
    margin-right: 6px;
    margin-bottom: 4px;
}

.fw-600[b-cr7kg9p190] {
    font-weight: 600;
}

.muted[b-cr7kg9p190] {
    opacity: .75;
}

.truncate[b-cr7kg9p190] {
    display: inline-block;
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so-panels .mud-expansion-panel-header[b-cr7kg9p190] {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* /Components/Pages/Credits/ViewCredits.razor.rz.scp.css */
.credits-grid td[b-zs3wfghxpi], .credits-grid th[b-zs3wfghxpi] {
    white-space: nowrap;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.credits-search-field[b-zs3wfghxpi] {
    min-width: 260px;
    width: 100%;
    max-width: 380px;
}
/* /Components/Pages/History/ViewHistory.razor.rz.scp.css */
.transaction-table[b-mkm2lndjbl] {
    table-layout: auto !important;
}

.transaction-table th[b-mkm2lndjbl], .transaction-table td[b-mkm2lndjbl] {
    white-space: nowrap;
    width: 1%;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-left[b-mkm2lndjbl] {
    min-width: 320px;
    max-width: 520px;
    width: 100%;
}

.excel-filter-menu[b-mkm2lndjbl] {
    min-width: 280px;
    max-width: 320px;
    padding: 12px;
}

.excel-filter-values[b-mkm2lndjbl] {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    padding: 6px;
}
/* /Components/Pages/Locations/LocationGenerator.razor.rz.scp.css */
.location-generator-page[b-k88tpp8vrc] {
    max-width: 1680px;
    margin: 0 auto;
}

.generator-layout[b-k88tpp8vrc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 1rem;
    align-items: start;
}

.generator-section[b-k88tpp8vrc] {
    border-top: 3px solid color-mix(in srgb, var(--mud-palette-primary) 75%, transparent);
}

.step-number[b-k88tpp8vrc] {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: var(--mud-palette-primary-text);
    background: var(--mud-palette-primary);
    font-weight: 700;
}

.dimension-grid[b-k88tpp8vrc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.dimension-card[b-k88tpp8vrc] {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-primary) 6%);
}

.naming-card[b-k88tpp8vrc] {
    border-style: dashed;
}

.generator-summary[b-k88tpp8vrc] {
    position: sticky;
    top: 4.5rem;
    border-top: 4px solid var(--mud-palette-primary);
}

.summary-row[b-k88tpp8vrc] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.summary-row span[b-k88tpp8vrc] {
    color: var(--mud-palette-text-secondary);
}

.summary-row strong[b-k88tpp8vrc] {
    text-align: right;
}

.sample-location[b-k88tpp8vrc] {
    padding: .8rem;
    border-radius: 10px;
    overflow-wrap: anywhere;
    background: color-mix(in srgb, var(--mud-palette-primary) 9%, transparent);
}

.preview-section[b-k88tpp8vrc] {
    border-top: 4px solid var(--mud-palette-success);
}

[b-k88tpp8vrc] .location-generator-conflict {
    background-color: var(--mud-palette-warning-hover);
}

@media (max-width: 1100px) {
    .generator-layout[b-k88tpp8vrc] {
        grid-template-columns: 1fr;
    }

    .generator-summary[b-k88tpp8vrc] {
        position: static;
    }
}

@media (max-width: 700px) {
    .dimension-grid[b-k88tpp8vrc] {
        grid-template-columns: 1fr;
    }

    .summary-row[b-k88tpp8vrc] {
        flex-direction: column;
        gap: .2rem;
    }

    .summary-row strong[b-k88tpp8vrc] {
        text-align: left;
    }
}
/* /Components/Pages/Locations/PickRouteDesigner.razor.rz.scp.css */
.route-toolbar[b-gi5lb4h5c1] {
    border-top: 4px solid var(--mud-palette-primary);
}

.route-workspace[b-gi5lb4h5c1] {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.7fr);
    gap: 1rem;
    align-items: start;
}

.route-workspace-expanded[b-gi5lb4h5c1] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    grid-template-columns: minmax(320px, .65fr) minmax(640px, 2.35fr);
    padding: 1rem;
    background: var(--mud-palette-background);
    overflow: hidden;
}

.route-workspace-expanded .location-palette[b-gi5lb4h5c1],
.route-workspace-expanded .route-canvas[b-gi5lb4h5c1] {
    height: calc(100vh - 2rem);
    min-height: 0;
}

.route-workspace-expanded .location-palette[b-gi5lb4h5c1] {
    overflow-y: auto;
}

.route-workspace-expanded .route-canvas[b-gi5lb4h5c1] {
    overflow: hidden;
}

.route-workspace-expanded .palette-list[b-gi5lb4h5c1] {
    max-height: calc(100vh - 11rem);
}

.location-palette[b-gi5lb4h5c1],
.route-canvas[b-gi5lb4h5c1] {
    height: clamp(320px, calc(100dvh - 360px), 820px);
    min-height: 0;
}

.location-palette[b-gi5lb4h5c1] {
    overflow-y: auto;
}

.route-canvas[b-gi5lb4h5c1] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.route-lane-scroll[b-gi5lb4h5c1] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: scroll;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding-right: .4rem;
}

.designer-level-toolbar[b-gi5lb4h5c1] {
    flex-wrap: wrap;
}

.designer-zone-select[b-gi5lb4h5c1] {
    width: min(260px, 100%);
}

.palette-list[b-gi5lb4h5c1] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    max-height: 540px;
    overflow-y: auto;
    padding-right: .25rem;
}

.location-card[b-gi5lb4h5c1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    padding: .65rem;
    background: var(--mud-palette-surface);
    cursor: grab;
    transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.location-card:hover[b-gi5lb4h5c1] {
    transform: translateY(-1px);
    border-color: var(--mud-palette-primary);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.location-card-main[b-gi5lb4h5c1] {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
}

.route-lane[b-gi5lb4h5c1] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.aisle-lane[b-gi5lb4h5c1] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.aisle-node[b-gi5lb4h5c1] {
    display: grid;
    grid-template-columns: 36px 52px minmax(0, 1fr) max-content;
    gap: .9rem;
    align-items: center;
    min-height: 104px;
    border: 2px solid color-mix(in srgb, var(--mud-palette-secondary) 45%, var(--mud-palette-lines-default));
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(100deg, color-mix(in srgb, var(--mud-palette-secondary) 12%, transparent), transparent 55%);
    cursor: grab;
}

.aisle-node:hover[b-gi5lb4h5c1] {
    border-color: var(--mud-palette-secondary);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.aisle-sequence-badge[b-gi5lb4h5c1] {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--mud-palette-secondary-text);
    background: var(--mud-palette-secondary);
    font-size: 1.15rem;
    font-weight: 700;
}

.aisle-node-actions[b-gi5lb4h5c1] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .2rem;
    min-width: 132px;
}

.aisle-drop-target:hover[b-gi5lb4h5c1] {
    color: var(--mud-palette-secondary);
    border-color: var(--mud-palette-secondary);
    background: color-mix(in srgb, var(--mud-palette-secondary) 8%, transparent);
}

.route-node[b-gi5lb4h5c1] {
    display: grid;
    grid-template-columns: 36px 48px minmax(0, 1fr) 36px;
    gap: .75rem;
    align-items: center;
    border: 2px solid color-mix(in srgb, var(--mud-palette-primary) 35%, var(--mud-palette-lines-default));
    border-radius: 14px;
    padding: .8rem;
    background: linear-gradient(100deg, color-mix(in srgb, var(--mud-palette-primary) 7%, transparent), transparent 45%);
    cursor: grab;
}

.route-node-selected[b-gi5lb4h5c1] {
    border-color: var(--mud-palette-secondary);
    background: linear-gradient(100deg, color-mix(in srgb, var(--mud-palette-secondary) 18%, transparent), transparent 55%);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--mud-palette-secondary) 20%, transparent);
}

.sequence-badge[b-gi5lb4h5c1] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--mud-palette-primary-text);
    background: var(--mud-palette-primary);
    font-weight: 700;
    font-size: 1rem;
}

.route-node-actions[b-gi5lb4h5c1] {
    display: flex;
    flex-direction: column;
}

.route-connector[b-gi5lb4h5c1] {
    display: flex;
    justify-content: center;
    height: 34px;
    align-items: center;
}

.route-drop-target[b-gi5lb4h5c1] {
    height: 12px;
    border: 2px dashed transparent;
    border-radius: 8px;
    color: transparent;
    text-align: center;
    font-size: .72rem;
    transition: all .12s ease;
}

.route-drop-target:hover[b-gi5lb4h5c1] {
    height: 34px;
    color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
}

.end-target[b-gi5lb4h5c1] {
    margin-top: .35rem;
}

.empty-route[b-gi5lb4h5c1] {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    border: 2px dashed var(--mud-palette-primary);
    border-radius: 16px;
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, transparent);
}

@media (max-width: 960px) {
    .route-workspace[b-gi5lb4h5c1] {
        grid-template-columns: 1fr;
    }

    .location-palette[b-gi5lb4h5c1],
    .route-canvas[b-gi5lb4h5c1] {
        height: auto;
        min-height: 0;
    }

    .route-canvas[b-gi5lb4h5c1] {
        height: 70dvh;
        min-height: 360px;
    }

    .route-node[b-gi5lb4h5c1] {
        grid-template-columns: 36px 42px minmax(0, 1fr);
    }

    .aisle-node[b-gi5lb4h5c1] {
        grid-template-columns: 32px 46px minmax(0, 1fr);
    }

    .aisle-node-actions[b-gi5lb4h5c1] {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        min-width: 0;
    }

    .route-node-actions[b-gi5lb4h5c1] {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: flex-end;
    }

    .route-workspace-expanded[b-gi5lb4h5c1] {
        inset: 0;
        grid-template-columns: 1fr;
        overflow-y: auto;
    }

    .route-workspace-expanded .location-palette[b-gi5lb4h5c1],
    .route-workspace-expanded .route-canvas[b-gi5lb4h5c1] {
        height: auto;
        min-height: 0;
        overflow-y: visible;
    }

    .route-workspace-expanded .route-canvas[b-gi5lb4h5c1] {
        height: 75dvh;
        min-height: 420px;
        overflow: hidden;
    }
}
/* /Components/Pages/Manufacturing/ViewManufacturingJob.razor.rz.scp.css */
/* (existing styles unchanged) */
.view-job-header-grid[b-sxpa8uizli] {
    --gap: 1rem;
}

.status-chip[b-sxpa8uizli] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    font-size: .68rem;
    font-weight: 600;
    line-height: 1.1;
    border-radius: 14px;
    color: #fff;
    background: #607d8b;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06);
    white-space: nowrap;
    max-width: fit-content;
}

.status-chip.complete[b-sxpa8uizli] {
    background: #4caf50;
}

.status-chip.inprogress[b-sxpa8uizli] {
    background: #0288d1;
}

.status-chip.warning[b-sxpa8uizli] {
    background: #ff9800;
}

.status-chip.secondary[b-sxpa8uizli] {
    background: #9c27b0;
}

.cost-chips[b-sxpa8uizli] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.cost-chip[b-sxpa8uizli] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 82px;
    gap: 4px;
}

.cost-chip .value[b-sxpa8uizli] {
    background: var(--cc-bg,#0288d1);
    color: #fff;
    font-size: .80rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 16px;
    line-height: 1.05;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.10);
    min-width: 70px;
    text-align: center;
}

.cost-chip.user .value[b-sxpa8uizli] {
    --cc-bg: #3f51b5;
}

.cost-chip.station .value[b-sxpa8uizli] {
    --cc-bg: #e91e63;
}

.cost-chip.total .value[b-sxpa8uizli] {
    --cc-bg: #03a9f4;
}

.cost-chip .label[b-sxpa8uizli] {
    font-size: .57rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    opacity: .75;
    font-weight: 500;
}

.quantity-line[b-sxpa8uizli] {
    font-size: .65rem;
    opacity: .8;
    margin-top: 4px;
}

.counts-badges[b-sxpa8uizli] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: flex-end;
}

.mud-expansion-panel-header[b-sxpa8uizli] {
    min-height: 42px;
    font-size: .8rem;
}

.mud-expansion-panel-header:hover[b-sxpa8uizli] {
    background: rgba(255,255,255,0.04);
    transition: background .15s;
}

.panel-title-icon[b-sxpa8uizli] {
    opacity: .85;
    margin-right: .4rem;
    font-size: 1rem;
}

.section-small-caption[b-sxpa8uizli] {
    font-size: .55rem;
    letter-spacing: .06rem;
    text-transform: uppercase;
    opacity: .55;
    margin-left: auto;
}

.inline-pill[b-sxpa8uizli] {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: .60rem;
    font-weight: 600;
    display: inline-block;
    line-height: 1.15;
    color: #fff;
}

.inline-pill.info[b-sxpa8uizli] {
    background: #0288d1;
}

.inline-pill.warning[b-sxpa8uizli] {
    background: #ff9800;
}

.inline-pill.success[b-sxpa8uizli] {
    background: #4caf50;
}

.inline-pill.secondary[b-sxpa8uizli] {
    background: #9c27b0;
}

.inline-pill.default[b-sxpa8uizli] {
    background: #607d8b;
}

.compact-table .mud-table-head th[b-sxpa8uizli] {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .70rem;
}

.compact-table .mud-table-body td[b-sxpa8uizli] {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .70rem;
    vertical-align: middle;
}

.status-chip:hover[b-sxpa8uizli], .cost-chip .value:hover[b-sxpa8uizli], .inline-pill:hover[b-sxpa8uizli] {
    filter: brightness(1.1);
    transition: filter .15s;
}
/* /Components/Pages/Manufacturing/ViewManufacturingJobs.razor.rz.scp.css */
.manufacturing-jobs-toolbar[b-lv0c23pjkr],
.manufacturing-jobs-toolbar-actions[b-lv0c23pjkr] {
    flex-wrap: wrap;
}

.manufacturing-jobs-toolbar-actions[b-lv0c23pjkr] {
    justify-content: flex-end;
}

.manufacturing-jobs-count[b-lv0c23pjkr] {
    white-space: nowrap;
}

.manufacturing-jobs-table-wrap[b-lv0c23pjkr] {
    max-width: 100%;
    overflow-x: auto;
}

.manufacturing-grid-header[b-lv0c23pjkr] {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.manufacturing-excel-filter-menu[b-lv0c23pjkr] {
    width: min(320px, calc(100vw - 32px));
    min-width: min(280px, calc(100vw - 32px));
    padding: 12px;
}

.manufacturing-fixed-filter-menu[b-lv0c23pjkr] {
    min-width: min(240px, calc(100vw - 32px));
}

.manufacturing-excel-filter-values[b-lv0c23pjkr] {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 4px;
    padding: 6px;
}

.manufacturing-filter-actions[b-lv0c23pjkr] {
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .manufacturing-jobs-toolbar[b-lv0c23pjkr] {
        align-items: flex-start !important;
    }

    .manufacturing-jobs-toolbar-actions[b-lv0c23pjkr] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Pages/Posting/ViewSagePosting.razor.rz.scp.css */
.pending-posting-filter-menu[b-tj5cby0yni] {
    min-width: 280px;
    max-width: 320px;
    padding: 12px;
}

.pending-posting-filter-values[b-tj5cby0yni] {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    padding: 6px;
}
/* /Components/Pages/PurchaseOrder/CreatePurchaseOrder.razor.rz.scp.css */
.connx-po-page[b-ej1zue2113] {
    width: 100%;
    max-width: none;
    position: relative;
    background: transparent;
}

.connx-po-section[b-ej1zue2113] {
    border-radius: 8px;
}

.connx-po-section-title[b-ej1zue2113] {
    font-weight: 600;
}

.connx-po-summary[b-ej1zue2113] {
    min-height: 40px;
}

.connx-po-price-panel[b-ej1zue2113] {
    border-radius: 8px;
    height: 100%;
}

.connx-po-actions[b-ej1zue2113] {
    gap: 8px;
    flex-wrap: wrap;
}
/* /Components/Pages/PurchaseOrder/ViewPurchaseOrders.razor.rz.scp.css */
.po-grid td[b-8z01fefcmu], .po-grid th[b-8z01fefcmu] {
    white-space: nowrap;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.po-search-field[b-8z01fefcmu] {
    min-width: 260px;
    width: 100%;
    max-width: 380px;
}

.actions-col[b-8z01fefcmu] {
    min-width: 280px;
    vertical-align: middle;
    white-space: nowrap;
}

.po-actions[b-8z01fefcmu] {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0; /* spacing handled by fixed slots */
}

.po-action-slot[b-8z01fefcmu] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.po-action-slot .mud-icon-button[b-8z01fefcmu] {
    margin: 0;
}
/* /Components/Pages/Quotes/CreateQuote.razor.rz.scp.css */
.connx-order-page[b-n7l3blh88x] {
    width: 100%;
    max-width: none;
    background: transparent;
}

.connx-order-section[b-n7l3blh88x] {
    border-radius: 8px;
}

.connx-order-section-title[b-n7l3blh88x] {
    font-weight: 600;
}

.connx-order-actions[b-n7l3blh88x] {
    gap: 8px;
    flex-wrap: wrap;
}
/* /Components/Pages/Quotes/ViewQuotes.razor.rz.scp.css */
.actions-col[b-tt439e3647] {
    min-width: 300px;
    vertical-align: middle;
    white-space: nowrap;
}

.quote-actions[b-tt439e3647] {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}
/* /Components/Pages/SageProjects/ViewProjectIssueRequests.razor.rz.scp.css */
.truncate-error[b-57aoy78gpb] {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
/* /Components/Pages/SalesOrder/CreateSalesOrder.razor.rz.scp.css */
.connx-order-page[b-bg68q5qv4j] {
    width: 100%;
    max-width: none;
    background: transparent;
}

.connx-order-section[b-bg68q5qv4j] {
    border-radius: 8px;
}

.connx-order-section-title[b-bg68q5qv4j] {
    font-weight: 600;
}

.connx-order-actions[b-bg68q5qv4j] {
    gap: 8px;
    flex-wrap: wrap;
}
/* /Components/Pages/SalesOrder/ViewPickOrders.razor.rz.scp.css */
:root[b-qo1pnkl520] {
    --page-h-pad: 16px;
}

.sales-orders-container[b-qo1pnkl520] {
    width: 100%;
    margin: 0;
    padding-left: var(--page-h-pad);
    padding-right: var(--page-h-pad);
}

.po-grid table[b-qo1pnkl520] {
    table-layout: auto;
    border-collapse: collapse;
    width: max-content;
    min-width: 100%;
}

.po-grid th[b-qo1pnkl520], .po-grid td[b-qo1pnkl520] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.po-grid .select-col[b-qo1pnkl520] {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    position: sticky;
    left: 0;
    z-index: 6;
    background: var(--mud-palette-surface);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08) inset;
    padding: 0 !important;
}

    .po-grid .select-col .header-select-wrapper[b-qo1pnkl520],
    .po-grid .select-col .select-wrapper[b-qo1pnkl520] {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 32px;
    }

.po-grid .order-number-col[b-qo1pnkl520] {
    position: sticky;
    left: 378px;
    z-index: 5;
    background: var(--mud-palette-surface);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08) inset;
}

.po-grid .actions-col[b-qo1pnkl520] {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
    white-space: nowrap;
}

.po-grid .actions-sticky-col[b-qo1pnkl520] {
    position: sticky;
    left: 38px;
    z-index: 5;
    background: var(--mud-palette-surface);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08) inset;
}

.pick-actions[b-qo1pnkl520] {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}

.picked-row[b-qo1pnkl520] {
    background-color: rgba(76, 175, 80, 0.06);
}

.part-picked-row[b-qo1pnkl520] {
    background-color: rgba(255, 193, 7, 0.08);
}

.selected-row:not(.picked-row):not(.part-picked-row)[b-qo1pnkl520] {
    background-color: rgba(33, 150, 243, 0.07);
}

.action-bar[b-qo1pnkl520] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin: 0.75rem 0;
}

.search-left[b-qo1pnkl520] {
    min-width: 320px;
    max-width: 520px;
    width: 100%;
}

.actions-col .mud-icon-button[b-qo1pnkl520] {
    padding: 4px;
    margin: 0 2px;
}

.po-grid th .mud-table-filter[b-qo1pnkl520],
.po-grid th .mud-table-sort-label[b-qo1pnkl520] {
    max-width: 18px;
}

.row-spinner-wrapper[b-qo1pnkl520] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 4px;
}

.sales-orders-container[b-qo1pnkl520] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px); /* tweak if needed */
    min-height: 0;
}

    .sales-orders-container > .mud-stack[b-qo1pnkl520] {
        flex: 1 1 auto;
        min-height: 0;
    }

.grid-and-actions[b-qo1pnkl520] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.po-grid[b-qo1pnkl520] {
    flex: 1 1 auto;
    min-height: 0;
}

.action-bar[b-qo1pnkl520] {
    flex: 0 0 auto;
}

.grid-viewport[b-qo1pnkl520] {
    position: relative;
}

.actions-col[b-qo1pnkl520] {
    vertical-align: middle;
    white-space: nowrap;
}

.pick-actions[b-qo1pnkl520] {
    display: inline-flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}

.pick-action-slot[b-qo1pnkl520] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.pick-action-slot .mud-icon-button[b-qo1pnkl520] {
    margin: 0;
}

.row-spinner-wrapper[b-qo1pnkl520] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Pages/SalesOrder/ViewSalesOrderPickRoute.razor.rz.scp.css */
.pick-route-page[b-e0xtx8yman] {
    max-width: 1180px;
    margin: 0 auto;
}

.route-summary[b-e0xtx8yman] {
    border-left: 5px solid var(--mud-palette-primary);
}

.route-timeline[b-e0xtx8yman] {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 0 1rem 4.5rem;
}

.route-timeline[b-e0xtx8yman]::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 2.5rem;
    bottom: 2.5rem;
    width: 4px;
    background: var(--mud-palette-lines-default);
}

.route-terminal[b-e0xtx8yman] {
    position: relative;
    left: -4.5rem;
    width: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    font-size: .7rem;
    font-weight: 800;
    text-align: center;
    color: var(--mud-palette-primary);
}

.route-terminal .mud-icon-root[b-e0xtx8yman] {
    background: var(--mud-palette-surface);
    z-index: 1;
}

.route-step[b-e0xtx8yman] {
    position: relative;
    margin: 1rem 0;
}

.route-step-marker[b-e0xtx8yman] {
    position: absolute;
    left: -3.8rem;
    top: 1.25rem;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 3px solid var(--mud-palette-surface);
    background: var(--mud-palette-grey-light);
    color: var(--mud-palette-text-primary);
    font-weight: 800;
}

.route-step.current .route-step-marker[b-e0xtx8yman] {
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

.route-step.completed .route-step-marker[b-e0xtx8yman] {
    background: var(--mud-palette-success);
    color: var(--mud-palette-success-text);
}

.route-step-card[b-e0xtx8yman] {
    border: 1px solid var(--mud-palette-lines-default);
}

.route-step.current .route-step-card[b-e0xtx8yman] {
    border: 3px solid var(--mud-palette-primary);
}

.route-step.completed .route-step-card[b-e0xtx8yman] {
    border-left: 5px solid var(--mud-palette-success);
}

.location-heading[b-e0xtx8yman] {
    font-weight: 800;
    word-break: break-word;
}

.step-details[b-e0xtx8yman] {
    display: grid;
    grid-template-columns: minmax(140px, .7fr) minmax(240px, 1.5fr) minmax(140px, .6fr);
    gap: 1.25rem;
}

.quantity-detail[b-e0xtx8yman] {
    padding-left: 1rem;
    border-left: 1px solid var(--mud-palette-lines-default);
}

@media (max-width: 700px) {
    .pick-route-page[b-e0xtx8yman] {
        padding: .75rem !important;
    }

    .route-summary-content[b-e0xtx8yman],
    .step-heading[b-e0xtx8yman],
    .step-badges[b-e0xtx8yman] {
        flex-wrap: wrap;
    }

    .route-timeline[b-e0xtx8yman] {
        padding-left: 3.25rem;
    }

    .route-timeline[b-e0xtx8yman]::before {
        left: 1.3rem;
    }

    .route-terminal[b-e0xtx8yman] {
        left: -3.25rem;
        width: 2.6rem;
    }

    .route-step-marker[b-e0xtx8yman] {
        left: -3.15rem;
        width: 2.4rem;
        height: 2.4rem;
    }

    .step-details[b-e0xtx8yman] {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .quantity-detail[b-e0xtx8yman] {
        padding: .75rem 0 0;
        border-left: 0;
        border-top: 1px solid var(--mud-palette-lines-default);
    }
}
/* /Components/Pages/SalesOrder/ViewSalesOrders.razor.rz.scp.css */
.actions-col[b-uw0pm8akr1] {
    min-width: 180px;
    vertical-align: middle;
    white-space: nowrap;
}

.so-actions[b-uw0pm8akr1] {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
}

.so-action-slot[b-uw0pm8akr1] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.so-action-slot .mud-icon-button[b-uw0pm8akr1] {
    margin: 0;
}
/* /Components/Pages/Stock/StockReorder.razor.rz.scp.css */
.reorder-overlay[b-z6p31b7jie] {
    z-index: 1300;
}

.opacity-75[b-z6p31b7jie] {
    opacity: .75;
}

.truncate-line[b-z6p31b7jie] {
    display: block;
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* /Components/Pages/Stock/ViewStock.razor.rz.scp.css */
.view-stock-page[b-flgxw2jcbi] {
    height: calc(100vh - 16px);
    display: flex;
    flex-direction: column;
}

.view-stock-grid-wrap[b-flgxw2jcbi] {
    flex: 1 1 auto;
    min-height: 0;
}

.view-stock-table[b-flgxw2jcbi] {
    table-layout: auto !important;
}

.view-stock-table th[b-flgxw2jcbi],
.view-stock-table td[b-flgxw2jcbi] {
    white-space: nowrap;
    width: 1%;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.excel-filter-menu[b-flgxw2jcbi] {
    min-width: 280px;
    max-width: 320px;
    padding: 12px;
}

.excel-filter-values[b-flgxw2jcbi] {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    padding: 6px;
}
/* /Components/Pages/Stock/ViewStockCollated.razor.rz.scp.css */
.collated-stock-table[b-lxmwejjkv7] {
    table-layout: auto !important;
}

.collated-stock-table th[b-lxmwejjkv7], .collated-stock-table td[b-lxmwejjkv7] {
    white-space: nowrap;
    width: 1%;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-left[b-lxmwejjkv7] {
    min-width: 320px;
    max-width: 620px;
    width: 100%;
}

.excel-filter-menu[b-lxmwejjkv7] {
    min-width: 280px;
    max-width: 320px;
    padding: 12px;
}

.excel-filter-values[b-lxmwejjkv7] {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    padding: 6px;
}
/* /Components/Pages/StockTake/CreateStockTakeOLD.razor.rz.scp.css */
/* Slightly larger, themed radio buttons just for this page */
.st-mode-group label[b-7jahweste9] {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    font-size: 0.98rem;
}

.st-mode-group input[type="radio"][b-7jahweste9] {
    transform: scale(1.25);
    margin-right: 8px;
    accent-color: var(--mud-palette-primary);
}
/* /Components/Pages/StockTake/StockTakeCount.razor.rz.scp.css */
:root[b-vrvnlrzjq8] {
    --topbar-height: 0px;
}
/* adjust if you have a fixed header */

.st-mobile-shell[b-vrvnlrzjq8] {
    height: calc(100dvh - var(--topbar-height));
    display: flex;
    flex-direction: column;
    background: var(--mud-palette-background, #121212);
}

.st-content[b-vrvnlrzjq8] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.st-sticky-bar[b-vrvnlrzjq8] {
    position: sticky;
    bottom: 0;
    z-index: 5;
    background: var(--mud-palette-surface, #1E1E1E);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 10px;
}

.st-input .mud-input-root[b-vrvnlrzjq8] {
    font-size: 16px;
}
/* prevent iOS zoom */
.st-header-compact[b-vrvnlrzjq8] {
    padding: 8px 12px 0 12px;
}

.st-line-card[b-vrvnlrzjq8] {
    border-left: 4px solid transparent;
}

.st-line-variance[b-vrvnlrzjq8] {
    border-left-color: var(--mud-palette-warning, #FFA000);
}

.st-line-ok[b-vrvnlrzjq8] {
    border-left-color: var(--mud-palette-success, #2E7D32);
}
/* /Components/Pages/StockTake/StockTakeReconcilliation.razor.rz.scp.css */
.recon-table .mud-table-head-cell.sel-col[b-63r7211jy1],
.recon-table .mud-table-cell.sel-col[b-63r7211jy1] {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--mud-palette-surface);
    min-width: 52px;
    width: 52px;
}

.recon-table .mud-table-head-cell.actions-col[b-63r7211jy1],
.recon-table .mud-table-cell.actions-col[b-63r7211jy1] {
    position: sticky;
    left: 52px;
    z-index: 2;
    background: var(--mud-palette-surface);
    min-width: 140px;
    width: 140px;
    box-shadow: 2px 0 4px -2px rgba(0,0,0,0.12);
}
/* /Components/Pages/StockTake/StockTakeReviewPost.razor.rz.scp.css */
.mud-table-head-cell.sel-col[b-f8b2ccf3ej],
.mud-table-cell.sel-col[b-f8b2ccf3ej] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
    min-width: 52px;
    width: 52px;
}
/* /Components/Pages/WIP/WIPDashboard.razor.rz.scp.css */
.compact-table .mud-data-grid-row[b-qlj5ffit8f] {
    height: 36px !important;
}

.compact-table .mud-data-grid-cell[b-qlj5ffit8f] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
}

.compact-table .mud-chip[b-qlj5ffit8f] {
    font-size: 0.70rem;
}

.compact-table .mud-icon-button[b-qlj5ffit8f] {
    margin: 2px;
}

.excel-filter-menu[b-qlj5ffit8f] {
    min-width: 280px;
    max-width: 320px;
    padding: 12px;
}

.excel-filter-values[b-qlj5ffit8f] {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    padding: 6px;
}
/* /Components/Pages/WIP/WipJobHistory.razor.rz.scp.css */
.compact-table .mud-table-row[b-4ktbi0451t] {
    height: 36px !important;
}

.compact-table .mud-table-cell[b-4ktbi0451t] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
}

.compact-table .mud-chip[b-4ktbi0451t] {
    font-size: 0.75rem;
}

.compact-table .mud-icon-button[b-4ktbi0451t] {
    margin-right: 2px;
    margin-left: 2px;
}
/* /Components/PageWrapper.razor.rz.scp.css */
.page-wrapper[b-or26xntigf] {
    padding-top: 32px; /* smaller than default appbar height */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
}
/* /Components/StickyGridScroll.razor.rz.scp.css */
.sticky-grid-scroll[b-yccxktrg1z] {
    position: relative;
    min-width: 0;
}

.sticky-grid-scroll__bar[b-yccxktrg1z] {
    position: sticky;
    bottom: 0;
    z-index: 30;
    display: none;
    height: 17px;
    overflow-x: auto;
    overflow-y: hidden;
    background: var(--mud-palette-surface);
    border-top: 1px solid var(--mud-palette-lines-default);
}

.sticky-grid-scroll__bar.is-visible[b-yccxktrg1z] {
    display: block;
}

.sticky-grid-scroll__bar-content[b-yccxktrg1z] {
    height: 1px;
}

.sticky-grid-scroll.has-horizontal-overflow[b-yccxktrg1z]  .mud-table-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sticky-grid-scroll.has-horizontal-overflow[b-yccxktrg1z]  .mud-table-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}
