/* _content/SIGEFON.Web/Pages/Folios/DescargarFoliosPDF.razor.rz.scp.css */
/* === Contenedor principal === */
.contenedor-descargar-folios[b-abzk10qgmr] {
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 16px;
    max-width: 1000px;
    margin: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* === Títulos y secciones === */
h3.section-title[b-abzk10qgmr] {
    font-size: 1.9rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 2rem;
    border-left: 6px solid #0d6efd;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.card[b-abzk10qgmr] {
    border-radius: 14px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card:hover[b-abzk10qgmr] {
        transform: translateY(-2px);
        box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    }

.card-title[b-abzk10qgmr] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0d6efd;
}

/* === Labels e inputs === */
label[b-abzk10qgmr], .form-label[b-abzk10qgmr] {
    font-weight: 500;
    margin-bottom: 0.3rem;
    color: #495057;
}

.form-select[b-abzk10qgmr], .form-control[b-abzk10qgmr] {
    font-size: 0.95rem;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease-in-out;
}

    .form-select:focus[b-abzk10qgmr], .form-control:focus[b-abzk10qgmr] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.15);
    }

/* === Tabla folios === */
.table[b-abzk10qgmr] {
    font-size: 0.9rem;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

    .table th[b-abzk10qgmr] {
        background-color: #f1f3f5;
        font-weight: 600;
        color: #495057;
    }

    .table tbody tr:nth-child(even)[b-abzk10qgmr] {
        background-color: #f9fafb;
    }

.table-hover tbody tr[b-abzk10qgmr] {
    transition: background-color 0.2s ease;
}

    .table-hover tbody tr:hover[b-abzk10qgmr] {
        background-color: #eef6ff;
    }

/* === Badges/estados simplificados === */
.text-success[b-abzk10qgmr], .text-warning[b-abzk10qgmr], .text-muted[b-abzk10qgmr] {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: .3rem;
}

/* === Botones === */
.btn[b-abzk10qgmr] {
    padding: 0.65rem 1.3rem;
    font-weight: 600;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
}

    .btn i[b-abzk10qgmr] {
        font-size: 1.1rem;
    }

.btn-primary[b-abzk10qgmr] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-primary:hover[b-abzk10qgmr] {
        background-color: #0b5ed7;
    }

.btn-outline-secondary[b-abzk10qgmr] {
    border: 1px solid #dee2e6;
    background-color: #fff;
}

    .btn-outline-secondary:hover[b-abzk10qgmr] {
        background-color: #f1f3f5;
    }

.btn:disabled[b-abzk10qgmr] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* === Alertas refinadas === */
.alert[b-abzk10qgmr] {
    border-radius: 10px;
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 0.5rem;
    transition: opacity 0.3s ease;
}

    .alert i[b-abzk10qgmr] {
        font-size: 1.1rem;
    }

.alert-success[b-abzk10qgmr] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.alert-danger[b-abzk10qgmr] {
    background-color: #f8d7da;
    color: #842029;
}

.alert-info[b-abzk10qgmr] {
    background-color: #e7f1ff;
    color: #084298;
    border: 1px solid #b6d4fe;
}

.alert-light[b-abzk10qgmr] {
    background-color: #f9fafb;
    color: #6c757d;
    border: 1px dashed #dee2e6;
}

/* === Modal de vista previa === */
.modal-content[b-abzk10qgmr] {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.modal-body[b-abzk10qgmr] {
    background: #f1f3f5;
    padding: 0;
    position: relative;
}

/* Contenedor de zoom */
.zoom-container[b-abzk10qgmr] {
    overflow: auto;
    border: none;
    height: 80vh;
    cursor: grab;
    background: #fff;
    border-radius: 12px;
    margin: 1rem;
    padding: 1rem;
}

    .zoom-container.active[b-abzk10qgmr] {
        cursor: grabbing;
    }

.zoom-content[b-abzk10qgmr] {
    transform-origin: top left;
    transition: transform 0.15s ease-in-out;
}

/* Botones flotantes de zoom */
.zoom-controls[b-abzk10qgmr] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
}

    .zoom-controls button[b-abzk10qgmr] {
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* _content/SIGEFON.Web/Pages/Folios/FoliosImpresos.razor.rz.scp.css */
.folios-container[b-mmfjzhosm8] {
    padding: 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

/* Header Styles */
.page-header[b-mmfjzhosm8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #2f56a1;
}

.header-content[b-mmfjzhosm8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-icon[b-mmfjzhosm8] {
    font-size: 2.5rem;
    color: #2f56a1;
}

.header-title[b-mmfjzhosm8] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.header-subtitle[b-mmfjzhosm8] {
    color: #718096;
    margin: 0;
    font-size: 0.9rem;
}

.btn-download[b-mmfjzhosm8] {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(135deg, #0d6efd, #2f56a1);
}

    .btn-download:hover[b-mmfjzhosm8] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
    }

/* Filters Card */
.filters-card[b-mmfjzhosm8] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    overflow: hidden;
}

.filters-header[b-mmfjzhosm8] {
    background: linear-gradient(135deg, #2f56a1, #0d6efd);
    color: white;
    padding: 1rem 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filters-body[b-mmfjzhosm8] {
    padding: 1.5rem;
}

.filter-row[b-mmfjzhosm8] {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr auto;
    gap: 1rem;
    align-items: end;
}

.filter-group[b-mmfjzhosm8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-label[b-mmfjzhosm8] {
    font-weight: 600;
    color: #4a5568;
    font-size: 0.9rem;
}

.filter-control[b-mmfjzhosm8], .search-input[b-mmfjzhosm8] {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .filter-control:focus[b-mmfjzhosm8], .search-input:focus[b-mmfjzhosm8] {
        border-color: #2f56a1;
        box-shadow: 0 0 0 3px rgba(47, 86, 161, 0.1);
        outline: none;
    }

.filter-actions[b-mmfjzhosm8] {
    display: flex;
    align-items: end;
}

.btn-apply[b-mmfjzhosm8] {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(135deg, #0d6efd, #2f56a1);
}

    .btn-apply:hover[b-mmfjzhosm8] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
    }

/* Results Card */
.results-card[b-mmfjzhosm8] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Loading State */
.loading-state[b-mmfjzhosm8] {
    padding: 4rem 2rem;
    text-align: center;
    color: #718096;
}

.loading-text[b-mmfjzhosm8] {
    margin-top: 1rem;
    font-size: 1.1rem;
}

/* Empty State */
.empty-state[b-mmfjzhosm8] {
    padding: 4rem 2rem;
    text-align: center;
    color: #a0aec0;
}

    .empty-state i[b-mmfjzhosm8] {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .empty-state h3[b-mmfjzhosm8] {
        color: #4a5568;
        margin-bottom: 0.5rem;
    }

/* Table Styles */
.table-container[b-mmfjzhosm8] {
    overflow-x: auto;
}

.data-table[b-mmfjzhosm8] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

    .data-table thead[b-mmfjzhosm8] {
        background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    }

    .data-table th[b-mmfjzhosm8] {
        padding: 1.2rem 1rem;
        text-align: left;
        font-weight: 700;
        color: #4a5568;
        border-bottom: 2px solid #e2e8f0;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    .data-table td[b-mmfjzhosm8] {
        padding: 1.2rem 1rem;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
    }

    .data-table tbody tr[b-mmfjzhosm8] {
        transition: all 0.3s ease;
    }

        .data-table tbody tr:hover[b-mmfjzhosm8] {
            background-color: #f7fafc;
            transform: translateY(-1px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

/* Status Badges */
.status-badge[b-mmfjzhosm8] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-pending[b-mmfjzhosm8] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-printed[b-mmfjzhosm8] {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #b8daff;
}

.status-processed[b-mmfjzhosm8] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-default[b-mmfjzhosm8] {
    background-color: #e2e8f0;
    color: #4a5568;
    border: 1px solid #cbd5e0;
}

/* Data Styles */
.folio-number[b-mmfjzhosm8] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #2d3748;
}

.notaria-info[b-mmfjzhosm8] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.notaria-number[b-mmfjzhosm8] {
    font-weight: 600;
    color: #2d3748;
}

.notaria-residence[b-mmfjzhosm8] {
    font-size: 0.8rem;
    color: #718096;
}

.notario-name[b-mmfjzhosm8] {
    font-weight: 500;
    color: #4a5568;
}

.pedido-number[b-mmfjzhosm8] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #2f56a1;
}

/* Pagination */
.pagination-container[b-mmfjzhosm8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
    background-color: #f8f9fa;
}

.pagination-info[b-mmfjzhosm8] {
    color: #718096;
    font-size: 0.9rem;
}

.pagination[b-mmfjzhosm8] {
    margin: 0;
    gap: 0.3rem;
}

.page-link[b-mmfjzhosm8] {
    border: none;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    color: #4a5568;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .page-link:hover[b-mmfjzhosm8] {
        background-color: #e2e8f0;
        color: #2d3748;
    }

.page-item.active .page-link[b-mmfjzhosm8] {
    background: linear-gradient(135deg, #0d6efd, #2f56a1);
    border: none;
}

.page-item.disabled .page-link[b-mmfjzhosm8] {
    color: #a0aec0;
    background-color: #f7fafc;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .filter-row[b-mmfjzhosm8] {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .folios-container[b-mmfjzhosm8] {
        padding: 1rem;
    }

    .page-header[b-mmfjzhosm8] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .header-content[b-mmfjzhosm8] {
        flex-direction: column;
        text-align: center;
    }

    .filter-row[b-mmfjzhosm8] {
        grid-template-columns: 1fr;
    }

    .pagination-container[b-mmfjzhosm8] {
        flex-direction: column;
        gap: 1rem;
    }

    .data-table[b-mmfjzhosm8] {
        font-size: 0.8rem;
    }

        .data-table th[b-mmfjzhosm8],
        .data-table td[b-mmfjzhosm8] {
            padding: 0.8rem 0.5rem;
        }
}
/* _content/SIGEFON.Web/Pages/Folios/ImprimirFolios.razor.rz.scp.css */
/* === Variables de Tema === */
:root[b-p6qwne4cpw] {
    --primary-gradient: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    --success-gradient: linear-gradient(135deg, #198754 0%, #146c43 100%);
    --shadow-light: 0 2px 12px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.12);
    --border-radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === Contenedor Principal === */
.contenedor-imprimir-folios[b-p6qwne4cpw] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: #f8fafc;
    min-height: 100vh;
}

/* === Loading Overlay === */
.loading-overlay[b-p6qwne4cpw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-content[b-p6qwne4cpw] {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
}

/* === Header Mejorado === */
.page-header[b-p6qwne4cpw] {
    background: white;
    border-radius: var(--border-radius);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-light);
    border-left: 4px solid #0d6efd;
}

.header-content[b-p6qwne4cpw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.title-section[b-p6qwne4cpw] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .title-section h3[b-p6qwne4cpw] {
        margin: 0;
        color: #212529;
        font-weight: 700;
    }

    .title-section i[b-p6qwne4cpw] {
        font-size: 2rem;
    }

.help-section[b-p6qwne4cpw] {
    flex: 1;
    max-width: 400px;
}

    .help-section p[b-p6qwne4cpw] {
        margin: 0;
        line-height: 1.5;
    }

/* === Indicadores de Estado === */
.status-indicators[b-p6qwne4cpw] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.status-item[b-p6qwne4cpw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 20px;
    transition: var(--transition);
}

    .status-item.active[b-p6qwne4cpw] {
        background: #e7f3ff;
        color: #0d6efd;
    }

.status-dot[b-p6qwne4cpw] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6c757d;
    transition: var(--transition);
}

.status-item.active .status-dot[b-p6qwne4cpw] {
    background: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.2);
}

/* === Búsqueda de Pedidos === */
.search-box .card-body[b-p6qwne4cpw] {
    padding: 1rem 1.5rem;
}

/* === Proceso de Pasos === */
.workflow-steps[b-p6qwne4cpw] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}

.workflow-step[b-p6qwne4cpw] {
    text-align: center;
    padding: 1.5rem 1rem;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

    .workflow-step[b-p6qwne4cpw]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: var(--primary-gradient);
        opacity: 0;
        transition: var(--transition);
    }

    .workflow-step.active[b-p6qwne4cpw] {
        transform: translateY(-2px);
        box-shadow: var(--shadow-medium);
    }

        .workflow-step.active[b-p6qwne4cpw]::before {
            opacity: 1;
        }

.step-number[b-p6qwne4cpw] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--transition);
}

.workflow-step.active .step-number[b-p6qwne4cpw] {
    background: var(--primary-gradient);
    color: white;
}

.step-title[b-p6qwne4cpw] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.step-subtitle[b-p6qwne4cpw] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* === Navegación entre Pedidos === */
.pedido-navigation .card-body[b-p6qwne4cpw] {
    padding: 1rem 1.5rem;
}

.navigation-info[b-p6qwne4cpw] {
    font-weight: 600;
    color: #495057;
}

/* === Tarjetas de Selección === */
.selection-card[b-p6qwne4cpw] {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    margin-bottom: 1.5rem;
    transition: var(--transition);
    border: 1px solid #e9ecef;
}

    .selection-card:hover[b-p6qwne4cpw] {
        box-shadow: var(--shadow-medium);
    }

    .selection-card.completed[b-p6qwne4cpw] {
        border-left: 4px solid #198754;
    }

.card-header[b-p6qwne4cpw] {
    padding: 1.5rem 1.5rem 0;
    border: none;
    background: transparent;
}

.card-title[b-p6qwne4cpw] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .card-title i[b-p6qwne4cpw] {
        color: #0d6efd;
        font-size: 1.3rem;
    }

.card-body[b-p6qwne4cpw] {
    padding: 1.5rem;
}

/* === Estados Vacíos === */
.empty-state[b-p6qwne4cpw] {
    text-align: center;
    padding: 3rem 2rem;
    color: #6c757d;
}

    .empty-state i[b-p6qwne4cpw] {
        font-size: 3rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }

    .empty-state h4[b-p6qwne4cpw] {
        color: #495057;
        margin-bottom: 0.5rem;
    }

    .empty-state p[b-p6qwne4cpw] {
        margin-bottom: 1.5rem;
        color: #6c757d;
    }

/* === Filtros y Controles === */
.filter-row[b-p6qwne4cpw] {
    display: flex;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.filter-group[b-p6qwne4cpw] {
    flex: 1;
    min-width: 200px;
}

/* === Tablas === */
.table-responsive[b-p6qwne4cpw] {
    border-radius: var(--border-radius);
    border: 1px solid #e9ecef;
}

.table[b-p6qwne4cpw] {
    margin: 0;
    font-size: 0.9rem;
}

    .table th[b-p6qwne4cpw] {
        background: #f8f9fa;
        font-weight: 600;
        color: #495057;
        border-bottom: 1px solid #dee2e6;
    }

/* === Información de Formato === */
.format-info[b-p6qwne4cpw] {
    padding: 0.75rem 1rem;
    background: #e7f3ff;
    border-radius: 8px;
    border-left: 4px solid #0d6efd;
}

/* === Configuración de Rango === */
.range-configuration[b-p6qwne4cpw] {
    space-y: 1rem;
}

/* === Resumen de Selección === */
.selection-summary .card-body[b-p6qwne4cpw] {
    padding: 1.5rem;
}

.summary-details[b-p6qwne4cpw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

    .summary-details div[b-p6qwne4cpw] {
        padding: 0.5rem 0;
        border-bottom: 1px solid #f1f3f4;
    }

/* === Barra de Acciones === */
.action-bar[b-p6qwne4cpw] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin: 2rem 0;
    padding: 1.5rem;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
}

/* === Indicador de Progreso === */
.progress-indicator[b-p6qwne4cpw] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    margin: 1.5rem 0;
}

.progress[b-p6qwne4cpw] {
    height: 8px;
    border-radius: 4px;
}

.progress-message[b-p6qwne4cpw] {
    margin-top: 0.5rem;
}

/* === Área de Notificaciones === */
.notification-area[b-p6qwne4cpw] {
    margin: 1.5rem 0;
}

.alert[b-p6qwne4cpw] {
    border-radius: var(--border-radius);
    border: none;
    box-shadow: var(--shadow-light);
}

.alert-success[b-p6qwne4cpw] {
    background: #d1e7dd;
    color: #0f5132;
    border-left: 4px solid #198754;
}

.alert-danger[b-p6qwne4cpw] {
    background: #f8d7da;
    color: #842029;
    border-left: 4px solid #dc3545;
}

.alert-info[b-p6qwne4cpw] {
    background: #e7f1ff;
    color: #084298;
    border-left: 4px solid #0d6efd;
}

/* === Modal de Vista Previa === */
.modal-content[b-p6qwne4cpw] {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
}

.modal-header[b-p6qwne4cpw] {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem;
}

.modal-title[b-p6qwne4cpw] {
    font-weight: 600;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.modal-body[b-p6qwne4cpw] {
    padding: 0;
    background: #f8f9fa;
}

.zoom-container[b-p6qwne4cpw] {
    position: relative;
    overflow: auto;
    height: 70vh;
    background: #f8f9fa;
}

.zoom-content[b-p6qwne4cpw] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.zoom-controls[b-p6qwne4cpw] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.5rem;
    border-radius: 25px;
    box-shadow: var(--shadow-medium);
}

.zoom-level[b-p6qwne4cpw] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    min-width: 40px;
    text-align: center;
}

.zoom-controls button[b-p6qwne4cpw] {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === Responsive === */
@media (max-width: 768px) {
    .contenedor-imprimir-folios[b-p6qwne4cpw] {
        padding: 1rem;
    }

    .header-content[b-p6qwne4cpw] {
        flex-direction: column;
        gap: 1rem;
    }

    .status-indicators[b-p6qwne4cpw] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .workflow-steps[b-p6qwne4cpw] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .filter-row[b-p6qwne4cpw] {
        flex-direction: column;
        align-items: stretch;
    }

    .action-bar[b-p6qwne4cpw] {
        flex-direction: column;
    }

    .card-title[b-p6qwne4cpw] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .summary-details[b-p6qwne4cpw] {
        grid-template-columns: 1fr;
    }
}

/* === Estados de Carga === */
.spinner-border-sm[b-p6qwne4cpw] {
    width: 1rem;
    height: 1rem;
}

/* === Badges === */
.badge[b-p6qwne4cpw] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

/* === Form Controls === */
.form-select[b-p6qwne4cpw], .form-control[b-p6qwne4cpw] {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    transition: var(--transition);
}

    .form-select:focus[b-p6qwne4cpw], .form-control:focus[b-p6qwne4cpw] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
    }

.input-group .form-select[b-p6qwne4cpw] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-p6qwne4cpw] {
    border-radius: 0 8px 8px 0;
}
/* _content/SIGEFON.Web/Pages/Notarias/NotariaDeleteDialog.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-ufeuuoaagt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-ufeuuoaagt] {
    width: 100%;
    max-width: 600px;
    animation: modalSlideIn-b-ufeuuoaagt 0.3s ease-out;
}

@keyframes modalSlideIn-b-ufeuuoaagt {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-card[b-ufeuuoaagt] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Modal Header */
.modal-header[b-ufeuuoaagt] {
    padding: 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .modal-header.danger[b-ufeuuoaagt] {
        background: linear-gradient(135deg, #8b0000, #ff0000, #ff6b6b, #8b0000);
    }

.modal-title-section[b-ufeuuoaagt] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-icon[b-ufeuuoaagt] {
    font-size: 2.5rem;
    opacity: 0.9;
}

.modal-title[b-ufeuuoaagt] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: white;
}

.modal-subtitle[b-ufeuuoaagt] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.modal-close[b-ufeuuoaagt] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

    .modal-close:hover[b-ufeuuoaagt] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* Modal Body */
.modal-body[b-ufeuuoaagt] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Alertas */
.alert-modal[b-ufeuuoaagt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

    .alert-modal.success[b-ufeuuoaagt] {
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
        color: #166534;
    }

.alert-content[b-ufeuuoaagt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-close[b-ufeuuoaagt] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

    .alert-close:hover[b-ufeuuoaagt] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Contenido de Confirmación - NUEVAS CLASES */
.confirmation-content[b-ufeuuoaagt] {
    text-align: center;
    padding: 1rem 0;
}

.warning-icon[b-ufeuuoaagt] {
    font-size: 4rem;
    color: #dc2626;
    margin-bottom: 1.5rem;
}

.confirmation-title[b-ufeuuoaagt] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.confirmation-message[b-ufeuuoaagt] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.confirmation-details[b-ufeuuoaagt] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}

.detail-item[b-ufeuuoaagt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #4b5563;
}

    .detail-item:last-child[b-ufeuuoaagt] {
        margin-bottom: 0;
    }

    .detail-item i[b-ufeuuoaagt] {
        color: #dc2626;
        font-size: 1.1rem;
    }

.confirmation-actions[b-ufeuuoaagt] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Botones Específicos - NUEVAS CLASES */
.btn-danger[b-ufeuuoaagt] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

    .btn-danger:hover[b-ufeuuoaagt] {
        background: linear-gradient(135deg, #b91c1c, #991b1b);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    }

.specific-btn[b-ufeuuoaagt] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-width: 180px;
    justify-content: center;
}

.btn-confirm[b-ufeuuoaagt] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
}

.btn-cancel[b-ufeuuoaagt] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-cancel:hover[b-ufeuuoaagt] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

/* Botones Generales */
.btn[b-ufeuuoaagt] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-ufeuuoaagt] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    color: white;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}

    .btn-primary:hover[b-ufeuuoaagt] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
    }

.btn-secondary[b-ufeuuoaagt] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-secondary:hover[b-ufeuuoaagt] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

.btn-save i[b-ufeuuoaagt], .btn-cancel i[b-ufeuuoaagt] {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container[b-ufeuuoaagt] {
        margin: 1rem;
    }

    .modal-header[b-ufeuuoaagt] {
        padding: 1.5rem;
    }

    .modal-body[b-ufeuuoaagt] {
        padding: 1.5rem;
    }

    .confirmation-actions[b-ufeuuoaagt] {
        flex-direction: column;
        align-items: stretch;
    }

    .specific-btn[b-ufeuuoaagt] {
        min-width: auto;
        width: 100%;
    }

    .warning-icon[b-ufeuuoaagt] {
        font-size: 3rem;
    }

    .confirmation-title[b-ufeuuoaagt] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .modal-header[b-ufeuuoaagt] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .modal-title-section[b-ufeuuoaagt] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .confirmation-details[b-ufeuuoaagt] {
        padding: 1rem;
    }

    .detail-item[b-ufeuuoaagt] {
        font-size: 0.9rem;
    }
}
/* _content/SIGEFON.Web/Pages/Notarias/NotariaForm.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-014qytvtyq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-014qytvtyq] {
    width: 100%;
    max-width: 600px;
    animation: modalSlideIn-b-014qytvtyq 0.3s ease-out;
}

@keyframes modalSlideIn-b-014qytvtyq {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-card[b-014qytvtyq] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Modal Header */
.modal-header[b-014qytvtyq] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    padding: 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal-title-section[b-014qytvtyq] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-icon[b-014qytvtyq] {
    font-size: 2.5rem;
    opacity: 0.9;
}

.modal-title[b-014qytvtyq] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: white;
}

