.v-spinner .v-bounce2{-webkit-animation:v-bounceStretchDelay 2s ease-in-out 1s infinite;animation:v-bounceStretchDelay 2s ease-in-out 1s infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}.v-spinner .v-bounce3{-webkit-animation:v-bounceStretchDelay 2s ease-in-out 0s infinite;animation:v-bounceStretchDelay 2s ease-in-out 0s infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes v-bounceStretchDelay{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes v-bounceStretchDelay{0%,to{transform:scale(0)}50%{transform:scale(1)}}.v-spinner .v-beat{-webkit-animation:v-beatStretchDelay .7s linear infinite;animation:v-beatStretchDelay .7s linear infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}.v-spinner .v-beat-odd{-webkit-animation-delay:0s;animation-delay:0s}.v-spinner .v-beat-even{-webkit-animation-delay:.35s;animation-delay:.35s}@-webkit-keyframes v-beatStretchDelay{50%{transform:scale(.75);-webkit-opacity:.2;opacity:.2}to{transform:scale(1);-webkit-opacity:1;opacity:1}}@keyframes v-beatStretchDelay{50%{transform:scale(.75);-webkit-opacity:.2;opacity:.2}to{transform:scale(1);-webkit-opacity:1;opacity:1}}