@import 'MpSgd.Client.7bumd5jy1y.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Pages/CargaInicial.razor.rz.scp.css */
/* Fondo del preloader */
.preloader[b-pesamjrakl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f9fc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Spinner líquido */
.loader[b-pesamjrakl] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #00eaff, #007bff);
    animation: liquid-b-pesamjrakl 1.2s ease-in-out infinite;
    margin-bottom: 20px;
}

@keyframes liquid-b-pesamjrakl {
    0% {
        transform: scale(1);
        filter: blur(0px);
    }

    50% {
        transform: scale(1.4);
        filter: blur(4px);
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
    }
}

/* Texto */
.loading-text[b-pesamjrakl] {
    font-family: "Arial", sans-serif;
    font-size: 18px;
    color: #08848b;
    letter-spacing: 1px;
    margin-top: 100px;
    animation: fadeText-b-pesamjrakl 1.5s ease-in-out infinite;
}

@keyframes fadeText-b-pesamjrakl {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}
