.chat-animate-in{transform-origin:0 100%;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards chatPopIn}@keyframes chatPopIn{0%{opacity:0;transform:scale(.8)translateY(15px)}to{opacity:1;transform:scale(1)translateY(0)}}.typing-bubble{align-items:center;gap:4px;width:fit-content;padding:16px 20px!important;display:flex!important}.typing-dot{background-color:#fff9;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
