/* _content/CorConnect.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* CorConnect shell — top header only (CorAuth family). Do NOT use sidebar row layout. */

.page[b-npj0cojvb9] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

/* Kill any legacy template sidebar/row rules that might leak */
.page > .sidebar[b-npj0cojvb9],
.page > .top-row[b-npj0cojvb9] {
    display: none !important;
}

main.ca-main[b-npj0cojvb9],
main[b-npj0cojvb9] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

#blazor-error-ui[b-npj0cojvb9] {
    background: var(--ca-warn-bg, #fffbeb);
    color: var(--ca-warn-fg, #92400e);
    border-top: 1px solid var(--ca-warn-border, #fde68a);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-npj0cojvb9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui .reload[b-npj0cojvb9] {
    margin-left: 0.5rem;
}
/* _content/CorConnect.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* Legacy sidebar nav is unused. Keep empty so old flex-column styles never reappear. */
