@tailwind base;@tailwind components;@tailwind utilities;@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in-95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-from-top{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation-duration:.2s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.fade-in{animation-name:fade-in}.zoom-in-95{animation-name:zoom-in-95}.slide-in-from-top{animation-name:slide-in-from-top}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}@keyframes slide-in-from-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.slide-in-from-bottom{animation-name:slide-in-from-bottom}.shadow-hard{box-shadow:4px 4px #000}.shadow-hard-sm{box-shadow:2px 2px #000}@layer utilities{.scrollbar-thin::-webkit-scrollbar{height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0}.scrollbar-thin::-webkit-scrollbar-thumb{background:#888;border-radius:0}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#555}@media screen and (max-width:768px){input[type=text],input[type=email],input[type=number],input[type=date],textarea,select{font-size:16px!important}}}
