@keyframes css-1p3hq3p-antRotate {
  100% {
    transform: rotate(405deg);
  }
}
.vis-loading {
  transform: rotate(45deg);
  animation-name: css-1p3hq3p-antRotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 32px;
  width: 1em;
  height: 1em;
  position: relative;
}
@keyframes css-1p3hq3p-antSpinMove {
  100% {
    opacity: 1;
  }
}
.vis-loading i {
  width: 14px;
  height: 14px;
  position: absolute;
  display: block;
  background-color: #1677ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation-name: css-1p3hq3p-antSpinMove;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
.vis-loading i:nth-child(1) {
  top: 0;
  inset-inline-start: 0;
}
.vis-loading i:nth-child(2) {
  top: 0;
  inset-inline-end: 0;
  animation-delay: 0.4s;
}
.vis-loading i:nth-child(3) {
  inset-inline-end: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.vis-loading i:nth-child(4) {
  bottom: 0;
  inset-inline-start: 0;
  animation-delay: 1.2s;
}
