/* /Components/Footer.razor.rz.scp.css */
.footer[b-xz39nzs5rg] {
    background-color: #efefef;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zlwfxliiuc] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-zlwfxliiuc] {
    flex: 1;
}

.sidebar[b-zlwfxliiuc] {
    /*background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background: #0d6efd;
}