.modal-subtitle[b-014qytvtyq] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.modal-close[b-014qytvtyq] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

    .modal-close:hover[b-014qytvtyq] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* Modal Body */
.modal-body[b-014qytvtyq] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Alertas */
.alert-modal[b-014qytvtyq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

    .alert-modal.success[b-014qytvtyq] {
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
        color: #166534;
    }

.alert-content[b-014qytvtyq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-close[b-014qytvtyq] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

    .alert-close:hover[b-014qytvtyq] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Form Grid */
.form-grid[b-014qytvtyq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-group[b-014qytvtyq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-014qytvtyq] {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .form-label i[b-014qytvtyq] {
        color: #6b7280;
        font-size: 0.8rem;
    }

.form-input[b-014qytvtyq] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

    .form-input:focus[b-014qytvtyq] {
        outline: none;
        border-color: #4361ee;
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
        transform: translateY(-1px);
    }

    .form-input.disabled[b-014qytvtyq] {
        background: #f9fafb;
        color: #6b7280;
        cursor: not-allowed;
        border-color: #d1d5db;
    }

.form-hint[b-014qytvtyq] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Validación */
.validation-summary[b-014qytvtyq] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #dc2626;
    font-size: 0.9rem;
}

.validation-message[b-014qytvtyq] {
    color: #dc2626;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Botones del Formulario */
.form-actions[b-014qytvtyq] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.btn[b-014qytvtyq] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-014qytvtyq] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    color: white;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}

    .btn-primary:hover[b-014qytvtyq] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
    }

.btn-secondary[b-014qytvtyq] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-secondary:hover[b-014qytvtyq] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

.btn-save i[b-014qytvtyq], .btn-cancel i[b-014qytvtyq] {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container[b-014qytvtyq] {
        margin: 1rem;
    }

    .modal-header[b-014qytvtyq] {
        padding: 1.5rem;
    }

    .modal-body[b-014qytvtyq] {
        padding: 1.5rem;
    }

    .form-grid[b-014qytvtyq] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-actions[b-014qytvtyq] {
        flex-direction: column;
    }

    .btn[b-014qytvtyq] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .modal-header[b-014qytvtyq] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .modal-title-section[b-014qytvtyq] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}
/* _content/SIGEFON.Web/Pages/Notarias/NotariaList.razor.rz.scp.css */
/* Variables */
:root[b-u0j6bn9ryv] {
    --primary-color: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-color: #7209b7;
    --success-color: #06d6a0;
    --warning-color: #ffd166;
    --danger-color: #ef476f;
    --info-color: #118ab2;
    --light-bg: #f8f9fa;
    --dark-text: #2d3748;
    --gray-text: #718096;
    --border-color: #e2e8f0;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Contenedor principal */
.dashboard-container[b-u0j6bn9ryv] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Header */
.dashboard-header[b-u0j6bn9ryv] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.header-content[b-u0j6bn9ryv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.title-section .header-icon[b-u0j6bn9ryv] {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.page-title[b-u0j6bn9ryv] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

.page-subtitle[b-u0j6bn9ryv] {
    color: var(--gray-text);
    font-size: 1.1rem;
}

/* Botón principal */
.btn-primary[b-u0j6bn9ryv] {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    text-decoration: none;
}

    .btn-primary:hover[b-u0j6bn9ryv] {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }

/* SOLUCIÓN DIRECTA - BOTONES VISIBLES */
.btn-primary[b-u0j6bn9ryv], .btn.prominent[b-u0j6bn9ryv], .fab-primary[b-u0j6bn9ryv] {
    background: #4361ee !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.4) !important;
    transition: all 0.3s ease !important;
}

    .btn-primary:hover[b-u0j6bn9ryv], .btn.prominent:hover[b-u0j6bn9ryv] {
        background: #3a56d4 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.6) !important;
        color: white !important;
    }

/* Stats Cards */
.stats-container[b-u0j6bn9ryv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-u0j6bn9ryv] {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease;
}

    .stat-card:hover[b-u0j6bn9ryv] {
        transform: translateY(-4px);
    }

.stat-icon[b-u0j6bn9ryv] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

    .stat-icon.total[b-u0j6bn9ryv] {
        background: var(--primary-color);
    }

    .stat-icon.active[b-u0j6bn9ryv] {
        background: var(--success-color);
    }

    .stat-icon.inactive[b-u0j6bn9ryv] {
        background: var(--danger-color);
    }

.stat-number[b-u0j6bn9ryv] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark-text);
    display: block;
}

.stat-label[b-u0j6bn9ryv] {
    color: var(--gray-text);
    font-size: 0.9rem;
}

/* Controls Section */
.controls-section[b-u0j6bn9ryv] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.search-box[b-u0j6bn9ryv] {
    position: relative;
    flex: 1;
    min-width: 300px;
}

.search-icon[b-u0j6bn9ryv] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-text);
}

