.bbr-multiselect .dropdown-content {
  overflow: hidden;
}
.bbr-multiselect .dropdown-content ul {
  max-height: 13.5rem;
  overflow: auto;
}
.bbr-multiselect .dropdown-content ul li.bbr-dropdown-item .field:not(:last-child) {
  margin-bottom: 0 !important;
}
.bbr-multiselect .dropdown-content ul li.bbr-dropdown-item .bbr-icon {
  transition: none;
}
.bbr-multiselect .dropdown-content ul li.bbr-dropdown-item--with-icon {
  gap: 0.5rem;
}
.bbr-multiselect.is-up .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.bbr-multiselect.is-up.is-active .bbr-dropdown__label .bbr-icon.bi-arrow-down::before {
  transform: rotate(360deg);
}
.bbr-multiselect__chips-label:not(.bbr-dropdown__label--default) {
  height: auto;
  min-height: 2.25rem;
  white-space: normal;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
}
.bbr-multiselect__chips-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.35rem;
  flex: 1;
  min-width: 0;
}
.bbr-multiselect__chips-container .tag {
  margin-bottom: 0;
}
.bbr-dropdown .bbr-dropdown__label span.bbr-multiselect__chips-container {
  max-width: unset;
}

.bbr-multiselect__chips-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0;
}
.bbr-multiselect__chips-row .tag {
  margin-bottom: 0;
}
