.typing_dots{justify-content:center;align-items:center;gap:5px;height:100%;display:inline-flex}.typing_dots .dot{border-radius:50%;width:6px;height:6px;animation:.9s ease-in-out infinite dot-bounce;transform:translateY(0)}.typing_dots .dot:nth-child(2){animation-delay:.15s}.typing_dots .dot:nth-child(3){animation-delay:.3s}@keyframes dot-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}
