:root{--form-text:#2D4081}.custom-form{min-width:260px;box-shadow:0 0 10px rgba(0,0,0,.15);background-color:rgba(255,255,255,.527);padding:35px 25px;border-radius:20px;width:100%;max-width:550px;position:relative;max-height:calc(100vh - 81px - 35px * 2 - 100px)}.form-title{text-align:center}span.form-title-text{color:var(--form-text);font-family:Montserrat-Bold;font-size:24px;text-align:center;width:100%}.form-inr{gap:30px;max-height:calc(100vh - 81px - 35px * 2 - 100px);overflow-y:auto;padding:0 10px}.form-body,.form-inr{display:flex;flex-direction:column}.form-body{gap:16px}button.submit-btn{width:100%;font-family:Montserrat-ExtraBold;font-size:18px;border-radius:8px;position:relative;transition:all .3s ease;display:flex;align-items:center;justify-content:center;height:46px;box-sizing:border-box}.pre-custom-form{position:relative;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}span.required-text{font-size:14px;color:var(--base-red)}.custom-form:has(p.error-valid) button.submit-btn{cursor:not-allowed;border:1px solid var(--base-red);opacity:.5;pointer-events:none;background-color:var(--base-input-bg);color:var(--base-red)}.hdr-profile-col span{max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}