.Select {
  top: 19px;
}
div.Select-control {
  border: 1px none;
  border-bottom: 1px solid rgb(224, 224, 224);
  border-radius: 0px;
  margin-top: 4px !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.Select-control:hover {
  box-shadow: none !important;
}
div.Select:not(.has-value) > div.Select-control {
  text-transform: uppercase;
}
div.is-open > div.Select-control {
  border: 1px solid rgb(204, 204, 204);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.Select-menu-outer {
  top: 40px !important;
}
.Select--single>.Select-control .Select-value, .Select-placeholder {
  top: 4px !important;
  padding-left: 0 !important;
}
div.is-focused.Select--single>.Select-control .Select-value, div.is-focused .Select-placeholder {
  padding-left: 10px !important;
}
.Select-control {
  display: inline-block !important;
}
.Select-clear-zone, .Select-arrow-zone {
  display: inline-block !important;
  position: absolute;
  right: 0;
  top: 9px;
}
.Select-clear-zone {
  right: 28px;
}
