/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.select-value-list-scroll-pane {
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--dh-color-input-border);
  border-radius: 4px;
  padding: 0.42145rem 0 0.42145rem;
}
.select-value-list-scroll-pane.is-invalid {
  border-color: color-mix(in srgb, var(--dh-color-negative) 85%, transparent);
}

.select-value-list {
  position: relative;
}
.select-value-list .select-value-list-content {
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.select-value-list .select-value-list-content li {
  width: 100%;
}
.select-value-list .select-value-list-content .custom-control {
  margin: 0;
  display: flex;
}
.select-value-list .select-value-list-content .custom-control:hover {
  background: var(--dh-color-item-list-hover-bg);
}
.select-value-list .select-value-list-content .custom-control .custom-control-label {
  margin-left: 0.75rem;
  flex-grow: 1;
  cursor: pointer;
}

/*# sourceMappingURL=SelectValueList.css.map */
