.custom-scrollbar::-webkit-scrollbar{width:3px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:9999px;transition:background-color .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#ddd}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#494949 #18181f}@keyframes floatRotate{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}.bounce-in-right{animation:5s ease-in-out 1s infinite floatRotate}
