.um-form[data-form_id="1385"] {
  font-family: "LeniaSans Regular", sans-serif;
  color: #fff;
}
.um-form[data-form_id="1385"] .um-header {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.um-form[data-form_id="1385"] .um-profile-photo-img img {
  border: 3px solid #ac86a6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}
.um-form[data-form_id="1385"] .um-profile-photo-overlay {
  background-color: rgba(172, 134, 166, 0.6);
}
.um-form[data-form_id="1385"] .um-name a {
  font-family: "LeniaSans Semi Bold", sans-serif;
  color: #fff;
  text-decoration: none;
}
.um-form[data-form_id="1385"] .um-name a:hover {
  color: #ac86a6;
}
.um-form[data-form_id="1385"] .um-meta-text {
  font-family: "LeniaSans Regular", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.um-form[data-form_id="1385"] .um-profile-edit a i {
  color: #dadada;
  font-size: 22px;
  transition: color 0.2s ease;
}
.um-form[data-form_id="1385"] .um-profile-edit a:hover i {
  color: #ac86a6;
}
.um-form[data-form_id="1385"] .um-dropdown {
  border: 1px solid #dadada;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.um-form[data-form_id="1385"] .um-dropdown .um-dropdown-b ul li a {
  font-family: "LeniaSans Regular", sans-serif;
  font-size: 14px;
  color: #636565;
  padding: 10px 16px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.um-form[data-form_id="1385"] .um-dropdown .um-dropdown-b ul li a:hover {
  background-color: #f5f0f4;
  color: #3d3d3c;
}
.um-form[data-form_id="1385"] .um-profile-note {
  background-color: #f5f0f4;
  border-radius: 8px;
  padding: 20px 24px;
  color: #3d3d3c;
  font-family: "LeniaSans Regular", sans-serif;
}
.um-form[data-form_id="1385"] .um-profile-note a {
  color: #ac86a6;
  text-decoration: underline;
}
.um-form[data-form_id="1385"] .um-profile-note a:hover {
  color: #c3213a;
}
.um-form[data-form_id="1385"] .um-profile-body {
  padding-top: 20px;
  font-family: "LeniaSans Regular", sans-serif;
}
.um-form[data-form_id="1385"] a {
  color: #ac86a6;
  transition: color 0.2s ease;
}
.um-form[data-form_id="1385"] a:hover {
  color: #c3213a;
}
.um-form[data-form_id="1385"] .um-button,
.um-form[data-form_id="1385"] input[type=submit] {
  background-color: #ac86a6;
  color: #3d3d3c;
  border: 2px solid #ac86a6;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: "LeniaSans Medium", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.um-form[data-form_id="1385"] .um-button:hover,
.um-form[data-form_id="1385"] input[type=submit]:hover {
  background-color: #f5f0f4;
  border-color: #ac86a6;
  color: #3d3d3c;
}

.um-account {
  font-family: "LeniaSans Regular", sans-serif;
  color: #fff;
}
.um-account .um-account-side li a {
  font-family: "LeniaSans Medium", sans-serif;
  color: #fff;
  transition: color 0.2s ease;
}
.um-account .um-account-side li a:hover {
  color: #ac86a6;
}
.um-account .um-account-side li a.current {
  color: #ac86a6;
}
.um-account .um-account-side li a i {
  color: #fff;
}
.um-account .um-account-side li a.current i,
.um-account .um-account-side li a:hover i {
  color: #ac86a6;
}
.um-account .um-account-main {
  color: #fff;
}
.um-account .um-account-name {
  color: #fff !important;
}
.um-account .um-account-name .a {
  color: #fff !important;
}
.um-account .um-account-heading {
  font-family: "LeniaSans Semi Bold", sans-serif;
  color: #fff;
}
.um-account .um-account-label {
  font-family: "LeniaSans Medium", sans-serif;
  color: #fff;
}
.um-account label {
  color: #fff;
}
.um-account input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.um-account select,
.um-account textarea {
  padding: 10px 14px;
  border: 1px solid #dadada;
  border-radius: 6px;
  font-size: 0.95em;
  font-family: "LeniaSans Regular", sans-serif;
  color: #3d3d3c;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.um-account input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.um-account select:focus,
.um-account textarea:focus {
  outline: none;
  border-color: #ac86a6;
  box-shadow: 0 0 0 1px #ac86a6;
}
.um-account a {
  color: #ac86a6;
  transition: color 0.2s ease;
}
.um-account a:hover {
  color: #c3213a;
}
.um-account .um-button,
.um-account input[type=submit] {
  background-color: #ac86a6 !important;
  color: #fff !important;
  border: 2px solid #ac86a6 !important;
  border-radius: 6px !important;
  padding: 12px 24px !important;
  font-family: "LeniaSans Medium", sans-serif !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.um-account .um-button:hover,
.um-account input[type=submit]:hover {
  background-color: #f5f0f4;
  border-color: #ac86a6;
  color: #3d3d3c;
}
.um-account span, .um-account p, .um-account div {
  color: inherit;
}/*# sourceMappingURL=ultimate-member.css.map */