.Select.record-field {
  height: auto;
  padding: 0px;
}

.Select-control {
  border: 2px solid #dce4ec !important;
}

.Select--multi .Select-value {
  background-color: #f3f3f3 !important;
  border-radius: 2px !important;
  border: 1px solid #dce4ec !important;
  color: #2c3e50 !important;
}

.Select--multi .Select-value-label {
  display: inline !important;
}

.selection-icon {
	display: inline-block;
  padding: 0 3px;
}

.change-log-configurator .Select-control {
  height: auto;
  padding: 0px;
}
