.spinner-R6WX_P {
  color: var(--ac-foreground);
  transform-origin: center;
  width: 1rem;
  height: 1rem;
  animation: .8s linear infinite spin-q0qyGs;
}

.track-yVCPfY {
  opacity: .2;
}

.indicator-fZm2Rm {
  stroke-linecap: round;
}

@keyframes spin-q0qyGs {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}


/*# sourceMappingURL=spinner_module.css.map */