.user-select-dropdown-content{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;max-height:400px;display:flex;overflow:hidden;box-shadow:0 10px 25px #0000001a}.user-select-header-container{justify-content:space-between;align-items:center;width:100%;padding:12px 0;display:flex}.user-select-header-title{color:#1f2937;font-size:14px;font-weight:700}.user-select-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:flex}.user-select-close-btn:hover{color:#374151;background:#e2e8f0}.user-select-body-container{max-height:340px;padding:0;overflow-y:auto}.user-select-search-wrapper{z-index:10;box-sizing:border-box;background:#fff;width:100%;padding:12px 16px 8px;position:sticky;top:0}.user-select-search-input{color:#1f2937;background:#f9fafb;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;height:38px;padding:0 16px 0 36px;font-size:13px;transition:all .2s}.user-select-search-input:focus{background:#fff;border-color:#e2e8f0}.user-select-search-icon{color:#9ca3af;pointer-events:none;font-size:14px;position:absolute;top:31px;left:28px;transform:translateY(-50%)}.user-select-items-container{flex-direction:column;display:flex}.user-select-item-row{cursor:pointer;border-bottom:1px solid #e2e8f0;align-items:center;padding:12px 16px;transition:background-color .2s;display:flex}.user-select-item-row:last-child{border-bottom:none}.user-select-item-row:hover{background-color:#f9fafb}.user-checkbox-wrapper{align-items:center;margin-left:12px;display:flex}.user-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:12px;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-name{color:#1f2937;flex:1;font-size:13px;font-weight:500}
