.li-loading-parent--relative {
  position: relative !important;
}
.li-loading-parent--hidden {
  overflow: hidden !important;
}
.li-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: transparent;
  /* background-color: rgba(0, 0, 0, 0.9); */
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.li-loading-mask.is-fullscreen {
  position: fixed;
}
.li-loading-mask.is-fullscreen .li-loading-spinner {
  margin-top: -25px;
}
.li-loading-mask.is-fullscreen .li-loading-spinner .circular {
  height: 50px;
  width: 50px;
}
.li-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.li-loading-spinner .li-loading-text {
  color: #00665f;
  margin: 3px 0;
  font-size: 14px;
}
.li-loading-spinner .circular {
  display: inline-block;
  height: 100px;
  width: 100px;
}
.li-loading-spinner .circular-inner {
  position: relative;
  width: calc(100% - 48%);
  height: calc(100% - 48%);
  margin: 24%;
}
.li-loading-spinner .circular-point {
  position: absolute;
  right: 0;
  top: 0;
  width: 44.1176%;
  height: 44.1176%;
  border-radius: 3px;
  background-color: #00665f;
  -webkit-animation: circular-point 1.4s linear infinite;
  animation: circular-point 1.4s linear infinite;
}
@-webkit-keyframes circular-point {
  0%,
  100%,
  90% {
    transform: translate(0, 0);
  }
  15%,
  25% {
    transform: translate(0, 126.6666%);
  }
  40%,
  50% {
    transform: translate(-126.6666%, 126.6666%);
  }
  65%,
  75% {
    transform: translate(-126.6666%, 0);
  }
}
@keyframes circular-point {
  0%,
  100%,
  90% {
    transform: translate(0, 0);
  }
  15%,
  25% {
    transform: translate(0, 126.6666%);
  }
  40%,
  50% {
    transform: translate(-126.6666%, 126.6666%);
  }
  65%,
  75% {
    transform: translate(-126.6666%, 0);
  }
}
.li-loading-spinner .circular-strip {
  position: absolute;
  border-radius: 3px;
  background-color: #d4d4df;
}
.li-loading-spinner .circular-strip.strip1 {
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 44.1176%;
  height: 100%;
  -webkit-animation: circular-strip1 1.4s linear infinite;
  animation: circular-strip1 1.4s linear infinite;
}
.li-loading-spinner .circular-strip.strip2 {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 44.1176%;
  height: 100%;
  -webkit-animation: circular-strip2 1.4s linear infinite;
  animation: circular-strip2 1.4s linear infinite;
}
@keyframes circular-strip1 {
  0%,
  100% {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 100%;
  }
  15%,
  5% {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 100%;
  }
  20% {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 44.1176%;
  }
  25% {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 44.1176%;
  }
  30%,
  40% {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 44.1176%;
  }
  45% {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 44.1176%;
  }
  50% {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 100%;
  }
  55%,
  65% {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 100%;
  }
  70% {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 44.1176%;
  }
  75% {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 44.1176%;
  }
  80%,
  90% {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 44.1176%;
  }
  95% {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 44.1176%;
  }
}
@keyframes circular-strip2 {
  0%,
  100% {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 44.1176%;
  }
  15%,
  5% {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 44.1176%;
  }
  20% {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 100%;
  }
  25% {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 100%;
  }
  30%,
  40% {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 44.1176%;
  }
  45% {
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 44.1176%;
  }
  50% {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 44.1176%;
  }
  55%,
  65% {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 44.1176%;
  }
  70% {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 44.1176%;
    height: 100%;
  }
  75% {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 100%;
  }
  80%,
  90% {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 44.1176%;
    height: 44.1176%;
  }
  95% {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 44.1176%;
  }
}
