.chatbot-typing-dots{display:flex;align-items:center;justify-content:center;height:20px}.chatbot-dot{width:5px;height:5px;margin:0 5px;background-color:#666;border-radius:50%;animation:typing 1.5s infinite ease-in-out}.chatbot-dot:nth-child(1){animation-delay:0s}.chatbot-dot:nth-child(2){animation-delay:.2s}.chatbot-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
