@keyframes chatbot-slide-up{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-widget-enter{animation:chatbot-slide-up .25s ease-out}@keyframes chatbot-msg-in{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-message{animation:chatbot-msg-in .2s ease-out}@keyframes chatbot-dot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chatbot-typing-dot{animation:chatbot-dot 1.4s infinite ease-in-out}.chatbot-typing-dot:nth-child(1){animation-delay:-.32s}.chatbot-typing-dot:nth-child(2){animation-delay:-.16s}.chatbot-scroll-smooth{scroll-behavior:smooth}@media (max-width: 640px){.chatbot-widget{width:calc(100vw - 2rem)!important;height:calc(100vh - 2rem)!important;max-width:400px;max-height:600px}}
