/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor
Author: Tu Nombre
Template: hello-elementor
Version: 1.0.0
*/

/* Aquí irá tu CSS personalizado */

.bj-form {}

.bj-form-colaborador {}

.bj-field {
    margin-bottom: 1rem;
}

.bj-label {
    display: block;
    font-weight: 600;
}

.bj-input,
.bj-select {
    width: 100%;
    padding: 8px;
}

.bj-actions {}

.bj-button {}

.bj-button-primary {}

.bj-table {
    width: 100%;
    border-collapse: collapse;
}

.bj-table th,
.bj-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.bj-table-head {
    background: #f5f5f5;
}

.bj-row:hover {
    background: #fafafa;
}

.bj-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85em;
}

.bj-badge-activo {
    background: #d4edda;
    color: #155724;
}

.bj-badge-inactivo {
    background: #f8d7da;
    color: #721c24;
}


.bj-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
}

.bj-notice-icon {
    font-weight: bold;
}

.bj-notice-success {
    background-color: #e6f4ea;
    color: #1e7e34;
    border: 1px solid #c3e6cb;
}

.bj-notice-error {
    background-color: #fbeaea;
    color: #a71d2a;
    border: 1px solid #f5c6cb;
}

.bj-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.bj-modal {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 420px;
    width: 100%;
}

.bj-modal-title {
    margin-top: 0;
}

.bj-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.bj-button-danger {
    background: #dc3545;
    color: #fff;
}

.bj-button-danger:hover {
    background: #c82333;
}

.bj-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    align-items: center;
}

.bj-filters .bj-input {
    min-width: 240px;
}

.bj-pagination {
    display: flex;
    gap: 6px;
    margin-top: 16px;
}

.bj-page {
    padding: 6px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
}

.bj-page-active {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.bj-sort-active {
    font-weight: bold;
}

.bj-pagination-prev-next {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.bj-page {
    padding: 6px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
}

.bj-page-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.bj-page-info {
    font-weight: 600;
}

.bj-pagination {
    display: flex;
    gap: 6px;
    margin-top: 16px;
    align-items: center;
}

.bj-page {
    padding: 6px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
    color: #333;
    min-width: 32px;
    text-align: center;
}

.bj-page-active {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
}

.bj-page-disabled {
    opacity: 0.4;
    pointer-events: none;
}


.estado-pendiente {
    background: #f0ad4e;
}

.estado-contactado {
    background: #5bc0de;
}

.estado-interesado {
    background: #5cb85c;
}

.estado-descartado {
    background: #d9534f;
}


.bj-kpis {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.bj-kpi {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.bj-kpi h3 {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.bj-kpi p {
    font-size: 24px;
    font-weight: bold;
    margin: 6px 0 0;
}