.search-input[b-u0j6bn9ryv] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
}

    .search-input:focus[b-u0j6bn9ryv] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
    }

/* Content Card */
.content-card[b-u0j6bn9ryv] {
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    overflow: hidden;
}

/* Estados de carga y vacío */
.loading-state[b-u0j6bn9ryv], .empty-state[b-u0j6bn9ryv] {
    padding: 4rem 2rem;
    text-align: center;
    color: var(--gray-text);
}

.spinner[b-u0j6bn9ryv] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-left: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin-b-u0j6bn9ryv 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-u0j6bn9ryv {
    to {
        transform: rotate(360deg);
    }
}

.empty-state i[b-u0j6bn9ryv] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1rem;
}

.empty-state h3[b-u0j6bn9ryv] {
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

/* Tabla moderna */
.table-container[b-u0j6bn9ryv] {
    overflow-x: auto;
}

.modern-table[b-u0j6bn9ryv] {
    width: 100%;
    border-collapse: collapse;
}

    .modern-table th[b-u0j6bn9ryv] {
        background: #f7fafc;
        padding: 1rem;
        text-align: left;
        font-weight: 600;
        color: var(--gray-text);
        border-bottom: 1px solid var(--border-color);
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .modern-table td[b-u0j6bn9ryv] {
        padding: 1rem;
        border-bottom: 1px solid var(--border-color);
        vertical-align: middle;
    }

    .modern-table tbody tr[b-u0j6bn9ryv] {
        transition: background-color 0.2s ease;
    }

        .modern-table tbody tr:hover[b-u0j6bn9ryv] {
            background: #f7fafc;
        }

/* Elementos específicos de la tabla */
.notaria-number[b-u0j6bn9ryv] {
    font-weight: 700;
    color: var(--primary-color);
}

.residencia[b-u0j6bn9ryv], .telefono[b-u0j6bn9ryv], .direccion[b-u0j6bn9ryv] {
    font-weight: 500;
    color: var(--dark-text);
}

/* Badges de estado */
.estado-badge[b-u0j6bn9ryv] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.estado-activa[b-u0j6bn9ryv] {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.estado-inactiva[b-u0j6bn9ryv] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* Acciones */
.actions-header[b-u0j6bn9ryv] {
    text-align: center;
}

.actions-group[b-u0j6bn9ryv] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.btn-action[b-u0j6bn9ryv] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .btn-action.edit[b-u0j6bn9ryv] {
        background: #e0f2fe;
        color: #0369a1;
    }

    .btn-action.delete[b-u0j6bn9ryv] {
        background: #fef2f2;
        color: #dc2626;
    }

    .btn-action:disabled[b-u0j6bn9ryv] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
    }

    .btn-action:hover:not(:disabled)[b-u0j6bn9ryv] {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
    }

/* Botón Flotante */
.floating-action-btn[b-u0j6bn9ryv] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.fab-primary[b-u0j6bn9ryv] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white !important;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(67, 97, 238, 0.4);
    transition: all 0.3s ease;
    position: relative;
    animation: pulse-b-u0j6bn9ryv 2s infinite;
}

    .fab-primary:hover[b-u0j6bn9ryv] {
        transform: scale(1.15);
        animation: none;
    }

.fab-tooltip[b-u0j6bn9ryv] {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--dark-text);
    color: white !important;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    box-shadow: var(--shadow);
}

.fab-primary:hover .fab-tooltip[b-u0j6bn9ryv] {
    opacity: 1;
}

@keyframes pulse-b-u0j6bn9ryv {
    0% {
        box-shadow: 0 6px 25px rgba(67, 97, 238, 0.4);
    }

    50% {
        box-shadow: 0 6px 30px rgba(67, 97, 238, 0.7);
    }

    100% {
        box-shadow: 0 6px 25px rgba(67, 97, 238, 0.4);
    }
}

