/* _content/SermiAuditsBlazor.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-693g8zt32d] {
    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-693g8zt32d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SermiAuditsBlazor.Web/Components/Pages/Jobs/JobEditor.razor.rz.scp.css */
.job-detail-band[b-nk3ysbsrtg] {
    --job-detail-record-width: 54rem;
    --job-record-label-column: clamp(10.5rem, 36.6%, 15rem);
    --job-record-action-column: minmax(2.75rem, auto);
    --job-record-vehicle-media-column: clamp(12rem, 43.9%, 18rem);
    padding-block: clamp(0.65rem, 2vw, 1.25rem);
}

[b-nk3ysbsrtg] .job-detail-container {
    padding-left: clamp(0.5rem, 1.4vw, 0.85rem);
    padding-right: clamp(0.5rem, 1.4vw, 0.85rem);
}

[b-nk3ysbsrtg] .job-detail-grid {
    align-items: start;
    width: min(100%, var(--job-detail-record-width));
    max-width: min(100%, var(--job-detail-record-width));
    margin: 0 auto !important;
}

[b-nk3ysbsrtg] .job-detail-grid > .mud-grid-item {
    flex-basis: 100%;
    max-width: 100%;
}

[b-nk3ysbsrtg] .job-detail-table-card {
    padding: 0 !important;
    overflow: hidden;
}

[b-nk3ysbsrtg] .job-detail-table-card.panel-card,
[b-nk3ysbsrtg] #job-update-panel.panel-card,
[b-nk3ysbsrtg] .job-detail-section.panel-card,
[b-nk3ysbsrtg] .job-detail-timeline-card.panel-card {
    border-radius: 8px !important;
    width: min(100%, var(--job-detail-record-width));
    max-width: min(100%, var(--job-detail-record-width));
    margin-left: auto;
    margin-right: auto;
}

[b-nk3ysbsrtg] #job-update-panel.panel-card {
    padding: clamp(1rem, 2vw, 1.35rem) !important;
}

[b-nk3ysbsrtg] .job-detail-section.panel-card {
    padding: clamp(0.8rem, 1.8vw, 1.1rem) !important;
}

.job-record-sheet[b-nk3ysbsrtg] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--app-panel-border);
    background: var(--app-panel-background);
}

.job-record-sheet__header[b-nk3ysbsrtg] {
    background: var(--app-hero-from);
    color: var(--app-hero-text);
    padding: 0.62rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.job-record-sheet__rows[b-nk3ysbsrtg] {
    display: flex;
    flex-direction: column;
}

.job-record-row[b-nk3ysbsrtg] {
    display: grid;
    grid-template-columns: var(--job-record-label-column) minmax(0, 1fr) var(--job-record-action-column);
    gap: 0;
    padding: 0;
    border-bottom: 1px solid var(--app-panel-border);
    align-items: stretch;
    min-height: 2.25rem;
}

.job-record-row:last-child[b-nk3ysbsrtg] {
    border-bottom: none;
}

.job-record-cell--label[b-nk3ysbsrtg] {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--app-muted-text);
    background: color-mix(in srgb, var(--app-panel-alt-background) 80%, white);
    border-right: 1px solid var(--app-panel-border);
    padding: 0.58rem 0.78rem;
}

.job-timeline-table .mud-table-head .mud-table-cell[b-nk3ysbsrtg] {
    font-weight: 800;
}

.job-record-cell--value[b-nk3ysbsrtg] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    justify-content: center;
    padding: 0.58rem 0.78rem;
}

.job-record-cell--action[b-nk3ysbsrtg] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    padding: 0.42rem 0.58rem;
}

[b-nk3ysbsrtg] .job-record-cell--action .mud-button-root,
[b-nk3ysbsrtg] .job-map-link.mud-button-root {
    max-width: 100%;
    min-width: 0;
}

[b-nk3ysbsrtg] .job-record-cell--action .mud-button-label,
[b-nk3ysbsrtg] .job-map-link .mud-button-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-record-row--vehicle[b-nk3ysbsrtg] {
    --job-record-vehicle-height: clamp(4.3rem, 7vw, 5.7rem);
    --job-record-logo-height: clamp(3.4rem, 6vw, 4.8rem);
    grid-template-columns: var(--job-record-label-column) var(--job-record-vehicle-media-column) minmax(0, 1fr);
}

