.vargal-loading{
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 0.8);
  .vargal-loading-icon{
    position: absolute;
    top: min(200px,50%);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    &.vargal-loading-icon-default{
      display: inline-block;
      width: 64px;
      height: 64px;
      div{
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        animation: vargal-loading-default 1.2s linear infinite;
        &:nth-child(1) {
          animation-delay: 0s;
          top: 29px;
          left: 53px;
        }
        &:nth-child(2) {
          animation-delay: -0.1s;
          top: 18px;
          left: 50px;
        }
        &:nth-child(3) {
          animation-delay: -0.2s;
          top: 9px;
          left: 41px;
        }
        &:nth-child(4) {
          animation-delay: -0.3s;
          top: 6px;
          left: 29px;
        }
        &:nth-child(5) {
          animation-delay: -0.4s;
          top: 9px;
          left: 18px;
        }
        &:nth-child(6) {
          animation-delay: -0.5s;
          top: 18px;
          left: 9px;
        }
        &:nth-child(7) {
          animation-delay: -0.6s;
          top: 29px;
          left: 6px;
        }
        &:nth-child(8) {
          animation-delay: -0.7s;
          top: 41px;
          left: 9px;
        }
        &:nth-child(9) {
          animation-delay: -0.8s;
          top: 50px;
          left: 18px;
        }
        &:nth-child(10) {
          animation-delay: -0.9s;
          top: 53px;
          left: 29px;
        }
        &:nth-child(11) {
          animation-delay: -1s;
          top: 50px;
          left: 41px;
        }
        &:nth-child(12) {
          animation-delay: -1.1s;
          top: 41px;
          left: 50px;
        }
      }
    }
    &.vargal-loading-icon-dual_ring{
      display: inline-block;
      width: 64px;
      height: 64px;
      &:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border-width: 5px;
        border-style: solid;
        animation: vargal-loading-dual_ring 1.2s linear infinite;
      }
    }
    &.vargal-loading-icon-animation_face_1{
      display: inline-block;
      width: 64px;
      height: 64px;
      div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        animation: vargal-loading-animation_face_1 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        &:nth-child(1) {
          left: 6px;
          animation-delay: -0.24s;
        }
        &:nth-child(2) {
          left: 26px;
          animation-delay: -0.12s;
        }
        &:nth-child(3) {
          left: 45px;
          animation-delay: 0s;
        }
      }
    }
    &.vargal-loading-icon-animation_face_2{
      width: 90px;
      height: 64px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      div {
        display: inline-block;
        width: 10px;
        height: 20px;
        &:nth-child(1) {
          animation: vargal-loading-animation_face_2 1s ease-in-out infinite;
        }
        &:nth-child(2) {
          animation: vargal-loading-animation_face_2 1s ease-in-out 0.15s infinite;
        }
        &:nth-child(3) {
          animation: vargal-loading-animation_face_2 1s ease-in-out 0.30s infinite;
        }
        &:nth-child(4) {
          animation: vargal-loading-animation_face_2 1s ease-in-out 0.45s infinite;
        }
      }
    }
    &.vargal-loading-icon-ring{
      width: 64px;
      height: 64px;
      display: inline-block;
      div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border-style: solid;
        border-width: 6px;
        border-radius: 50%;
        animation: vargal-loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        &:nth-child(1) {
          animation-delay: -0.45s;
        }
        &:nth-child(2) {
          animation-delay: -0.3s;
        }
        &:nth-child(3) {
          animation-delay: -0.15s;
        }
      }
    }
    &.vargal-loading-icon-roller{
      width: 64px;
      height: 64px;
      display: inline-block;
      div {
        animation: vargal-loading-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
        &:after {
          content: " ";
          display: block;
          position: absolute;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          margin: -3px 0 0 -3px;
        }
        &:nth-child(1) {
          animation-delay: -0.036s;
          &:after {
            top: 50px;
            left: 50px;
          }
        }
        &:nth-child(2) {
          animation-delay: -0.072s;
          &:after {
            top: 54px;
            left: 45px;
          }
        }
        &:nth-child(3) {
          animation-delay: -0.108s;
          &:after {
            top: 57px;
            left: 39px;
          }
        }
        &:nth-child(4) {
          animation-delay: -0.144s;
          &:after {
            top: 58px;
            left: 32px;
          }
        }
        &:nth-child(5) {
          animation-delay: -0.18s;
          &:after {
            top: 57px;
            left: 25px;
          }
        }
        &:nth-child(6) {
          animation-delay: -0.216s;
          &:after {
            top: 54px;
            left: 19px;
          }
        }
        &:nth-child(7) {
          animation-delay: -0.252s;
          &:after {
            top: 50px;
            left: 14px;
          }
        }
        &:nth-child(8) {
          animation-delay: -0.288s;
          &:after {
            top: 45px;
            left: 10px;
          }
        }
      }
    }
    &.vargal-loading-icon-loader_balls_1{
      width: 64px;
      height: 64px;
      display: inline-block;
      div {
        position: absolute;
        top: 27px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
        &:nth-child(1) {
          left: 6px;
          animation: vargal-loading-loader_balls_1-1 0.6s infinite;
        }
        &:nth-child(2) {
          left: 6px;
          animation: vargal-loading-loader_balls_1-2 0.6s infinite;
        }
        &:nth-child(3) {
          left: 36px;
          animation: vargal-loading-loader_balls_1-2 0.6s infinite;
        }
        &:nth-child(4) {
          left: 75px;
          animation: vargal-loading-loader_balls_1-3 0.6s infinite;
        }
      }
    }
    &.vargal-loading-icon-loader_balls_2{
      width: 90px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      div {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        &:nth-child(1) {
          animation: vargal-loading-loader_balls_2 0.4s alternate infinite cubic-bezier(.6, .05, .15, .95);
        }
        &:nth-child(2) {
          animation: vargal-loading-loader_balls_2 0.4s 0.1s alternate infinite cubic-bezier(.6, .05, .15, .95) backwards;
        }
        &:nth-child(3) {
          animation: vargal-loading-loader_balls_2 0.4s 0.12s alternate infinite cubic-bezier(.6, .05, .15, .95) backwards;
        }
      }
    }
    &.vargal-loading-icon-loader_balls_3{
      width: 90px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      div {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        opacity: 0;
        &:nth-child(1) {
          animation: vargal-loading-loader_balls_3 1s ease-in-out infinite;
        }
        &:nth-child(2) {
          animation: vargal-loading-loader_balls_3 1s ease-in-out 0.33s infinite;
        }
        &:nth-child(3) {
          animation: vargal-loading-loader_balls_3 1s ease-in-out 0.66s infinite;
        }
      }
    }
    &.vargal-loading-icon-ripple{
      width: 300px;
      height: 300px;
      div {
        position: absolute;
        opacity: 1;
        border-radius: 50%;
        animation: vargal-loading-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        &:nth-child(2) {
          animation-delay: -0.5s;
        }
      }
    }
    &.vargal-loading-icon-spinner{
      width: 64px;
      height: 64px;
      div {
        transform-origin: 32px 32px;
        animation: vargal-loading-spinner 1.2s linear infinite;
        &:after{
          content: " ";
          display: block;
          position: absolute;
          top: 3px;
          left: 29px;
          width: 5px;
          height: 14px;
          border-radius: 20%;
        }
        &:nth-child(1) {
          transform: rotate(0deg);
          animation-delay: -1.1s;
        }
        &:nth-child(2) {
          transform: rotate(30deg);
          animation-delay: -1s;
        }
        &:nth-child(3) {
          transform: rotate(60deg);
          animation-delay: -0.9s;
        }
        &:nth-child(4) {
          transform: rotate(90deg);
          animation-delay: -0.8s;
        }
        &:nth-child(5) {
          transform: rotate(120deg);
          animation-delay: -0.7s;
        }
        &:nth-child(6) {
          transform: rotate(150deg);
          animation-delay: -0.6s;
        }
        &:nth-child(7) {
          transform: rotate(180deg);
          animation-delay: -0.5s;
        }
        &:nth-child(8) {
          transform: rotate(210deg);
          animation-delay: -0.4s;
        }
        &:nth-child(9) {
          transform: rotate(240deg);
          animation-delay: -0.3s;
        }
        &:nth-child(10) {
          transform: rotate(270deg);
          animation-delay: -0.2s;
        }
        &:nth-child(11) {
          transform: rotate(300deg);
          animation-delay: -0.1s;
        }
        &:nth-child(12) {
          transform: rotate(330deg);
          animation-delay: 0s;
        }
      }
    }
  }
}
@keyframes vargal-loading-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vargal-loading-ripple {
  0% {
    top: 45%;
    left: 45%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
@keyframes vargal-loading-loader_balls_3 {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes vargal-loading-loader_balls_2 {

  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }

  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
  }
}
@keyframes vargal-loading-loader_balls_1-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes vargal-loading-loader_balls_1-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes vargal-loading-loader_balls_1-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, 0);
  }
}
@keyframes vargal-loading-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vargal-loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vargal-loading-animation_face_2 {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
@keyframes vargal-loading-animation_face_1 {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
@keyframes vargal-loading-dual_ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vargal-loading-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}