@keyframes fr-spin {
  to { transform: rotate(360deg); }
}


.fr-spinner {

  animation: fr-spin 0.8s linear infinite;
}