/* _content/Core/View/Shared/MainLayout.razor.rz.scp.css */
.page[b-6i6785u48s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6i6785u48s] {
    flex: 1;
    margin-left: 60px;
}

@media (min-width: 641px) {
    .page[b-6i6785u48s] {
        flex-direction: row;
    }
}



/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main[b-6i6785u48s] {
    transition: margin-left .5s;
    padding: 20px;
}
