html[data-pn-theme="dark"] .pnl-loading-content .pnl-dot:before {
  background-color: #fff;
}

html[data-pn-theme="light"] .pnl-loading-content .pnl-dot:before {
  background-color: #3478f6;
}

.pnl-loading-content {
  width: 140px;
  height: 140px;
  position: fixed;
  top: 30vh;
  left: 50%;
  animation-delay: 0s;
  transform: translateX(-50%) scale(0.35);
}

.pnl-loading-content .pnl-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: pnl-dot 1.78s linear infinite;
  /* >>>>>>>>>>>>>>>>>>>>> 1 */
  /* >>>>>>>>>>>>>>>>>>>>> 2 */
  /* >>>>>>>>>>>>>>>>>>>>> 3 */
  /* >>>>>>>>>>>>>>>>>>>>> 4 */
  /* >>>>>>>>>>>>>>>>>>>>> 5 */
  /* >>>>>>>>>>>>>>>>>>>>> 6 */
  /* >>>>>>>>>>>>>>>>>>>>> 7 */
  /* >>>>>>>>>>>>>>>>>>>>> 8 */
  /* >>>>>>>>>>>>>>>>>>>>> 9 */
  /* >>>>>>>>>>>>>>>>>>>>> 10 */
  /* >>>>>>>>>>>>>>>>>>>>> 11 */
  /* >>>>>>>>>>>>>>>>>>>>> 12 */
  /* >>>>>>>>>>>>>>>>>>>>> 13 */
  /* >>>>>>>>>>>>>>>>>>>>> 14 */
  /* >>>>>>>>>>>>>>>>>>>>> 15 */
  /* >>>>>>>>>>>>>>>>>>>>> 16 */
  /* >>>>>>>>>>>>>>>>>>>>> 17 */
}

.pnl-loading-content .pnl-circle.pnl-circle-2 {
  animation: pnl-dot2 1.78s linear infinite;
}

.pnl-loading-content .pnl-circle.pnl-circle-3 {
  animation: pnl-dot3 1.78s linear infinite;
}

.pnl-loading-content .pnl-circle:after {
  content: "";
  /* border: 1px solid #fff; */
  width: 120%;
  height: 120%;
  border-radius: 100%;
  top: -10%;
  left: -10%;
  position: absolute;
}

.pnl-loading-content .pnl-circle .pnl-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pnl-loading-content .pnl-circle .pnl-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: #3478f6;
  /* background-color: #c840cd; */
  border-radius: 100%;
  /* opacity: 0; */
  position: absolute;
}

@keyframes pnl-dot {
  0% {
    transform: rotate(87deg);
  }

  65%,
  100% {
    transform: rotate(387deg);
  }
}

@keyframes pnl-dot2 {
  0% {
    transform: scale(0.6) rotate(87deg);
  }

  60%,
  100% {
    transform: scale(0.6) rotate(387deg);
  }
}

@keyframes pnl-dot3 {
  0% {
    transform: scale(0.3) rotate(87deg);
  }

  55%,
  100% {
    transform: scale(0.3) rotate(387deg);
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(1):before {
  animation: pnl-dot-before1 1.78s linear infinite;
  animation-delay: 0s;
  top: 23px;
  left: -14px;
}

@keyframes pnl-dot-before1 {
  0%,
  45% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(2):before {
  animation: pnl-dot-before2 1.78s linear infinite;
  animation-delay: 0s;
  top: 48px;
  left: -23px;
}

@keyframes pnl-dot-before2 {
  0%,
  48% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(3):before {
  animation: pnl-dot-before3 1.78s linear infinite;
  animation-delay: 0s;
  top: 1px;
  left: 0;
}

@keyframes pnl-dot-before3 {
  0%,
  42% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(4):before {
  animation: pnl-dot-before4 1.78s linear infinite;
  top: -14px;
  left: 22px;
}

@keyframes pnl-dot-before4 {
  0%,
  39% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(5):before {
  animation: pnl-dot-before5 1.78s linear infinite;
  top: -23px;
  left: 47px;
}

@keyframes pnl-dot-before5 {
  0%,
  36% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(6):before {
  animation: pnl-dot-before6 1.78s linear infinite;
  top: -24px;
  left: 73px;
}

@keyframes pnl-dot-before6 {
  0%,
  33% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(7):before {
  animation: pnl-dot-before7 1.78s linear infinite;
  top: -14px;
  left: 98px;
}

@keyframes pnl-dot-before7 {
  0%,
  30% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(8):before {
  animation: pnl-dot-before8 1.78s linear infinite;
  top: 1px;
  left: 120px;
}

@keyframes pnl-dot-before8 {
  0%,
  27% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(9):before {
  animation: pnl-dot-before9 1.78s linear infinite;
  top: 22px;
  left: 136px;
}

@keyframes pnl-dot-before9 {
  0%,
  24% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(10):before {
  animation: pnl-dot-before10 1.78s linear infinite;
  top: 47px;
  left: 144px;
}

@keyframes pnl-dot-before10 {
  0%,
  21% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(11):before {
  animation: pnl-dot-before11 1.78s linear infinite;
  top: 73px;
  left: 144px;
}

@keyframes pnl-dot-before11 {
  0%,
  18% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(12):before {
  animation: pnl-dot-before12 1.78s linear infinite;
  top: 98px;
  left: 136px;
}

@keyframes pnl-dot-before12 {
  0%,
  15% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(13):before {
  animation: pnl-dot-before13 1.78s linear infinite;
  top: 120px;
  left: 120px;
}

@keyframes pnl-dot-before13 {
  0%,
  12% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(14):before {
  animation: pnl-dot-before14 1.78s linear infinite;
  top: 136px;
  left: 98px;
}

@keyframes pnl-dot-before14 {
  0%,
  9% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(15):before {
  animation: pnl-dot-before15 1.78s linear infinite;
  top: 144px;
  left: 73px;
}

@keyframes pnl-dot-before15 {
  0%,
  6% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(16):before {
  animation: pnl-dot-before16 1.78s linear infinite;
  top: 144px;
  left: 47px;
}

@keyframes pnl-dot-before16 {
  0%,
  3% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pnl-loading-content .pnl-circle .pnl-dot:nth-child(17):before {
  animation: pnl-dot-before17 1.78s linear infinite;
  top: 136px;
  left: 22px;
}

@keyframes pnl-dot-before17 {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }

  65%,
  100% {
    transform: scale(1);
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 30vh;
  margin-left: calc(50% - 40px);
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #007aff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
