@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

a {
	color: #60a5f3;
}
a:hover, a:active, a:visited {
	color: #2e88ef;
}
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-elastic 1s infinite linear;
  animation: dot-elastic 1s infinite linear
}

.dot-elastic::before,
.dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-elastic-before 1s infinite linear;
  animation: dot-elastic-before 1s infinite linear
}

.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-elastic-after 1s infinite linear;
  animation: dot-elastic-after 1s infinite linear
}

@-webkit-keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1)
  }
  25% {
    transform: scale(1, 1.5)
  }
  50% {
    transform: scale(1, 0.67)
  }
  75% {
    transform: scale(1, 1)
  }
  100% {
    transform: scale(1, 1)
  }
}

@keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1)
  }
  25% {
    transform: scale(1, 1.5)
  }
  50% {
    transform: scale(1, 0.67)
  }
  75% {
    transform: scale(1, 1)
  }
  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes dot-elastic {
  0% {
    transform: scale(1, 1)
  }
  25% {
    transform: scale(1, 1)
  }
  50% {
    transform: scale(1, 1.5)
  }
  75% {
    transform: scale(1, 1)
  }
  100% {
    transform: scale(1, 1)
  }
}

@keyframes dot-elastic {
  0% {
    transform: scale(1, 1)
  }
  25% {
    transform: scale(1, 1)
  }
  50% {
    transform: scale(1, 1.5)
  }
  75% {
    transform: scale(1, 1)
  }
  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1)
  }
  25% {
    transform: scale(1, 1)
  }
  50% {
    transform: scale(1, 0.67)
  }
  75% {
    transform: scale(1, 1.5)
  }
  100% {
    transform: scale(1, 1)
  }
}

@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1)
  }
  25% {
    transform: scale(1, 1)
  }
  50% {
    transform: scale(1, 0.67)
  }
  75% {
    transform: scale(1, 1.5)
  }
  100% {
    transform: scale(1, 1)
  }
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 -5px;
  -webkit-animation: dot-pulse 1.5s infinite linear;
  animation: dot-pulse 1.5s infinite linear;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  -webkit-animation: dot-pulse-before 1.5s infinite linear;
  animation: dot-pulse-before 1.5s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  -webkit-animation: dot-pulse-after 1.5s infinite linear;
  animation: dot-pulse-after 1.5s infinite linear;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

@-webkit-keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px
  }
  30% {
    box-shadow: 9984px 0 0 2px
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px
  }
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px
  }
  30% {
    box-shadow: 9984px 0 0 2px
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px
  }
}

@-webkit-keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px
  }
  30% {
    box-shadow: 9999px 0 0 2px
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px
  }
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px
  }
  30% {
    box-shadow: 9999px 0 0 2px
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px
  }
}

@-webkit-keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px
  }
  30% {
    box-shadow: 10014px 0 0 2px
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px
  }
}

@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px
  }
  30% {
    box-shadow: 10014px 0 0 2px
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px
  }
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-flashing 1s infinite linear alternate;
  animation: dot-flashing 1s infinite linear alternate;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@-webkit-keyframes dot-flashing {
  0% {
    background-color: #9880ff
  }
  50%,
  100% {
    background-color: rgba(152, 128, 255, .2)
  }
}

@keyframes dot-flashing {
  0% {
    background-color: #9880ff
  }
  50%,
  100% {
    background-color: rgba(152, 128, 255, .2)
  }
}

.dot-collision {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff
}

.dot-collision::before,
.dot-collision::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-collision::before {
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-collision-before 2s infinite ease-in;
  animation: dot-collision-before 2s infinite ease-in
}

.dot-collision::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-collision-after 2s infinite ease-in;
  animation: dot-collision-after 2s infinite ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@-webkit-keyframes dot-collision-before {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(-15px)
  }
}

@keyframes dot-collision-before {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(-15px)
  }
}

@-webkit-keyframes dot-collision-after {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(15px)
  }
}

@keyframes dot-collision-after {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(15px)
  }
}

.dot-revolution {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff
}

.dot-revolution::before,
.dot-revolution::after {
  content: "";
  display: inline-block;
  position: absolute
}

