.elementor-1927 .elementor-element.elementor-element-13f735f{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:20px;}.elementor-1927 .elementor-element.elementor-element-13f735f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1927 .elementor-element.elementor-element-7b1db5b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1927 .elementor-element.elementor-element-7b1db5b:not(.elementor-motion-effects-element-type-background), .elementor-1927 .elementor-element.elementor-element-7b1db5b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1927 .elementor-element.elementor-element-9c18424{--display:flex;}.elementor-1927 .elementor-element.elementor-element-9c18424:not(.elementor-motion-effects-element-type-background), .elementor-1927 .elementor-element.elementor-element-9c18424 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#386799;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1927 .elementor-element.elementor-element-fa4aba2 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:18px;font-weight:600;color:#FFFFFF;}body.elementor-page-1927:not(.elementor-motion-effects-element-type-background), body.elementor-page-1927 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kristein.zexlanesols.com/wp-content/uploads/2026/06/imgi_3_RBI_bg_4-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1927 .elementor-element.elementor-element-7b1db5b{--width:1000px;}}@media(max-width:1366px) and (min-width:768px){.elementor-1927 .elementor-element.elementor-element-13f735f{--width:1271.83px;}}@media(min-width:1367px){body.elementor-page-1927:not(.elementor-motion-effects-element-type-background), body.elementor-page-1927 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for shortcode, class: .elementor-element-bddb6b4 */.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    background: #3e72aa;
        border-radius: 0px !important;
        font-family: initial;
}/* End custom CSS */
/* Start custom CSS *//* ===========================================
   Ultimate Member Registration Form Styling
   Matches reference screenshot: blue header bar,
   clean field styling, blue action button
   =========================================== */

/* Optional: add this header bar ABOVE your form using
   a Text/HTML block in your page builder (Elementor/Gutenberg).
   This class is provided so you can reuse the exact style.   */
.um-form-header-bar {
    background-color: #2e5f8c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}

/* Wrap the whole form in a light card look */
.um.um-register {
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0px solid #e2e2e2;
    max-width: 800px;
}

/* Row spacing */
.um-form .um-row {
    margin-bottom: 14px !important;
}

/* Make the 3-column rows sit cleanly side by side with gaps */
.um-form .um-col-131,
.um-form .um-col-132,
.um-form .um-col-133 {
    padding: 0 10px;
    box-sizing: border-box;
}

.um-form .um-col-131 {
    padding-left: 0;
}

.um-form .um-col-133 {
    padding-right: 0;
}

/* Field label styling */
.um-form .um-field-label label {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 6px;
    display: block;
}

/* Required field asterisk color (UM auto-adds this via .required, fallback below) */
.um-form .um-field-label label:after {
    content: "";
}

.um-form .required {
    color: #d9534f;
}

/* Text, email, tel, number, url, password inputs */
.um-form input.um-form-field[type="text"],
.um-form input.um-form-field[type="email"],
.um-form input.um-form-field[type="tel"],
.um-form input.um-form-field[type="number"],
.um-form input.um-form-field[type="url"],
.um-form input.um-form-field[type="password"] {
    width: 100% !important;
    height: 28px !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    padding: 0 10px !important;
    font-size: 13px;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out;
}

.um-form input.um-form-field[type="text"]:focus,
.um-form input.um-form-field[type="email"]:focus,
.um-form input.um-form-field[type="tel"]:focus,
.um-form input.um-form-field[type="number"]:focus,
.um-form input.um-form-field[type="url"]:focus,
.um-form input.um-form-field[type="password"]:focus {
    border-color: #2e5f8c !important;
    outline: none;
}

/* International phone input padding fix to match field height */
.um-form .iti input.um-form-field {
    height: 28px;
}

/* Select2 dropdown (Regional Office Name) */
.um-form .select2-container .select2-selection--single {
    height: 28px !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    display: flex;
    align-items: center;
}

.um-form .select2-container .select2-selection__rendered {
    line-height: 28px !important;
    padding-left: 10px !important;
    color: #333333;
}

.um-form .select2-container .select2-selection__arrow {
    height: 28px !important;
}

/* Entity Type checkbox group styling */
.um-form .um-field-checkbox .um-field-area {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    margin-top: 4px;
}

.um-form label.um-field-checkbox {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    width: auto !important;
    float: none !important;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.um-form label.um-field-checkbox.right {
    margin-left: 0 !important;
}

.um-form .um-field-checkbox-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #999999;
    border-radius: 50%;
    background-color: #ffffff;
}

.um-form .um-field-checkbox-state i {
    font-size: 0;
}

.um-form input[type="checkbox"]:checked + .um-field-checkbox-state {
    border-color: #2e5f8c;
    background-color: #2e5f8c;
}

.um-form input[type="checkbox"] {
    display: none;
}

/* Authority letter upload button */
.um-field-file .um-field-area {
    text-align: left !important;
}

.um-form a.um-button.um-btn-auto-width {
    background-color: #2e5f8c !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.um-form a.um-button.um-btn-auto-width:hover {
    background-color: #254d73 !important;
}

/* Submit / Register button */
.um-form input.um-button#um-submit-btn,
.um-form .um-button {
    background-color: #2e5f8c !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 11px 40px !important;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.um-form input.um-button#um-submit-btn:hover {
    background-color: #254d73 !important;
}

.um-col-alt {
    margin-top: 20px;
    text-align: center;
}

/* Hide the honeypot field row visually (keep it functional) */
.um_request_name {
    position: absolute;
    left: -9999px;
}

/* Responsive: collapse columns to single column on small screens */
@media (max-width: 700px) {
    .um-form .um-col-131,
    .um-form .um-col-132,
    .um-form .um-col-133 {
        width: 100% !important;
        float: none !important;
        padding: 0 0 14px 0 !important;
    }
}

.um-form .um-field-label label {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 6px;
    font-family: Oswald;
    display: block;
}

.um-form a.um-button.um-btn-auto-width {
    font-family: Oswald;
}

.um-field-checkbox-option, .um-field-radio-option {
    
    font-family: 'Oswald';
}
.um-form input.um-button#um-submit-btn, .um-form .um-button {
    font-family: Oswald;
}

.um-field .select2.select2-container .select2-selection .select2-selection__arrow:before, .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before {
    font-size: 17px !important;
   
}

.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    
    font-family: 'Oswald';
}/* End custom CSS */