/* stat-loading
==============================================================================*/
.stat-loading {
    background-color: rgba(0, 0, 0, .1);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
}
.stat-loading.__active {
    display: flex;
}
/*ball*/
.stat-loading-cace {
    width: 70px;
}
.stat-loading-ball1,
.stat-loading-ball2,
.stat-loading-ball3 {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: stat-loading 1.4s infinite ease-in-out both;
    animation: stat-loading 1.4s infinite ease-in-out both;
}
.stat-loading-ball1 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.stat-loading-ball2 {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
.stat-loading-ball3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes stat-loading {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes stat-loading {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*circle*/
.stat-loading-case {
    width: 40px;
    height: 40px;
    position: relative;
}
[class^="stat-loading-circle"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
[class^="stat-loading-circle"]:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: rgb(65, 133, 215);
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.stat-loading-circle2 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.stat-loading-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.stat-loading-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.stat-loading-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.stat-loading-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.stat-loading-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.stat-loading-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.stat-loading-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.stat-loading-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.stat-loading-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.stat-loading-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.stat-loading-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.stat-loading-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.stat-loading-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.stat-loading-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.stat-loading-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.stat-loading-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.stat-loading-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.stat-loading-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.stat-loading-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.stat-loading-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.stat-loading-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.stat-loading-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.stat-loading-ball1,
.stat-loading-ball2,
.stat-loading-ball3 {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: stat-loading 1.4s infinite ease-in-out both;
    animation: stat-loading 1.4s infinite ease-in-out both;
}
.stat-loading-ball1 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.stat-loading-ball2 {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
.stat-loading-ball3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
