/* Correctif visuel des listes déroulantes du panneau Événements Top-Serveurs. */
#panel-votes .settings-form label {
  display: grid;
  gap: 8px;
  color: #dce2f2;
  font-weight: 750;
}

#panel-votes .settings-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 13px;
  border: 1px solid #34415f;
  border-radius: 11px;
  background-color: #11182a;
  color: #f7f9fc;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #cbd3e8 50%),
    linear-gradient(135deg, #cbd3e8 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 13px) 20px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

#panel-votes .settings-form select:focus {
  border-color: #6975f5;
  box-shadow: 0 0 0 3px rgba(88,101,242,.14);
}

#panel-votes .settings-form select option {
  background: #11182a;
  color: #f7f9fc;
}

#panel-votes #event-role-select {
  margin-top: 6px;
  margin-bottom: 8px;
}
