select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;

  padding: 0;
  margin: 0;

  font: inherit;
  color: inherit;
  line-height: normal;

  outline: none;
  box-sizing: border-box;
}

select option {
    color: #000 !important;
}