___SPINNER___ {
  background-color: currentcolor;
  border-radius: 50%;
  -webkit-animation: cf7cs-08 1.0s infinite ease-in-out;
          animation: cf7cs-08 1.0s infinite ease-in-out;
}

@-webkit-keyframes cf7cs-08 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes cf7cs-08 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}