searchable-select[disabled] {
  background: #e9ecef;
}

.searchable-select-cntr-inp-searchbox {
  min-width: 50%;
}

.searchable-select-cntr-option {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.searchable-select-cntr-option:hover {
  background: #e8e8e8;
}
.searchable-select-cntr-option:has(input[type=checkbox]:checked) {
  background: #d3d3d4;
}

.searchable-select-cntr-option-clone {
  padding: 0 0.25rem;
  margin-right: 0.25rem;
  border: 1px solid #c4c8cb;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
}
.searchable-select-cntr-option-clone:hover {
  background: #e8e8e8;
}
.searchable-select-cntr-option-clone .btn-remove-selected-option {
  padding: 0 0 0 0.25rem;
  border: 0;
  border-left: 1px solid #c4c8cb;
  margin-left: 0.25rem;
  height: 100%;
  background: transparent;
  border-radius: 0;
  opacity: 0.5;
}
.searchable-select-cntr-option-clone .btn-remove-selected-option:hover {
  opacity: 0.75;
}

.searchable-select-option-list {
  min-width: 10rem;
  max-height: 170px;
  overflow: auto;
  display: none;
  z-index: 1000;
  position: absolute;
  font-size: 0.75rem;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1764705882);
  border-style: solid;
  border-radius: 0.375rem;
  border-width: 1px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  text-align: left;
  margin-top: 0.15rem !important;
}
.searchable-select-option-list.show {
  display: block;
}

searchable-select *::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
searchable-select *::-webkit-scrollbar-thumb {
  background-color: rgba(52, 58, 64, 0.2);
  border-radius: 10px;
  border: 2px solid #fff;
}
searchable-select *::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

/*# sourceMappingURL=searchable-select.css.map */
