/* _content/SlideNotes/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-smy7928p1n] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    min-height: 100vh;
}

.app-main[b-smy7928p1n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.app-error-ui[b-smy7928p1n] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.7rem 1.25rem;
    background: #fff3cd;
    border-top: 1px solid #ffe69c;
    color: #664d03;
}

.app-error-ui .dismiss[b-smy7928p1n] {
    cursor: pointer;
    float: right;
}
