.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b;border-radius:4px}@keyframes slideInFromBottom{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient{animation:gradient 6s linear infinite}html{scroll-behavior:smooth}.animate-in{animation:slideInFromBottom .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.animate-marquee{animation:marquee 40s linear infinite}.pause-marquee{animation-play-state:paused}.swal2-container{z-index:10000000!important}
