.campaigns-table-container {
    overflow-x: auto;
}

table {
    width: 100%;
}

thead tr {
    background-color: #1e40af;
    color: white;
    border-bottom: 1px solid #1e40af;

    
}




th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}

tbody tr {
    border-bottom: 1px solid #1e40af;
}

td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #1e40af;
}

.badge {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    color: white;
}

.badge-success {
    background-color: #10b981;
}

.badge-danger {
    background-color: #ef4444;
}

.badge-warning {
    background-color: #f59e0b;
}

.btn-outline-primary {
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border: 1px solid #3b82f6;
    color: #3b82f6;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    margin-right: 0.5rem;
}

.btn-outline-danger {
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border: 1px solid #ef4444;
    color: #ef4444;
    border-radius: 0.25rem;
    font-size: 0.75rem;
}

.page-link {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e5e7eb;
    color: #3b82f6;
    text-decoration: none;
}

.page-link.active {
    background-color: #3b82f6;
    color: white;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 0.5rem;
}