.dot-revolution::before {
  left: 0;
  top: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  transform-origin: 5px 20px;
  -webkit-animation: dot-revolution 1.4s linear infinite;
  animation: dot-revolution 1.4s linear infinite
}

.dot-revolution::after {
  left: 0;
  top: -30px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  transform-origin: 5px 35px;
  -webkit-animation: dot-revolution 1s linear infinite;
  animation: dot-revolution 1s linear infinite
}

@-webkit-keyframes dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0)
  }
}

@keyframes dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0)
  }
}

.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
  -webkit-animation: dot-carousel 1.5s infinite linear;
  animation: dot-carousel 1.5s infinite linear
}

@-webkit-keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff
  }
  50% {
    box-shadow: 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff
  }
  100% {
    box-shadow: 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff
  }
}

@keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff
  }
  50% {
    box-shadow: 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff
  }
  100% {
    box-shadow: 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff
  }
}

.dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
  -webkit-animation: dot-typing 1.5s infinite linear;
  animation: dot-typing 1.5s infinite linear
}

@-webkit-keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  50% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px -10px 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px -10px 0 0 #9880ff
  }
  100% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  50% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px -10px 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px -10px 0 0 #9880ff
  }
  100% {
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff
  }
}

.dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  transform-origin: 5px 15px;
  -webkit-animation: dot-windmill 2s infinite linear;
  animation: dot-windmill 2s infinite linear
}

.dot-windmill::before,
.dot-windmill::after {
  content: "";
  display: inline-block;
  position: absolute
}

.dot-windmill::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff
}

.dot-windmill::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff
}

@-webkit-keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0)
  }
}

@keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0)
  }
}

.dot-bricks {
  position: relative;
  top: 8px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  -webkit-animation: dot-bricks 2s infinite ease;
  animation: dot-bricks 2s infinite ease
}

@-webkit-keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
  25% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff
  }
  50% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff
  }
  75% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff
  }
  100% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
}

@keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
  25% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff
  }
  50% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff
  }
  75% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff
  }
  100% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff
  }
}

.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1)
}

.dot-floating::before,
.dot-floating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-floating-before 3s infinite ease-in-out;
  animation: dot-floating-before 3s infinite ease-in-out
}

.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1)
}

@-webkit-keyframes dot-floating {
  0% {
    left: calc(-50% - 5px)
  }
  75% {
    left: calc(50% + 105px)
  }
  100% {
    left: calc(50% + 105px)
  }
}

@keyframes dot-floating {
  0% {
    left: calc(-50% - 5px)
  }
  75% {
    left: calc(50% + 105px)
  }
  100% {
    left: calc(50% + 105px)
  }
}

@-webkit-keyframes dot-floating-before {
  0% {
    left: -50px
  }
  50% {
    left: -12px
  }
  75% {
    left: -50px
  }
  100% {
    left: -50px
  }
}

@keyframes dot-floating-before {
  0% {
    left: -50px
  }
  50% {
    left: -12px
  }
  75% {
    left: -50px
  }
  100% {
    left: -50px
  }
}

@-webkit-keyframes dot-floating-after {
  0% {
    left: -100px
  }
  50% {
    left: -24px
  }
  75% {
    left: -100px
  }
  100% {
    left: -100px
  }
}

@keyframes dot-floating-after {
  0% {
    left: -100px
  }
  50% {
    left: -24px
  }
  75% {
    left: -100px
  }
  100% {
    left: -100px
  }
}

.dot-fire {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 22.5px 0 -5px #9880ff;
  -webkit-animation: dot-fire 1.5s infinite linear;
  animation: dot-fire 1.5s infinite linear;
  -webkit-animation-delay: -0.85s;
  animation-delay: -0.85s
}

.dot-fire::before,
.dot-fire::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff
}

.dot-fire::before {
  box-shadow: 9999px 22.5px 0 -5px #9880ff;
  -webkit-animation: dot-fire 1.5s infinite linear;
  animation: dot-fire 1.5s infinite linear;
  -webkit-animation-delay: -1.85s;
  animation-delay: -1.85s
}

