.overlay.svelte-l64hha {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 150px;
  background: #222;
  opacity: 0.8;
  border-radius: 20px;
}
.overlay__inner.svelte-l64hha {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay__content.svelte-l64hha {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinner.svelte-l64hha {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: #ffffff0d;
  border-top-color: #fff;
  animation: svelte-l64hha-spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
@keyframes svelte-l64hha-spin {
  to {
    transform: rotate(360deg);
  }
}
