@charset "UTF-8";
/*
    Created on : Jan 24, 2025, 1:24:17 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
body .input-wrapper .select2-container {
  min-width: 100% !important;
}
body .select2-container--default .select2-results__option:first-child {
  display: none !important;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #8C52FF !important;
  color: #fff !important;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:first-child {
  display: none !important;
}
body .select2-container {
  /*width: 100% !important;*/
}
body .select2-container .select2-results__option--disabled {
  padding: 0;
  display: none;
}
body .select2-container .select2-selection--single {
  appearance: none;
  background: transparent;
  outline: none !important;
  width: 100%;
  border: none;
  margin-bottom: 0;
  height: 52px;
  padding: 10px 3px 4px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
body .select2-container .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 14px;
  height: 19px;
  width: 16px;
}
body .select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "\f078";
  color: #BABABA;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
body .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 44px 0 0;
}

/*# sourceMappingURL=eg-select2-styles.css.map */