.job-record-row--vehicle .job-record-cell--label[b-nk3ysbsrtg] {
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding-block: 0.8rem;
    overflow: hidden;
}

.job-record-row--vehicle .job-record-cell--value[b-nk3ysbsrtg] {
    align-items: center;
    overflow: hidden;
}

.job-record-row--vehicle .job-record-cell--action[b-nk3ysbsrtg] {
    justify-content: flex-start;
    align-items: flex-start;
    padding-block: 0.72rem;
}

.job-record-cell--details[b-nk3ysbsrtg] {
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

[b-nk3ysbsrtg] .job-record-cell--details .mud-typography,
[b-nk3ysbsrtg] .job-record-cell--value .mud-typography,
[b-nk3ysbsrtg] .job-record-cell--action .mud-typography {
    min-width: 0;
    overflow-wrap: anywhere;
}

[b-nk3ysbsrtg] .job-record-vehicle__logo {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: min(82%, 7.4rem) !important;
    max-height: var(--job-record-logo-height) !important;
    object-fit: contain !important;
}

[b-nk3ysbsrtg] .job-record-vehicle__logo--compact {
    max-width: min(82%, 7.4rem) !important;
    max-height: var(--job-record-logo-height) !important;
}

[b-nk3ysbsrtg] .job-record-vehicle__image,
.job-record-vehicle__image[b-nk3ysbsrtg] {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: min(100%, 13rem) !important;
    max-height: var(--job-record-vehicle-height) !important;
    object-fit: contain !important;
    background: transparent;
    border-radius: 4px;
    padding: 0;
}

[b-nk3ysbsrtg] img.job-record-vehicle__image {
    transform: scaleX(-1);
}

[b-nk3ysbsrtg] .job-record-vehicle__image--primary,
.job-record-vehicle__image--primary[b-nk3ysbsrtg] {
    max-width: min(100%, 14rem) !important;
    max-height: var(--job-record-vehicle-height) !important;
}

.job-record-vehicle__image--placeholder[b-nk3ysbsrtg] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--app-muted-text);
}

[b-nk3ysbsrtg] .job-detail-actions {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem 0.9rem !important;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
    max-width: min(100%, var(--job-detail-record-width));
    margin-left: auto;
    margin-right: auto;
}

[b-nk3ysbsrtg] .job-detail-actions .mud-button-root {
    width: 100%;
    min-width: 0;
}

[b-nk3ysbsrtg] .job-detail-actions .mud-button-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-nk3ysbsrtg] .job-inline-action-panels {
    display: none !important;
}

.job-map-link[b-nk3ysbsrtg] {
    align-self: flex-start;
    margin-top: 0.32rem;
}

.job-invoice-preview[b-nk3ysbsrtg] {
    display: grid;
    grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
    gap: 0.35rem 0.75rem;
    border: 1px solid var(--app-panel-border);
    border-radius: 8px;
    padding: 0.75rem;
    background: color-mix(in srgb, var(--app-panel-alt-background) 72%, transparent);
}

.job-document-grid-shell[b-nk3ysbsrtg] {
    margin-top: 0.85rem;
    overflow-x: auto;
    border: 1px solid var(--app-panel-border);
    border-radius: 8px;
    background: var(--app-panel-background);
}

.job-document-grid[b-nk3ysbsrtg] {
    min-width: 46rem;
    display: grid;
    grid-template-columns: 6rem 5.5rem minmax(18rem, 1fr) 7rem 4rem 5.25rem;
}

.job-document-grid__row[b-nk3ysbsrtg] {
    display: contents;
}

.job-document-grid__cell[b-nk3ysbsrtg] {
    min-width: 0;
    padding: 0.72rem 0.8rem;
    border-bottom: 1px solid var(--app-panel-border);
    color: var(--app-text);
    font-size: 0.9rem;
}

