/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-btl0ca5nlj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-btl0ca5nlj] {
    flex: 1;
}

.sidebar[b-btl0ca5nlj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-btl0ca5nlj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-btl0ca5nlj]  a, .top-row[b-btl0ca5nlj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-btl0ca5nlj]  a:hover, .top-row[b-btl0ca5nlj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-btl0ca5nlj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-btl0ca5nlj] {
        justify-content: space-between;
    }

    .top-row[b-btl0ca5nlj]  a, .top-row[b-btl0ca5nlj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-btl0ca5nlj] {
        flex-direction: row;
    }

    .sidebar[b-btl0ca5nlj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-btl0ca5nlj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-btl0ca5nlj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-btl0ca5nlj], article[b-btl0ca5nlj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q923f680s5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q923f680s5] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q923f680s5] {
    font-size: 1.1rem;
}

.bi[b-q923f680s5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-q923f680s5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-q923f680s5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-q923f680s5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-q923f680s5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q923f680s5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q923f680s5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q923f680s5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-q923f680s5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-q923f680s5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-q923f680s5] {
        display: none;
    }

    .collapse[b-q923f680s5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-q923f680s5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Informes/Calendarios/DialogCalendarioEmpleado.razor.rz.scp.css */
/* CSS for DialogCalendarioEmpleado component */
.calendario-scroll[b-lfz6q2bo1i] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

    /* Scrollbar discreto */
    .calendario-scroll[b-lfz6q2bo1i]::-webkit-scrollbar {
        width: 5px;
    }

    .calendario-scroll[b-lfz6q2bo1i]::-webkit-scrollbar-track {
        background: transparent;
    }

    .calendario-scroll[b-lfz6q2bo1i]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.20);
        border-radius: 10px;
    }

        .calendario-scroll[b-lfz6q2bo1i]::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.35);
        }

/* Firefox */
.calendario-scroll[b-lfz6q2bo1i] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.20) transparent;
}
/* /Pages/Inicio/Home.razor.rz.scp.css */
/* CSS for Home component */
.inicio-container[b-26gbdfsj88] {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}


/* =========================================================
   CABECERA
   ========================================================= */
.inicio-header[b-26gbdfsj88] { padding: 0.25rem 0 0.5rem; }
.inicio-saludo[b-26gbdfsj88] { font-weight: 600; margin: 0; }
.inicio-subtitulo[b-26gbdfsj88] { color: var(--rz-text-secondary-color); }
.inicio-fecha[b-26gbdfsj88] { color: var(--rz-text-secondary-color); }


/* =========================================================
   TARJETAS DE ESTADÍSTICAS
   ========================================================= */

