.cls-1 { fill: #93cd24; stroke-width: 0px;  }

div.dnt_anim_overlay
  {
    z-index: 7000000;
    background-color: #eaebee;
    background-image: url(https://media.onetz.de/piano_static/checkout/backdrop.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity:1;
    color: white;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }

.dnt_anim_loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
