.modal-overlay{z-index:1200;background-color:#00000080;animation:.15s cubic-bezier(.16,1,.3,1) overlayShow;position:fixed;inset:0}.modal-content{z-index:1300;background-color:#fff;border-radius:16px;max-width:90vw;max-height:85vh;animation:.15s cubic-bezier(.16,1,.3,1) contentShow;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.modal-content:focus{outline:none}.modal-header{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.modal-footer{flex-direction:row;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.modal-title{color:#0f172a;font-size:20px;font-weight:600;line-height:1.2}.modal-description{color:#64748b;font-size:14px;line-height:1.5}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.simple-modal-close-button{color:#fff;cursor:pointer;z-index:10;background-color:#4f8095;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:0;right:0;transform:translate(50%,-50%)}@media screen and (max-width:1024px){.modal-content{max-width:none;width:95vw!important}.modal-content-body{max-height:80vh;overflow-y:auto!important}.modal-footer{flex-direction:column;gap:8px}.modal-footer button{width:100%}.simple-modal-close-button{width:32px;height:32px;transform:translate(25%,-50%)}}
