@charset "UTF-8";
/**
*   Cambiar color para el plugin "Ultimate member".
*   Documentación UM: https://docs.ultimatemember.com/article/270-how-to-change-default-ultimate-member-blue-color-using-css
*   Nota: se ha cambiado el CSS por SCSS
*/
/* Verdes */
/* Azules (originales) */
/* #3ba1da */
/* <- Normal */
/* #44b0ec */
/* <- Hover  */
/* Grises */
/* #eeeeee */
/* <- Normal */
/* #e5e5e5 */
/* <- Hover  */
/* Link colors */
/* Button colors */
/* Button alt colors */
.um a.um-link {
  color: var(--c1) !important;
}
.um a.um-link:hover {
  color: var(--c1-l) !important;
}
.um .um-tip:hover {
  color: var(--c1) !important;
}
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i {
  color: var(--c1) !important;
}
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
  color: var(--c1) !important;
}
.um .um-member-name a:hover {
  color: var(--c1) !important;
}
.um .um-member-more a:hover {
  color: var(--c1) !important;
}
.um .um-member-less a:hover {
  color: var(--c1) !important;
}
.um .um-members-pagi a:hover {
  color: var(--c1) !important;
}
.um .um-members-pagi span.current {
  background: var(--c1) !important;
}
.um .um-members-pagi span.current:hover {
  background: var(--c1) !important;
}
.um .um-cover-add:hover {
  color: var(--c1) !important;
}
.um .um-profile-subnav a.active {
  color: var(--c1) !important;
}
.um .um-item-meta a {
  color: var(--c1) !important;
}
.um a.um-link-hvr:hover {
  color: var(--c1-l) !important;
}
.um .um-field-group-head {
  background: var(--c1) !important;
}
.um .um-field-group-head:hover {
  background: var(--c1-l) !important;
}
.um .um-profile-nav-item.active a {
  background: var(--c1) !important;
}
.um .um-profile-nav-item.active a:hover {
  background: var(--c1) !important;
}
.um .um-button {
  background: var(--c1) !important;
}
.um .um-button:hover {
  background: var(--c1-l) !important;
}
.um a.um-button {
  background: var(--c1) !important;
}
.um a.um-button:hover {
  background: var(--c1-l) !important;
}
.um a.um-button.um-disabled:hover {
  background: var(--c1) !important;
}
.um a.um-button.um-disabled:focus {
  background: var(--c1) !important;
}
.um a.um-button.um-disabled:active {
  background: var(--c1) !important;
}
.um input[type=submit].um-button {
  background: var(--c1) !important;
}
.um input[type=submit].um-button:focus {
  background: var(--c1) !important;
}
.um input[type=submit].um-button:hover {
  background: var(--c1-l) !important;
}
.um input[type=submit]:disabled:hover {
  background: var(--c1) !important;
}
.um .um-button.um-alt {
  background: var(--gray) !important;
}
.um .um-button.um-alt:hover {
  background: var(--gray-d) !important;
}
.um input[type=submit].um-button.um-alt {
  background: var(--gray) !important;
}
.um input[type=submit].um-button.um-alt:hover {
  background: var(--gray-d) !important;
}
.um-account-name a:hover {
  color: var(--c1) !important;
}
.um-account-nav a.current {
  color: var(--c1) !important;
}
.um-account-side li a.current span.um-account-icon {
  color: var(--c1) !important;
}
.um-account-side li a.current:hover span.um-account-icon {
  color: var(--c1) !important;
}
.um-dropdown li a:hover {
  color: var(--c1) !important;
}
i.um-active-color {
  color: var(--c1) !important;
}
span.um-active-color {
  color: var(--c1) !important;
}
.picker__box {
  background: var(--c1) !important;
}
.picker__nav--prev:hover {
  background: var(--c1) !important;
}
.picker__nav--next:hover {
  background: var(--c1) !important;
}
.upload {
  background: var(--c1) !important;
}
.um-modal-header {
  background: var(--c1) !important;
}
.um-modal-btn {
  background: var(--c1) !important;
}
.um-modal-btn.disabled {
  background: var(--c1) !important;
}
.um-modal-btn.disabled:hover {
  background: var(--c1) !important;
}
div.uimob800 .um-account-side li a.current {
  background: var(--c1) !important;
}
div.uimob800 .um-account-side li a.current:hover {
  background: var(--c1) !important;
}
.picker__footer {
  background: var(--c1-l) !important;
}
.picker__header {
  background: var(--c1-l) !important;
}
.picker__day--infocus:hover {
  background: var(--c1-l) !important;
}
.picker__day--outfocus:hover {
  background: var(--c1-l) !important;
}
.picker__day--highlighted:hover {
  background: var(--c1-l) !important;
}
.picker--focused .picker__day--highlighted {
  background: var(--c1-l) !important;
}
.picker--focused .picker__list-item--highlighted {
  background: var(--c1-l) !important;
}
.picker--focused .picker__list-item--selected {
  background: var(--c1-l) !important;
}
.picker__list-item:hover {
  background: var(--c1-l) !important;
}
.picker__list-item--highlighted:hover {
  background: var(--c1-l) !important;
}
.picker__list-item--selected {
  background: var(--c1-l) !important;
}
.picker__list-item--selected:hover {
  background: var(--c1-l) !important;
}
