.typing-indicator{display:flex;align-items:center;justify-content:center;height:24px}.typing-indicator span{height:8px;width:8px;margin:0 2px;background-color:#d1d5db;border-radius:50%;display:inline-block;animation:bounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-of-type(1){animation-delay:-.32s}.typing-indicator span:nth-of-type(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
