.spinner[data-v-2f740492] {
  margin: 1em auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div[data-v-2f740492] {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay-2f740492 1.4s infinite ease-in-out both;
}
.spinner .bounce1[data-v-2f740492] {
  animation-delay: -0.32s;
}
.spinner .bounce2[data-v-2f740492] {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay-2f740492 {
0%, 80%, 100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay-2f740492 {
0%, 80%, 100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}

