.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-1a44bac:not(.elementor-motion-effects-element-type-background), .elementor-409 .elementor-element.elementor-element-1a44bac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f1ecbaf );}.elementor-409 .elementor-element.elementor-element-33e85b4{--display:flex;border-style:solid;--border-style:solid;border-width:4px 4px 4px 4px;--border-top-width:4px;--border-right-width:4px;--border-bottom-width:4px;--border-left-width:4px;border-color:var( --e-global-color-3c01bbb );--border-color:var( --e-global-color-3c01bbb );--border-radius:16px 16px 16px 16px;--margin-top:5rem;--margin-bottom:2rem;--margin-left:0rem;--margin-right:0rem;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-409 .elementor-element.elementor-element-33e85b4.e-con{--align-self:center;}.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-618da70 > .elementor-widget-container{margin:0rem 0rem 0rem 0rem;padding:9px 9px 9px 9px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-7b6d095 );border-radius:16px 16px 16px 16px;}.elementor-409 .elementor-element.elementor-element-618da70{text-align:center;}.elementor-409 .elementor-element.elementor-element-618da70 .elementor-heading-title{font-family:"Merriweather", Sans-serif;font-weight:800;color:var( --e-global-color-3c01bbb );}.elementor-409 .elementor-element.elementor-element-e3dc47d{--display:flex;--border-radius:8px 8px 8px 8px;--margin-top:50px;--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-e3dc47d:not(.elementor-motion-effects-element-type-background), .elementor-409 .elementor-element.elementor-element-e3dc47d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f1ecbaf );}.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%;}.elementor-409 .elementor-element.elementor-element-33e85b4{--width:1140px;}}/* 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: #0F172A !important; /* Text (Primary) - Dark Navy */
  font-family: 'Rubik', sans-serif !important;
  background-color: transparent !important;
}

/* Headings (optional, use Merriweather) */
.um h1, .um h2, .um h3, .um h4, .um h5, .um h6 {
  font-family: 'Merriweather', serif !important;
  color: #0F172A !important; /* Text Primary */
  margin-bottom: 0.5em;
}

/* Input fields styling */
.um input[type="text"],
.um input[type="password"],
.um input[type="email"],
.um input.input.form-control {
  background-color: #F9FAFB !important; /* Background - Light Gray */
  color: #0F172A !important; /* Text (Primary) */
  border: 1px solid #94A3B8 !important; /* Borders - Slate Blue */
  border-radius: 8px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
}

/* Select2 and other 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: #1E3A8A !important; /* Primary Color - Deep Blue */
}

/* 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: #F87171 !important; /* Accent Color - Coral Pink */
  box-shadow: 0 0 0 1px #F87171 !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: #94A3B8 !important; /* Borders - Slate Blue */
}

/* Placeholder styling */
.um input::placeholder {
  color: #64748B !important; /* Text (Muted) - Cool Gray */
  opacity: 0.6 !important;
  font-family: 'Rubik', sans-serif !important;
}

/* Primary action buttons (Submit/Login/Register/Reset) */
#um-submit-btn,
.um input[type="submit"] {
  background-color: #1E3A8A !important; /* Button Primary - Deep Blue */
  color: #F9FAFB !important; /* Button text - Light Gray */
  font-weight: 700 !important;
  border-radius: 8px !important;
  transition: background-color 0.3s ease-in-out !important;
  font-family: 'Rubik', sans-serif !important;
  border: none !important;
  cursor: pointer;
}

#um-submit-btn:hover,
.um input[type="submit"]:hover {
  background-color: #22D3EE !important; /* Button Hover - Bright Cyan */
  color: #0F172A !important; /* Text Primary for contrast */
}

/* Register/Login switch button */
.um-button.um-alt {
  background-color: transparent !important;
  border: 1px solid #1E3A8A !important; /* Primary Color - Deep Blue */
  color: #1E3A8A !important;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out !important;
  font-family: 'Rubik', sans-serif !important;
  cursor: pointer;
}

.um-button.um-alt:hover {
  background-color: #1E3A8A !important;
  color: #F9FAFB !important; /* Button text - Light Gray */
}

/* Checkbox label */
.um-field-checkbox-option {
  color: #64748B !important; /* Text (Muted) - Cool Gray */
  font-family: 'Rubik', sans-serif !important;
}

/* Forgot password link */
.um-link-alt {
  color: #F87171 !important; /* Accent Color - Coral Pink */
  text-decoration: underline !important;
  font-family: 'Rubik', sans-serif !important;
  cursor: pointer;
}

.um-link-alt:hover {
  color: #60A5FA !important; /* Link Hover - Sky Blue */
}

/* Help text inside password reset form */
.um-password .um-field-block div {
  color: #64748B !important; /* Text (Muted) - Cool Gray */
  font-family: 'Rubik', sans-serif !important;
}

/* Background panels or form containers */
.um {
  background-color: #CBD5E1 !important; /* Card Surface - Soft Slate */
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
}

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