@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
  border-radius: 50%;
  margin: auto;
}
.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(1) {
  border-color: #5f2a62;
}
.lds-ripple div:nth-child(2) {
  border-color: #a976c3;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-ripple {
  width: 175px !important;
  height: 175px !important;
  -webkit-transform: translate(-87.5px, -87.5px) scale(0.875) translate(87.5px, 87.5px);
  transform: translate(-87.5px, -87.5px) scale(0.875) translate(87.5px, 87.5px);
}
</style></div>
