@keyframes slideInUp{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastSlide{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fade-in-scale{animation:slideInUp .4s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-in{animation:toastSlide .3s cubic-bezier(.16,1,.3,1) forwards}input[type=datetime-local],input[type=email],input[type=tel],input[type=text],select,textarea{transition:all .2s cubic-bezier(.16,1,.3,1)}input[type=datetime-local]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#002a5b!important;box-shadow:0 0 0 3px rgba(0,42,91,.1)!important;outline:none}