.select2 {
  width: 100%;
}
.select2-container {
  margin-top: -0.8rem !important;
}
.select2 select2-container select2-container--default select2-container--below {
  margin-top: 0 !important;
}
.select2-container--default .select2-selection--multiple {
/*  height: 2rem;*/
  min-height: 2rem;
  position: relative;
  padding-right: 30px; /* espaço para a seta */
  border: none !important;
}
.select2-selection__rendered {
  display: block !important;
  padding-top: 0.3rem;
}
.select2-selection__choice {
  background-color: var(--bg-primary-color) !important;
  border: 0;
}
.select2-selection__choice__display {
  color: #ffffff;
}
.select2-selection__choice__remove {
  color: #ffffff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bg-primary-color) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none !important;
  color: #ffffff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: unset !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-top: 1rem;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #c1c1c1;
  top: 0.9rem;
}
.select2-container--default .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c1c1c1;
  transform: translateY(-50%);
/*
  cursor: pointer;
  height: 2rem;
*/}