.stat-card[b-26gbdfsj88] { height: 100%; border: 1px solid var(--rz-border-color); border-radius: 12px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .stat-card:hover[b-26gbdfsj88] { transform: translateY(-2px); box-shadow: var(--rz-shadow-2); }

.stat-label[b-26gbdfsj88] { color: var(--rz-text-secondary-color); }
.stat-value[b-26gbdfsj88] { font-weight: 600; margin: 0.15rem 0; }
.stat-description[b-26gbdfsj88] { color: var(--rz-text-secondary-color); }
.stat-icon[b-26gbdfsj88] { width: 48px; height: 48px; border-radius: 12px; display: flex;  align-items: center; justify-content: center; flex-shrink: 0; }
    .stat-icon .rzi[b-26gbdfsj88] { font-size: 1.5rem; }

.stat-icon-empleados[b-26gbdfsj88] { background: rgba(63, 81, 181, 0.10); color: var(--rz-primary); }
.stat-icon-presentes[b-26gbdfsj88] { background: rgba(46, 125, 50, 0.10); color: #2e7d32; }
.stat-icon-ausencias[b-26gbdfsj88] { background: rgba(245, 124, 0, 0.10); color: #f57c00; }
.stat-icon-horas[b-26gbdfsj88] { background: rgba(123, 31, 162, 0.10); color: #7b1fa2; }


/* =========================================================
   TARJETAS PRINCIPALES
   ========================================================= */

.dashboard-card[b-26gbdfsj88] {
    height: 100%;
    border: 1px solid var(--rz-border-color);
    border-radius: 12px;
}

.section-title[b-26gbdfsj88] {
    font-weight: 600;
}

.section-subtitle[b-26gbdfsj88] {
    color: var(--rz-text-secondary-color);
}

.section-icon[b-26gbdfsj88] {
    font-size: 1.6rem;
    color: var(--rz-primary);
}


/* =========================================================
   PRESENCIA
   ========================================================= */

.presencia-card[b-26gbdfsj88] {
    min-height: 300px;
}

.porcentaje[b-26gbdfsj88] {
    font-weight: 600;
}

.presencia-progress[b-26gbdfsj88] {
    height: 9px;
    border-radius: 10px;
    overflow: hidden;
}

.presence-item[b-26gbdfsj88] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem;
    border-radius: 10px;
    background: var(--rz-base-background-color);
    border: 1px solid var(--rz-border-color);
}

.presence-dot[b-26gbdfsj88] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.presence-dot-green[b-26gbdfsj88] {
    background: #2e7d32;
}

.presence-dot-orange[b-26gbdfsj88] {
    background: #f57c00;
}

.presence-dot-gray[b-26gbdfsj88] {
    background: #78909c;
}

.dashboard-action-button[b-26gbdfsj88] {
    align-self: flex-start;
}


/* =========================================================
   ACCIONES RÁPIDAS
   ========================================================= */

.acciones-card[b-26gbdfsj88] {
    min-height: 300px;
}

.quick-actions[b-26gbdfsj88] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quick-action[b-26gbdfsj88] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .quick-action:hover[b-26gbdfsj88] {
        background: var(--rz-base-background-color);
        border-color: var(--rz-border-color);
    }

.quick-action-icon[b-26gbdfsj88] {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(63, 81, 181, 0.10);
    color: var(--rz-primary);
    flex-shrink: 0;
}

.quick-action-content[b-26gbdfsj88] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

    .quick-action-content span[b-26gbdfsj88] {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .quick-action-content small[b-26gbdfsj88] {
        color: var(--rz-text-secondary-color);
        font-size: 0.75rem;
    }

.quick-action-arrow[b-26gbdfsj88] {
    color: var(--rz-text-secondary-color);
    font-size: 1rem;
}


/* =========================================================
   TABLA HORAS EXTRA
   ========================================================= */

.extra-table[b-26gbdfsj88] {
    width: 100%;
}

.extra-table-header[b-26gbdfsj88],
.extra-table-row[b-26gbdfsj88] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    align-items: center;
    gap: 1rem;
}

.extra-table-header[b-26gbdfsj88] {
    padding: 0.65rem 0.75rem;
    color: var(--rz-text-secondary-color);
    font-size: 0.75rem;
    font-weight: 600;
    border-bottom: 1px solid var(--rz-border-color);
}

.extra-table-row[b-26gbdfsj88] {
    padding: 0.3rem 0.75rem;
    border-bottom: 1px solid var(--rz-border-color);
}

    .extra-table-row:last-child[b-26gbdfsj88] {
        border-bottom: none;
    }

.employee-cell[b-26gbdfsj88] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.employee-avatar[b-26gbdfsj88] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rz-primary);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.date-cell[b-26gbdfsj88] {
    color: var(--rz-text-secondary-color);
}

.time-cell[b-26gbdfsj88] {
    font-weight: 500;
}

.status-badge[b-26gbdfsj88] {
    justify-self: start;
    padding: 0.3rem 0.65rem;
    border-radius: 20px;
    background: rgba(245, 124, 0, 0.10);
    color: #e65100;
    font-size: 0.75rem;
    font-weight: 500;
}


/* =========================================================
   ESTADO VACÍO
   ========================================================= */

.empty-state[b-26gbdfsj88] {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--rz-text-secondary-color);
}

    .empty-state .rzi[b-26gbdfsj88] {
        font-size: 2rem;
    }

@media (max-width: 991px) {

    .inicio-fecha[b-26gbdfsj88] {
        display: none;
    }

    .inicio-header[b-26gbdfsj88] {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {

    .inicio-container[b-26gbdfsj88] {
        gap: 1rem !important;
    }

    .inicio-saludo[b-26gbdfsj88] {
        font-size: 1.6rem;
    }

    .stat-card[b-26gbdfsj88] {
        min-height: auto;
    }

    .presencia-card[b-26gbdfsj88],
    .acciones-card[b-26gbdfsj88] {
        min-height: auto;
    }

    .extra-table-header[b-26gbdfsj88] {
        display: none;
    }

    .extra-table-row[b-26gbdfsj88] {
        grid-template-columns: 1fr auto;
        gap: 0.5rem 1rem;
        padding: 1rem 0.5rem;
    }

    .employee-cell[b-26gbdfsj88] {
        grid-column: 1;
    }

    .date-cell[b-26gbdfsj88] {
        grid-column: 1;
        font-size: 0.8rem;
    }

    .time-cell[b-26gbdfsj88] {
        grid-column: 2;
        grid-row: 1;
    }

    .status-badge[b-26gbdfsj88] {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
    }
}

@media (max-width: 575px) {

    .inicio-container[b-26gbdfsj88] {
        padding: 0.5rem;
    }

    .inicio-saludo[b-26gbdfsj88] {
        font-size: 1.4rem;
    }

    .inicio-subtitulo[b-26gbdfsj88] {
        font-size: 0.85rem;
    }

    .stat-card[b-26gbdfsj88] {
        border-radius: 10px;
    }

    .stat-icon[b-26gbdfsj88] {
        width: 42px;
        height: 42px;
    }

    .presence-item[b-26gbdfsj88] {
        padding: 0.75rem;
    }

    .dashboard-card[b-26gbdfsj88] {
        border-radius: 10px;
    }
}
/* /Pages/Maestros/MtoCalendarios/CalendarioEmpresa.razor.rz.scp.css */
/* CSS for CalendarioEmpresa component */
/* CSS for DialogCalendarioEmpleado component */
.calendario-scroll[b-tq91wxks9v] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

    /* Scrollbar discreto */
    .calendario-scroll[b-tq91wxks9v]::-webkit-scrollbar {
        width: 5px;
    }

    .calendario-scroll[b-tq91wxks9v]::-webkit-scrollbar-track {
        background: transparent;
    }

    .calendario-scroll[b-tq91wxks9v]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.20);
        border-radius: 10px;
    }

        .calendario-scroll[b-tq91wxks9v]::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.35);
        }

/* Firefox */
.calendario-scroll[b-tq91wxks9v] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.20) transparent;
}
/* /Pages/Maestros/MtoCalendarios/CalendarioIndividual.razor.rz.scp.css */
/* CSS for CalendarioIndividual component */
/* CSS for DialogCalendarioEmpleado component */
.calendario-scroll[b-5hjnsjpj3s] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

    /* Scrollbar discreto */
    .calendario-scroll[b-5hjnsjpj3s]::-webkit-scrollbar {
        width: 5px;
    }

    .calendario-scroll[b-5hjnsjpj3s]::-webkit-scrollbar-track {
        background: transparent;
    }

    .calendario-scroll[b-5hjnsjpj3s]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.20);
        border-radius: 10px;
    }

        .calendario-scroll[b-5hjnsjpj3s]::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.35);
        }

/* Firefox */
.calendario-scroll[b-5hjnsjpj3s] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.20) transparent;
}
