.Modal_modal__1JGOT{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;font-family:inherit}.Modal_modal__overlay__JV4aJ{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);animation:Modal_fadeIn__8hQNF .2s ease-out}.Modal_modal__container__xn7DB{position:relative;z-index:1;max-width:90vw;max-height:90vh;animation:Modal_slideIn__jJ67a .3s ease-out}.Modal_modal__content__dkj07{display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:100%;position:relative}.Modal_modal__header__4KMLt{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.Modal_modal__headerContent__LVOyk{flex:1 1;font-size:18px;font-weight:600}.Modal_modal__close__hg0FI{position:absolute;top:8px;right:8px;z-index:1000;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}@media(hover:hover){.Modal_modal__close__hg0FI:hover{scale:1.1}}.Modal_modal__close__hg0FI svg{display:block;width:24px;height:24px;flex:0 0 24px}.Modal_modal__body__TnHdA{overflow-y:auto;flex:1 1}.Modal_modal__footer__jehdp{display:flex;justify-content:flex-end;gap:12px;flex-shrink:0}@keyframes Modal_fadeIn__8hQNF{0%{opacity:0}to{opacity:1}}@keyframes Modal_slideIn__jJ67a{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.form-modal{background-color:#313032;padding:24px;max-width:510px;gap:32px;border-radius:8px;overflow-y:auto}.form-modal,.form-modal__header{display:flex;flex-direction:column}.form-modal__header{width:100%;justify-content:center;gap:8px;padding:0 8px}.form-modal__title{white-space:pre-line;width:100%;font-size:32px;line-height:110%;font-weight:600;color:#fff}.form-modal__subtitle{white-space:pre-line;width:100%;font-size:18px;font-weight:400;text-wrap:wrap;color:hsla(0,0%,100%,.8)}.form-modal__content{padding:0 8px}.form-modal .form{height:100%;overflow-y:hidden}@media(max-width:767.8px){.form-modal__title{font-size:22px}.form-modal__subtitle{font-size:15px}}