.layout_ModalContainer__3trUf{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.45);z-index:100;display:flex;justify-content:center;align-items:center;padding:1rem;padding-block:3rem}.layout_Modal__8XLUI{position:relative;background-color:#fff;border-radius:10px;padding:20px;width:100%;max-width:640px;max-height:min(650px,100%);animation:layout_fade__sL0jF .3s ease-in-out;display:grid;grid-template-rows:24px 1fr;grid-template-columns:1fr 24px;grid-template-areas:"title close" "content content";overflow:hidden}.layout_Modal__8XLUI .layout_CloseButtonContainer__G9mH9{grid-area:close;width:100%;display:flex;justify-content:flex-end;position:-webkit-sticky;position:sticky}.layout_Modal__8XLUI .layout_ModalContent__8Lat9{grid-area:content;width:100%;height:100%;display:flex;flex-direction:column;overflow-y:scroll;gap:1rem;padding-inline:1rem}@media only screen and (max-width:600px){.layout_Modal__8XLUI .layout_ModalContent__8Lat9{padding-inline:0}}.layout_Modal__8XLUI .layout_ModalTitle__iogZK{grid-area:title;font-size:1.5rem;font-weight:600;margin:0}@keyframes layout_fade__sL0jF{0%{opacity:0}to{opacity:1}}