.dot-flashing[data-v-46c00e7c] {
  border-radius: 100%;
  width: 0.85rem;
  height: 0.85rem;
  animation: 1.25s linear 0.5s infinite alternate dot-flashing-46c00e7c;
  display: inline-block;
  position: relative;
}
.dot-flashing[data-v-46c00e7c]:before,
.dot-flashing[data-v-46c00e7c]:after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  color: rgb(var(--primary-DEFAULT));
  border-radius: 100%;
  animation: 1.25s linear infinite alternate dot-flashing-46c00e7c;
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing[data-v-46c00e7c]:before {
  animation-delay: 0s;
  left: -1.4875rem;
}
.dot-flashing[data-v-46c00e7c]:after {
  animation-delay: 1s;
  left: 1.4875rem;
}
@keyframes dot-flashing-46c00e7c {
  0% {
    background-color: rgb(var(--primary-DEFAULT));
  }
  60%,
  to {
    background-color: #fff;
  }
}
