.modal-overlay{align-items:center;background-color:#0009;display:flex;justify-content:center;inset:0;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:fixed;z-index:50}.modal-content{display:flex;flex-direction:column;margin:auto;max-height:calc(100vh - 2rem)}.modal-body{max-height:70vh}.modal-fade-enter-active,.modal-fade-leave-active{transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}.modal-fade-enter-to,.modal-fade-leave-from{opacity:1}.modal-content a:focus,.modal-content button:focus{outline:2px solid #0eb7d9;outline-offset:2px}@media(max-width:640px){.modal-content{margin:.5rem;width:100%}.modal-body{max-height:100vh}}