/* Paginación */
.pagination-container[b-u0j6bn9ryv] {
    padding: 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-container[b-u0j6bn9ryv] {
        padding: 1rem;
    }

    .header-content[b-u0j6bn9ryv] {
        flex-direction: column;
        gap: 1rem;
    }

    .stats-container[b-u0j6bn9ryv] {
        grid-template-columns: 1fr 1fr;
    }

    .controls-section[b-u0j6bn9ryv] {
        flex-direction: column;
    }

    .search-box[b-u0j6bn9ryv] {
        min-width: auto;
    }

    .modern-table[b-u0j6bn9ryv] {
        font-size: 0.9rem;
    }

    .actions-group[b-u0j6bn9ryv] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .btn-action[b-u0j6bn9ryv] {
        width: 32px;
        height: 32px;
    }

    .btn.prominent[b-u0j6bn9ryv] {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem !important;
        width: 100%;
        justify-content: center;
    }

    .fab-primary[b-u0j6bn9ryv] {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}
/* _content/SIGEFON.Web/Pages/Notario/NotarioDeleteDialog.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-u7fdlesipz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-u7fdlesipz] {
    width: 100%;
    max-width: 600px;
    animation: modalSlideIn-b-u7fdlesipz 0.3s ease-out;
}

@keyframes modalSlideIn-b-u7fdlesipz {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-card[b-u7fdlesipz] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Modal Header */
.modal-header[b-u7fdlesipz] {
    padding: 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .modal-header.danger[b-u7fdlesipz] {
        background: linear-gradient(135deg, #8b0000, #ff0000, #ff6b6b, #8b0000);
    }

.modal-title-section[b-u7fdlesipz] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-icon[b-u7fdlesipz] {
    font-size: 2.5rem;
    opacity: 0.9;
}

.modal-title[b-u7fdlesipz] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: white;
}

.modal-subtitle[b-u7fdlesipz] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.modal-close[b-u7fdlesipz] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

    .modal-close:hover[b-u7fdlesipz] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* Modal Body */
.modal-body[b-u7fdlesipz] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Alertas */
.alert-modal[b-u7fdlesipz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

    .alert-modal.success[b-u7fdlesipz] {
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
        color: #166534;
    }

.alert-content[b-u7fdlesipz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-close[b-u7fdlesipz] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

    .alert-close:hover[b-u7fdlesipz] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Contenido de Confirmación - NUEVAS CLASES */
.confirmation-content[b-u7fdlesipz] {
    text-align: center;
    padding: 1rem 0;
}

.warning-icon[b-u7fdlesipz] {
    font-size: 4rem;
    color: #dc2626;
    margin-bottom: 1.5rem;
}

.confirmation-title[b-u7fdlesipz] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.confirmation-message[b-u7fdlesipz] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.confirmation-details[b-u7fdlesipz] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}

.detail-item[b-u7fdlesipz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #4b5563;
}

    .detail-item:last-child[b-u7fdlesipz] {
        margin-bottom: 0;
    }

    .detail-item i[b-u7fdlesipz] {
        color: #dc2626;
        font-size: 1.1rem;
    }

.confirmation-actions[b-u7fdlesipz] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Botones Específicos - NUEVAS CLASES */
.btn-danger[b-u7fdlesipz] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

    .btn-danger:hover[b-u7fdlesipz] {
        background: linear-gradient(135deg, #b91c1c, #991b1b);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    }

.specific-btn[b-u7fdlesipz] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-width: 180px;
    justify-content: center;
}

.btn-confirm[b-u7fdlesipz] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
}

.btn-cancel[b-u7fdlesipz] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-cancel:hover[b-u7fdlesipz] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

/* Botones Generales */
.btn[b-u7fdlesipz] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-u7fdlesipz] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    color: white;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}

    .btn-primary:hover[b-u7fdlesipz] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
    }

.btn-secondary[b-u7fdlesipz] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-secondary:hover[b-u7fdlesipz] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

.btn-save i[b-u7fdlesipz], .btn-cancel i[b-u7fdlesipz] {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container[b-u7fdlesipz] {
        margin: 1rem;
    }

    .modal-header[b-u7fdlesipz] {
        padding: 1.5rem;
    }

    .modal-body[b-u7fdlesipz] {
        padding: 1.5rem;
    }

    .confirmation-actions[b-u7fdlesipz] {
        flex-direction: column;
        align-items: stretch;
    }

    .specific-btn[b-u7fdlesipz] {
        min-width: auto;
        width: 100%;
    }

    .warning-icon[b-u7fdlesipz] {
        font-size: 3rem;
    }

    .confirmation-title[b-u7fdlesipz] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .modal-header[b-u7fdlesipz] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .modal-title-section[b-u7fdlesipz] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .confirmation-details[b-u7fdlesipz] {
        padding: 1rem;
    }

    .detail-item[b-u7fdlesipz] {
        font-size: 0.9rem;
    }
}
/* _content/SIGEFON.Web/Pages/Notario/NotarioForm.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-nl0i0sxgjf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-nl0i0sxgjf] {
    width: 100%;
    max-width: 600px;
    animation: modalSlideIn-b-nl0i0sxgjf 0.3s ease-out;
}

@keyframes modalSlideIn-b-nl0i0sxgjf {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-card[b-nl0i0sxgjf] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Modal Header */
.modal-header[b-nl0i0sxgjf] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    padding: 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal-title-section[b-nl0i0sxgjf] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-icon[b-nl0i0sxgjf] {
    font-size: 2.5rem;
    opacity: 0.9;
}

.modal-title[b-nl0i0sxgjf] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: white;
}

.modal-subtitle[b-nl0i0sxgjf] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.modal-close[b-nl0i0sxgjf] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

    .modal-close:hover[b-nl0i0sxgjf] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* Modal Body */
.modal-body[b-nl0i0sxgjf] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Alertas */
.alert-modal[b-nl0i0sxgjf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

    .alert-modal.success[b-nl0i0sxgjf] {
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
        color: #166534;
    }

.alert-content[b-nl0i0sxgjf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-close[b-nl0i0sxgjf] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

    .alert-close:hover[b-nl0i0sxgjf] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Form Grid */
.form-grid[b-nl0i0sxgjf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-group[b-nl0i0sxgjf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-nl0i0sxgjf] {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .form-label i[b-nl0i0sxgjf] {
        color: #6b7280;
        font-size: 0.8rem;
    }

.form-input[b-nl0i0sxgjf] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

    .form-input:focus[b-nl0i0sxgjf] {
        outline: none;
        border-color: #4361ee;
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
        transform: translateY(-1px);
    }

    .form-input.disabled[b-nl0i0sxgjf] {
        background: #f9fafb;
        color: #6b7280;
        cursor: not-allowed;
        border-color: #d1d5db;
    }

.form-hint[b-nl0i0sxgjf] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Validación */
.validation-summary[b-nl0i0sxgjf] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #dc2626;
    font-size: 0.9rem;
}

.validation-message[b-nl0i0sxgjf] {
    color: #dc2626;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Botones del Formulario */
.form-actions[b-nl0i0sxgjf] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.btn[b-nl0i0sxgjf] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-nl0i0sxgjf] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    color: white;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}

    .btn-primary:hover[b-nl0i0sxgjf] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
    }

.btn-secondary[b-nl0i0sxgjf] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-secondary:hover[b-nl0i0sxgjf] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

.btn-save i[b-nl0i0sxgjf], .btn-cancel i[b-nl0i0sxgjf] {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container[b-nl0i0sxgjf] {
        margin: 1rem;
    }

    .modal-header[b-nl0i0sxgjf] {
        padding: 1.5rem;
    }

    .modal-body[b-nl0i0sxgjf] {
        padding: 1.5rem;
    }

    .form-grid[b-nl0i0sxgjf] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-actions[b-nl0i0sxgjf] {
        flex-direction: column;
    }

    .btn[b-nl0i0sxgjf] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .modal-header[b-nl0i0sxgjf] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .modal-title-section[b-nl0i0sxgjf] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}
/* _content/SIGEFON.Web/Pages/Notario/NotarioList.razor.rz.scp.css */
/* Variables */
:root[b-sv5huw14ju] {
    --primary-color: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-color: #7209b7;
    --success-color: #06d6a0;
    --warning-color: #ffd166;
    --danger-color: #ef476f;
    --info-color: #118ab2;
    --titular-color: #4361ee;
    --assigned-color: #06d6a0;
    --unassigned-color: #ef476f;
    --light-bg: #f8f9fa;
    --dark-text: #2d3748;
    --gray-text: #718096;
    --border-color: #e2e8f0;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Contenedor principal */
.dashboard-container[b-sv5huw14ju] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Header */
.dashboard-header[b-sv5huw14ju] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.header-content[b-sv5huw14ju] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.title-section .header-icon[b-sv5huw14ju] {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.page-title[b-sv5huw14ju] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

.page-subtitle[b-sv5huw14ju] {
    color: var(--gray-text);
    font-size: 1.1rem;
}

/* Botón principal */
.btn-primary[b-sv5huw14ju] {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    text-decoration: none;
}

    .btn-primary:hover[b-sv5huw14ju] {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }

/* SOLUCIÓN DIRECTA - BOTONES VISIBLES */
.btn-primary[b-sv5huw14ju], .btn.prominent[b-sv5huw14ju], .fab-primary[b-sv5huw14ju] {
    background: #4361ee !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.4) !important;
    transition: all 0.3s ease !important;
}

    .btn-primary:hover[b-sv5huw14ju], .btn.prominent:hover[b-sv5huw14ju] {
        background: #3a56d4 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.6) !important;
        color: white !important;
    }

/* Stats Cards */
.stats-container[b-sv5huw14ju] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-sv5huw14ju] {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease;
}

    .stat-card:hover[b-sv5huw14ju] {
        transform: translateY(-4px);
    }

.stat-icon[b-sv5huw14ju] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

    .stat-icon.total[b-sv5huw14ju] {
        background: var(--primary-color);
    }

    .stat-icon.titular[b-sv5huw14ju] {
        background: var(--titular-color);
    }

    .stat-icon.assigned[b-sv5huw14ju] {
        background: var(--assigned-color);
    }

    .stat-icon.unassigned[b-sv5huw14ju] {
        background: var(--unassigned-color);
    }

.stat-number[b-sv5huw14ju] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark-text);
    display: block;
}

.stat-label[b-sv5huw14ju] {
    color: var(--gray-text);
    font-size: 0.9rem;
}

/* Controls Section */
.controls-section[b-sv5huw14ju] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.search-box[b-sv5huw14ju] {
    position: relative;
    flex: 1;
    min-width: 300px;
}

.search-icon[b-sv5huw14ju] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-text);
}

.search-input[b-sv5huw14ju] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
}

    .search-input:focus[b-sv5huw14ju] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
    }

.filter-select[b-sv5huw14ju] {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 1rem;
    background: white;
    min-width: 200px;
    cursor: pointer;
}

/* Content Card */
.content-card[b-sv5huw14ju] {
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    overflow: hidden;
}

/* Estados de carga y vacío */
.loading-state[b-sv5huw14ju], .empty-state[b-sv5huw14ju] {
    padding: 4rem 2rem;
    text-align: center;
    color: var(--gray-text);
}

.spinner[b-sv5huw14ju] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-left: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin-b-sv5huw14ju 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-sv5huw14ju {
    to {
        transform: rotate(360deg);
    }
}

.empty-state i[b-sv5huw14ju] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1rem;
}

