.spinner {
    width: 24px;
    height: 20px;
    padding-right: 5px;
    display: none;
}

.spinner_input {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 33px;
    height: 33px;
    padding-right: 5px;
    display: none;
}

#followingBallsG {
    position: relative;
    width: 109px;
    height: 8px;
    margin: auto;
}

.followingBallsG {
    background-color: rgba(96, 103, 240, 0.98);
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    animation-name: bounce_followingBallsG;
    -o-animation-name: bounce_followingBallsG;
    -ms-animation-name: bounce_followingBallsG;
    -webkit-animation-name: bounce_followingBallsG;
    -moz-animation-name: bounce_followingBallsG;
    animation-duration: 2.67s;
    -o-animation-duration: 2.67s;
    -ms-animation-duration: 2.67s;
    -webkit-animation-duration: 2.67s;
    -moz-animation-duration: 2.67s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#followingBallsG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

#followingBallsG_2 {
    animation-delay: 0.27s;
    -o-animation-delay: 0.27s;
    -ms-animation-delay: 0.27s;
    -webkit-animation-delay: 0.27s;
    -moz-animation-delay: 0.27s;
}

#followingBallsG_3 {
    animation-delay: 0.53s;
    -o-animation-delay: 0.53s;
    -ms-animation-delay: 0.53s;
    -webkit-animation-delay: 0.53s;
    -moz-animation-delay: 0.53s;
}

#followingBallsG_4 {
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

@keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgba(89, 176, 242, 0.97);
    }

    50% {
        left: 100px;
        background-color: rgb(21, 98, 214);
    }

    100% {
        left: 0px;
        background-color: rgb(72, 168, 242);
    }
}

@-o-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgba(89, 176, 242, 0.97);
    }

    50% {
        left: 100px;
        background-color: rgb(21, 98, 214);
    }

    100% {
        left: 0px;
        background-color: rgb(72, 168, 242);
    }
}

@-ms-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgba(89, 176, 242, 0.97);
    }

    50% {
        left: 100px;
        background-color: rgb(21, 98, 214);
    }

    100% {
        left: 0px;
        background-color: rgb(72, 168, 242);
    }
}

@-webkit-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgba(89, 176, 242, 0.97);
    }

    50% {
        left: 100px;
        background-color: rgb(21, 98, 214);
    }

    100% {
        left: 0px;
        background-color: rgb(72, 168, 242);
    }
}

@-moz-keyframes bounce_followingBallsG {
    0% {
        left: 0px;
        background-color: rgba(89, 176, 242, 0.97);
    }

    50% {
        left: 100px;
        background-color: rgb(21, 98, 214);
    }

    100% {
        left: 0px;
        background-color: rgb(72, 168, 242);
    }
}