.dot-fire::after {
  box-shadow: 9999px 22.5px 0 -5px #9880ff;
  -webkit-animation: dot-fire 1.5s infinite linear;
  animation: dot-fire 1.5s infinite linear;
  -webkit-animation-delay: -2.85s;
  animation-delay: -2.85s
}

@-webkit-keyframes dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px #9880ff
  }
  50% {
    box-shadow: 9999px -5.625px 0 2px #9880ff
  }
  100% {
    box-shadow: 9999px -22.5px 0 -5px #9880ff
  }
}

@keyframes dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px #9880ff
  }
  50% {
    box-shadow: 9999px -5.625px 0 2px #9880ff
  }
  100% {
    box-shadow: 9999px -22.5px 0 -5px #9880ff
  }
}

.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #9880ff, 12.727926px -12.727926px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 rgba(152, 128, 255, 0);
  -webkit-animation: dot-spin 1.5s infinite linear;
  animation: dot-spin 1.5s infinite linear
}

@-webkit-keyframes dot-spin {
  0%,
  100% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.727926px -12.727926px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.727926px 12.727926px 0 0 #9880ff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #9880ff, 12.727926px 12.727926px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.727926px 12.727926px 0 0 #9880ff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #9880ff, -12.727926px 12.727926px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.727926px -12.727926px 0 0 #9880ff
  }
  75% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #9880ff, -12.727926px -12.727926px 0 0 #9880ff
  }
  87.5% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.727926px -12.727926px 0 0 #9880ff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 #9880ff
  }
}

@keyframes dot-spin {
  0%,
  100% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.727926px -12.727926px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 0 #9880ff, 18px 0 0 0 #9880ff, 12.727926px 12.727926px 0 0 #9880ff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #9880ff, 12.727926px 12.727926px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 0 #9880ff, 0 18px 0 0 #9880ff, -12.727926px 12.727926px 0 0 #9880ff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #9880ff, -12.727926px 12.727926px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 #9880ff, -18px 0 0 0 #9880ff, -12.727926px -12.727926px 0 0 #9880ff
  }
  75% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #9880ff, -12.727926px -12.727926px 0 0 #9880ff
  }
  87.5% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.727926px -12.727926px 0 0 #9880ff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 #9880ff
  }
}

.dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 0 #9880ff;
  -webkit-animation: dot-falling 1s infinite linear;
  animation: dot-falling 1s infinite linear;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.dot-falling::before,
.dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-falling-before 1s infinite linear;
  animation: dot-falling-before 1s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-falling-after 1s infinite linear;
  animation: dot-falling-after 1s infinite linear;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0)
  }
  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 #9880ff
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0)
  }
  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 #9880ff
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@-webkit-keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0)
  }
  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 #9880ff
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0)
  }
  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 #9880ff
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@-webkit-keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0)
  }
  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 #9880ff
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0)
  }
  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 #9880ff
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

.dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  transform: scale(1.25, 1.25);
  -webkit-animation: dot-stretching 2s infinite ease-in;
  animation: dot-stretching 2s infinite ease-in
}

.dot-stretching::before,
.dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-stretching-before 2s infinite ease-in;
  animation: dot-stretching-before 2s infinite ease-in
}

.dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  -webkit-animation: dot-stretching-after 2s infinite ease-in;
  animation: dot-stretching-after 2s infinite ease-in
}

@-webkit-keyframes dot-stretching {
  0% {
    transform: scale(1.25, 1.25)
  }
  50%,
  60% {
    transform: scale(0.8, 0.8)
  }
  100% {
    transform: scale(1.25, 1.25)
  }
}

@keyframes dot-stretching {
  0% {
    transform: scale(1.25, 1.25)
  }
  50%,
  60% {
    transform: scale(0.8, 0.8)
  }
  100% {
    transform: scale(1.25, 1.25)
  }
}

@-webkit-keyframes dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }
  50%,
  60% {
    transform: translate(-20px) scale(1, 1)
  }
  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

@keyframes dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }
  50%,
  60% {
    transform: translate(-20px) scale(1, 1)
  }
  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

