.loader-wrapper_1S3MX {
  display: inline-block;
}

.loader-ball_3nriY {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #de00a5;
  border-radius: 100%;
  animation: loader-loader-bounce_2CRrc 1.4s infinite ease-out both;
}

.loader-ball_3nriY:first-child {
  animation-delay: -0.32s;
}

.loader-ball_3nriY:nth-child(2) {
  animation-delay: -0.16s;
}

.loader-isWhite_1LJXm .loader-ball_3nriY {
  background-color: #fff;
}

.loader-isSmall_19YR_ .loader-ball_3nriY {
  height: 6px;
  width: 6px;
}

@keyframes loader-loader-bounce_2CRrc {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}
