/* Selectores coherentes en toda la aplicación, incluidos Safari/iOS y Android. */
#udma-club-app select:not([multiple]):not([size]),
.udma-login select:not([multiple]):not([size]) {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 46px 10px 13px !important;
  border: 1px solid #b9cfdd !important;
  border-radius: 11px !important;
  background-color: #fff !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #075f96 50%),
    linear-gradient(135deg, #075f96 50%, transparent 50%),
    linear-gradient(to right, #d7e4ec, #d7e4ec) !important;
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 15px) 50%,
    calc(100% - 42px) 50% !important;
  background-size: 5px 5px, 5px 5px, 1px 26px !important;
  background-repeat: no-repeat !important;
  color: #102f45 !important;
  -webkit-text-fill-color: #102f45;
  font-family: inherit !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  outline: 0;
  box-shadow: 0 1px 2px rgba(18, 48, 70, .04);
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

#udma-club-app select:not([multiple]):not([size]):hover,
.udma-login select:not([multiple]):not([size]):hover {
  border-color: #71abd0 !important;
  background-color: #fafdff !important;
}

#udma-club-app select:not([multiple]):not([size]):focus,
#udma-club-app select:not([multiple]):not([size]):focus-visible,
.udma-login select:not([multiple]):not([size]):focus,
.udma-login select:not([multiple]):not([size]):focus-visible {
  border-color: #087bc1 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(8, 123, 193, .16) !important;
}

#udma-club-app select:not([multiple]):not([size]):disabled,
.udma-login select:not([multiple]):not([size]):disabled {
  border-color: #d6e0e6 !important;
  background-color: #f0f4f6 !important;
  color: #758895 !important;
  -webkit-text-fill-color: #758895;
  cursor: not-allowed;
  opacity: 1;
}

#udma-club-app select option,
#udma-club-app select optgroup,
.udma-login select option,
.udma-login select optgroup {
  background: #fff;
  color: #102f45;
  font-family: inherit;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 900px) {
  #udma-club-app select:not([multiple]):not([size]),
  .udma-login select:not([multiple]):not([size]) {
    min-height: 48px;
    font-size: 13px !important;
    border-radius: 12px !important;
  }
}
