/* _content/Redirect/Pages/RedirectPage.razor.rz.scp.css */


*[b-f3lfk0hqej] {
    box-sizing: border-box;
    margin: 0;
}


body[b-f3lfk0hqej] {
    font-family: 'Rubik', sans-serif;
    background-color: #333;
}

.container-content[b-f3lfk0hqej] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin: 200px auto;
}

.container-title[b-f3lfk0hqej]
{
    font-weight: 600;
    font-size: 30px;
    color: chocolate;
}

.load[b-f3lfk0hqej] {
    display: flex;
    justify-content: center;
    margin: 100px auto;
}

    .load div[b-f3lfk0hqej] {
        width: 20px;
        height: 20px;
        background-color: rgb(233, 134, 12);
        border-radius: 50%;
        margin: 0 5px;
        animation-name: up-and-down-b-f3lfk0hqej;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

    .load .two[b-f3lfk0hqej] {
        animation-delay: 0.3s;
    }

    .load .three[b-f3lfk0hqej] {
        animation-delay: 0.6s;
    }

@keyframes up-and-down-b-f3lfk0hqej {

    to {
        opacity: 0.2;
        transform: translateY(-20px);
    }
}
