.modalloading_loaderwrap__eklMo {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 2147483647;
}

.modalloading_loader__CU7NI {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #65acff;
  background: linear-gradient(to right, #65acff 10%, rgba(101, 172, 255, 0) 42%);
  position: relative;
  animation: modalloading_load3__lSMwS 1.4s infinite linear;
  transform: translateZ(0);
}
.modalloading_loader__CU7NI:before {
  width: 50%;
  height: 50%;
  background: #65acff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.modalloading_loader__CU7NI:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes modalloading_load3__lSMwS {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

