.ScaleLoader_loader__t3avW {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}

.ScaleLoader_loader__t3avW::after,
.ScaleLoader_loader__t3avW::before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 0;
  animation: ScaleLoader_animloader__cI7WT 2s linear infinite;
  animation-fill-mode: backwards;
}

.ScaleLoader_loader__t3avW::after {
  animation-delay: 1s;
}

@keyframes ScaleLoader_animloader__cI7WT {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


/*# sourceMappingURL=579b5c4acee247c5.css.map*/