@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}}.animate-bounce{animation:bounce 1s infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.chat-scroll::-webkit-scrollbar{width:6px}.chat-scroll::-webkit-scrollbar-track{background:transparent}.chat-scroll::-webkit-scrollbar-thumb{background:rgba(156,163,175,.3);border-radius:3px}.chat-scroll::-webkit-scrollbar-thumb:hover{background:rgba(156,163,175,.5)}.chat-scroll{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.3) transparent}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.carousel-scroll{-ms-overflow-style:none;scrollbar-width:none}.carousel-scroll::-webkit-scrollbar{display:none}