.animate-fadeIn{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#ff5c35 #f3f4f6}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#ff5c35;border-radius:10px}:root.dark .custom-scrollbar::-webkit-scrollbar-track{background:#374151}:root.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#ff5c35}