.user-search-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 280px;
  overflow: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  z-index: 99999;
  font-size: 14px;
}
.user-search-item {
  padding: 8px 10px;
  cursor: pointer;
}
.user-search-item:hover, .user-search-item.active {
  background: #f1f1f1;
}
.user-search-empty {
  padding: 10px;
  color: #777;
}
.user-search-loading {
  padding: 8px 10px;
  color: #555;
}



.smartselect-dropdown {
  position:absolute;top:100%;left:0;right:0;z-index:9999;
  background:#fff;border:1px solid #ccc;border-radius:4px;
  max-height:250px;overflow:auto;font-size:14px;margin-top:4px;
  box-shadow:0 3px 8px rgba(0,0,0,.1);
}
.smartselect-item{padding:6px 10px;cursor:pointer;}
.smartselect-item:hover,.smartselect-item.active{background:#f0f0f0;}
.smartselect-empty,.smartselect-loading{padding:6px 10px;color:#666;}
.d-none{display:none;}
