

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ccc;
}

input:focus {
  border: 1px solid #696cff!important;
  border-radius: 5px;
  outline: none;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f2f2f2;
}
.select2-container .select2-selection--single {
  height: auto;
  padding: 5px;
  min-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 30px;
}
