/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tvdz2p8upz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-tvdz2p8upz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/Account/BackgroundVideo.razor.rz.scp.css */
.video-background[b-umwi1xdesx] {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    overflow: hidden;
}

.video-foreground[b-umwi1xdesx], .video-background iframe[b-umwi1xdesx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

#myVideo[b-umwi1xdesx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.rz-body[b-hv5wvj7q88] {
    overflow: hidden !important;
}
/* /Components/Shared/Components/BusyLoad.razor.rz.scp.css */
.busy-overlay[b-237e51flte] {
    z-index: 9999;
}

.busy-screen[b-237e51flte] {
    background-color: white;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.busy-indicator[b-237e51flte] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