.job-document-grid__head .job-document-grid__cell[b-nk3ysbsrtg] {
    background: color-mix(in srgb, var(--app-panel-alt-background) 92%, #d5d9df);
    color: var(--app-muted-text);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.job-document-grid__row:last-child .job-document-grid__cell[b-nk3ysbsrtg] {
    border-bottom: none;
}

.job-document-grid__description[b-nk3ysbsrtg] {
    overflow-wrap: anywhere;
}

.job-document-grid__imported[b-nk3ysbsrtg] {
    line-height: 1.25;
}

.job-document-grid__action[b-nk3ysbsrtg] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.job-document-grid__empty-action[b-nk3ysbsrtg] {
    color: var(--app-muted-text);
    font-size: 0.78rem;
}

.job-document-grid__empty-row[b-nk3ysbsrtg] {
    grid-column: 1 / -1;
    padding: 1rem 0.8rem;
    color: var(--app-muted-text);
    border-bottom: none;
}

.job-http-dialog[b-nk3ysbsrtg] {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.job-http-dialog:target[b-nk3ysbsrtg] {
    display: flex;
}

.job-http-dialog--open[b-nk3ysbsrtg] {
    display: flex;
}

.job-http-dialog__scrim[b-nk3ysbsrtg] {
    position: absolute;
    inset: 0;
    background: rgba(8, 27, 52, 0.62);
    backdrop-filter: blur(2px);
}

.job-http-dialog__panel[b-nk3ysbsrtg] {
    position: relative;
    z-index: 1;
    width: min(100%, 34rem);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    border: 1px solid var(--app-panel-border);
    border-radius: 8px;
    background: var(--app-panel-background);
    box-shadow: 0 24px 70px rgba(8, 27, 52, 0.34);
    padding: clamp(1rem, 3vw, 1.35rem);
}

.job-http-dialog__panel--wide[b-nk3ysbsrtg] {
    width: min(100%, 42rem);
}

.job-http-dialog__title[b-nk3ysbsrtg] {
    margin: 0 0 1rem;
    color: var(--app-text);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
}

.job-http-dialog__actions[b-nk3ysbsrtg] {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.job-sermi-section[b-nk3ysbsrtg] {
    scroll-margin-top: 6rem;
}

.job-sermi-checklist[b-nk3ysbsrtg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.job-sermi-checklist__item[b-nk3ysbsrtg] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    border: 1px solid var(--app-panel-border);
    border-radius: 8px;
    background: color-mix(in srgb, var(--app-panel-alt-background) 68%, transparent);
    padding: 0.75rem;
}

.job-inline-form[b-nk3ysbsrtg],
.job-native-form[b-nk3ysbsrtg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.job-inline-form[b-nk3ysbsrtg] {
    width: min(100%, 20rem);
    align-items: flex-end;
    gap: 0.6rem;
}

.job-native-form--compact[b-nk3ysbsrtg] {
    gap: 0.7rem;
}

.job-native-section[b-nk3ysbsrtg] {
    scroll-margin-top: 6rem;
}

.job-native-field[b-nk3ysbsrtg],
.job-native-fieldset[b-nk3ysbsrtg] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: var(--app-text);
}

.job-native-field span[b-nk3ysbsrtg],
.job-native-fieldset legend[b-nk3ysbsrtg],
.job-native-check span[b-nk3ysbsrtg] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--app-muted-text);
}

.visually-hidden[b-nk3ysbsrtg] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.job-native-field--compact[b-nk3ysbsrtg] {
    width: 100%;
}

.job-native-field input[b-nk3ysbsrtg],
.job-native-field select[b-nk3ysbsrtg],
.job-native-field textarea[b-nk3ysbsrtg],
.job-native-check--stacked input[type="number"][b-nk3ysbsrtg],
.job-stock-row input[b-nk3ysbsrtg],
.job-stock-row select[b-nk3ysbsrtg] {
    width: 100%;
    border: 1px solid var(--app-panel-border);
    border-radius: 8px;
    background: var(--app-panel-background);
    color: var(--app-text);
    padding: 0.7rem 0.8rem;
    font: inherit;
}

.job-native-field textarea[b-nk3ysbsrtg] {
    min-height: 5.5rem;
    resize: vertical;
}

.job-native-field small[b-nk3ysbsrtg] {
    color: var(--app-muted-text);
    line-height: 1.4;
}

.job-native-check[b-nk3ysbsrtg] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--app-text);
}

