
.dot-animation[data-v-ec0691c8] {
  animation: dot-pulse-ec0691c8 1s ease-in-out infinite;
}
@keyframes dot-pulse-ec0691c8 {
0%,
  80%,
  100% {
    opacity: 0.3;
}
40% {
    opacity: 1;
}
}

.content-divider[data-v-1d39213b] {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.content-divider--horizontal[data-v-1d39213b] {
  width: 100%;
  height: var(--4bb7c524);
}
.content-divider--vertical[data-v-1d39213b] {
  height: 100%;
  width: var(--4bb7c524);
}
