/* Message Assignment Modal Styles */

.message-users-list {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
}

.user-checkbox-item {
    padding: 0.25rem 0;
}

.user-type-group {
    margin-bottom: 1rem;
}

.user-type-group:last-child {
    margin-bottom: 0;
}

.user-type-group h6 {
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.quick-select-group {
    margin-bottom: 0.25rem;
}

#selected-count {
    font-weight: 600;
}

/* Message notification modal icon */
.message-notification-icon {
    font-size: 3rem;
    color: #0d6efd;
}
