.spinner.svelte-k1rfph.svelte-k1rfph {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.spinner.svelte-k1rfph div.svelte-k1rfph {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--theme-color);
  animation: svelte-k1rfph-bounce 1.4s infinite ease-in-out;
}
.spinner.svelte-k1rfph .bounce1.svelte-k1rfph {
  animation-delay: -0.32s;
}
.spinner.svelte-k1rfph .bounce2.svelte-k1rfph {
  animation-delay: -0.16s;
}
@keyframes svelte-k1rfph-bounce {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
