:root{--form-text:#2d4081}.custom-form{background-color:#ffffff86;border-radius:20px;width:100%;min-width:260px;max-width:550px;max-height:calc(100vh - 251px);padding:35px 25px;position:relative;box-shadow:0 0 10px #00000026}.form-title{text-align:center}span.form-title-text{color:var(--form-text);text-align:center;width:100%;font-family:Montserrat-Bold;font-size:24px}.form-inr{flex-direction:column;gap:30px;max-height:calc(100vh - 251px);padding:0 10px;display:flex;overflow-y:auto}.form-body{flex-direction:column;gap:16px;display:flex}button.submit-btn{box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;width:100%;height:46px;font-family:Montserrat-ExtraBold;font-size:18px;transition:all .3s;display:flex;position:relative}.pre-custom-form{width:fit-content;height:fit-content;position:relative}span.required-text{color:var(--base-red);font-size:14px}.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{text-overflow:ellipsis;white-space:nowrap;max-width:20ch;display:inline-block;overflow:hidden}
