@import 'EduMinistrySystem.Client.f0pn92pf64.bundle.scp.css';

/* /Components/App.razor.rz.scp.css */
.loader-line[b-c4jxe3wyqo] {
    width: 100%;
    height: 1.9px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    /*margin: 100px auto;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .loader-line[b-c4jxe3wyqo]:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 3px;
        width: 40%;
        background-color: blue;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim-b-c4jxe3wyqo 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim-b-c4jxe3wyqo {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}
