.select2-search__field, .select2-search, .select2-selection__rendered {
  width: 100% !important;
  font-size: 15px;
  padding: 0 20px 0 10px;
}

.select2-container .select2-search--inline {
  float: none !important;
}

.select2-selection--multiple {
  padding: 0 !important;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 70% !important;
}
.val_prop .select2-container--default .select2-selection--single .select2-selection__arrow b,
.input__col-right .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: inherit !important;
  padding: 0 30px 3px 5px !important;
  line-height: 22.5px;
}


.select2-centered .select2-selection__rendered, .select2-centered .select2-results {
  text-align: center !important;
}

.object-select2-dropdown .select2-results__option:last-child {
  background-color: #06bda7;
  color: white;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa;
}

.select2-search {
  padding: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #06BDA7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]::before {
  border-color: #2B3940;
}

.select2-selection--multiple .select2-search__field {
  height: auto !important;
}

.select2-dropdown-flex .select2-results__option {
  text-align: left;
  word-wrap:break-word;
  padding-left: 38px;
  position: relative;
}
.select2-search + .select2-results .select2-results__option:before {
  display: none;
}

.select2-search + .select2-results .select2-results__option[aria-selected=true]:before {
  display: none;
}

.select2-results .select2-results__option:before {
  content: "";
  display: none;
  position: absolute;
  left: 6px;
  height: 20px;
  width: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.select2-dropdown-flex .select2-results__option::before{
  display: flex;
}

.select2-dropdown-flex .select2-results .select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #FFCB13;
  border: 0;
  display: flex;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent !important;
  border: none !important;
  margin-right: 0 !important;
}
.select2-selected ~ .select2-container--default .select2-search--inline .select2-search__field {
  display: none;
}