.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a80;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:10px;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6366f180}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.3) rgba(15,23,42,.5)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-bottom-4{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-from-top-4{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoom-in-95{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-in{animation-duration:.3s;animation-fill-mode:both}.fade-in{animation-name:fade-in}.slide-in-from-bottom-4{animation-name:slide-in-from-bottom-4}.slide-in-from-top-4{animation-name:slide-in-from-top-4}.zoom-in-95{animation-name:zoom-in-95}.duration-500{animation-duration:.5s}
