.Modal_overlay__ROjrE{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.Modal_content__kPKIu{background:white;border-radius:1.6rem;padding:0;max-width:40rem;width:85%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.25),0 10px 10px -5px rgba(0,0,0,.1)}.Modal_header__fUDKB{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e5e7eb}.Modal_title__pNwkd{font-size:1.8rem;font-weight:700;margin:0;color:#1f2937}.Modal_closeButton__hvWaK{background:none;border:none;padding:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1f2937;transition:opacity .2s}html[data-can-hover=true] .Modal_closeButton__hvWaK:hover{opacity:.7}.Modal_closeButton__hvWaK:active{opacity:.5}.Modal_contentLarge___ZCN9{max-width:90rem;width:95%}.Modal_body__fUT6A{padding:2rem;overflow-y:auto;max-height:calc(90vh - 6rem)}.Modal_footer___A_9f{display:flex;gap:1.2rem;padding:0 2rem 2rem}.Modal_footer___A_9f>*{flex:1}@media (max-width:768px){.Modal_contentLarge___ZCN9{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.Modal_contentLarge___ZCN9 .Modal_body__fUT6A{padding:1.6rem}}