@-webkit-keyframes dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }
  50%,
  60% {
    transform: translate(20px) scale(1, 1)
  }
  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

@keyframes dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }
  50%,
  60% {
    transform: translate(20px) scale(1, 1)
  }
  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

.dot-gathering {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  margin: -1px 0;
  filter: blur(2px)
}

.dot-gathering::before,
.dot-gathering::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  opacity: 0;
  filter: blur(2px);
  -webkit-animation: dot-gathering 2s infinite ease-in;
  animation: dot-gathering 2s infinite ease-in
}

.dot-gathering::after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

@-webkit-keyframes dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0)
  }
  35%,
  60% {
    opacity: 1;
    transform: translateX(50px)
  }
  100% {
    opacity: 0;
    transform: translateX(100px)
  }
}

@keyframes dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0)
  }
  35%,
  60% {
    opacity: 1;
    transform: translateX(50px)
  }
  100% {
    opacity: 0;
    transform: translateX(100px)
  }
}

.dot-hourglass {
  position: relative;
  top: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
  transform-origin: 5px 20px;
  -webkit-animation: dot-hourglass 2.4s infinite ease-in-out;
  animation: dot-hourglass 2.4s infinite ease-in-out;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.dot-hourglass::before,
.dot-hourglass::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  filter: blur(2px)
}

.dot-hourglass::before {
  top: 30px
}

.dot-hourglass::after {
  -webkit-animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1)
}

@-webkit-keyframes dot-hourglass {
  0% {
    transform: rotateZ(0deg)
  }
  25% {
    transform: rotateZ(180deg)
  }
  50% {
    transform: rotateZ(180deg)
  }
  75% {
    transform: rotateZ(360deg)
  }
  100% {
    transform: rotateZ(360deg)
  }
}

@keyframes dot-hourglass {
  0% {
    transform: rotateZ(0deg)
  }
  25% {
    transform: rotateZ(180deg)
  }
  50% {
    transform: rotateZ(180deg)
  }
  75% {
    transform: rotateZ(360deg)
  }
  100% {
    transform: rotateZ(360deg)
  }
}

@-webkit-keyframes dot-hourglass-after {
  0% {
    transform: translateY(0)
  }
  25% {
    transform: translateY(30px)
  }
  50% {
    transform: translateY(30px)
  }
  75% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}

@keyframes dot-hourglass-after {
  0% {
    transform: translateY(0)
  }
  25% {
    transform: translateY(30px)
  }
  50% {
    transform: translateY(30px)
  }
  75% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}

.dot-overtaking {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: #000;
  margin: -1px 0;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
  -webkit-animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2)
}

.dot-overtaking::before,
.dot-overtaking::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: #000;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px)
}

.dot-overtaking::before {
  -webkit-animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.dot-overtaking::after {
  -webkit-animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

@-webkit-keyframes dot-overtaking {
  0% {
    transform: rotateZ(0deg)
  }
  100% {
    transform: rotateZ(360deg)
  }
}

@keyframes dot-overtaking {
  0% {
    transform: rotateZ(0deg)
  }
  100% {
    transform: rotateZ(360deg)
  }
}

.dot-shuttle {
  position: relative;
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  margin: -1px 0;
  filter: blur(2px)
}

.dot-shuttle::before,
.dot-shuttle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  filter: blur(2px)
}

.dot-shuttle::before {
  left: 15px;
  -webkit-animation: dot-shuttle 2s infinite ease-out;
  animation: dot-shuttle 2s infinite ease-out
}

.dot-shuttle::after {
  left: 30px
}

@-webkit-keyframes dot-shuttle {
  0%,
  50%,
  100% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(-45px)
  }
  75% {
    transform: translateX(45px)
  }
}

@keyframes dot-shuttle {
  0%,
  50%,
  100% {
    transform: translateX(0)
  }
  25% {
    transform: translateX(-45px)
  }
  75% {
    transform: translateX(45px)
  }
}

.dot-bouncing {
  position: relative;
  height: 10px;
  font-size: 10px
}

.dot-bouncing::before {
  content: "⚽🏀🏐";
  display: inline-block;
  position: relative;
  -webkit-animation: dot-bouncing 1s infinite;
  animation: dot-bouncing 1s infinite
}

