.was-validated .validate-select2:invalid + .select2 .select2-selection{
    border-color: #fd5c70 !important;
}
.was-validated .validate-select2:valid + .select2 .select2-selection{
    border-color: #66d432!important;
}
*:focus{
  outline:0px;
}

.select2-container .select2-selection--single{
  height: 41px !important;
  border: 1px solid #d2d6da !important;
}
.select2-container{
  font-size: 0.875rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px !important;
}

.select2-dropdown{
  padding: 14px !important;
  border:1px solid #dce0e0 !important;
  box-shadow: 0 8px 26px -4px rgb(20 20 20 / 15%), 0 8px 9px -5px rgb(20 20 20 / 6%) !important;
  border-radius: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eaeaea!important;
  color: #414141 !important;
  border-radius: 8px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff !important;
  padding: 5px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-image: var(--theam-color);
  border: none !important;
  color: #f7fcff;
  border-radius: 15px !important;
    padding-right: 4px !important;
    margin-top:12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #7fb3ff !important;
  color: #f0f0f0 !important;
  padding-left: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent !important;
  color: #fff !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--theam-color-form-control-border) !important;
  box-shadow: 0 0 0 2px var(--theam-color-form-control-box-shadow) !important;
  min-height: 48px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd !important;
  border-radius: 3px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6da !important;
  min-height: 48px !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
  border-color: var(--theam-color-form-control-border) !important;
  box-shadow: 0 0 0 2px var(--theam-color-form-control-box-shadow) !important;
  border-radius:4px !important;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
  border-color: var(--theam-color-form-control-border) !important;
  box-shadow: 0 0 0 2px var(--theam-color-form-control-box-shadow) !important;
  border-radius:4px !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
  margin-top: 11px;
}