.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  line-height: normal;
  color: #333;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 0;
  right: 10px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #404040 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.select2-dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 4px 8px;
}
.select2-dropdown .select2-results__option {
  padding: 6px 12px;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: #f8f9fa;
  color: #333;
}
.select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #e9ecef;
}

#prospector_filter + .select2-container .select2-selection--single {
  position: relative;
}
#prospector_filter + .select2-container .select2-selection--single::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%236c757d" d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

#perfil_filter + .select2-container .select2-selection--single {
  position: relative;
}
#perfil_filter + .select2-container .select2-selection--single::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%236c757d" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .select2-container {
    width: 100% !important;
  }
}
.select2-selection__placeholder, .search-container input, .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  color: #404040 !important;
}

/*# sourceMappingURL=custom-select2.css.map */
