@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0pxxnput0o] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-0pxxnput0o] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/*
    Kept identical to KeepStack.App's MainLayout.razor.css (2026-08-23, see keepstack_project
    memory) for consistency between the two projects. The top bar itself is styled globally in
    wwwroot/css/components/topbar.css rather than here, because it renders inside a child
    component (<TopBar />) and Blazor's CSS isolation for this file only reaches markup written
    directly in MainLayout.razor.
*/

#blazor-error-ui[b-0pxxnput0o] {
    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-0pxxnput0o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