.job-native-check input[type="checkbox"][b-nk3ysbsrtg] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--mud-palette-primary);
}

.job-native-check--stacked[b-nk3ysbsrtg] {
    align-items: stretch;
    border: 1px solid var(--app-panel-border);
    border-radius: 8px;
    padding: 0.75rem;
}

.job-native-check--stacked > span[b-nk3ysbsrtg] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.job-native-check--inline[b-nk3ysbsrtg] {
    justify-content: space-between;
    border: 1px solid var(--app-panel-border);
    border-radius: 8px;
    padding: 0.75rem;
}

.job-native-check--inline > span[b-nk3ysbsrtg],
.job-primary-radio[b-nk3ysbsrtg] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.job-primary-radio[b-nk3ysbsrtg] {
    color: var(--app-muted-text);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.job-primary-radio input[type="radio"][b-nk3ysbsrtg] {
    accent-color: var(--mud-palette-primary);
}

.job-native-fieldset[b-nk3ysbsrtg] {
    border: 1px solid var(--app-panel-border);
    border-radius: 12px;
    padding: 0.9rem;
}

.job-stock-row[b-nk3ysbsrtg] {
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) 5rem 7rem minmax(8rem, 1fr);
    gap: 0.6rem;
    align-items: end;
}

@media (max-width: 900px) {
    [b-nk3ysbsrtg] .job-detail-container {
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    }

    [b-nk3ysbsrtg] .job-detail-grid {
        width: 100%;
        margin: 0 auto !important;
    }

    [b-nk3ysbsrtg] .job-detail-grid > .mud-grid-item {
        padding-left: 0;
    }

    [b-nk3ysbsrtg] .job-detail-table-card {
        width: min(100%, var(--job-detail-record-width));
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px !important;
        padding: 0 !important;
    }

    .job-record-sheet[b-nk3ysbsrtg] {
        border-radius: 8px;
    }

    .job-record-sheet__header[b-nk3ysbsrtg] {
        border-radius: 7px 7px 0 0;
        padding: 0.62rem 0.7rem;
    }
}

