.elementor-409 .elementor-element.elementor-element-1a44bac{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-409 .elementor-element.elementor-element-022cc8b{--display:flex;border-style:dashed;--border-style:dashed;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5rem;--padding-bottom:5rem;--padding-left:0rem;--padding-right:0rem;}.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-409 .elementor-element.elementor-element-a023961{text-align:center;}.elementor-409 .elementor-element.elementor-element-a023961 .elementor-heading-title{font-family:"ADLaM Display", Sans-serif;font-size:2.8rem;font-weight:600;text-shadow:4px 9px 6px rgba(9.015543478260872, 243.95, 44.76643903591677, 0.98);color:var( --e-global-color-text );}.elementor-409 .elementor-element.elementor-element-e3dc47d{--display:flex;--border-radius:8px 8px 8px 8px;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-409 .elementor-element.elementor-element-5f4c938 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-409 .elementor-element.elementor-element-1a44bac{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5f4c938 *//* Universal font and text color for all UM forms */
.um *,
.um label,
.um input,
.um a,
.um span,
.um p {
color: var(--text-primary) !important;
font-family: 'Inter', sans-serif !important;
}

/* Input fields styling */
.um input[type="text"],
.um input[type="password"],
.um input[type="email"],
.um input.input.form-control {
background-color: transparent !important;
color: var(--text-primary) !important;
border: 1px solid var(--border-form) !important;
border-radius: 8px !important;
transition: border-color 0.3s, box-shadow 0.3s !important;
}

/* Global select and input borders */
.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.select2-drop,
.select2-drop-active,
.select2-drop.select2-drop-above,
.um .um-form input[type=number],
.um .um-form input[type=password],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=text],
.um .um-form textarea,
.um .upload-progress {
border-color: var(--border-form-hover) !important;
}

/* Border on hover */
.um input[type="text"]:hover,
.um input[type="password"]:hover,
.um input[type="email"]:hover,
.um input.form-control:hover,
.um input.input:hover,
.um input:hover {
border-color: var(--border-form-hover) !important;
box-shadow: 0 0 0 1px var(--border-form-hover) !important;
outline: none !important;
}

/* Border if empty */
.um input[type="text"]:placeholder-shown,
.um input[type="password"]:placeholder-shown,
.um input[type="email"]:placeholder-shown {
border-color: var(--border-form) !important;
}

/* Placeholder styling */
.um input::placeholder {
color: var(--text-secondary) !important;
opacity: 0.6 !important;
font-family: 'Inter', sans-serif !important;
}

/* Primary action buttons (Submit/Login/Register/Reset) */
#um-submit-btn,
.um input[type="submit"] {
background-color: var(--background-button) !important;
color: var(--button-text) !important;
font-weight: bold !important;
border-radius: 8px !important;
transition: background-color 0.3s ease-in-out !important;
font-family: 'Manrope', sans-serif !important;
border: none !important;
cursor: pointer;
}

#um-submit-btn:hover,
.um input[type="submit"]:hover {
background-color: var(--background-buton-hover) !important;
}

/* Register/Login switch button */
.um-button.um-alt {
background-color: transparent !important;
border: 1px solid var(--background-button) !important;
color: var(--background-button) !important;
border-radius: 8px !important;
transition: all 0.3s ease-in-out !important;
font-family: 'Manrope', sans-serif !important;
cursor: pointer;
}

.um-button.um-alt:hover {
background-color: var(--background-button) !important;
color: var(--button-text) !important;
}

/* Checkbox label */
.um-field-checkbox-option {
color: var(--text-secondary) !important;
font-family: 'Inter', sans-serif !important;
}

/* Forgot password link */
.um-link-alt {
color: var(--text-link) !important;
text-decoration: underline !important;
font-family: 'Inter', sans-serif !important;
}

.um-link-alt:hover {
color: var(--text-link-hover) !important;
}

/* Help text inside password reset form */
.um-password .um-field-block div {
color: var(--text-secondary) !important;
font-family: 'Inter', sans-serif !important;
}

/* Optional: background panels or form containers */
.um {
background-color: var(--background-card) !important;
border-radius: 12px;
padding: 24px;
}

/* Optional: spacing for form groups */
.um .um-field {
margin-bottom: 16px;
}/* End custom CSS */