.styles_loader__jAgHO {
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  animation: styles_rotation__FZeRi 1s linear infinite;
}
.styles_loader__jAgHO,
.styles_loader__jAgHO:after {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-sizing: border-box;
}
.styles_loader__jAgHO:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 4px solid #fffc54;
  border-left: 4px solid transparent;
}
.styles_loaderSmall__wx_yS {
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid transparent;
  animation: styles_rotation__FZeRi 1s linear infinite;
}
.styles_loaderSmall__wx_yS,
.styles_loaderSmall__wx_yS:after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
}
.styles_loaderSmall__wx_yS:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 3px solid #fffc54;
  border-left: 3px solid transparent;
}
@keyframes styles_rotation__FZeRi {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
