.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0/.5);padding:1rem}@media (min-width:640px){.modal-overlay{padding:.5rem}}.modal-content{display:flex;max-height:90vh;width:100%;max-width:820px;flex-direction:column;border-radius:var(--radius);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.modal-content{max-height:95vh;border-radius:.75rem}}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));padding:1.5rem}@media (min-width:640px){.modal-header{padding:1rem}}.modal-title{margin:0;font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}@media (min-width:640px){.modal-title{font-size:1.25rem;line-height:1.75rem}}.modal-close{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem;border-style:none;background-color:transparent;padding:0;font-size:2rem;line-height:1;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.modal-close:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}@media (min-width:640px){.modal-close{height:1.75rem;width:1.75rem;font-size:1.75rem}}.modal-body{flex:1 1 0%;overflow:auto;padding:1.5rem}@media (min-width:640px){.modal-body{padding:1rem}}