.select2-selection__clear{
  color:grey !important;
}

.champ_select{
  background-color: hsl(var(--white)/0.1) !important;
  border: 0px !important;
  min-height:50px !important;
}

.champ_select .select2-selection__choice {
  background-color: hsl(var(--white)/0.1) !important;
}

.champ-select .select2-selection__choice__remove {
  background-color: hsl(var(--white)/0.1) !important;
}

.champ-select .select2-selection__choice__display{
  background-color: hsl(var(--white)/0.1) !important;
}

.champ-option { display:flex; align-items:center; gap:.5rem; }
.champ-option img { width:22px; height:22px; border-radius:3px; object-fit:cover; }