.custom-select {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 5px;
  color: #333333;
}

.custom-select option:first-child {
  color: #888;
}
