.Select {
  border-bottom: solid 0.1rem #d9d9d9;
  position: relative;
}

.Select:focus {
  outline: none;
  color: #4d4d4d;
  border-color: #b3b3b3;
}

.Select-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.Select-select {
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  width: 100%;
  border: 0;
}
