/* Restored fallback for ValoreSalute custom selects. */
.cs-select {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

.cs-select > span {
  min-height: 38px;
  padding: 9px 42px 9px 14px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #fff;
  color: #333;
}

.cs-select > span::after {
  right: 14px;
}

.cs-select .cs-options {
  z-index: 9999;
  border: 1px solid #d6d6d6;
  border-top: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.cs-select .cs-options ul {
  max-height: 260px;
  overflow-y: auto;
}

.cs-select .cs-options li span {
  padding: 9px 14px;
}

.cs-select.cs-active {
  z-index: 10000;
}

@media (max-width: 767px) {
  .cs-select {
    font-size: 13px;
  }
}
