@keyframes rotate{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.6)}100%{transform:rotate(360deg) scale(1)}}.ball-clip-rotate>div{border-radius:100%;margin:2px;border:2px solid #6b6f82;border-bottom-color:transparent;height:25px;width:25px;background:0 0!important;display:inline-block;animation:rotate .75s 0s linear infinite}