/* /Components/Checklists/CreateChecklistDrawer.razor.rz.scp.css */
.scrollable-questions[b-mpsujvkhpy] {
    max-height: 350px;
    overflow-y: auto;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-bar-subtitle[b-5hzcf8o3jv] {
    margin-top: -4px;
}
/* /Pages/Auth/AccessDenied.razor.rz.scp.css */
.access-denied-page[b-fq2atpxtid] {
    background-color: var(--mud-palette-background);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-denied-card[b-fq2atpxtid] {
    border: 1px solid var(--mud-palette-divider);
}
/* /Pages/Checklists/ChecklistGrid.razor.rz.scp.css */
.sticky-col-header[b-jiqi2nn6o7] {
    min-width: 250px;
    position: sticky;
    left: 0;
    background-color: var(--mud-palette-surface);
    z-index: 2;
    border-right: 1px solid var(--mud-palette-divider);
}

.sticky-col-body[b-jiqi2nn6o7] {
    position: sticky;
    left: 0;
    background-color: var(--mud-palette-surface);
    z-index: 1;
    border-right: 1px solid var(--mud-palette-divider);
}

.cell-border-right[b-jiqi2nn6o7] {
    border-right: 1px solid var(--mud-palette-divider);
}

.pagination-border[b-jiqi2nn6o7] {
    border-top: 1px solid var(--mud-palette-divider);
}
/* /Pages/LogEvents/LogEvents.razor.rz.scp.css */
.log-child-row[b-24pmuisatr] {
    background-color: var(--mud-palette-background-grey);
    border-top: 1px solid var(--mud-palette-divider);
}

.log-message-truncate[b-24pmuisatr] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 60vw;
}

.code-block[b-24pmuisatr] {
    background: #1e1e1e;
    border-radius: 4px;
    overflow-x: auto;
}

    .code-block pre[b-24pmuisatr] {
        white-space: pre-wrap;
        font-family: 'Cascadia Code', 'Courier New', monospace;
        font-size: 0.85rem;
        color: #d4d4d4;
    }

.code-block--properties[b-24pmuisatr] {
    background: #2d2d2d;
    border-radius: 4px;
    overflow-x: auto;
}

    .code-block--properties pre[b-24pmuisatr] {
        white-space: pre-wrap;
        font-family: 'Cascadia Code', monospace;
        font-size: 0.8rem;
        color: #9cdcfe;
    }

.log-label-muted[b-24pmuisatr] {
    color: #888;
}
/* /Pages/Statuses/Status.razor.rz.scp.css */
.status-card[b-o2hm3roey9] {
    position: relative;
    overflow: hidden;
    background-color: red;
}

.status-loading-bar[b-o2hm3roey9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    overflow: hidden;
    z-index: 10;
}
