*{-webkit-tap-highlight-color:transparent}input,select,textarea{font-size:16px!important}.overflow-auto,.overflow-y-auto{-webkit-overflow-scrolling:touch}@media (display-mode:standalone){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}input[type=checkbox]{width:20px;height:20px}html{height:100%;height:-webkit-fill-available}body{min-height:100%;min-height:100vh;min-height:-webkit-fill-available;overflow-x:hidden}.modal-backdrop{position:fixed;inset:0;z-index:50;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.modal-container{position:relative;width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden;background-color:white}@media (min-width:640px){.modal-container{width:auto;height:auto;max-width:min(90vw,1024px);max-height:min(90vh,800px);border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.modal-container.modal-sm{max-width:min(90vw,640px)}.modal-container.modal-lg{min-width:1200px;max-width:min(95vw,1400px);max-height:min(95vh,900px)}}.modal-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5;padding:max(1rem,env(safe-area-inset-top)) 1rem 1rem}.modal-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0}.modal-footer{flex-shrink:0;border-top:1px solid #e5e5e5;padding:1rem 1rem max(1rem,env(safe-area-inset-bottom))}@supports (padding:max(0px)){.modal-container{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}@media (min-width:640px){.modal-container{padding-top:0;padding-bottom:0}}}.modal-backdrop{animation:fadeIn .2s ease-out}.modal-container{animation:slideUp .3s ease-out}@media (min-width:640px){.modal-container{animation:scaleIn .2s ease-out}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@supports (height:100dvh){.modal-backdrop{height:100dvh}.modal-container{max-height:100dvh}@media (min-width:640px){.modal-container{max-height:min(90dvh,800px)}}}.modal-body:focus-within{max-height:50vh}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%}.modal-backdrop.modal-fullscreen-backdrop{animation:none!important}.modal-container.modal-fullscreen{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;animation:none!important;transform:none!important}@media (min-width:640px){.modal-container.modal-fullscreen{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;animation:none!important;transform:none!important}}@supports (height:100dvh){.modal-container.modal-fullscreen{max-height:100dvh}}