.empty-state h3[b-sv5huw14ju] {
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

/* Tabla moderna */
.table-container[b-sv5huw14ju] {
    overflow-x: auto;
}

.modern-table[b-sv5huw14ju] {
    width: 100%;
    border-collapse: collapse;
}

    .modern-table th[b-sv5huw14ju] {
        background: #f7fafc;
        padding: 1rem;
        text-align: left;
        font-weight: 600;
        color: var(--gray-text);
        border-bottom: 1px solid var(--border-color);
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .modern-table td[b-sv5huw14ju] {
        padding: 1rem;
        border-bottom: 1px solid var(--border-color);
        vertical-align: middle;
    }

    .modern-table tbody tr[b-sv5huw14ju] {
        transition: background-color 0.2s ease;
    }

        .modern-table tbody tr:hover[b-sv5huw14ju] {
            background: #f7fafc;
        }

/* Elementos específicos de la tabla */
.notario-info[b-sv5huw14ju] {
    display: flex;
    flex-direction: column;
}

.notario-nombre[b-sv5huw14ju] {
    font-weight: 600;
    color: var(--dark-text);
    font-size: 1rem;
}

.notario-tipo[b-sv5huw14ju] {
    font-size: 0.85rem;
    color: var(--gray-text);
    margin-top: 0.25rem;
}

.notaria-asignada[b-sv5huw14ju] {
    display: flex;
    flex-direction: column;
}

    .notaria-asignada strong[b-sv5huw14ju] {
        color: var(--primary-color);
        font-weight: 600;
    }

    .notaria-asignada span[b-sv5huw14ju] {
        font-size: 0.9rem;
        color: var(--gray-text);
    }

.notaria-sin-asignar[b-sv5huw14ju] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--unassigned-color);
    font-weight: 500;
}

.direccion[b-sv5huw14ju] {
    color: var(--gray-text);
    font-size: 0.9rem;
}

/* Badge de tipo (solo titular) */
.tipo-badge[b-sv5huw14ju] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tipo-titular[b-sv5huw14ju] {
    background: #e0f2fe;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

/* Acciones */
.actions-header[b-sv5huw14ju] {
    text-align: center;
}

.actions-group[b-sv5huw14ju] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.btn-action[b-sv5huw14ju] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .btn-action.edit[b-sv5huw14ju] {
        background: #e0f2fe;
        color: #0369a1;
    }

    .btn-action.delete[b-sv5huw14ju] {
        background: #fef2f2;
        color: #dc2626;
    }

    .btn-action:disabled[b-sv5huw14ju] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
    }

    .btn-action:hover:not(:disabled)[b-sv5huw14ju] {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
    }

/* Botón Flotante */
.floating-action-btn[b-sv5huw14ju] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.fab-primary[b-sv5huw14ju] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white !important;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(67, 97, 238, 0.4);
    transition: all 0.3s ease;
    position: relative;
    animation: pulse-b-sv5huw14ju 2s infinite;
}

    .fab-primary:hover[b-sv5huw14ju] {
        transform: scale(1.15);
        animation: none;
    }

.fab-tooltip[b-sv5huw14ju] {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--dark-text);
    color: white !important;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    box-shadow: var(--shadow);
}

.fab-primary:hover .fab-tooltip[b-sv5huw14ju] {
    opacity: 1;
}

@keyframes pulse-b-sv5huw14ju {
    0% {
        box-shadow: 0 6px 25px rgba(67, 97, 238, 0.4);
    }

    50% {
        box-shadow: 0 6px 30px rgba(67, 97, 238, 0.7);
    }

    100% {
        box-shadow: 0 6px 25px rgba(67, 97, 238, 0.4);
    }
}

/* Paginación */
.pagination-container[b-sv5huw14ju] {
    padding: 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-container[b-sv5huw14ju] {
        padding: 1rem;
    }

    .header-content[b-sv5huw14ju] {
        flex-direction: column;
        gap: 1rem;
    }

    .stats-container[b-sv5huw14ju] {
        grid-template-columns: 1fr 1fr;
    }

    .controls-section[b-sv5huw14ju] {
        flex-direction: column;
    }

    .search-box[b-sv5huw14ju] {
        min-width: auto;
    }

    .modern-table[b-sv5huw14ju] {
        font-size: 0.9rem;
    }

    .actions-group[b-sv5huw14ju] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .btn-action[b-sv5huw14ju] {
        width: 32px;
        height: 32px;
    }

    .btn.prominent[b-sv5huw14ju] {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem !important;
        width: 100%;
        justify-content: center;
    }

    .fab-primary[b-sv5huw14ju] {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}
/* _content/SIGEFON.Web/Pages/Pedido/PedidoDeleteDialog.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-p37lstu1s4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-p37lstu1s4] {
    width: 100%;
    max-width: 600px;
    animation: modalSlideIn-b-p37lstu1s4 0.3s ease-out;
}

@keyframes modalSlideIn-b-p37lstu1s4 {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-card[b-p37lstu1s4] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Modal Header */
.modal-header[b-p37lstu1s4] {
    padding: 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .modal-header.danger[b-p37lstu1s4] {
        background: linear-gradient(135deg, #8b0000, #ff0000, #ff6b6b, #8b0000);
    }

.modal-title-section[b-p37lstu1s4] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-icon[b-p37lstu1s4] {
    font-size: 2.5rem;
    opacity: 0.9;
}

.modal-title[b-p37lstu1s4] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: white;
}

.modal-subtitle[b-p37lstu1s4] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.modal-close[b-p37lstu1s4] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

    .modal-close:hover[b-p37lstu1s4] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* Modal Body */
.modal-body[b-p37lstu1s4] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Alertas */
.alert-modal[b-p37lstu1s4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

    .alert-modal.success[b-p37lstu1s4] {
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
        color: #166534;
    }

.alert-content[b-p37lstu1s4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-close[b-p37lstu1s4] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

    .alert-close:hover[b-p37lstu1s4] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Contenido de Confirmación - NUEVAS CLASES */
.confirmation-content[b-p37lstu1s4] {
    text-align: center;
    padding: 1rem 0;
}

.warning-icon[b-p37lstu1s4] {
    font-size: 4rem;
    color: #dc2626;
    margin-bottom: 1.5rem;
}

.confirmation-title[b-p37lstu1s4] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.confirmation-message[b-p37lstu1s4] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.confirmation-details[b-p37lstu1s4] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}

.detail-item[b-p37lstu1s4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #4b5563;
}

    .detail-item:last-child[b-p37lstu1s4] {
        margin-bottom: 0;
    }

    .detail-item i[b-p37lstu1s4] {
        color: #dc2626;
        font-size: 1.1rem;
    }

.confirmation-actions[b-p37lstu1s4] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Botones Específicos - NUEVAS CLASES */
.btn-danger[b-p37lstu1s4] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

    .btn-danger:hover[b-p37lstu1s4] {
        background: linear-gradient(135deg, #b91c1c, #991b1b);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    }

.specific-btn[b-p37lstu1s4] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-width: 180px;
    justify-content: center;
}

.btn-confirm[b-p37lstu1s4] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
}

.btn-cancel[b-p37lstu1s4] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-cancel:hover[b-p37lstu1s4] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

/* Botones Generales */
.btn[b-p37lstu1s4] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-p37lstu1s4] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    color: white;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}

    .btn-primary:hover[b-p37lstu1s4] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
    }

.btn-secondary[b-p37lstu1s4] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-secondary:hover[b-p37lstu1s4] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

.btn-save i[b-p37lstu1s4], .btn-cancel i[b-p37lstu1s4] {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container[b-p37lstu1s4] {
        margin: 1rem;
    }

    .modal-header[b-p37lstu1s4] {
        padding: 1.5rem;
    }

    .modal-body[b-p37lstu1s4] {
        padding: 1.5rem;
    }

    .confirmation-actions[b-p37lstu1s4] {
        flex-direction: column;
        align-items: stretch;
    }

    .specific-btn[b-p37lstu1s4] {
        min-width: auto;
        width: 100%;
    }

    .warning-icon[b-p37lstu1s4] {
        font-size: 3rem;
    }

    .confirmation-title[b-p37lstu1s4] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .modal-header[b-p37lstu1s4] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .modal-title-section[b-p37lstu1s4] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .confirmation-details[b-p37lstu1s4] {
        padding: 1rem;
    }

    .detail-item[b-p37lstu1s4] {
        font-size: 0.9rem;
    }
}
/* _content/SIGEFON.Web/Pages/Pedido/PedidoForm.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-jz4exbssgk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-container[b-jz4exbssgk] {
    width: 100%;
    max-width: 600px;
    animation: modalSlideIn-b-jz4exbssgk 0.3s ease-out;
}

@keyframes modalSlideIn-b-jz4exbssgk {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-card[b-jz4exbssgk] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* Modal Header */
.modal-header[b-jz4exbssgk] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    padding: 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal-title-section[b-jz4exbssgk] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-icon[b-jz4exbssgk] {
    font-size: 2.5rem;
    opacity: 0.9;
}

.modal-title[b-jz4exbssgk] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: white;
}

