.v-spinner .v-clip{animation:v-clipDelay .75s 0s infinite linear;animation-fill-mode:both;display:inline-block}@keyframes v-clipDelay{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.8)}to{transform:rotate(360deg) scale(1)}}.v-spinner{text-align:center}@keyframes v-scaleStretchDelay{0% {-webkit-animation-name: inherit; -webkit-animation-duration: inherit; -webkit-animation-iteration-count: inherit; -webkit-animation-direction: inherit;},100% {transform: scaleY(1);} 50% {transform: scaleY(.4);}}
