.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  height: 42px;
}
.select2-container--default .select2-selection--single:focus-within {
  outline: 0;
  border: 1px solid #68b98f;
}

.select2-selection__arrow::after {
  display: block;
  content: "\f078";
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.select2-container--open .select2-selection__arrow::after {
  display: block;
  content: "\f077";
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: auto;
  font-size: 18px;
  margin-right: 0px;
  color: black;
  margin-top: 1px;
  padding-right: 0px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #ffffff;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #8ee0b6;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #68b98f;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e9f5ef;
  color: #68b98f;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #68b98f;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-within {
  outline: 0;
  border: 1px solid #68b98f;
}/*# sourceMappingURL=selectcustom.css.map */