.modal-subtitle[b-jz4exbssgk] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.modal-close[b-jz4exbssgk] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

    .modal-close:hover[b-jz4exbssgk] {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

/* Modal Body */
.modal-body[b-jz4exbssgk] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Alertas */
.alert-modal[b-jz4exbssgk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

    .alert-modal.success[b-jz4exbssgk] {
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
        color: #166534;
    }

.alert-content[b-jz4exbssgk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-close[b-jz4exbssgk] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

    .alert-close:hover[b-jz4exbssgk] {
        background: rgba(0, 0, 0, 0.1);
    }

/* Form Grid */
.form-grid[b-jz4exbssgk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-group[b-jz4exbssgk] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-jz4exbssgk] {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .form-label i[b-jz4exbssgk] {
        color: #6b7280;
        font-size: 0.8rem;
    }

.form-input[b-jz4exbssgk] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

    .form-input:focus[b-jz4exbssgk] {
        outline: none;
        border-color: #4361ee;
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
        transform: translateY(-1px);
    }

    .form-input.disabled[b-jz4exbssgk] {
        background: #f9fafb;
        color: #6b7280;
        cursor: not-allowed;
        border-color: #d1d5db;
    }

.form-hint[b-jz4exbssgk] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Validación */
.validation-summary[b-jz4exbssgk] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #dc2626;
    font-size: 0.9rem;
}

.validation-message[b-jz4exbssgk] {
    color: #dc2626;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Botones del Formulario */
.form-actions[b-jz4exbssgk] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.btn[b-jz4exbssgk] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-jz4exbssgk] {
    background: linear-gradient(135deg, #4361ee, #7209b7);
    color: white;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}

    .btn-primary:hover[b-jz4exbssgk] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
    }

.btn-secondary[b-jz4exbssgk] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-secondary:hover[b-jz4exbssgk] {
        background: #e5e7eb;
        transform: translateY(-1px);
    }

.btn-save i[b-jz4exbssgk], .btn-cancel i[b-jz4exbssgk] {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container[b-jz4exbssgk] {
        margin: 1rem;
    }

    .modal-header[b-jz4exbssgk] {
        padding: 1.5rem;
    }

    .modal-body[b-jz4exbssgk] {
        padding: 1.5rem;
    }

    .form-grid[b-jz4exbssgk] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-actions[b-jz4exbssgk] {
        flex-direction: column;
    }

    .btn[b-jz4exbssgk] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .modal-header[b-jz4exbssgk] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .modal-title-section[b-jz4exbssgk] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}
/* _content/SIGEFON.Web/Pages/Pedido/PedidosList.razor.rz.scp.css */
/* Variables y reset */
:root[b-hnuk7iox09] {
    --primary-color: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-color: #7209b7;
    --success-color: #06d6a0;
    --warning-color: #ffd166;
    --danger-color: #ef476f;
    --info-color: #118ab2;
    --light-bg: #f8f9fa;
    --dark-text: #2d3748;
    --gray-text: #718096;
    --border-color: #e2e8f0;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*[b-hnuk7iox09] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Contenedor principal */
.dashboard-container[b-hnuk7iox09] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Header */
.dashboard-header[b-hnuk7iox09] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.header-content[b-hnuk7iox09] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.title-section .header-icon[b-hnuk7iox09] {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.page-title[b-hnuk7iox09] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

.page-subtitle[b-hnuk7iox09] {
    color: var(--gray-text);
    font-size: 1.1rem;
}

/* Botón principal */
.btn-primary[b-hnuk7iox09] {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}

    .btn-primary:hover[b-hnuk7iox09] {
        background: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: var(--shadow-lg);
    }

/* Stats Cards */
.stats-container[b-hnuk7iox09] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-hnuk7iox09] {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease;
}

    .stat-card:hover[b-hnuk7iox09] {
        transform: translateY(-4px);
    }

.stat-icon[b-hnuk7iox09] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

    .stat-icon.total[b-hnuk7iox09] {
        background: var(--primary-color);
    }

    .stat-icon.pending[b-hnuk7iox09] {
        background: var(--warning-color);
    }

    .stat-icon.processing[b-hnuk7iox09] {
        background: var(--info-color);
    }

    .stat-icon.completed[b-hnuk7iox09] {
        background: var(--success-color);
    }

.stat-number[b-hnuk7iox09] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark-text);
    display: block;
}

.stat-label[b-hnuk7iox09] {
    color: var(--gray-text);
    font-size: 0.9rem;
}

/* Controls Section */
.controls-section[b-hnuk7iox09] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.search-box[b-hnuk7iox09] {
    position: relative;
    flex: 1;
    min-width: 300px;
}

.search-icon[b-hnuk7iox09] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-text);
}

.search-input[b-hnuk7iox09] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s ease;
}

    .search-input:focus[b-hnuk7iox09] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
    }

.filter-select[b-hnuk7iox09] {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 1rem;
    background: white;
    min-width: 200px;
    cursor: pointer;
}

/* Alertas */
.alert[b-hnuk7iox09] {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid;
}

    .alert.success[b-hnuk7iox09] {
        background: #f0f9ff;
        border-left-color: var(--success-color);
        color: #065f46;
    }

    .alert.warning[b-hnuk7iox09] {
        background: #fffbeb;
        border-left-color: var(--warning-color);
        color: #92400e;
    }

    .alert.danger[b-hnuk7iox09] {
        background: #fef2f2;
        border-left-color: var(--danger-color);
        color: #991b1b;
    }

.alert-content[b-hnuk7iox09] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-close[b-hnuk7iox09] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
}

    .alert-close:hover[b-hnuk7iox09] {
        opacity: 1;
    }

/* Progress Bar */
.progress-container[b-hnuk7iox09] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
}

.progress-header[b-hnuk7iox09] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.progress-title[b-hnuk7iox09] {
    font-weight: 600;
    color: var(--dark-text);
}

.progress-percentage[b-hnuk7iox09] {
    font-weight: 700;
    color: var(--primary-color);
}

.progress-bar[b-hnuk7iox09] {
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-hnuk7iox09] {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 4px;
    transition: width 0.3s ease;
}

.progress-message[b-hnuk7iox09] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: var(--gray-text);
}

/* Content Card */
.content-card[b-hnuk7iox09] {
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    overflow: hidden;
}

/* Estados de carga y vacío */
.loading-state[b-hnuk7iox09], .empty-state[b-hnuk7iox09] {
    padding: 4rem 2rem;
    text-align: center;
    color: var(--gray-text);
}

.spinner[b-hnuk7iox09] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-left: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin-b-hnuk7iox09 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-hnuk7iox09 {
    to {
        transform: rotate(360deg);
    }
}

.empty-state i[b-hnuk7iox09] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1rem;
}

.empty-state h3[b-hnuk7iox09] {
    color: var(--dark-text);
    margin-bottom: 0.5rem;
}

/* Tabla moderna */
.table-container[b-hnuk7iox09] {
    overflow-x: auto;
}

.modern-table[b-hnuk7iox09] {
    width: 100%;
    border-collapse: collapse;
}

    .modern-table th[b-hnuk7iox09] {
        background: #f7fafc;
        padding: 1rem;
        text-align: left;
        font-weight: 600;
        color: var(--gray-text);
        border-bottom: 1px solid var(--border-color);
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .modern-table td[b-hnuk7iox09] {
        padding: 1rem;
        border-bottom: 1px solid var(--border-color);
        vertical-align: middle;
    }

    .modern-table tbody tr[b-hnuk7iox09] {
        transition: background-color 0.2s ease;
    }

        .modern-table tbody tr:hover[b-hnuk7iox09] {
            background: #f7fafc;
        }

/* Elementos específicos de la tabla */
.pedido-number[b-hnuk7iox09] {
    font-weight: 700;
    color: var(--primary-color);
}

.notaria-info[b-hnuk7iox09] {
    display: flex;
    flex-direction: column;
}

    .notaria-info span[b-hnuk7iox09] {
        font-size: 0.9rem;
        color: var(--gray-text);
    }

.folio-range[b-hnuk7iox09] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Courier New', monospace;
}

.folio-initial[b-hnuk7iox09], .folio-final[b-hnuk7iox09] {
    background: #edf2f7;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
}

.cantidad[b-hnuk7iox09], .responsable[b-hnuk7iox09], .fecha[b-hnuk7iox09] {
    font-weight: 500;
    color: var(--dark-text);
}

/* Badges de estado */
.estado-badge[b-hnuk7iox09] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.estado-pendiente[b-hnuk7iox09] {
    background: #fffaf0;
    color: #dd6b20;
    border: 1px solid #fed7aa;
}

