@keyframes typing-bounce{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1.2);opacity:1}}.animate-typing-bounce{animation:typing-bounce 1.2s infinite}.chat-message-content>*:last-child{margin-bottom:0!important}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:.92;transform:translate(0)}}@keyframes slideOut{0%{opacity:.92;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.animate-slideIn{animation:slideIn .3s ease-out}.animate-slideOut{animation:slideOut .3s ease-out}
