@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/CDPHE.HealthInformatics.UI/CDPHE.HealthInformatics.UI.n3ldsz0dy5.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Components/Admin/ErrorCodeBlock.razor.rz.scp.css */
/* Height lives here, not in a style attribute: the browser writes the user's
   drag-resize to the element's inline style, and re-rendering a style attribute
   would wipe it out on the next state change (e.g. clicking copy). */
.error-code-block[b-2kj3y1bsri] {
    white-space: pre-wrap;
    word-break: break-all;
    background: var(--mud-palette-background-grey);
    padding: 0.75rem;
    border-radius: 4px;
    margin: 0;
    overflow: auto;
    resize: vertical;
    min-height: 80px;
    max-height: 320px;
}

.error-code-block.expanded[b-2kj3y1bsri] {
    height: 70vh;
    max-height: 70vh;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.program-tile-card[b-uo15dofi8v] {
    cursor: pointer;
    transition: box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
}

.program-tile-card:hover[b-uo15dofi8v] {
    box-shadow: var(--mud-elevation-6);
    transform: translateY(-2px);
}