.estado-impresion[b-hnuk7iox09] {
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.estado-procesado[b-hnuk7iox09] {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.estado-liberado[b-hnuk7iox09] {
    background: #f0fdfa;
    color: #0d9488;
    border: 1px solid #99f6e4;
}

/* Acciones */
.actions-header[b-hnuk7iox09] {
    text-align: center;
}

.actions-group[b-hnuk7iox09] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.btn-action[b-hnuk7iox09] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .btn-action.edit[b-hnuk7iox09] {
        background: #e0f2fe;
        color: #0369a1;
    }

    .btn-action.delete[b-hnuk7iox09] {
        background: #fef2f2;
        color: #dc2626;
    }

    .btn-action.generate[b-hnuk7iox09] {
        background: #f0fdf4;
        color: #16a34a;
    }

    .btn-action.liberate[b-hnuk7iox09] {
        background: #ecfdf5;
        color: #059669;
    }

    .btn-action:hover[b-hnuk7iox09] {
        transform: translateY(-2px);
        box-shadow: var(--shadow);
    }

/* Paginación */
.pagination-container[b-hnuk7iox09] {
    padding: 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-container[b-hnuk7iox09] {
        padding: 1rem;
    }

    .header-content[b-hnuk7iox09] {
        flex-direction: column;
        gap: 1rem;
    }

    .stats-container[b-hnuk7iox09] {
        grid-template-columns: 1fr 1fr;
    }

    .controls-section[b-hnuk7iox09] {
        flex-direction: column;
    }

    .search-box[b-hnuk7iox09] {
        min-width: auto;
    }

    .modern-table[b-hnuk7iox09] {
        font-size: 0.9rem;
    }

    .actions-group[b-hnuk7iox09] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .btn-action[b-hnuk7iox09] {
        width: 32px;
        height: 32px;
    }
}

/* SOLUCIÓN DIRECTA - BOTONES VISIBLES */
.btn-primary[b-hnuk7iox09], .btn.prominent[b-hnuk7iox09], .fab-primary[b-hnuk7iox09] {
    background: #4361ee !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.4) !important;
    transition: all 0.3s ease !important;
}

    .btn-primary:hover[b-hnuk7iox09], .btn.prominent:hover[b-hnuk7iox09] {
        background: #3a56d4 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(67, 97, 238, 0.6) !important;
        color: white !important;
    }

/* Botón flotante simple */
.floating-action-btn[b-hnuk7iox09] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.fab-primary[b-hnuk7iox09] {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    padding: 0 !important;
    justify-content: center;
    font-size: 1.8rem !important;
}

    .fab-primary:hover[b-hnuk7iox09] {
        transform: scale(1.1) !important;
    }

/* Botón flotante para móviles */
.floating-action-btn-mobile[b-hnuk7iox09] {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.fab-mobile[b-hnuk7iox09] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: black;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

    .fab-mobile:hover[b-hnuk7iox09] {
        transform: scale(1.1);
    }

@media (max-width: 768px) {
    .floating-action-btn-mobile[b-hnuk7iox09] {
        display: block;
    }

    .header-actions[b-hnuk7iox09] {
        display: none;
    }
}
/* _content/SIGEFON.Web/Pages/ReimpresionFolios/FoliosReprocesados.razor.rz.scp.css */
.reimpresos-container[b-b5faoocwa7] {
    padding: 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

/* Header Styles */
.page-header[b-b5faoocwa7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #17a2b8;
}

.header-content[b-b5faoocwa7] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-icon[b-b5faoocwa7] {
    font-size: 2.5rem;
    color: #17a2b8;
}

.header-title[b-b5faoocwa7] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.header-subtitle[b-b5faoocwa7] {
    color: #718096;
    margin: 0;
    font-size: 0.9rem;
}

.btn-download[b-b5faoocwa7] {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(135deg, #17a2b8, #138496);
}

    .btn-download:hover[b-b5faoocwa7] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(23, 162, 184, 0.3);
    }

/* Filters Card */
.filters-card[b-b5faoocwa7] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    overflow: hidden;
}

.filters-header[b-b5faoocwa7] {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: white;
    padding: 1rem 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filters-body[b-b5faoocwa7] {
    padding: 1.5rem;
}

.filter-row[b-b5faoocwa7] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 1.5rem;
    align-items: end;
}

.filter-group[b-b5faoocwa7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-label[b-b5faoocwa7] {
    font-weight: 600;
    color: #4a5568;
    font-size: 0.9rem;
}

.filter-control[b-b5faoocwa7], .search-input[b-b5faoocwa7] {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .filter-control:focus[b-b5faoocwa7], .search-input:focus[b-b5faoocwa7] {
        border-color: #17a2b8;
        box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.1);
        outline: none;
    }

.filter-actions[b-b5faoocwa7] {
    display: flex;
    align-items: end;
    gap: 0.75rem;
}

.btn-apply[b-b5faoocwa7] {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(135deg, #17a2b8, #138496);
}

    .btn-apply:hover[b-b5faoocwa7] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(23, 162, 184, 0.3);
    }

.btn-reset[b-b5faoocwa7] {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 2px solid #6c757d;
    color: #6c757d;
    background: transparent;
}

    .btn-reset:hover[b-b5faoocwa7] {
        background-color: #6c757d;
        color: white;
        transform: translateY(-2px);
    }

/* Results Card */
.results-card[b-b5faoocwa7] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Loading State */
.loading-state[b-b5faoocwa7] {
    padding: 4rem 2rem;
    text-align: center;
    color: #718096;
}

.loading-text[b-b5faoocwa7] {
    margin-top: 1rem;
    font-size: 1.1rem;
}

/* Empty State */
.empty-state[b-b5faoocwa7] {
    padding: 4rem 2rem;
    text-align: center;
    color: #a0aec0;
}

    .empty-state i[b-b5faoocwa7] {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .empty-state h3[b-b5faoocwa7] {
        color: #4a5568;
        margin-bottom: 0.5rem;
    }

/* Table Styles */
.table-container[b-b5faoocwa7] {
    overflow-x: auto;
}

.data-table[b-b5faoocwa7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

    .data-table thead[b-b5faoocwa7] {
        background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    }

    .data-table th[b-b5faoocwa7] {
        padding: 1.2rem 1rem;
        text-align: left;
        font-weight: 700;
        color: #4a5568;
        border-bottom: 2px solid #e2e8f0;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    .data-table td[b-b5faoocwa7] {
        padding: 1.2rem 1rem;
        border-bottom: 1px solid #edf2f7;
        vertical-align: middle;
    }

    .data-table tbody tr[b-b5faoocwa7] {
        transition: all 0.3s ease;
    }

        .data-table tbody tr:hover[b-b5faoocwa7] {
            background-color: #f7fafc;
            transform: translateY(-1px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

/* Status Badges */
.status-badge[b-b5faoocwa7] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-reimpreso[b-b5faoocwa7] {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Data Styles */
.folio-number[b-b5faoocwa7] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #2d3748;
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    min-width: 80px;
}

.pedido-number[b-b5faoocwa7] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #17a2b8;
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    min-width: 60px;
}

.user-info[b-b5faoocwa7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #4a5568;
}

    .user-info i[b-b5faoocwa7] {
        color: #17a2b8;
    }

.motivo-text[b-b5faoocwa7] {
    max-width: 200px;
    word-wrap: break-word;
    color: #718096;
    line-height: 1.4;
}

.fecha-reimpresion[b-b5faoocwa7] {
    font-weight: 500;
}

.fecha-content[b-b5faoocwa7] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

    .fecha-content i[b-b5faoocwa7] {
        color: #17a2b8;
        margin-right: 0.3rem;
    }

.hora-text[b-b5faoocwa7] {
    font-size: 0.8rem;
    color: #a0aec0;
    font-weight: normal;
}

/* Summary Info */
.summary-info[b-b5faoocwa7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid #e2e8f0;
}

.summary-item[b-b5faoocwa7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #718096;
    font-size: 0.9rem;
}

    .summary-item i[b-b5faoocwa7] {
        color: #17a2b8;
    }

    .summary-item strong[b-b5faoocwa7] {
        color: #4a5568;
    }

/* Responsive Design */
@media (max-width: 1200px) {
    .filter-row[b-b5faoocwa7] {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .filter-actions[b-b5faoocwa7] {
        grid-column: span 2;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .reimpresos-container[b-b5faoocwa7] {
        padding: 1rem;
    }

    .page-header[b-b5faoocwa7] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .header-content[b-b5faoocwa7] {
        flex-direction: column;
        text-align: center;
    }

    .filter-row[b-b5faoocwa7] {
        grid-template-columns: 1fr;
    }

    .filter-actions[b-b5faoocwa7] {
        grid-column: span 1;
        justify-content: stretch;
    }

        .filter-actions .btn[b-b5faoocwa7] {
            flex: 1;
            justify-content: center;
        }

    .summary-info[b-b5faoocwa7] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .data-table[b-b5faoocwa7] {
        font-size: 0.8rem;
    }

        .data-table th[b-b5faoocwa7],
        .data-table td[b-b5faoocwa7] {
            padding: 0.8rem 0.5rem;
        }

    .motivo-text[b-b5faoocwa7] {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .filters-body[b-b5faoocwa7] {
        padding: 1rem;
    }

    .filter-row[b-b5faoocwa7] {
        gap: 0.75rem;
    }

    .data-table[b-b5faoocwa7] {
        font-size: 0.75rem;
    }

    .status-badge[b-b5faoocwa7] {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
}
/* _content/SIGEFON.Web/Pages/ReimpresionFolios/ReimprimirFolios.razor.rz.scp.css */
/* === Contenedor principal reimpresión (mismo estilo que impresión) === */
.contenedor-reimprimir-folios[b-19yu1yxg6c] {
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 16px;
    max-width: 1000px;
    margin: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


h3.section-title[b-19yu1yxg6c] {
    font-size: 1.9rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 2rem;
    border-left: 6px solid #0d6efd;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}


    /* === Títulos y secciones === */
    .contenedor-reimprimir-folios h3[b-19yu1yxg6c] {
        font-size: 1.9rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 2rem;
        border-left: 6px solid #0d6efd;
        padding-left: 1rem;
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    /* === Cards === */
    .contenedor-reimprimir-folios .card[b-19yu1yxg6c] {
        border-radius: 14px;
        border: none;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .contenedor-reimprimir-folios .card:hover[b-19yu1yxg6c] {
            transform: translateY(-2px);
            box-shadow: 0 4px 14px rgba(0,0,0,0.08);
        }

    .contenedor-reimprimir-folios .card-title[b-19yu1yxg6c] {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #0d6efd;
    }

    /* === Labels e inputs === */
    .contenedor-reimprimir-folios label[b-19yu1yxg6c],
    .contenedor-reimprimir-folios .form-label[b-19yu1yxg6c] {
        font-weight: 500;
        margin-bottom: 0.3rem;
        color: #495057;
    }

    .contenedor-reimprimir-folios .form-select[b-19yu1yxg6c],
    .contenedor-reimprimir-folios .form-control[b-19yu1yxg6c] {
        font-size: 0.95rem;
        padding: 0.65rem 1rem;
        border-radius: 10px;
        border: 1px solid #dee2e6;
        transition: all 0.2s ease-in-out;
    }

        .contenedor-reimprimir-folios .form-select:focus[b-19yu1yxg6c],
        .contenedor-reimprimir-folios .form-control:focus[b-19yu1yxg6c] {
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.15);
        }

    /* === Tablas === */
    .contenedor-reimprimir-folios .table[b-19yu1yxg6c] {
        font-size: 0.9rem;
        background-color: #fff;
        border-radius: 12px;
        overflow: hidden;
    }

        .contenedor-reimprimir-folios .table th[b-19yu1yxg6c] {
            background-color: #f1f3f5;
            font-weight: 600;
            color: #495057;
        }

        .contenedor-reimprimir-folios .table tbody tr:nth-child(even)[b-19yu1yxg6c] {
            background-color: #f9fafb;
        }

    .contenedor-reimprimir-folios .table-hover tbody tr[b-19yu1yxg6c] {
        transition: background-color 0.2s ease;
    }

        .contenedor-reimprimir-folios .table-hover tbody tr:hover[b-19yu1yxg6c] {
            background-color: #eef6ff;
        }

    /* === Botones === */
    .contenedor-reimprimir-folios .btn[b-19yu1yxg6c] {
        padding: 0.65rem 1.3rem;
        font-weight: 600;
        border-radius: 12px;
        font-size: 0.95rem;
        transition: all 0.2s ease-in-out;
    }

        .contenedor-reimprimir-folios .btn i[b-19yu1yxg6c] {
            font-size: 1.1rem;
        }

    .contenedor-reimprimir-folios .btn-primary[b-19yu1yxg6c] {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .contenedor-reimprimir-folios .btn-primary:hover[b-19yu1yxg6c] {
            background-color: #0b5ed7;
        }

    .contenedor-reimprimir-folios .btn-outline-secondary[b-19yu1yxg6c] {
        border: 1px solid #dee2e6;
        background-color: #fff;
    }

        .contenedor-reimprimir-folios .btn-outline-secondary:hover[b-19yu1yxg6c] {
            background-color: #f1f3f5;
        }

    /* === Alertas === */
    .contenedor-reimprimir-folios .alert[b-19yu1yxg6c] {
        border-radius: 10px;
        font-size: 0.9rem;
        padding: 0.7rem 1rem;
        display: flex;
        align-items: center;
        gap: .5rem;
        margin-bottom: 0.5rem;
        transition: opacity 0.3s ease;
    }

        .contenedor-reimprimir-folios .alert i[b-19yu1yxg6c] {
            font-size: 1.1rem;
        }

    .contenedor-reimprimir-folios .alert-success[b-19yu1yxg6c] {
        background-color: #d1e7dd;
        color: #0f5132;
    }

    .contenedor-reimprimir-folios .alert-danger[b-19yu1yxg6c] {
        background-color: #f8d7da;
        color: #842029;
    }

    .contenedor-reimprimir-folios .alert-info[b-19yu1yxg6c] {
        background-color: #e7f1ff;
        color: #084298;
        border: 1px solid #b6d4fe;
    }

/* === Modal de vista previa === */
.modal-content[b-19yu1yxg6c] {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.modal-body[b-19yu1yxg6c] {
    background: #f1f3f5;
    padding: 0;
    position: relative;
}

/* Contenedor de zoom */
.zoom-container[b-19yu1yxg6c] {
    overflow: auto;
    border: none;
    height: 80vh;
    cursor: grab;
    background: #fff;
    border-radius: 12px;
    margin: 1rem;
    padding: 1rem;
}

    .zoom-container.active[b-19yu1yxg6c] {
        cursor: grabbing;
    }

.zoom-content[b-19yu1yxg6c] {
    transform-origin: top left;
    transition: transform 0.15s ease-in-out;
}

/* Botones flotantes de zoom */
.zoom-controls[b-19yu1yxg6c] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
}

    .zoom-controls button[b-19yu1yxg6c] {
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* _content/SIGEFON.Web/Pages/Usuario/LoginPage.razor.rz.scp.css */
/* LoginPage.razor.css */
.login-card[b-zze2l0rlss] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    width: 100%;
    animation: slideUp-b-zze2l0rlss 0.5s ease-out;
}

.logo-sm[b-zze2l0rlss] {
    height: 70px;
    margin-bottom: 0.5rem;
}

.input-with-icon[b-zze2l0rlss] {
    position: relative;
}

    .input-with-icon .icon[b-zze2l0rlss] {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        color: #6b7280;
        font-size: 1.1rem;
        z-index: 10;
    }

    .input-with-icon .form-control[b-zze2l0rlss] {
        padding-left: 3rem;
        padding-right: 3rem;
        border-radius: 10px;
        border: 2px solid #e5e7eb;
        height: 52px;
        font-size: 1rem;
        transition: all 0.2s ease;
        background: #fafafa;
    }

        .input-with-icon .form-control:focus[b-zze2l0rlss] {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            background: white;
        }

        .input-with-icon .form-control[b-zze2l0rlss]::placeholder {
            color: #9ca3af;
        }

.toggle-password[b-zze2l0rlss] {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6b7280;
    font-size: 1.2rem;
    padding: 4px;
    border-radius: 4px;
    transition: color 0.2s ease;
}

    .toggle-password:hover[b-zze2l0rlss] {
        color: #374151;
        background: #f3f4f6;
    }

.btn-primary[b-zze2l0rlss] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    height: 52px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

    .btn-primary:hover:not(:disabled)[b-zze2l0rlss] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
    }

    .btn-primary:disabled[b-zze2l0rlss] {
        opacity: 0.7;
        transform: none;
    }

.btn-outline-primary[b-zze2l0rlss] {
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    height: 48px;
    transition: all 0.2s ease;
}

    .btn-outline-primary:hover[b-zze2l0rlss] {
        transform: translateY(-1px);
    }

.divider[b-zze2l0rlss] {
    position: relative;
    text-align: center;
    border-top: 1px solid #e5e7eb;
}

    .divider span[b-zze2l0rlss] {
        position: relative;
        top: -12px;
        font-size: 0.875rem;
    }

.alert[b-zze2l0rlss] {
    border-radius: 10px;
    border: none;
    padding: 1rem 1.25rem;
}

.text-sm[b-zze2l0rlss] {
    font-size: 0.875rem;
}

.form-label[b-zze2l0rlss] {
    margin-bottom: 0.5rem;
    color: #374151;
}

.form-check-input:checked[b-zze2l0rlss] {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

@keyframes slideUp-b-zze2l0rlss {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .login-card[b-zze2l0rlss] {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }

    .logo-sm[b-zze2l0rlss] {
        height: 60px;
    }
}
/* _content/SIGEFON.Web/Pages/Usuario/Register.razor.rz.scp.css */
/* Register.razor.css */
.login-card[b-iehpkh8hh3] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    width: 100%;
    max-width: 420px;
    animation: slideUp-b-iehpkh8hh3 0.5s ease-out;
    margin: 0 auto;
}

.logo-sm[b-iehpkh8hh3] {
    height: 70px;
    margin-bottom: 0.5rem;
}

.input-with-icon[b-iehpkh8hh3] {
    position: relative;
    width: 100%;
}

    .input-with-icon .icon[b-iehpkh8hh3] {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        color: #6b7280;
        font-size: 1.1rem;
        z-index: 5;
        pointer-events: none;
    }

    .input-with-icon .form-control[b-iehpkh8hh3],
    .input-with-icon .form-select[b-iehpkh8hh3] {
        padding-left: 3rem !important;
        padding-right: 1rem !important;
        border-radius: 10px;
        border: 2px solid #e5e7eb;
        height: 52px;
        font-size: 1rem;
        transition: all 0.2s ease;
        background: #fafafa;
        width: 100%;
        position: relative;
        z-index: 2;
    }

        .input-with-icon .form-control:focus[b-iehpkh8hh3],
        .input-with-icon .form-select:focus[b-iehpkh8hh3] {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            background: white;
            outline: none;
        }

    .input-with-icon input.form-control[b-iehpkh8hh3]::placeholder {
        color: #9ca3af;
        opacity: 1;
    }

.toggle-password[b-iehpkh8hh3] {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6b7280;
    font-size: 1.2rem;
    padding: 4px;
    border-radius: 4px;
    transition: color 0.2s ease;
    z-index: 6;
    background: transparent;
    border: none;
}

    .toggle-password:hover[b-iehpkh8hh3] {
        color: #374151;
        background: #f3f4f6;
    }

.btn-success[b-iehpkh8hh3] {
    background: linear-gradient(135deg, #10b981, #059669);
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    height: 52px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    color: white;
}

    .btn-success:hover:not(:disabled)[b-iehpkh8hh3] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
        color: white;
    }

    .btn-success:disabled[b-iehpkh8hh3] {
        opacity: 0.7;
        transform: none;
        cursor: not-allowed;
    }

.btn-outline-primary[b-iehpkh8hh3] {
    border-radius: 10px;
    border-width: 2px;
    font-weight: 500;
    height: 48px;
    transition: all 0.2s ease;
    border-color: #3b82f6;
    color: #3b82f6;
}

    .btn-outline-primary:hover[b-iehpkh8hh3] {
        transform: translateY(-1px);
        background-color: #3b82f6;
        color: white;
    }

.divider[b-iehpkh8hh3] {
    position: relative;
    text-align: center;
    border-top: 1px solid #e5e7eb;
    margin: 1.5rem 0;
}

    .divider span[b-iehpkh8hh3] {
        position: relative;
        top: -12px;
        font-size: 0.875rem;
        background: white;
        padding: 0 12px;
        color: #6b7280;
    }

.alert[b-iehpkh8hh3] {
    border-radius: 10px;
    border: none;
    padding: 1rem 1.25rem;
}

.alert-danger[b-iehpkh8hh3] {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.form-label[b-iehpkh8hh3] {
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 600;
    display: block;
}

.form-group[b-iehpkh8hh3] {
    margin-bottom: 1.5rem;
}

.password-strength[b-iehpkh8hh3] {
    margin-top: 0.5rem;
}

    .password-strength .progress[b-iehpkh8hh3] {
        background-color: #e5e7eb;
        border-radius: 2px;
        height: 4px;
    }

    .password-strength .progress-bar[b-iehpkh8hh3] {
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .password-strength small[b-iehpkh8hh3] {
        font-size: 0.75rem;
        margin-top: 0.25rem;
        display: block;
    }

.text-muted[b-iehpkh8hh3] {
    color: #6b7280 !important;
}

.text-primary[b-iehpkh8hh3] {
    color: #3b82f6 !important;
}

.text-center[b-iehpkh8hh3] {
    text-align: center;
}

.h3[b-iehpkh8hh3] {
    font-size: 1.75rem;
    font-weight: 700;
}

.fw-bold[b-iehpkh8hh3] {
    font-weight: 700;
}

.fw-semibold[b-iehpkh8hh3] {
    font-weight: 600;
}

.mb-2[b-iehpkh8hh3] {
    margin-bottom: 0.5rem;
}

.mb-4[b-iehpkh8hh3] {
    margin-bottom: 1.5rem;
}

.mb-5[b-iehpkh8hh3] {
    margin-bottom: 3rem;
}

.mt-2[b-iehpkh8hh3] {
    margin-top: 0.5rem;
}

.my-4[b-iehpkh8hh3] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.w-100[b-iehpkh8hh3] {
    width: 100%;
}

.py-2[b-iehpkh8hh3] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-3[b-iehpkh8hh3] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.position-relative[b-iehpkh8hh3] {
    position: relative;
}

.d-flex[b-iehpkh8hh3] {
    display: flex;
}

.align-items-center[b-iehpkh8hh3] {
    align-items: center;
}

.justify-content-center[b-iehpkh8hh3] {
    justify-content: center;
}

@keyframes slideUp-b-iehpkh8hh3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .login-card[b-iehpkh8hh3] {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }

    .logo-sm[b-iehpkh8hh3] {
        height: 60px;
    }

    .h3[b-iehpkh8hh3] {
        font-size: 1.5rem;
    }
}

/* Estilos para el select personalizado */
.input-with-icon .form-select[b-iehpkh8hh3] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 2.5rem !important;
}

/* Estilos para estados de validación */
.form-control.is-invalid[b-iehpkh8hh3],
.form-select.is-invalid[b-iehpkh8hh3] {
    border-color: #dc2626;
}

.form-control.is-valid[b-iehpkh8hh3],
.form-select.is-valid[b-iehpkh8hh3] {
    border-color: #10b981;
}

.validation-message[b-iehpkh8hh3] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Spinner para estado de carga */
.spinner-border-sm[b-iehpkh8hh3] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}
/* _content/SIGEFON.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-8nqwux6x91] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8nqwux6x91] {
    flex: 1;
}

.sidebar[b-8nqwux6x91] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8nqwux6x91] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8nqwux6x91]  a, .top-row .btn-link[b-8nqwux6x91] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8nqwux6x91] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8nqwux6x91] {
        display: none;
    }

    .top-row.auth[b-8nqwux6x91] {
        justify-content: space-between;
    }

    .top-row a[b-8nqwux6x91], .top-row .btn-link[b-8nqwux6x91] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8nqwux6x91] {
        flex-direction: row;
    }

    .sidebar[b-8nqwux6x91] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8nqwux6x91] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8nqwux6x91], article[b-8nqwux6x91] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SIGEFON.Web/Shared/NavMenu.razor.rz.scp.css */
/* Estilo superior de la barra de navegación */
.top-row[b-7wljr3d4hq] {
    height: 3.5rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.navbar-toggler[b-7wljr3d4hq] {
    background-color: transparent;
    border: none;
    color: #333;
}

.navbar-toggler-icon[b-7wljr3d4hq] {
    filter: brightness(0.4);
}

.navbar-brand[b-7wljr3d4hq] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #343a40;
}

/* Menú lateral */
.nav-scrollable[b-7wljr3d4hq] {
    background-color: #ffffff;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
    padding-top: 1rem;
    border-right: 1px solid #dee2e6;
}

/* Ítems de navegación */
.nav-item[b-7wljr3d4hq] {
    padding: 0.25rem 0;
}

    .nav-item .nav-link[b-7wljr3d4hq] {
        display: flex;
        align-items: center;
        padding: 0.75rem 1.25rem;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        color: #343a40;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

        .nav-item .nav-link i[b-7wljr3d4hq] {
            font-size: 1.3rem;
            margin-right: 0.7rem;
            color: #6c757d;
            transition: color 0.2s ease;
        }

        .nav-item .nav-link:hover[b-7wljr3d4hq] {
            background-color: #e9ecef;
            color: #212529;
            transform: scale(1.02);
        }

            .nav-item .nav-link:hover i[b-7wljr3d4hq] {
                color: #212529;
            }

        .nav-item .nav-link.active[b-7wljr3d4hq] {
            background-color: #ced4da;
            color: #212529;
            box-shadow: inset 3px 0 0 #0d6efd;
        }

/* Responsive */
@media (min-width: 641px) {
    .navbar-toggler[b-7wljr3d4hq] {
        display: none;
    }

    .collapse[b-7wljr3d4hq] {
        display: block;
    }
}