@media (max-width: 599.98px) {
    .job-detail-band[b-nk3ysbsrtg] {
        --job-record-label-column: clamp(6.75rem, 34%, 11rem);
        --job-record-action-column: minmax(2.25rem, auto);
    }

    .job-record-row[b-nk3ysbsrtg] {
        grid-template-columns: var(--job-record-label-column) minmax(0, 1fr) var(--job-record-action-column);
        grid-template-areas: "label value action";
        gap: 0;
        align-items: stretch;
        padding: 0;
    }

    .job-record-cell--label[b-nk3ysbsrtg] {
        grid-area: label;
        padding: 0.55rem 0.55rem;
    }

    .job-record-cell--value[b-nk3ysbsrtg] {
        grid-area: value;
        padding: 0.55rem 0.62rem;
    }

    .job-record-cell--action[b-nk3ysbsrtg] {
        grid-area: action;
        justify-content: flex-end;
        padding: 0.38rem 0.45rem;
    }

    .job-record-cell--value .mud-typography[b-nk3ysbsrtg],
    .job-record-cell--action .mud-typography[b-nk3ysbsrtg] {
        overflow-wrap: anywhere;
    }

    .job-record-row--vehicle[b-nk3ysbsrtg] {
        --job-record-vehicle-height: clamp(4.1rem, 19vw, 5.15rem);
        --job-record-logo-height: clamp(3.25rem, 16vw, 4.25rem);
        grid-template-columns: var(--job-record-label-column) minmax(0, 1fr);
        grid-template-areas:
            "label value"
            "label action";
        align-items: stretch;
    }

    .job-record-row--vehicle .job-record-cell--label[b-nk3ysbsrtg] {
        grid-area: label;
        justify-content: center;
        padding-inline: 0.45rem;
    }

    .job-record-row--vehicle .job-record-cell--value[b-nk3ysbsrtg] {
        grid-area: value;
        align-items: center;
        padding-bottom: 0.2rem;
    }

    .job-record-row--vehicle .job-record-cell--action[b-nk3ysbsrtg] {
        grid-area: action;
        min-width: 0;
        padding-top: 0.15rem;
        padding-bottom: 0.58rem;
    }

    .job-inline-form[b-nk3ysbsrtg] {
        width: 100%;
        align-items: stretch;
    }

    [b-nk3ysbsrtg] .job-detail-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem !important;
    }

    .job-stock-row[b-nk3ysbsrtg] {
        grid-template-columns: 1fr;
    }

    .job-sermi-checklist[b-nk3ysbsrtg] {
        grid-template-columns: 1fr;
    }

    [b-nk3ysbsrtg] .job-record-vehicle__logo,
    [b-nk3ysbsrtg] .job-record-vehicle__logo--compact {
        max-width: min(84%, 5.25rem) !important;
        max-height: var(--job-record-logo-height) !important;
    }

    [b-nk3ysbsrtg] .job-record-vehicle__image,
    [b-nk3ysbsrtg] .job-record-vehicle__image--primary,
    .job-record-vehicle__image[b-nk3ysbsrtg],
    .job-record-vehicle__image--primary[b-nk3ysbsrtg] {
        max-width: min(100%, 12.5rem) !important;
        max-height: var(--job-record-vehicle-height) !important;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .job-detail-band[b-nk3ysbsrtg] {
        --job-record-label-column: clamp(5.85rem, 32%, 9.5rem);
        --job-record-action-column: minmax(2rem, auto);
    }

    [b-nk3ysbsrtg] .job-detail-container {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    [b-nk3ysbsrtg] .job-detail-table-card.panel-card,
    [b-nk3ysbsrtg] #job-update-panel.panel-card,
    [b-nk3ysbsrtg] .job-detail-section.panel-card,
    [b-nk3ysbsrtg] .job-detail-timeline-card.panel-card {
        border-radius: 8px !important;
    }

    .job-record-row[b-nk3ysbsrtg] {
        grid-template-columns: var(--job-record-label-column) minmax(0, 1fr) var(--job-record-action-column);
    }

    .job-record-row--vehicle[b-nk3ysbsrtg] {
        grid-template-columns: var(--job-record-label-column) minmax(0, 1fr);
    }

    .job-record-cell--label[b-nk3ysbsrtg] {
        padding-inline: 0.42rem;
    }

    .job-record-cell--value[b-nk3ysbsrtg] {
        padding-inline: 0.52rem;
    }

    .job-record-cell--action[b-nk3ysbsrtg] {
        padding-inline: 0.38rem;
    }

    [b-nk3ysbsrtg] .job-detail-actions {
        grid-template-columns: 1fr;
    }

    [b-nk3ysbsrtg] .job-record-vehicle__logo,
    [b-nk3ysbsrtg] .job-record-vehicle__logo--compact {
        max-width: min(86%, 4.7rem) !important;
    }

    [b-nk3ysbsrtg] .job-record-vehicle__image,
    [b-nk3ysbsrtg] .job-record-vehicle__image--primary,
    .job-record-vehicle__image[b-nk3ysbsrtg],
    .job-record-vehicle__image--primary[b-nk3ysbsrtg] {
        max-width: min(100%, 11.3rem) !important;
    }
}
/* _content/SermiAuditsBlazor.Web/Components/Pages/Jobs/JobList2.razor.rz.scp.css */
.jobs-grid__bar-cell[b-7xhssys89a] {
    position: relative;
    height: 100%;
    padding: 0.4rem 0;
}

.jobs-grid__bar-stack[b-7xhssys89a] {
    position: absolute;
    top: 0.4rem;
    bottom: 0.4rem;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.18rem;
}

.jobs-grid__bar[b-7xhssys89a] {
    width: 0.35rem;
    border-radius: 999px;
    height: 100%;
    display: block;
}
