md-select {
  border: 1px solid #475b74;
  height: 44px;
  color: white;
}

md-select-value {
  color: white !important;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value,
md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: unset !important;
}

md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 0 !important;
}

.md-select-menu-container {
  z-index: 1100;
}
