@media screen and (max-width:768px){input,select,textarea{font-size:16px!important}}.overflow-y-auto::-webkit-scrollbar{display:none}.overflow-y-auto{-ms-overflow-style:none;scrollbar-width:none}@keyframes slideInFromBottom{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.slide-in-from-bottom{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideInFromBottom}@keyframes zoomIn{from{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.zoom-in{animation:.3s cubic-bezier(.16,1,.3,1) forwards zoomIn}