/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout simple y directo */
.page[b-639cwr3hhk] {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.sidebar[b-639cwr3hhk] {
    width: 280px;
    height: 100vh;
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    flex-shrink: 0;
    background-color: white;
}

main[b-639cwr3hhk] {
    flex: 1;
    height: 100vh;
    overflow-y: auto;
    background-color: #f8fafc;
}

.top-row[b-639cwr3hhk] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.content[b-639cwr3hhk] {
    padding: 1rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu simple */
.navbar-toggler[b-soinq8ioh3] {
    display: none;
}

.nav-scrollable[b-soinq8ioh3] {
    display: block;
}

.nav-link[b-soinq8ioh3] {
    color: black !important;
    text-decoration: none;
    padding: 0.75rem 1rem;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-link:hover[b-soinq8ioh3] {
    background-color: rgba(0, 0, 0, 0.05);
    color: black !important;
}

.nav-link.active[b-soinq8ioh3] {
    background-color: #e5e7eb;
    color: black !important;
}

/* Iconos también en negro - más específico */
.nav-link .rz-icon[b-soinq8ioh3],
.nav-link .rz-icon i[b-soinq8ioh3],
.nav-link i[b-soinq8ioh3] {
    color: black !important;
}

/* Forzar color en todos los elementos del nav-link */
.nav-link *[b-soinq8ioh3] {
    color: black !important;
}

.navbar-brand[b-soinq8ioh3] {
    color: white;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-logo[b-soinq8ioh3] {
    max-height: 40px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    width: auto !important;
}

/* Estilos para grupos colapsables */
.nav-group[b-soinq8ioh3] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-group-header[b-soinq8ioh3] {
    color: black !important;
    text-decoration: none;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.nav-group-header:hover[b-soinq8ioh3] {
    background-color: rgba(0, 0, 0, 0.05);
    color: black !important;
}

.nav-group-header .rz-icon[b-soinq8ioh3],
.nav-group-header .rz-icon i[b-soinq8ioh3],
.nav-group-header i[b-soinq8ioh3] {
    color: black !important;
}

.nav-group-header *[b-soinq8ioh3] {
    color: black !important;
}

.nav-group-content[b-soinq8ioh3] {
    background-color: rgba(0, 0, 0, 0.02);
    border-left: 3px solid #d1d5db;
}

.nav-sublink[b-soinq8ioh3] {
    padding-left: 2rem !important;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.nav-sublink:hover[b-soinq8ioh3] {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.nav-sublink.active[b-soinq8ioh3] {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

/* Estilos para las flechas de expansión */
.nav-group-header .rz-ml-auto[b-soinq8ioh3] {
    margin-left: auto;
    transition: transform 0.2s ease;
}

/* Mejoras visuales para el menú */
.nav-item[b-soinq8ioh3] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-item:last-child[b-soinq8ioh3] {
    border-bottom: none;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Header */
.dashboard-header[b-uvpabjm9nd] {
    margin-bottom: 2rem;
}

.dashboard-title[b-uvpabjm9nd] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.dashboard-subtitle[b-uvpabjm9nd] {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

/* Metrics Grid */
.rz-grid[b-uvpabjm9nd] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin-bottom: 2rem !important;
}

.rz-col-3[b-uvpabjm9nd] {
    flex: 1 !important;
    min-width: 200px !important;
    max-width: 25% !important;
}

/* Metric Cards */
.metric-card[b-uvpabjm9nd] {
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.75rem;
    overflow: hidden;
    height: 100%;
}

.metric-card-content[b-uvpabjm9nd] {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 1rem;
}

.metric-icon[b-uvpabjm9nd] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.metric-icon.blue[b-uvpabjm9nd] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.metric-icon.orange[b-uvpabjm9nd] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.metric-icon.green[b-uvpabjm9nd] {
    background: linear-gradient(135deg, #10b981, #059669);
}

.metric-icon.purple[b-uvpabjm9nd] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.metric-info[b-uvpabjm9nd] {
    flex: 1;
}

.metric-value[b-uvpabjm9nd] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.metric-label[b-uvpabjm9nd] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

/* Recent Evaluations Container */
.recent-evaluations-container[b-uvpabjm9nd] {
    width: 100%;
    margin-top: 1rem;
}

/* Evaluations Card */
.evaluations-card[b-uvpabjm9nd] {
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 0.75rem;
    width: 100%;
}

.evaluations-list[b-uvpabjm9nd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.evaluation-item[b-uvpabjm9nd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background: white;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.employee-info[b-uvpabjm9nd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.employee-avatar[b-uvpabjm9nd] {
    width: 3rem;
    height: 3rem;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 1.5rem;
    border: 2px solid #e5e7eb;
}

.employee-details[b-uvpabjm9nd] {
    display: flex;
    flex-direction: column;
}

.employee-name[b-uvpabjm9nd] {
    font-weight: 600;
    color: #1f2937;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.employee-role[b-uvpabjm9nd] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 400;
}

.evaluation-status[b-uvpabjm9nd] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.evaluation-time[b-uvpabjm9nd] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.no-data[b-uvpabjm9nd] {
    text-align: center;
    padding: 2rem;
    color: #6b7280;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .metric-card-content[b-uvpabjm9nd] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .evaluation-item[b-uvpabjm9nd] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .evaluation-status[b-uvpabjm9nd] {
        align-items: center;
    }
}
/* /Components/Pages/EmployeeSelfEvaluation.razor.rz.scp.css */
/* Container principal */
.evaluations-container[b-8lglvl0mcj] {
    padding: 2rem 1rem;
}

/* Header de evaluaciones */
.evaluations-header[b-8lglvl0mcj] {
    margin-bottom: 1rem;
    padding: 1rem;
    color: black;
    border-radius: 1rem;
}

.evaluations-title[b-8lglvl0mcj] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.evaluations-subtitle[b-8lglvl0mcj] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
}

/* Tarjeta de informaci�n del empleado */
.employee-info-card[b-8lglvl0mcj] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
}

.employee-info-content[b-8lglvl0mcj] {
    display: flex;
    align-items: center;
    padding: 2rem;
    gap: 1.5rem;
}

.employee-avatar[b-8lglvl0mcj] {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    flex-shrink: 0;
}

.employee-stats[b-8lglvl0mcj] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-item[b-8lglvl0mcj] {
    display: flex;
    align-items: center;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Secci�n de ciclo */
.cycle-section[b-8lglvl0mcj] {
    margin-bottom: 3rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.cycle-header[b-8lglvl0mcj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.cycle-title[b-8lglvl0mcj] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.cycle-dates[b-8lglvl0mcj] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.date-item[b-8lglvl0mcj] {
    display: flex;
    align-items: center;
    color: #6b7280;
    font-size: 0.875rem;
}

.cycle-stats[b-8lglvl0mcj] {
    display: flex;
    gap: 1rem;
}

.stat-card[b-8lglvl0mcj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: white;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.stat-icon[b-8lglvl0mcj] {
    font-size: 1.5rem;
    color: #06b6d4;
}

.stat-content[b-8lglvl0mcj] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number[b-8lglvl0mcj] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
}

.stat-label[b-8lglvl0mcj] {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Grid de evaluaciones */
.evaluations-grid[b-8lglvl0mcj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
}

/* Tarjetas de evaluaci�n */
.evaluation-card[b-8lglvl0mcj] {
    background: white;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    overflow: hidden;
}

    .evaluation-card:hover[b-8lglvl0mcj] {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

/* Estados de las tarjetas de evaluaci�n */
.evaluation-card-pending[b-8lglvl0mcj] {
    border-left: 4px solid #06b6d4;
}

.evaluation-card-active[b-8lglvl0mcj] {
    border-left: 4px solid #f59e0b;
}

.evaluation-card-review[b-8lglvl0mcj] {
    /*border-left: 4px solid #06b6d4;*/
    border-left: 4px solid #f59e0b;
}

.evaluation-card-completed[b-8lglvl0mcj] {
    border-left: 4px solid #10b981;
}

.evaluation-card-default[b-8lglvl0mcj] {
    border-left: 4px solid #6b7280;
}

.evaluation-header[b-8lglvl0mcj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.evaluation-title h4[b-8lglvl0mcj] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.evaluation-content[b-8lglvl0mcj] {
    padding: 1rem 1.5rem;
}

.evaluation-info[b-8lglvl0mcj] {
    margin-bottom: 1rem;
}

.info-item[b-8lglvl0mcj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.info-icon[b-8lglvl0mcj] {
    font-size: 1rem;
    color: #9ca3af;
}

.evaluation-progress[b-8lglvl0mcj] {
    margin-bottom: 1rem;
}

.progress-item[b-8lglvl0mcj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.progress-label[b-8lglvl0mcj] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    min-width: 60px;
}

.progress-bar[b-8lglvl0mcj] {
    flex: 1;
    height: 8px;
    background: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-8lglvl0mcj] {
    height: 100%;
    background: linear-gradient(90deg, #06b6d4, #0891b2);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.progress-text[b-8lglvl0mcj] {
    font-size: 0.875rem;
    color: #1f2937;
    font-weight: 600;
    min-width: 35px;
    text-align: right;
}

.evaluation-footer[b-8lglvl0mcj] {
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-top: 1px solid #f3f4f6;
}

.evaluation-status-message[b-8lglvl0mcj] {
    font-size: 0.875rem;
    color: #6b7280;
    font-style: italic;
}

/* Estados sin datos */
.no-evaluations[b-8lglvl0mcj], .no-employee[b-8lglvl0mcj] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.no-evaluations[b-8lglvl0mcj], .no-employee[b-8lglvl0mcj] {
    background: #f9fafb;
    border-radius: 1rem;
    border: 2px dashed #d1d5db;
    margin: 2rem 0;
}
