/* /Shared/MainLayout.razor.rz.scp.css */
.loading-overlay[b-ojmy98n2rq] {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mud-palette-surface);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1300;
}
