.asfbSelectSelect2 {
  width: 100%;
  position: relative;
  display: block;
}
.select_style1 .select2-container--default.select2 .select2-selection {
  background-color: #fff;
  border: 2px solid #d0d0d0;
  height: auto;
  padding: 6px 10px;
  padding-right: 25px;
  border-radius: 20px;
}
.select_style1 .select2-container--default.select2 .select2-selection .select2-selection__rendered {
  color: #000;
  line-height: normal;
  padding: 0;
}
.select_style1 .select2-container--default.select2 .select2-selection .select2-selection__arrow {
  margin: auto;
  right: 5px;
  bottom: 0;
  top: 0;
}
.select_style1 .select2-container--default.select2 .select2-selection .select2-selection__arrow b {
  border-color: #d9d9d9 transparent transparent transparent;
}
.select_style1.select2-dropdown .select2-results__option {
  padding: 6px 12px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}
.select_style1.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #d9d9d9;
  color: #333;
}
.select_style1.select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #4acf50;
  color: #fff;
}
