@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /SET/Layouts/MainLayoutServer.razor.rz.scp.css */
#layout-container[b-oq3f2cbkeu] {
    display: flex;
    flex-direction: row;

    width: 100vw;
    height: 100vh;

    overflow-x: hidden;
    overflow-y: auto;

    column-gap: 0;
    

    transition: all 0.1s linear;
}

.page[b-oq3f2cbkeu] {
    position: relative;
    display: flex;
    flex-direction: row;
    
    width: 100vw;
    height: 100vh;
}

main[b-oq3f2cbkeu] {
    height: 100vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.body[b-oq3f2cbkeu] {
    flex: 1;
}


@media (max-width: 641px) {
    #layout-container[b-oq3f2cbkeu] {
        flex-direction: column;
    }

    .page[b-oq3f2cbkeu] {
        flex-direction: column;
    }

    main[b-oq3f2cbkeu] {
        height: 100%;
        width: 100vw;
        flex: 1;
    }
}
/* /SET/Pages/BasePages/ExampleServerPage.razor.rz.scp.css */
