.user-list-item {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
}

.user-list-item.disabled {
    color: #999;
}

.no-results {
    padding: 8px 20px;
    color: #666;
}

.dropdown-menu {
    padding: 10px;
    min-width: 250px;
}

.dropdown-toggle {
    margin-right: 5px;
}

.search-input {
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.user-list {
    max-height: 200px;
    overflow-y: auto;
}