.custom-select-wrapper{position:relative}
.custom-select-wrapper input.lk__userInfoInputs-input{cursor:pointer}
.custom-select-wrapper .dropdown-list{
  position:absolute;left:0;right:0;top:100%;
  display:none;z-index:9999;
  background:#fff;border:1px solid #e3e3e3;border-radius:8px;
  max-height:240px;overflow:auto;margin-top:6px;padding:6px 0
}
.custom-select-wrapper.open .dropdown-list{display:block}
.custom-select-wrapper .dropdown-list li{
  padding:10px 14px;line-height:1.2;cursor:pointer
}
.custom-select-wrapper .dropdown-list li:hover{background:#f5f7fa}
.custom-select-wrapper .dropdown-list li.no-options{color:#9aa0a6;cursor:default}
.custom-select-wrapper .selected-list{
  display:flex;flex-wrap:wrap;gap:8px;margin-top:10px
}
.custom-select-wrapper .chip{
  display:inline-flex;align-items:center;gap:6px;
  background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;
  padding:6px 10px;font-size:15px
}
.custom-select-wrapper .chip-remove{
  border:0;background:transparent;cursor:pointer;font-size:16px;line-height:1
}

