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