@keyframes scanner-scan{0%{top:0}to{top:100%}}.animate-scanner-scan{animation:scanner-scan 2.5s linear infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .2s ease-out}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:scale-in .2s cubic-bezier(.16,1,.3,1)}@keyframes rotate-in{0%{transform:rotate(-90deg) scale(.8);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}.animate-rotate-in{animation:rotate-in .3s cubic-bezier(.16,1,.3,1)}@utility no-scrollbar{&::-webkit-scrollbar {display: none;} -ms-overflow-style: none; scrollbar-width: none;}
