.select2-container {
  min-width: 100%;
  width: 100% !important;
}

.select2-dropdown {
  border: 1px solid #1e87f0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #666;
  border-radius: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1e87f0;
  color: #fcfcfc;
}

/* select2 single */
.select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border;
  border-radius: 5px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 38px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666;
}

.select2-selection--single[aria-expanded="true"] {
  border-color: #1e87f0;
}

/* select2 multiple */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border;
  border-radius: 5px;
  min-height: 40px;
}

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

.select2-selection--multiple[aria-expanded="true"] {
  border-color: #1e87f0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 6px;
  margin-right: 6px;
}

.select2-container .select2-search--inline .select2-search__field {
  color: #666;
  font-size: inherit;
  line-height: 26px;
}
