/* _content/SooriCo/Pages/Index.razor.rz.scp.css */
.loader[b-fqs3u7e2fx] {
    font-family: BTitrBold;
    color: rgba(0,0,0,.1);
    background-image: url(images/water.jpg);
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    animation: animate-b-fqs3u7e2fx 20s linear infinite;
}

@keyframes animate-b-fqs3u7e2fx {
    0% {
        background-position: left 0px top 40px;
    }

    40% {
        background-position: left 800px top -50px;
    }

    80% {
        background-position: left 400px top -50px;
    }
}
