.loadmask {
  background-color: #ffffff;
  left: 0;
  opacity: 0.7;
  -moz-opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  width: 100%;
  height: 100%;
  zoom: 1;
}

@keyframes l6 {
  to {
    transform: rotate(1turn);
  }
}

.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
}
.loadmask-msg div {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 3px;
  background: radial-gradient(farthest-side, #0ea5e9 95%, #0000) 50% 0/12px 12px
      no-repeat,
    radial-gradient(
        farthest-side,
        #0000 calc(100% - 5px),
        #0ea5e9 calc(100% - 4px)
      )
      content-box;
  animation: l6 2s infinite;
}

.masked {
  overflow: hidden !important;
}
.masked-relative {
  position: relative !important;
}
.masked-hidden {
  visibility: hidden !important;
}
