/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-327a2nxckl] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-327a2nxckl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Reports/TrainingMatrixReport.razor.rz.scp.css */
.training-matrix-wrapper[b-rbqnl9hpke] {
    max-height: 70vh;
}

.training-matrix-table[b-rbqnl9hpke] {
    min-width: max-content;
    font-size: 0.84rem;
}

    .training-matrix-table th[b-rbqnl9hpke] {
        position: sticky;
        top: 0;
        z-index: 2;
        background: var(--bs-body-bg);
        vertical-align: bottom;
    }

.training-matrix-staff-column[b-rbqnl9hpke] {
    position: sticky;
    left: 0;
    z-index: 3;
    min-width: 230px;
    max-width: 230px;
    background: var(--bs-body-bg);
}

thead .training-matrix-staff-column[b-rbqnl9hpke] {
    z-index: 5;
}

.training-matrix-summary-column[b-rbqnl9hpke] {
    position: sticky;
    left: 230px;
    z-index: 3;
    min-width: 90px;
    background: var(--bs-body-bg);
}

thead .training-matrix-summary-column[b-rbqnl9hpke] {
    z-index: 5;
}

.training-matrix-qualification-header[b-rbqnl9hpke] {
    min-width: 125px;
    max-width: 160px;
    white-space: normal;
    text-align: center;
}

.training-matrix-cell[b-rbqnl9hpke] {
    min-width: 125px;
    height: 68px;
    padding: 0.4rem;
}

.training-matrix-cell-content[b-rbqnl9hpke] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}

    .training-matrix-cell-content small[b-rbqnl9hpke] {
        display: block;
        font-size: 0.72rem;
    }

.training-matrix-expired[b-rbqnl9hpke] {
    color: var(--bs-white);
    background-color: var(--bs-dark);
}

.training-matrix-due-60[b-rbqnl9hpke] {
    color: var(--bs-warning-text-emphasis);
    background-color: var(--bs-warning-bg-subtle);
}

.training-matrix-not-required[b-rbqnl9hpke] {
    color: var(--bs-secondary-color);
    background-color: var(--bs-tertiary-bg);
}
