/* /Layout/MainLayout.razor.rz.scp.css */
html[b-s0w5k6fzn1], body[b-s0w5k6fzn1] {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.page[b-s0w5k6fzn1] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

main[b-s0w5k6fzn1] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

article.content[b-s0w5k6fzn1] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    overflow: hidden;
}

@media (min-width: 641px) {
    .page[b-s0w5k6fzn1] {
        flex-direction: row;
    }

    article[b-s0w5k6fzn1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
