@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/Server/Components/Common/LoadingSpinner.razor.rz.scp.css */
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
/* Fonts */
/* Variables */
/* Mixins */


h1[b-u7a3qoaaid] {
    text-transform: uppercase;
    font-size: 30px;
    color: #576e81;
    margin: 30px 0px 0px 0px;
}

h2[b-u7a3qoaaid] {
    font-weight: normal;
    font-size: 18px;
    color: #f98db9;
    margin: 10px 0px 0px 0px;
}

p[b-u7a3qoaaid] {
    margin: 0 auto;
}

.loader[b-u7a3qoaaid] {
    position: relative;
    margin: auto;
    width: 200px;
    height: 400px;
    z-index: 1;
}

.loader_overlay[b-u7a3qoaaid] {
    width: 150px;
    height: 150px;
    background: transparent;
    box-shadow: 0px 0px 0px 1000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
    border-radius: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loader_cogs[b-u7a3qoaaid] {
    z-index: -2;
    width: 120px;
    height: 100px;
    top: -120px !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader_cogs__top[b-u7a3qoaaid] {
    position: relative;
    width: 100px;
    height: 100px;
    transform-origin: 50px 50px;
    animation: rotate-b-u7a3qoaaid 10s infinite linear;
}

    .loader_cogs__top div:nth-of-type(1)[b-u7a3qoaaid] {
        transform: rotate(30deg);
    }

    .loader_cogs__top div:nth-of-type(2)[b-u7a3qoaaid] {
        transform: rotate(60deg);
    }

    .loader_cogs__top div:nth-of-type(3)[b-u7a3qoaaid] {
        transform: rotate(90deg);
    }

    .loader_cogs__top div.top_part[b-u7a3qoaaid] {
        width: 100px;
        border-radius: 10px;
        position: absolute;
        height: 100px;
        background: #f98db9;
    }

    .loader_cogs__top div.top_hole[b-u7a3qoaaid] {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.loader_cogs__left[b-u7a3qoaaid] {
    position: relative;
    width: 80px;
    transform: rotate(16deg);
    top: 22px;
    transform-origin: 40px 40px;
    animation: rotate_left-b-u7a3qoaaid 10s 0s infinite reverse linear;
    left: -22px;
    height: 80px;
}

    .loader_cogs__left div:nth-of-type(1)[b-u7a3qoaaid] {
        transform: rotate(30deg);
    }

    .loader_cogs__left div:nth-of-type(2)[b-u7a3qoaaid] {
        transform: rotate(60deg);
    }

    .loader_cogs__left div:nth-of-type(3)[b-u7a3qoaaid] {
        transform: rotate(90deg);
    }

    .loader_cogs__left div.left_part[b-u7a3qoaaid] {
        width: 80px;
        border-radius: 6px;
        position: absolute;
        height: 80px;
        background: #97ddff;
    }

    .loader_cogs__left div.left_hole[b-u7a3qoaaid] {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.loader_cogs__bottom[b-u7a3qoaaid] {
    position: relative;
    width: 60px;
    top: -33px;
    transform-origin: 30px 30px;
    animation: rotate_left-b-u7a3qoaaid 10s 0.0s infinite linear;
    transform: rotate(4deg);
    left: 78px;
    height: 60px;
}

    .loader_cogs__bottom div:nth-of-type(1)[b-u7a3qoaaid] {
        transform: rotate(30deg);
    }

    .loader_cogs__bottom div:nth-of-type(2)[b-u7a3qoaaid] {
        transform: rotate(60deg);
    }

    .loader_cogs__bottom div:nth-of-type(3)[b-u7a3qoaaid] {
        transform: rotate(90deg);
    }

    .loader_cogs__bottom div.bottom_part[b-u7a3qoaaid] {
        width: 60px;
        border-radius: 5px;
        position: absolute;
        height: 60px;
        background: #ffcd66;
    }

    .loader_cogs__bottom div.bottom_hole[b-u7a3qoaaid] {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
/* Animations */
@keyframes rotate-b-u7a3qoaaid {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate_left-b-u7a3qoaaid {
    from {
        transform: rotate(16deg);
    }

    to {
        transform: rotate(376deg);
    }
}

@keyframes rotate_right-b-u7a3qoaaid {
    from {
        transform: rotate(4deg);
    }

    to {
        transform: rotate(364deg);
    }
}
