.logo-institucional {
    height: 80px; 
    width: auto;
}

.x-small { font-size: 0.75rem; }

#loader-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    display: none; 
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.border-dashed {
    border: 2px dashed #0d6efd;
    background: #fff;
    transition: all 0.3s ease;
}

.drop-active {
    background-color: #eef6ff !important;
    transform: scale(1.01);
}

.table { border-collapse: separate; border-spacing: 0; }
.table thead th { 
    font-size: 0.7rem; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
    border-bottom: 2px solid #dee2e6;
}

.nombre-estudiante {
    font-weight: 500;
    color: #333;
    line-height: 1.2;
}

.badge-status {
    padding: 4px 10px;
    font-size: 0.65rem;
    font-weight: 800;
    border-radius: 4px;
    display: inline-block;
}

.badge-completo { background-color: #198754; color: #fff; }
.badge-pendiente { background-color: #EBF213; color: #435D73; } 

.nombre-estudiante {
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.2px;
}

.table {
    border: 1px solid #dee2e6;
}

.table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-size: 0.65rem !important;
    border-bottom: 2px solid #0d6efd !important;
}

#count-completados, #count-pendientes {
    font-size: 2rem !important;
}

#status-area {
    background-color: #f8f9fa; 
    padding: 15px;
    border-radius: 8px;
}

#btn-exportar-img {
    transition: all 0.2s ease;
}

#btn-exportar-img:hover {
    transform: scale(1.05);
}

.boleta-recibo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    line-height: 1.4;
    min-height: 600px;
}

.boleta-recibo h5 {
    letter-spacing: 0.5px;
    color: #0d6efd;
}

.boleta-recibo .text-success { color: #198754 !important; }
.boleta-recibo .text-danger { color: #dc3545 !important; }
.boleta-recibo .text-warning { color: #997404 !important; }

#area-captura-reporte {
    background: white;
}

.table td, .table th {
    vertical-align: middle;
    padding: 8px 4px;
}

.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

#count-pendientes, #count-completados {
    cursor: pointer;
    transition: transform 0.2s ease;
}

#count-pendientes:hover {
    transform: scale(1.1);
}

.list-group-item {
    border-left: none;
    border-right: none;
    padding: 10px 15px;
}

.item-nombre {
    font-size: 0.85rem;
    font-weight: 600;
}

.item-conteo {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Estilos para la tabla de grupos */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 10;
}

.bg-danger-subtle {
    background-color: #f8d7da !important;
}

.bg-success-subtle {
    background-color: #d1e7dd !important;
}

#tabla-grupos-body tr:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

#btn-ver-tabla-grupos {
    white-space: nowrap;
}