.select2-container * {
  font-family: Montserrat !important;
}

.select2-container {
  width: 100% !important;
}

.select2-dropdown {
  border: 1px solid #90a4ae;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
  font-size: 12px;
  color: #373a3c;
  line-height: 21px;
}

.select2-container--default .select2-search {
  border: 1px solid #90a4ae;
  height: 30px;
  position: relative;
  margin-top: 5px;
}

.select2-container--default .select2-search::after {
  content: url(/o/ccee-theme/images/acervo/chevron-down-secondary-theme.svg);
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-left: 1px solid #90a4ae;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none;
}

.select2-container--default .select2-results > .select2-results__options {
  margin-right: 4px;
  padding-right: 2px;
}

.select2-results__options::-webkit-scrollbar {
  width: 7px;
  border-radius: 1px;
  background-color: #fff;
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #c3c3c3;
}

.select2-results__option.select2-results__message {
  font-size: 12px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  height: 100% !important;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.select2-results__option--selectable {
  height: 25px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 24px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  background-color: #90a4ae;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  position: unset;
  border-right: none;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #90a4ae;
  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove
  span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 12px;
}