.barschel-multi-select-dialog__list {
  max-height: 26rem;
  overflow-y: auto;
}

.barschel-multi-select-dialog__list .list-group-item {
  cursor: pointer;
}

.barschel-multi-select-dialog__list .list-group-item:hover {
  background: rgba(var(--bs-primary-rgb, 13, 110, 253), .04);
}
