.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

/* Make the container look like a standard input group */
.mbn-custom-container .select2-selection {
  border-radius: 4px 0 0 4px !important;
  border: 1px solid #ced4da !important;
  height: 38px !important;
  padding: 6px 12px !important;
  background-color: #fff !important;
}

/* Hide the default Select2 dropdown arrow */
.mbn-custom-container .select2-selection__arrow b {
  display: none !important;
}

/* Add the search button */
.mbn-custom-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

#select2-mbn-company-select-container {
  display: flex;
  align-items: center;
}

.mbn-custom-container .select2-selection__arrow {
  width: auto !important;
  background-color: #409892;
  height: auto !important;
  transition: background-color 0.3s;
  padding: 19px 24px;
  color: white;
}

.mbn-custom-container .select2-selection__arrow:hover {
  background-color: #8f494f;
}

.mbn-custom-container .select2-selection__arrow:after {
  content: "Search";
  position: relative;
  text-transform: uppercase;
}
