/* Make the company modal wider */
#company-modal .modal-container {
    max-width: 700px;
    width: 100%;
}

.company-filter.active {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.company-filter.active:hover {
    background-color: #2563eb;
    border-color: #2563eb;
}

.converted-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    background: #dcfce7;
    color: #166534;
}

.active-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    background: #dbeafe;
    color: #1e40af;
}