@-webkit-keyframes dot-bouncing {
  0% {
    top: -20px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  34% {
    transform: scale(1, 1)
  }
  35% {
    top: 20px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5)
  }
  45% {
    transform: scale(1, 1)
  }
  90% {
    top: -20px
  }
  100% {
    top: -20px
  }
}

@keyframes dot-bouncing {
  0% {
    top: -20px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  34% {
    transform: scale(1, 1)
  }
  35% {
    top: 20px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5)
  }
  45% {
    transform: scale(1, 1)
  }
  90% {
    top: -20px
  }
  100% {
    top: -20px
  }
}

.dot-rolling {
  position: relative;
  height: 10px;
  font-size: 10px
}

.dot-rolling::before {
  content: "⚽";
  display: inline-block;
  position: relative;
  transform: translateX(-25px);
  -webkit-animation: dot-rolling 3s infinite;
  animation: dot-rolling 3s infinite
}

@-webkit-keyframes dot-rolling {
  0% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }
  16.667% {
    content: "⚽";
    transform: translateX(25px) rotateZ(720deg)
  }
  33.333% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }
  34.333% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }
  50% {
    content: "🏀";
    transform: translateX(25px) rotateZ(720deg)
  }
  66.667% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }
  67.667% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }
  83.333% {
    content: "🏐";
    transform: translateX(25px) rotateZ(720deg)
  }
  100% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }
}

@keyframes dot-rolling {
  0% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }
  16.667% {
    content: "⚽";
    transform: translateX(25px) rotateZ(720deg)
  }
  33.333% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }
  34.333% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }
  50% {
    content: "🏀";
    transform: translateX(25px) rotateZ(720deg)
  }
  66.667% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }
  67.667% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }
  83.333% {
    content: "🏐";
    transform: translateX(25px) rotateZ(720deg)
  }
  100% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }
}

body {
  font-family: 'Montserrat', sans-serif !important;
  overflow-x: hidden;
}

.nice-font {
	color: #606d7c !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: 'case' on;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0;
}

.rounded-top-left-0 {
  border-top-left-radius: 0;
}

.rounded-top-right-0 {
  border-top-right-radius: 0;
}

.price-rg {
  font-size: 20px !important;
  font-weight: bold;
  color: #6d44b7;
}

.package-sp {
  font-size: 23px !important;
  vertical-align: middle;
}

.outer-package {
  display: flex;
  height: 32px;
  width: 100%;
  align-items: center;
}

hr {
  margin: 0.5rem 0;
}

.choose-service {
  position: relative;
}

.choose-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: calc(100% - 20px);
  background: var(--bs-primary);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  margin-top: 10px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.card-ilustration {
  position: relative;
  width: 100px;
  height: 100%;
  background: #fff;
  padding: 15px;
  margin-top: 0px;
  margin-right: 0px;
  box-shadow: 5px 5px 9px 0 #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-ilustration img {
  width: 100%;
}

.topup-holder {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-border-radius-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mw-120 {
  max-width: 120px;
}

.list-item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 3px;
}

.list-item:last-child {
  border-bottom: 0;
}

.play-circle {
  font-size: 40px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888888;
  margin: 0 auto;
  cursor: pointer;
}

.select2-container {
  width: 100% !important;
}

.mw-200 {
  min-width: 200px !important;
}

.domain-result {
  font-weight: normal;
  font-size: 15px;
}

.domain-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: #fff;
}

.b-r-0 {
  border-radius: 0;
}

.main-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 25px 0 #ddd;
}

.card-side {
  position: relative;
  width: 100px;
  height: 100%;
  background: #f6f1ff;
  padding: 15px 10px;
  margin-top: 0px;
  margin-right: 0px;
  box-shadow: 5px 5px 9px 0 #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-side img {
  width: 100%;
}

.card {
  border-radius: 0;
  overflow: hidden;
}

.main-card .card {
  border-radius: 0;
  height: 100%;
}

.main-card .card-side {
  border-radius: 10px 0 0 10px;
}

