@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:1s ease-out forwards fade-in-up}.animate-slide-up{animation:.4s ease-out forwards slide-up}.animate-fade-in{animation:.3s ease-out forwards fade-in}.animate-pulse-slow{animation:4s cubic-bezier(.4,0,.6,1) infinite pulse}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:0 0}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#ec48994d;border-radius:20px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:#ec489980}@keyframes messagePopIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
