.react-nano-spinner_nano-spinner-bounce__kMRwB {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  color: black;
}

.react-nano-spinner_nano-spinner-bounce__kMRwB > div {
  width: 18px;
  height: 18px;
  background-color: currentColor;

  border-radius: 100%;
  display: inline-block;
  animation: react-nano-spinner_sk-bouncedelay__dveoZ 1.4s infinite ease-in-out both;
}

.react-nano-spinner_nano-spinner-bounce__kMRwB .react-nano-spinner_bounce1__3vaI4 {
  animation-delay: -0.32s;
}

.react-nano-spinner_nano-spinner-bounce__kMRwB .react-nano-spinner_bounce2__A6sOt {
  animation-delay: -0.16s;
}

@keyframes react-nano-spinner_sk-bouncedelay__dveoZ {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

