.select2-selection.select2-selection--single {
  font-size: 16px;
  height: 44px;
  padding: 6px 8px;
  border: solid 1px #DEE2E6;
  width: 100%;
}

.ea-select2-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ea-select2-option .ea-select2-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ea-select2-show-command:after {
  content: "\f002";
}

.ea-select2-show-command {
  color: #444444 !important;
  font: normal normal normal 12px/1 FontAwesome;
  margin-right: 10px;
  text-decoration: none !important;
}
a.ea-select2-show-command:hover {
  text-decoration: none !important;
}
.tab-content a.ea-select2-show-command:hover {
  text-decoration: none !important;
}

.select2-selection__clear {
  margin-right: 10px;
}

.select-wrapper .select2-selection__arrow {
  display: none;
}