.main-card .card-side.rght {
  border-radius: 0 10px 10px 0;
  font-size: 35px;
  font-weight: bold;
  color: rgb(0 0 0 / 74%);
  padding: 0;
  width: 150px;
}

.main-card .card-side.rght small {
  color: #464646;
  -webkit-text-stroke: 0;
  font-weight: normal;
  font-size: 15px;
  font-weight: bold;
}

.mw-155 {
  max-width: 155px;
}

.miw-150 {
  min-width: 150px;
}


/* .input-group-text {
     background: none;
     padding: 0;
     border: 0;
}
 */

.input-group-text .select2-container .select2-selection--single {
  border-radius: 0 .25rem .25rem 0;
}

.avatar-title img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.avatar-title {
  background: #fff;
}

.detail-list {
  padding: 0;
}

.detail-list li {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
}

.detail-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin-top: 10px;
}

.detail-list li strong,
.detail-list li span {
  z-index: 1;
}

.detail-list li strong {
  padding: 0 10px 0 0;
}

.detail-list li span {
  padding: 0 0 0 10px;
}

.card-side h4 {
  margin: 0;
  border-top: 1px solid rgb(109 68 183 / 10%);
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
}

.card-body {
  padding: 1.25rem 2rem 1.25rem 1.25rem;
}

.irs--square .irs-bar,
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  background: var(--bs-primary) !important;
}

.irs--square .irs-handle {
  border-color: var(--bs-primary) !important;
}

.buybtn {
  border-radius: 30px 0 0 30px;
  margin-top: 15px;
  font-weight: bold;
}

.main-card .card-side:not(.rght) {
  border-radius: 0 50% 50% 0;
  background: none;
  box-shadow: 5px 5px 10px 0 #f1f1f1;
  z-index: 11;
  border-right: 1px solid #eaeaea;
}

.card.m-0.w-100 {
  box-shadow: none !important;
}

.card-support-footer {
  padding: 10px 0;
  border-top: 1px solid #dadcdd;
}

.host-settings {
  height: 100%;
  position: relative;
}

.host-settings::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  margin-left: -7px;
}

.pointer {
  cursor: pointer;
}

.radius-5 {
  border-radius: 5px;
}

.font-size-30 {
  font-size: 30px;
}

.verti-timeline .event-list {
  padding: 0 0 17px 30px;
}

.not-100 {
  height: auto !important;
}

.card-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
  position: relative;
}

.card-image::after {
  content: 'Template';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  font-size: 65px;
  color: transparent;
  -webkit-text-stroke: 2px#fff;
  opacity: 0.7;
  transform: rotate(-15deg);
}

.tmpl .select2-container .select2-selection--single {
  height: 36px;
}


/* media query */

@media only screen and (max-width: 570px) {
  .main-card {
    display: block;
  }
  .main-card .card-side:not(.rght) {
    width: 100px;
    height: 100px;
    background: none;
    box-shadow: 0px 0px 40px 0 #ddd;
    border: 0;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .main-card .card-side:not(.rght) img {
    height: 50px;
    width: auto;
  }
  .main-card .card {
    height: auto;
  }
  .main-card .card-body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .domain-result {
    text-align: center;
    width: 100%;
  }
  .main-card .card-side.rght {
    width: 100%;
    height: auto;
    background: none;
    box-shadow: none;
    border: 0;
  }
  .buybtn {
    border-radius: 30px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1580px) {
  .mini-stats-wid .card-body {
    padding: 1.25rem 0.7rem 1.25rem 0.7rem !important;
  }
}

@media only screen and (min-width: 1184px) and (max-width: 1400px) {
  .mini-stats-wid .card-body {
    padding: 1.25rem 1.5rem 1.25rem 1.5rem !important;
  }
}

@media only screen and (max-width: 1200px) {
  .mini-stats-wid .card-body {
    height: 132px;
  }
  .home-card {
    height: 288px;
  }
}

.table-editable input {
  width: 100%;
}

@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: static !important;
  }
}

@media (min-width: 768px) {
  .table-responsive {
    overflow: visible;
  }
}

.dvp-loading {
  position: absolute;
  right: 40px;
  top: 25px;
}

.record_status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.code-editor {
  background: #2a3042;
  color: #fff;
  padding: 10px;
}

