
.mi-spinner[data-v-f987e014] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0,0,0,0.15);
  border-top-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  animation: mi-spin-f987e014 0.6s linear infinite;
  vertical-align: text-bottom;
}
.mi-spinner-text[data-v-f987e014] { margin-left: 6px;
}
@keyframes mi-spin-f987e014 {
to { transform: rotate(360deg)
}
}
