.__modal-form-wrapper{width:100vw;max-width:768px;height:100vh;overflow-y:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center}.__modal-form-wrapper-ctn{background:#FFF;padding:2.5rem;height:-moz-fit-content;height:fit-content;min-height:500px;max-height:100vh;width:100%;overflow-y:auto;transition:height .2s ease-out;border-radius:16px}.__modal-form-wrapper--header,.__modal-form-wrapper-ctn{display:flex;flex-direction:column;gap:2rem}.__modal-form-wrapper--form-ctn{overflow-y:hidden;height:100%;display:flex;flex-direction:column;gap:2rem;padding:0 .5rem}.__modal-form-wrapper--form-title{color:var(--primary-mid-black,#171E25);font-family:var(--font-poppins);font-size:24px;font-style:normal;font-weight:600;line-height:30px}