.custom-select {
  position: relative;
  font-family: Arial;
  border: none;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ffffff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: solid #008247;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 20px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #008247;
  padding: 8px 16px;
  /* border: 1px solid transparent; */
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  user-select: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  border: none;
}

.select-selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 200px;
  overflow: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #008247;
  color: #fff;
}
/* width */

.select2-results__options::-webkit-scrollbar {
  width: 4px;
}


/* Track */

.select2-results__options::-webkit-scrollbar-track {
  background: #fff;
}


/* Handle */

.select2-results__options::-webkit-scrollbar-thumb {
  background: #D3D3D3;
  border-radius: 9px;
}


/* Handle on hover */

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #424040;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #008247 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: Arial !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
  padding: 12px !important;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

/* .select2-search.select2-search--dropdown {
  display: none !important;
} */

.select2-search__field {
  color: #008247 ;
    font-size: 14px !important;
    line-height: 16px !important;
}
.select2-search__field:focus-visible {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #008247;
  color: #FFF !important;
}

.select2-results__option {
  color: #008247 ;
  font-size: 14px !important;
  line-height: 16px !important;
  padding: 12px !important;
  border-bottom: 1px solid #F4F4F4;
}

.select2-container--open .select2-dropdown {
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #008247 transparent transparent transparent !important;
}


.state-select + .select2-container {
  width: 115px !important;
}

.state-select + .select2-container,
.state-select.distributor-select + .select2-container {
  width: 170px !important;
  max-width: 111px;
}

.form__distributor .state-select + .select2-container {
  width: 100% !important;

}

.city-select + .select2-container {
  width: 100% !important;
  max-width: 264px;
}

.state-select + .select2-container .select2-selection,
.city-select + .select2-container .select2-selection {
  background-color: #B5D8C81C !important;
  border: 1px solid #B5D8C8 !important;
}

.state-select.distributor-select + .select2-container .select2-selection {
  background-color: #FFF !important;
  border: none !important;
}

.state-select + .select2-container .select2-selection__rendered,
.city-select + .select2-container .select2-selection__rendered {
  color: #FFF !important;
}

.state-select.distributor-select + .select2-container .select2-selection__rendered {
  color: #008247 !important;
}

.state-select + .select2-container .select2-selection__arrow b,
.city-select + .select2-container .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent !important
}

.state-select.distributor-select + .select2-container .select2-selection__arrow b {
  border-color: #008247 transparent transparent transparent !important

}

.content__edit #state + .select2-container,
.content__edit #role + .select2-container {
  width: 160px !important;
}

.content__edit #city + .select2-container,
.content__edit #acting + .select2-container {
  width: 215px !important;
}
