/* _content/ManagementApp.Web/Components/Custom/LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-6a9u4siq3a] {
    position: fixed;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background-color: rgba(69 73 79 / 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-overlay__icon[b-6a9u4siq3a] {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 6px solid rgba(67 64 210 / 0.25);
    border-right-color: var(--rz-primary);
    animation: l2-b-6a9u4siq3a 1s infinite linear;
}

.loading-overlay__container[b-6a9u4siq3a] {
    overflow: hidden;
}

@keyframes l2-b-6a9u4siq3a {
    to {
        transform: rotate(1turn)
    }
}
