@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
@keyframes slide-b-qymf9v6h8o {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.mud-wasm[b-qymf9v6h8o] {
    animation: slide-b-qymf9v6h8o 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #180499 50%, rgb(18, 04, 99) 50%);
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: 1;
}

.mud-wasm-cont[b-qymf9v6h8o] {
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