.foot_count {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.rounded-8 {
  border-radius: 8px;
}

.note {
  border-left: 4px solid #c02428 !important;
  background: #F7F0F0;
  border: 0;
}

.hljs-ln-n {
  padding-right: 10px;
  color: #777;
}

code {
  white-space: pre;
  overflow-x: scroll;
}

.hljs {
  display: inline-block;
  overflow-x: scroll;
  padding: 0.5em;
  padding-right: 100%;
  background: #002b36;
  color: #839496;
  -webkit-text-size-adjust: none;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid #60a5f3;
  color: #222;
  border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #60a5f3;
  border-bottom: 2px solid #60a5f3;
  color: #fff;
}

.btn {
  border-radius: 0;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary, .btn-primary:visited, .btn-primary:focus, .btn-primary:active {
  background-color: #60a5f3;
  border-color: #60a5f3;
  box-shadow: none;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #2e88ef;
  border-color: #2e88ef;
  box-shadow: none;
}

.actions-btn {
  background: #fff;
  color: #60a5f3;
}

.form-control {
  border-radius: 0;
}

.main-steps>div {
  font-size: 22px;
  margin-left: 35px;
}

.main-steps {
  position: relative;
}

.main-steps .v-line {
  background: #60a5f3;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 9px;
}

.main-steps .v-line-circle {
  position: absolute;
  background: #60a5f3;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  left: -5px;
}

.main-steps .v-line-circle::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}

.main-steps .v-line-circle::before {
	content: "\e9da";
	font-family: boxicons !important;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #60a5f3;
	left: 6px;
	top: 4px;
	z-index: 1;
}

.main-steps .info-text {
	padding-bottom: 20px;
  color: #777;
  font-size: 16px;
}
input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control, input[type="tel"].form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: #f3f3f7;
}
.template-preview-iframe {
	border: 2px solid #ffffff;
	width: 200%;
	-ms-zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
	pointer-events: none;
}
.h-200p {
	height: 200px;
}
.h-400p {
	height: 400px;
}
.dash-box {
  padding: 10px 15px;
}
.dash-box .title {
  color: #fff;
  font-size: 22px;
}
.dash-box .limit {
  color: #fff;
  font-size: 14px;
}
.bg-limit {
  background: rgb(50, 71, 101);
}
.bg-sent {
	background: rgb(96, 165, 242);
}
.bg-delivered {
	background: rgb(68, 183, 109);
}
.bg-unsubscribe {
	background: rgb(213, 179, 38);
}
.bg-bounce {
	background: rgb(255, 89, 89);
}
.bg-complain {
	background: rgb(255, 41, 41);
}
.box-icon {
	color: rgba(255,255,255,0.3);
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 0;
}
.dash-box-act-btn {
	display: flex;
  align-items: end;
  height: 100%;
  justify-content: end;
}
.dash-box-bg-icon {
	position: absolute;
	color: rgb(0 0 0 / 5%);
	font-size: 5em;
	line-height: 1em;
	z-index: 1;
	left: 10px;
	bottom: 5px;
}
.dash-step-num {
	color: rgb(0 0 0 / 5%);
	font-size: 10em;
	position: absolute;
}
.template-date {
	color: #888;
  font-size: 12px;
}
.mw-170 {
	min-width: 170px;
}
.alert {
	border-radius: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  border-left-width: 5px;
}
.bordered {
	border-right: 1px solid #efefef;
}

.active.dbs {
	color: #6d44b7 !important;
    font-weight: bold;
}
.my-badge {
	font-size: 12px;
	padding: 5px;
	border-radius: 0;
}
.navbar-brand-box {
  background: #ffffff !important;
}
.vertical-menu {
    background: #fff !important;
}
#sidebar-menu ul li a {
    color: #777 !important;
    font-weight: bold;
}
body[data-sidebar=dark] .mm-active .active,
body[data-sidebar=dark] #sidebar-menu ul li a.active,
body[data-sidebar=dark] .mm-active .active i,
body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
    color: #000 !important;
}
body[data-sidebar=dark] #sidebar-menu ul li a i {
	color: #222 !important;
}
