/* _content/ArzBlazor/Components/Layout/BarraLateral.razor.rz.scp.css */
.navbar-toggler[b-9tfufitgl4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-9tfufitgl4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9tfufitgl4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9tfufitgl4] {
    font-size: 1.1rem;
}

.bi[b-9tfufitgl4] {
    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-9tfufitgl4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://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-9tfufitgl4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://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-9tfufitgl4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://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-9tfufitgl4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9tfufitgl4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9tfufitgl4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9tfufitgl4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9tfufitgl4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9tfufitgl4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9tfufitgl4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9tfufitgl4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9tfufitgl4] {
        display: none;
    }

    .nav-scrollable[b-9tfufitgl4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.navbar-toggler[b-9tfufitgl4] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

    .navbar-toggler[b-9tfufitgl4]::before {
        content: "";
        display: block;
        width: 25px;
        height: 2px;
        background: white;
        box-shadow: 0 8px white, 0 -8px white;
        transition: all 0.3s ease;
    }

    .navbar-toggler:checked[b-9tfufitgl4]::before {
        transform: rotate(45deg);
        box-shadow: 0 0 white, 0 0 white;
    }

    .navbar-toggler:checked[b-9tfufitgl4]::after {
        transform: rotate(-45deg);
    }
    backdrop-filter: blur(8px);
    background-color: rgba(15, 23, 42, 0.6); /* azul oscuro con opacidad */
    border-right: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;[b-9tfufitgl4]
}
.nav-item[b-9tfufitgl4]  .nav-link {
    transition: all 0.2s ease-in-out;
}

.nav-item[b-9tfufitgl4]  a.active {
    background-color: rgba(255,255,255,0.15);
    color: white;
    font-weight: 600;
    box-shadow: inset 0 0 6px rgba(255,255,255,0.1);
}
.nav-item + .nav-item[b-9tfufitgl4] {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 0.5rem;
}
.bi[b-9tfufitgl4] {
    filter: grayscale(100%) brightness(1.2);
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.nav-item[b-9tfufitgl4]  .nav-link:hover .bi {
    filter: none;
    opacity: 1;
}

.nav-link.deshabilitado[b-9tfufitgl4] {
    color: gray !important;
    pointer-events: none;
    opacity: 0.5;
}
/* _content/ArzBlazor/Components/Layout/BarraSuperior.razor.rz.scp.css */
.top-row[b-kr0q9r01zo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-family: 'Segoe UI', sans-serif;
}

/* Botón de inicio y logout */
.btn-home[b-kr0q9r01zo],
.btn-logout[b-kr0q9r01zo] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

    .btn-home:hover[b-kr0q9r01zo],
    .btn-logout:hover[b-kr0q9r01zo] {
        color: #66b0ff;
    }

/* Fecha centrada */
.fecha-hoy[b-kr0q9r01zo] {
    font-weight: 500;
    font-size: 0.95rem;
    text-align: center;
    flex: 1;
    color: #e2e2e2;
}

/* Botón campana */
.btn-campana[b-kr0q9r01zo] {
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    margin: 0 70px; /* Aumentamos el espacio a la derecha */
    position: relative;
    color: white;
    transition: color 0.2s;
}

    .btn-campana:hover[b-kr0q9r01zo] {
        color: #f0ad4e;
    }

.campana-animada[b-kr0q9r01zo] {
    animation: campana-move-b-kr0q9r01zo 1s infinite alternate;
    color: crimson !important;
}

.contador-notificaciones[b-kr0q9r01zo] {
    font-weight: bold;
    color: crimson;
    font-size: 0.75rem;
    margin-left: 0.3rem;
    position: absolute;
    top: -6px;
    right: -10px;
    background-color: white;
    color: crimson;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1;
}

/* Animación sutil */
@keyframes campana-move-b-kr0q9r01zo {
    0% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}
.usuario-box[b-kr0q9r01zo] {
    position: relative;
    margin-left: 1rem;
}

.btn-usuario[b-kr0q9r01zo] {
    background: none;
    border: none;
    color: white;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.usuario-dropdown[b-kr0q9r01zo] {
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 0;
    background-color: rgba(30, 30, 30, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 999;
}

.usuario-box:hover .usuario-dropdown[b-kr0q9r01zo] {
    display: block;
}

.usuario-dropdown a[b-kr0q9r01zo] {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0.25rem 0;
}

    .usuario-dropdown a:hover[b-kr0q9r01zo] {
        color: #66b0ff;
    }

.usuario-avatar[b-kr0q9r01zo] {
    background-color: #66b0ff;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2s;
    position: relative;
}

    .usuario-avatar:hover[b-kr0q9r01zo] {
        background-color: #5598db;
    }

.usuario-box[b-kr0q9r01zo] {
    position: relative;
    display: flex;
    align-items: center;
}

.usuario-dropdown[b-kr0q9r01zo] {
    position: absolute;
    top: 110%;
    right: 0;
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 8px 0;
    display: none;
    min-width: 180px;
    z-index: 1000;
}

    .usuario-dropdown a[b-kr0q9r01zo] {
        display: block;
        padding: 8px 16px;
        color: white;
        text-decoration: none;
        font-size: 0.9rem;
        transition: background-color 0.2s;
    }

        .usuario-dropdown a:hover[b-kr0q9r01zo] {
            background-color: #333;
        }

.usuario-box.abierto .usuario-dropdown[b-kr0q9r01zo] {
    display: block;
}
/* _content/ArzBlazor/Components/Layout/Esqueleto.razor.rz.scp.css */
.page[b-mf19nc3ke9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mf19nc3ke9] {
    flex: 1;
}

.sidebar[b-mf19nc3ke9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mf19nc3ke9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mf19nc3ke9]  a, .top-row[b-mf19nc3ke9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mf19nc3ke9]  a:hover, .top-row[b-mf19nc3ke9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mf19nc3ke9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mf19nc3ke9] {
        justify-content: space-between;
    }

    .top-row[b-mf19nc3ke9]  a, .top-row[b-mf19nc3ke9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mf19nc3ke9] {
        flex-direction: row;
    }

    .sidebar[b-mf19nc3ke9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mf19nc3ke9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mf19nc3ke9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mf19nc3ke9], article[b-mf19nc3ke9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mf19nc3ke9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-mf19nc3ke9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

input[type="date"].form-control[b-mf19nc3ke9]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* 1 = blanco, 0 = negro */
    cursor: pointer;
}
/* _content/ArzBlazor/Components/Pages/Adelanto.razor.rz.scp.css */
.bloque-adelantos[b-kmq84qowhk] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px; /* ✅ Espacio respecto al bloque superior */
}

    /* === INPUTS Y COMBOS === */
    .bloque-adelantos input[b-kmq84qowhk],
    .bloque-adelantos select[b-kmq84qowhk],
    .bloque-adelantos textarea[b-kmq84qowhk] {
        width: 100%;
        padding: 8px 10px;
        font-size: 14pt;
        background-color: rgb(15, 30, 50); /* Fondo azul oscuro */
        color: silver;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

    .bloque-adelantos textarea[b-kmq84qowhk] {
        resize: vertical;
    }

        /* === INPUT FOCUS === */
        .bloque-adelantos input:focus[b-kmq84qowhk],
        .bloque-adelantos select:focus[b-kmq84qowhk],
        .bloque-adelantos textarea:focus[b-kmq84qowhk] {
            outline: none;
            border-color: #0d6efd;
        }

/* === INPUTS DESHABILITADOS === */
input[disabled][b-kmq84qowhk],
select[disabled][b-kmq84qowhk],
textarea[disabled][b-kmq84qowhk] {
    background-color: #2c2c2c !important;
    color: #aaa !important;
    border: 1px solid #555 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

/* === BOTONES === */
.btn-guardar[b-kmq84qowhk] {
    background-color: green;
    color: white;
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .btn-guardar:hover[b-kmq84qowhk] {
        background-color: darkgreen;
    }

.btn-cancelar[b-kmq84qowhk] {
    background-color: gray;
    color: white;
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .btn-cancelar:hover[b-kmq84qowhk] {
        background-color: #444;
    }
/* _content/ArzBlazor/Components/Pages/Confirmar.razor.rz.scp.css */
/* =====================================================
   🌒 CONFIRMACIÓN DE CUENTA – Estilo oscuro institucional
   ===================================================== */

.confirmar-wrapper-dark[b-vaxkcb7v1d] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(10, 20, 35);
    min-height: 100vh;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    color: #dcdcdc;
    padding: 2rem 1rem;
}

/* 📦 Contenedor principal */
.confirmar-container-dark[b-vaxkcb7v1d] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2.8rem;
    border-radius: 14px;
    width: 100%;
    max-width: 580px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    text-align: center;
    animation: fadeIn-b-vaxkcb7v1d 0.6s ease;
}

/* 🔄 Estado: Cargando */
.estado-cargando[b-vaxkcb7v1d] {
    color: #bfbfbf;
}

    .estado-cargando i[b-vaxkcb7v1d] {
        color: crimson;
        margin-bottom: 1rem;
    }

    .estado-cargando h3[b-vaxkcb7v1d] {
        color: crimson;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .estado-cargando p[b-vaxkcb7v1d] {
        font-size: 1rem;
        opacity: 0.8;
    }

/* ✅ / ❌ Alertas */
.alerta-ok[b-vaxkcb7v1d] {
    background-color: rgba(40, 167, 69, 0.1);
    border-left: 4px solid #28a745;
    color: #aaffaa;
    padding: 1.6rem;
    border-radius: 10px;
}

    .alerta-ok h2[b-vaxkcb7v1d] {
        color: #28a745;
        font-weight: 700;
        margin-bottom: 0.6rem;
    }

.alerta-error[b-vaxkcb7v1d] {
    background-color: rgba(220, 20, 60, 0.1);
    border-left: 4px solid crimson;
    color: #ff9c9c;
    padding: 1.6rem;
    border-radius: 10px;
}

    .alerta-error h2[b-vaxkcb7v1d] {
        color: crimson;
        font-weight: 700;
        margin-bottom: 0.6rem;
    }

/* 🔘 Botón volver */
.btn-volver-dark[b-vaxkcb7v1d] {
    background: crimson;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.9rem 1.8rem;
    border-radius: 8px;
    margin-top: 1.6rem;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

    .btn-volver-dark:hover[b-vaxkcb7v1d] {
        background: #b71c1c;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 20, 60, 0.4);
    }

/* ✨ Animación */
@keyframes fadeIn-b-vaxkcb7v1d {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 📱 Responsive */
@media (max-width: 600px) {
    .confirmar-container-dark[b-vaxkcb7v1d] {
        padding: 2rem 1.2rem;
        border-radius: 10px;
    }

    .alerta-ok[b-vaxkcb7v1d], .alerta-error[b-vaxkcb7v1d] {
        padding: 1.2rem;
    }
}
/* _content/ArzBlazor/Components/Pages/FrancosMasivosModal.razor.rz.scp.css */
.modal-francos[b-dzvpzc3quk] {
    width: 90%;
    max-width: 1000px;
    padding: 25px;
    background-color: rgb(15, 30, 50);
    border-radius: 16px;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.bloque-horasextras[b-dzvpzc3quk] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 20px;
    margin-top: 20px;
}

.combo-fecha[b-dzvpzc3quk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .combo-fecha:hover[b-dzvpzc3quk] {
        background: rgba(255, 255, 255, 0.1);
        border-color: #0d6efd;
    }

.combo-fecha-dia[b-dzvpzc3quk] {
    font-weight: 600;
    color: #e0e0e0;
    min-width: 95px;
}

.combo-fecha-horas[b-dzvpzc3quk] {
    font-weight: 600;
    color: #4caf50; /* verde moderno */
    background: rgba(76, 175, 80, 0.15);
    padding: 2px 10px;
    border-radius: 6px;
}


.btn-accion[b-dzvpzc3quk] {
    border: none;
    background: rgba(244, 67, 54, 0.15);
    color: #ef5350;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-accion:hover[b-dzvpzc3quk] {
        background: #ef5350;
        color: white;
    }

/* Resumen */
.resumen-banco[b-dzvpzc3quk] {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 14px;
    padding-top: 10px;
    font-size: 14px;
}

.saldo-ok[b-dzvpzc3quk] {
    color: #81c784; /* verde claro */
}

.saldo-error[b-dzvpzc3quk] {
    color: #e57373; /* rojo claro */
}

/* Detalle */
.detalle-saldo[b-dzvpzc3quk] {
    margin-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    max-height: 220px;
    overflow-y: auto;
}

.detalle-item[b-dzvpzc3quk] {
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: #ddd;
}

    .detalle-item:last-child[b-dzvpzc3quk] {
        border-bottom: none;
    }
/* Tabla resumen */
.tabla-resumen[b-dzvpzc3quk] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

    .tabla-resumen td[b-dzvpzc3quk] {
        padding: 8px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        color: #e0e0e0;
    }

    .tabla-resumen tr:last-child td[b-dzvpzc3quk] {
        border-bottom: none;
    }

    .tabla-resumen tr.saldo-ok td[b-dzvpzc3quk] {
        color: #81c784; /* verde */
    }

    .tabla-resumen tr.saldo-error td[b-dzvpzc3quk] {
        color: #e57373; /* rojo */
    }

/* Detalle saldo debajo de la tabla */
.detalle-saldo[b-dzvpzc3quk] {
    margin-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    max-height: 220px;
    overflow-y: auto;
}

.detalle-item[b-dzvpzc3quk] {
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: #ddd;
}

    .detalle-item:last-child[b-dzvpzc3quk] {
        border-bottom: none;
    }
.acciones-botones[b-dzvpzc3quk] {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

    .acciones-botones button[b-dzvpzc3quk] {
        flex: 1; /* ambos ocupan el mismo ancho */
    }
.combo-fecha[b-dzvpzc3quk] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

    .combo-fecha:hover[b-dzvpzc3quk] {
        background: rgba(255, 255, 255, 0.08);
        border-color: #00bcd4;
    }

.combo-fecha-info[b-dzvpzc3quk] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.combo-fecha-dia[b-dzvpzc3quk] {
    font-weight: 600;
    color: #e0e0e0;
}

.combo-fecha-horas[b-dzvpzc3quk] {
    font-size: 13px;
    color: #81c784;
}

.input-observacion[b-dzvpzc3quk] {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: white;
    font-size: 13px;
}

    .input-observacion input[b-dzvpzc3quk] {
        color: white !important;
    }

    .input-observacion:hover[b-dzvpzc3quk] {
        background-color: rgba(255, 255, 255, 0.12);
    }
/* === TARJETAS DE FECHAS === */
.combo-fecha[b-dzvpzc3quk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

    .combo-fecha:hover[b-dzvpzc3quk] {
        background: rgba(255, 255, 255, 0.08);
        border-color: #00bcd4;
    }

.combo-fecha-header[b-dzvpzc3quk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.combo-fecha-dia[b-dzvpzc3quk] {
    font-weight: 600;
    color: #e0e0e0;
}

.combo-fecha-horas[b-dzvpzc3quk] {
    font-weight: 600;
    color: #81c784;
    background: rgba(76, 175, 80, 0.15);
    padding: 2px 8px;
    border-radius: 6px;
}

.input-observacion[b-dzvpzc3quk] {
    width: 100%;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: white;
}

    .input-observacion input[b-dzvpzc3quk] {
        color: white !important;
    }

    .input-observacion:hover[b-dzvpzc3quk] {
        background-color: rgba(255, 255, 255, 0.12);
    }

/* === BOTÓN QUITAR === */
.btn-accion[b-dzvpzc3quk] {
    border: none;
    background: rgba(244, 67, 54, 0.15);
    color: #ef5350;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-accion:hover[b-dzvpzc3quk] {
        background: #ef5350;
        color: white;
    }
/* _content/ArzBlazor/Components/Pages/HoraExtras.razor.rz.scp.css */
.bloque-horasextras[b-sqguvjdm88] {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 25px;
    margin-top: 30px; /* ✅ Espacio respecto al bloque superior */

    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    color: white;
    font-family: 'Segoe UI', sans-serif;
}

/* === COLUMNA 1: Fecha + Lista === */
.bloque-fechas[b-sqguvjdm88] {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.col-calendario[b-sqguvjdm88],
.col-lista[b-sqguvjdm88] {
    display: flex;
    flex-direction: column;
}

    .col-calendario label[b-sqguvjdm88],
    .col-lista label[b-sqguvjdm88] {
        font-weight: 500;
        margin-bottom: 6px;
    }

    .col-lista select.lista-fechas[b-sqguvjdm88] {
        min-width: 240px;
        height: 240px;
        background-color: rgb(15, 30, 50);
        border: 1px solid #ccc;
        color: silver;
        padding: 10px;
        font-size: 14pt;
        border-radius: 6px;
    }

/* === COLUMNA 2: Horarios === */
.bloque-horarios[b-sqguvjdm88] {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-self: start;
}

.grupo-horario[b-sqguvjdm88] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .grupo-horario label[b-sqguvjdm88] {
        font-weight: 500;
    }

.horario-group[b-sqguvjdm88] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

    .horario-group select[b-sqguvjdm88] {
        min-width: 80px;
        padding: 12px;
        font-size: 15pt;
        background-color: rgb(15, 30, 50);
        color: silver;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

/* === COLUMNA 3: Motivo === */
.bloque-motivo[b-sqguvjdm88] {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .bloque-motivo label[b-sqguvjdm88] {
        font-weight: 500;
        margin-bottom: 6px;
    }

    .bloque-motivo input[type="text"][b-sqguvjdm88] {
        width: 100%;
        padding: 10px 12px;
        font-size: 14pt;
        background-color: rgb(15, 30, 50);
        color: silver;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
    }

/* === LEYENDA HORAS CALCULADAS === */
.horas-calculadas[b-sqguvjdm88] {
    font-size: 16pt;
    font-weight: bold;
    color: #00d1ff;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.6;
}

/* === MENSAJE FINAL === */
.bloque-mensaje[b-sqguvjdm88] {
    grid-column: 1 / 3;
    grid-row: 2;
    align-self: center;
}

.mensaje-resultado[b-sqguvjdm88] {
    font-weight: bold;
    color: lime;
    font-size: 14pt;
}

/* === BOTONES === */
.bloque-botones[b-sqguvjdm88] {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 10px;
    gap: 20px;
}

.btn-guardar[b-sqguvjdm88],
.btn-cancelar[b-sqguvjdm88] {
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-guardar[b-sqguvjdm88] {
    background-color: green;
    color: white;
}

    .btn-guardar:hover[b-sqguvjdm88] {
        background-color: darkgreen;
    }

.btn-cancelar[b-sqguvjdm88] {
    background-color: gray;
    color: white;
}

    .btn-cancelar:hover[b-sqguvjdm88] {
        background-color: #444;
    }

/* === INPUTS DESHABILITADOS === */
input[disabled][b-sqguvjdm88],
select[disabled][b-sqguvjdm88],
textarea[disabled][b-sqguvjdm88] {
    background-color: #2c2c2c !important;
    color: #aaa !important;
    border: 1px solid #555 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

/* === ESTILO MUD CALENDARIO === */
.mud-picker-day-selected[b-sqguvjdm88] {
    background-color: #00d1ff !important;
    color: white !important;
    border-radius: 50%;
}

.mud-calendar[b-sqguvjdm88] {
    background-color: rgba(15, 30, 50, 0.95);
    border-radius: 12px;
}



<style >
.fecha-item[b-sqguvjdm88] {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.fecha-item.seleccionada[b-sqguvjdm88] {
    background-color: #c8f2d3; /* verde claro suave */
    color: #1a3e2e; /* verde oscuro para contraste */
    border-radius: 6px;
    padding: 4px 8px;
}

.btn-fecha-seleccionar[b-sqguvjdm88] {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    font-weight: normal; /* ✅ sin negrita */
    margin-right: 8px;
}


.btn-fecha-quitar[b-sqguvjdm88] {
    background: none;
    border: none;
    color: red;
    font-size: 1.2em;
    cursor: pointer;
}

</style[b-sqguvjdm88] >
/* _content/ArzBlazor/Components/Pages/Licencia.razor.rz.scp.css */
/* === CONTENEDOR PRINCIPAL === */
.bloque-licencias[b-p1je7kejuq] {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 25px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 30px; /* ✅ Espacio respecto al bloque superior */
}



/* === FILAS GENERALES === */
.bloque-licencias .fila-1[b-p1je7kejuq],
.bloque-licencias .fila-2[b-p1je7kejuq],
.bloque-licencias .fila-3[b-p1je7kejuq] {
 /*   padding: 10px;*/
    border-radius: 5px;
    grid-column: 1 / -1;
}

/* === FILA 1: Combo Tipo Licencia === */
.bloque-licencias .fila-1[b-p1je7kejuq] {
    justify-self: center;
    width: 60%;
    max-width: 600px;
    min-width: 250px;
}

/* === FILA 2: Datos No Editables === */
    .bloque-licencias .fila-2[b-p1je7kejuq] {
        display: grid; /* usamos grid en vez de flex */
        grid-template-columns: repeat(3, 1fr); /* 🔹 3 columnas iguales */
        gap: 40px; /* espacio entre columnas */
        margin: 0 auto;
        width: 100%;
        max-width: 1600px; /* hasta 1600px en pantallas grandes */
    }



        .bloque-licencias .fila-2 .col-dato[b-p1je7kejuq] {
            flex: 1;
            display: flex;
            flex-direction: column;
            width: 100%;
            min-width: 160px;
        }

        .bloque-licencias .fila-2 .col-dato label[b-p1je7kejuq] {
            font-weight: normal;
            margin-bottom: 4px;
        }

        .bloque-licencias .fila-2 .col-dato span[b-p1je7kejuq] {
            display: inline-block;
            min-width: 300px;
            max-width: 400px;
            height: 44px;
            line-height: 44px;
            font-size: 16pt;
            font-weight: 600;
            text-align: center;
            background-color: #ffffff10;
            color: white;
            border: 1px solid #ffffff33;
            border-radius: 10px;
            white-space: nowrap;
            box-sizing: border-box;
        }

/* === FILA 3: Datos Editables, Observaciones y Botones === */
.bloque-licencias .fila-3[b-p1je7kejuq] {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    grid-template-areas:
        "desde      hasta       observaciones"
        "cantidad   restan      botones";
    gap: 30px;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #ffffff22;
    border-radius: 12px;
}

    .bloque-licencias .fila-3 [style*="grid-area: observaciones"] textarea[b-p1je7kejuq] {
        height: 250px;
        resize: vertical;
    }

/* === CAMPOS Y CONTROLES === */
.bloque-licencias input[type="text"][b-p1je7kejuq],
.bloque-licencias input[type="date"][b-p1je7kejuq],
.bloque-licencias input[type="number"][b-p1je7kejuq],
.bloque-licencias select[b-p1je7kejuq],
.bloque-licencias textarea[b-p1je7kejuq] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14pt;
    background-color: rgb(15, 30, 50);
    color: silver;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

    .bloque-licencias input:focus[b-p1je7kejuq],
    .bloque-licencias select:focus[b-p1je7kejuq],
    .bloque-licencias textarea:focus[b-p1je7kejuq] {
        outline: none;
        border-color: #0d6efd;
    }

/* === BOTONES === */
.bloque-licencias .btn-guardar[b-p1je7kejuq],
.bloque-licencias .btn-cancelar[b-p1je7kejuq] {
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.bloque-licencias .btn-guardar[b-p1je7kejuq] {
    background-color: green;
    color: white;
}

    .bloque-licencias .btn-guardar:hover[b-p1je7kejuq] {
        background-color: darkgreen;
    }

.bloque-licencias .btn-cancelar[b-p1je7kejuq] {
    background-color: gray;
    color: black;
}

    .bloque-licencias .btn-cancelar:hover[b-p1je7kejuq] {
        background-color: #444;
    }

/* === CAMPOS DESHABILITADOS === */
input[disabled][b-p1je7kejuq],
select[disabled][b-p1je7kejuq],
textarea[disabled][b-p1je7kejuq] {
    background-color: #2c2c2c !important;
    color: #aaa !important;
    border: 1px solid #555 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}
.bloque-licencias .fila-3 .col-observaciones textarea[b-p1je7kejuq] {
    height: 80px; /* Aumentá este valor a gusto */
    resize: vertical;
    width: 500px;
}


.bloque-licencias .fila-2b[b-p1je7kejuq] {
    gap: 0px;
    margin-top: 15px;
}
.bloque-licencias .cuadrante-restan[b-p1je7kejuq] {
    display: block;
    width: 100px; /* más angosto que un input */
    max-width: 100px;
    height: 38px; /* altura más compacta */
    line-height: 38px; /* texto centrado verticalmente */
    font-size: 14pt;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff10; /* fondo translúcido */
    color: white;
    border: 1px solid #ffffff33;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 2px; /* pequeño ajuste respecto al label */
}

.adjuntos-container[b-p1je7kejuq] {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; /* 👉 permite que bajen cuando no entra */
    gap: 10px; /* 👉 espacio horizontal y vertical */
}
/* === TABLA JORNADA === */
.tabla-jornada[b-p1je7kejuq] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(15, 30, 50); /* fondo base */
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

    /* Cabecera */
    .tabla-jornada th[b-p1je7kejuq] {
        background-color: #0d6efd; /* azul fuerte */
        color: white;
        font-weight: bold;
        padding: 8px 10px;
        text-align: center;
    }

    /* Celdas */
    .tabla-jornada td[b-p1je7kejuq] {
        padding: 8px 10px;
        color: white;
        text-align: center;
        background-color: rgb(15, 30, 50); /* uniforme oscuro */
        border: 1px solid rgba(255,255,255,0.15);
    }

    /* Filas alternadas */
    .tabla-jornada tr:nth-child(even) td[b-p1je7kejuq] {
        background-color: #1e3550; /* azul intermedio */
    }

    /* Hover */
    .tabla-jornada tr:hover td[b-p1je7kejuq] {
        background-color: rgba(255, 255, 255, 0.05);
    }

    /* ✔ verde en circulito */
    .tabla-jornada .check[b-p1je7kejuq] {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #28a745;
        color: white;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
    }



/* Horas restantes centrado */
.horas-restantes[b-p1je7kejuq] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

    .horas-restantes span[b-p1je7kejuq] {
        background: rgba(255, 255, 255, 0.1);
        padding: 8px 16px;
        border-radius: 8px;
        font-weight: 600;
        color: white;
        font-size: 12pt;
    }
/* Columna especial para que la tabla jornada ocupe todo el ancho */
.bloque-licencias .fila-2 .tabla-jornada-col[b-p1je7kejuq] {
    grid-column: 1 / -1; /* 🔹 se expande en las 3 columnas */
    display: flex;
    flex-direction: column; /* mantiene label arriba y tabla abajo */
    align-items: center; /* centra horizontalmente */
}

/* === BLOQUE DE FRANCO COMPENSATORIO === */
.resumen-franco[b-p1je7kejuq] {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.franco-card[b-p1je7kejuq] {
    background: linear-gradient(135deg, #1e3a5f, #0d6efd);
    color: white;
    padding: 18px 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    width: 280px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .franco-card:hover[b-p1je7kejuq] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.45);
    }

.franco-header[b-p1je7kejuq] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #cceeff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.franco-body[b-p1je7kejuq] {
    margin: 10px 0;
}

.franco-horas[b-p1je7kejuq] {
    font-size: 28px;
    font-weight: bold;
    color: #00e676; /* verde brillante para destacar */
    text-shadow: 0 0 6px rgba(0, 230, 118, 0.6);
}

.franco-footer[b-p1je7kejuq] {
    font-size: 12px;
    color: #ddd;
    margin-top: 8px;
    font-style: italic;
}

/* Columna especial para Franco Compensatorio */
.bloque-licencias .fila-2 .franco-col[b-p1je7kejuq] {
    grid-column: 1 / -1; /* ocupa las 3 columnas */
    display: flex;
    justify-content: center; /* centra la tarjeta */
}
/* Columna exclusiva para Franco Compensatorio */
.bloque-licencias .fila-2 .franco-col[b-p1je7kejuq] {
    grid-column: 1 / -1; /* ocupa las 3 columnas */
    display: flex;
    justify-content: center;
}

.franco-card[b-p1je7kejuq] {
    margin: 0 auto; /* asegura centrado */
    text-align: center;
}

input[type="date"].form-control[b-p1je7kejuq]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* 1 = blanco, 0 = negro */
    cursor: pointer;
}
/* _content/ArzBlazor/Components/Pages/Licencias.razor.rz.scp.css */


.tabla-movimientos[b-09gvivjlmu] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    font-family: sans-serif;
}

    .tabla-movimientos th[b-09gvivjlmu] {
        background-color: #007bff;
        color: white;
        padding: 12px;
        text-align: center;
    }

    .tabla-movimientos td[b-09gvivjlmu] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .tabla-movimientos tr:hover[b-09gvivjlmu] {
        background-color: #f9f9f9;
    }

.btn-categoria[b-09gvivjlmu] {
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14pt;
    font-weight: bold;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-categoria:hover[b-09gvivjlmu] {
        background-color: #218838;
    }
.btn-categoria[b-09gvivjlmu] {
    padding: 16px 28px;
    font-size: 18px;
    font-weight: bold;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    transition: all 0.25s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 200px;
    justify-content: center;
}

    .btn-categoria:hover[b-09gvivjlmu] {
        background-color: #0056b3;
        transform: scale(1.05);
    }

.btn-categoria-activo[b-09gvivjlmu] {
    background-color: #28a745;
    color: white;
    transform: scale(1.05);
}
.tabla-estilo[b-09gvivjlmu] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 15px;
}

    .tabla-estilo th[b-09gvivjlmu] {
        background-color: #0d6efd;
        color: white;
        padding: 8px;
        text-align: left;
    }

    .tabla-estilo td[b-09gvivjlmu] {
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }

.fila-activa[b-09gvivjlmu] {
    background-color: #f5faff !important;
    font-weight: bold;
}

.btn-icono[b-09gvivjlmu] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

    .btn-icono:hover[b-09gvivjlmu] {
        color: crimson;
    }

.zona-filtros[b-09gvivjlmu] {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.btn-aplicar[b-09gvivjlmu], .btn-exportar[b-09gvivjlmu] {
    margin-left: 10px;
    padding: 6px 12px;
    border: none;
    background-color: #0d6efd;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.chip-filtro[b-09gvivjlmu] {
    background-color: #e6f0ff;
    border: 1px solid #aad4ff;
    padding: 4px 10px;
    border-radius: 20px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}



input[type="date"].form-control[b-09gvivjlmu]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* 1 = blanco, 0 = negro */
    cursor: pointer;
}
/* _content/ArzBlazor/Components/Pages/Login.razor.rz.scp.css */
/* ==========================================
   🎯 LOGIN OSCURO - ESTILO GCBA / ARZ
   ========================================== */

.login-wrapper[b-p5j7ecun6r] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 1rem;
    background-color: rgb(10, 20, 35);
    color: #e0e0e0;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

/* --- Contenedor principal --- */
.login-container[b-p5j7ecun6r] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2.8rem 2.2rem;
    border-radius: 14px;
    max-width: 430px;
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: all 0.3s ease;
}

    .login-container:hover[b-p5j7ecun6r] {
        transform: translateY(-3px);
        box-shadow: 0 0 35px rgba(255, 255, 255, 0.1);
    }

/* --- Logo institucional --- */
.logo-box[b-p5j7ecun6r] {
    margin: 0 auto 1.8rem;
    max-width: 160px;
}

    .logo-box img[b-p5j7ecun6r] {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 0 6px rgba(255, 255, 255, 0.08);
    }

/* --- Título principal --- */
.login-container h2[b-p5j7ecun6r] {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: crimson; /* 🔴 rojo institucional */
    letter-spacing: 0.5px;
}

/* --- Campos de formulario --- */
.form-control[b-p5j7ecun6r] {
    width: 100%;
    background-color: rgb(15, 30, 50);
    color: silver;
    font-size: 14pt;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus[b-p5j7ecun6r] {
        background-color: rgb(20, 40, 65);
        border-color: crimson;
        box-shadow: 0 0 6px rgba(220, 20, 60, 0.5);
        outline: none;
    }

/* --- Botón principal --- */
.btn-login[b-p5j7ecun6r] {
    width: 100%;
    padding: 14px;
    font-size: 16pt;
    font-weight: bold;
    background-color: crimson;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .btn-login:hover[b-p5j7ecun6r] {
        background-color: #b71c1c;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(220, 20, 60, 0.35);
    }

    .btn-login:disabled[b-p5j7ecun6r] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn-login i[b-p5j7ecun6r] {
        margin-right: 10px;
    }

/* --- Mensajes de error y alertas refinados --- */
.alert[b-p5j7ecun6r] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12pt;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    text-align: center;
    line-height: 1.4;
}

    .alert.ok[b-p5j7ecun6r] {
        color: #a6e3a1;
        background-color: rgba(40, 167, 69, 0.1);
        border: 1px solid rgba(40, 167, 69, 0.25);
    }

    .alert.error[b-p5j7ecun6r] {
        color: #f28b82;
        background-color: rgba(220, 20, 60, 0.08);
        border: 1px solid rgba(220, 20, 60, 0.2);
    }

    .alert.warn[b-p5j7ecun6r] {
        color: #fdd663;
        background-color: rgba(255, 255, 0, 0.08);
        border: 1px solid rgba(255, 255, 0, 0.2);
    }


/* --- Enlaces extra (registro / olvido clave) --- */
.extra-links[b-p5j7ecun6r] {
    margin-top: 16px;
    font-size: 8pt;
    text-align: center;
    color: #bfc6d4; /* tono neutro institucional */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

    .extra-links a[b-p5j7ecun6r] {
        color: #4da3ff; /* 🔵 azul link institucional */
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s ease, text-decoration 0.2s ease;
    }

        .extra-links a:hover[b-p5j7ecun6r] {
            color: #80c3ff; /* azul más claro al pasar el mouse */
            text-decoration: underline;
        }

    .extra-links span[b-p5j7ecun6r] {
        color: #888;
        margin: 0 4px;
    }

/* --- Versión / pie --- */
.version-label[b-p5j7ecun6r] {
    position: absolute;
    bottom: 12px;
    right: 18px; /* 👈 cambia 'left' por 'right' */
    font-family: 'Cascadia Code', monospace;
    font-size: 9pt;
    color: rgba(200, 200, 200, 0.6);
    opacity: 0.6;
    text-align: right;
    letter-spacing: 0.5px;
}

/* Asegura que el contenedor tenga posición relativa */
.login-container[b-p5j7ecun6r] {
    position: relative;
}


/* --- Responsividad --- */
@media (max-width: 768px) {
    .login-container[b-p5j7ecun6r] {
        max-width: 90%;
        padding: 2.2rem 1.8rem;
    }

        .login-container h2[b-p5j7ecun6r] {
            font-size: 24px;
        }

    .form-control[b-p5j7ecun6r] {
        font-size: 13pt;
        padding: 11px;
    }

    .btn-login[b-p5j7ecun6r] {
        font-size: 14pt;
        padding: 12px;
    }

    .extra-links[b-p5j7ecun6r] {
        font-size: 12.5pt;
    }
}

@media (max-width: 480px) {
    .login-wrapper[b-p5j7ecun6r] {
        padding: 0.8rem;
        align-items: flex-start;
    }

    .login-container[b-p5j7ecun6r] {
        padding: 1.8rem 1.4rem;
        border-radius: 10px;
        margin-top: 2rem;
    }

        .login-container h2[b-p5j7ecun6r] {
            font-size: 22px;
        }

    .form-control[b-p5j7ecun6r] {
        font-size: 12pt;
    }

    .btn-login[b-p5j7ecun6r] {
        font-size: 13pt;
        padding: 10px;
    }

    .alert[b-p5j7ecun6r] {
        font-size: 12pt;
    }

    .extra-links[b-p5j7ecun6r] {
        font-size: 12pt;
    }
}
/* _content/ArzBlazor/Components/Pages/ModalConfirmarLegajo.razor.rz.scp.css */
/* ==== IMAGEN ==== */
.modal-legajo-imagen[b-rl3a6odont] {
    display: block;
    margin: 10px auto 20px;
    max-width: 100px;
    height: auto;
    filter: brightness(0.95);
    opacity: 0.9;
}

/* ==== TEXTO ==== */
.modal-legajo-texto[b-rl3a6odont] {
    text-align: center;
    color: white;
    font-size: 16pt;
    margin-bottom: 10px;
}

.modal-legajo-subtexto[b-rl3a6odont] {
    text-align: center;
    color: #cccccc;
    font-size: 13pt;
    margin-bottom: 20px;
}

/* ==== BOTONES ==== */
.modal-legajo-botones[b-rl3a6odont] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.btn-legajo[b-rl3a6odont] {
    padding: 10px 16px;
    font-size: 14pt;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease-in-out;
    display: flex; /* 🔥 NECESARIO */
    align-items: center; /* 🔥 Centra vertical */
    justify-content: center; /* 🔥 Centra horizontal */
    gap: 8px; /* Espacio entre icono y texto */
    width: 100%; /* Para que todos los botones tengan igual ancho */
}


    .btn-legajo span.icono-legajo[b-rl3a6odont] {
        font-size: 16pt;
    }

.btn-verde[b-rl3a6odont] {
    background-color: #28a745 !important;
}

    .btn-verde:hover[b-rl3a6odont] {
        background-color: #218838 !important;
    }

.btn-amarillo[b-rl3a6odont] {
    background-color: #ffc107 !important;
    color: black !important;
}

    .btn-amarillo:hover[b-rl3a6odont] {
        background-color: #e0a800 !important;
    }

.btn-rojo[b-rl3a6odont] {
    background-color: #dc3545 !important;
}

    .btn-rojo:hover[b-rl3a6odont] {
        background-color: #c82333 !important;
    }
.modal-input-legajo[b-rl3a6odont] {
    width: 60%;
    margin: 0 auto 15px auto;
    padding: 10px;
    font-size: 14pt;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    background-color: #f9f9f9;
}
/* === Modal Overlay === */
.modal-overlay[b-rl3a6odont] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

/* === Modal Container === */
.modal-content[b-rl3a6odont] {
    background: #1e1e1e;
    color: white;
    padding: 25px;
    width: 500px;
    max-width: 90%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    position: relative;
    overflow: visible !important; /* 🔥 NECESARIO PARA MudSelect */
}

/* === Header === */
.modal-header[b-rl3a6odont] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.btn-cerrar[b-rl3a6odont] {
    background: transparent;
    color: white;
    border: none;
    font-size: 20pt;
    cursor: pointer;
}

    .btn-cerrar:hover[b-rl3a6odont] {
        color: #ff4d4d;
    }
/* _content/ArzBlazor/Components/Pages/ModalConformidad.razor.rz.scp.css */
/* Fondo oscurecido */
.modal-backdrop[b-n8h8c4cq9s] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Contenedor modal */
.modal-conformidad[b-n8h8c4cq9s] {
    background: #FFFFFF;
    padding: 28px;
    width: 420px;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    animation: aparecer-b-n8h8c4cq9s 0.22s ease-out;
}

/* Animación */
@keyframes aparecer-b-n8h8c4cq9s {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Título */
.titulo[b-n8h8c4cq9s] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1E293B;
    text-align: center;
}

/* Texto descriptivo */
.descripcion[b-n8h8c4cq9s] {
    font-size: 14px;
    color: #475569;
    margin-bottom: 18px;
    text-align: center;
}

/* Campo de formulario */
.campo[b-n8h8c4cq9s] {
    margin-bottom: 15px;
}

    .campo label[b-n8h8c4cq9s] {
        display: block;
        font-size: 13px;
        color: #334155;
        font-weight: 600;
        margin-bottom: 4px;
    }

.input-text[b-n8h8c4cq9s] {
    width: 100%;
    padding: 10px;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    resize: none;
    transition: border-color 0.2s ease;
}

    .input-text:focus[b-n8h8c4cq9s] {
        border-color: #16A34A;
    }

/* Error */
.alerta-error[b-n8h8c4cq9s] {
    background: #FEE2E2;
    border: 1px solid #FCA5A5;
    color: #B91C1C;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 16px;
}

/* Botones */
.acciones[b-n8h8c4cq9s] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.btn-cancelar[b-n8h8c4cq9s],
.btn-confirmar[b-n8h8c4cq9s] {
    flex: 1;
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: 0.2s;
}

.btn-cancelar[b-n8h8c4cq9s] {
    background: #E5E7EB;
    color: #334155;
    margin-right: 8px;
}

    .btn-cancelar:hover[b-n8h8c4cq9s] {
        background: #CBD5E1;
    }

.btn-confirmar[b-n8h8c4cq9s] {
    background: #16A34A;
    color: white;
}

    .btn-confirmar:hover[b-n8h8c4cq9s] {
        background: #15803D;
    }

    .btn-confirmar:disabled[b-n8h8c4cq9s] {
        opacity: 0.6;
        cursor: not-allowed;
    }
/* _content/ArzBlazor/Components/Pages/MovimientosTabla.razor.rz.scp.css */
/* === CONTENEDOR DE FILTROS === */
.zona-filtros[b-oiuqokqqck] {
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    color: white;
}

/* === FILTROS APLICADOS === */
.chips-filtros[b-oiuqokqqck] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.chip-filtro[b-oiuqokqqck] {
    background-color: #007bff;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 13pt;
}

.btn-cerrar[b-oiuqokqqck] {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

/* === SELECT Y BOTONES DE FILTROS === */
.agregar-filtro select[b-oiuqokqqck] {
    background-color: #1a2b40;
    color: white;
    border: 1px solid #444;
    padding: 6px 10px;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 12pt;
}

/* === FILTROS EN LÍNEA === */
.zona-filtros-linea[b-oiuqokqqck] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

    .zona-filtros-linea select[b-oiuqokqqck],
    .zona-filtros-linea input[b-oiuqokqqck] {
        background-color: #1a2b40;
        color: white;
        border: 1px solid #444;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 12pt;
    }

/* === CHIPS DINÁMICOS === */
.chips-filtros-inline[b-oiuqokqqck] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.chip-filtro[b-oiuqokqqck] {
    background-color: #007bff;
    color: white;
    padding: 4px 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    font-size: 11pt;
}

/* === RESUMEN POR AGENTE === */
.resumen-agente[b-oiuqokqqck] {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-left: 4px solid dodgerblue;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
    font-family: 'Segoe UI', sans-serif;
}

/* === BOTONES SUPERIORES === */
.btn-exportar[b-oiuqokqqck] {
    background-color: #198754;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

    .btn-exportar:hover[b-oiuqokqqck] {
        background-color: #157347;
    }

.btn-aplicar[b-oiuqokqqck] {
    flex-shrink: 0;
    min-width: 120px;
    padding: 6px 12px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    height: 38px;
}

    .btn-aplicar:hover[b-oiuqokqqck] {
        background-color: #0056b3;
    }

.agregar-filtro[b-oiuqokqqck] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.acciones-filtros[b-oiuqokqqck] {
    display: flex;
    gap: 10px;
}

/* === TABLA DE MOVIMIENTOS === */
.tabla-estilo[b-oiuqokqqck] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    background-color: rgb(15, 30, 50);
    border-radius: 10px;
    overflow: hidden;
}


    .tabla-estilo th[b-oiuqokqqck] {
        background-color: #0d6efd;
        color: white;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }

    .tabla-estilo td[b-oiuqokqqck] {
        padding: 10px;
        color: white;
        text-align: center;
        background-color: rgb(15, 30, 50);
        border-bottom: 1px solid white;
    }


    /* === Ajuste para mantener una sola fila por registro === */
    .tabla-estilo th[b-oiuqokqqck],
    .tabla-estilo td[b-oiuqokqqck] {
        white-space: nowrap; /* ✅ evita que el texto de las celdas se divida en varias líneas */
        overflow: hidden;
        text-overflow: ellipsis; /* ✅ muestra “...” si el texto no entra */
    }

        /* === Solo la columna Observaciones puede achicarse === */
        /* ⚠️ Ajustá el número (8) si Observaciones no es la 8.ª columna */
        .tabla-estilo th:nth-child(8)[b-oiuqokqqck],
        .tabla-estilo td:nth-child(8)[b-oiuqokqqck] {
            white-space: normal; /* ✅ permite salto de línea solo en Observaciones */
            text-align: left; /* ✅ más natural para texto largo */
            max-width: 250px; /* ✅ limita su ancho sin afectar otras columnas */
        }

/* === En pantallas más chicas, Observaciones se reduce un poco más === */
@media (max-width: 900px) {
    .tabla-estilo th:nth-child(8)[b-oiuqokqqck],
    .tabla-estilo td:nth-child(8)[b-oiuqokqqck] {
        max-width: 180px;
    }
}


    .tabla-estilo tr:hover td[b-oiuqokqqck] {
        background-color: rgba(255, 255, 255, 0.07);
        cursor: pointer;
    }

    .tabla-estilo tr.fila-activa td[b-oiuqokqqck] {
        background-color: #546e7a !important;
        color: #fff !important;
        font-weight: bold;
    }

    .tabla-estilo tr.fila-eliminando td[b-oiuqokqqck] {
        background-color: #8b0000 !important;
        color: #fff !important;
        font-weight: bold;
    }

/* === COLORES POR PERIODO === */
.fondo-verde td[b-oiuqokqqck] {
    background-color: #2e4632 !important;
    color: #ffffff !important;
}

.fondo-amarillo td[b-oiuqokqqck] {
    background-color: #8c7410 !important; /* amarillo mostaza sobrio */
    color: #ffffff !important;
}



.fondo-rojo td[b-oiuqokqqck] {
    background-color: #3b1f1f !important;
    color: #ffffff !important;
}

/* === HORAS EXTRAS 100% === */
.fila-porcentaje-100 td[b-oiuqokqqck] {
    font-weight: 700;
    font-style: italic;
    border-left: none;
    border-right: none;
    text-shadow: none;
    position: relative;
}

/* ✅ Mantiene color del período */
.fondo-verde.fila-porcentaje-100 td[b-oiuqokqqck] {
    background-color: #2e4632 !important;
    color: #ffffff !important;
}

.fondo-amarillo.fila-porcentaje-100 td[b-oiuqokqqck] {
    background-color: #8c7410 !important; /* igual que el fondo-amarillo normal */
    color: #ffffff !important;
}


.fondo-rojo.fila-porcentaje-100 td[b-oiuqokqqck] {
    background-color: #3b1f1f !important;
    color: #ffffff !important;
}

/* ✳️ Agregar tilde verde al lado del texto del porcentaje */
.fila-porcentaje-100 td:nth-child(6)[b-oiuqokqqck]::after {
    /* ajusta el número (4) según la columna donde aparece el porcentaje */
    content: " ✓";
    color: #00ff7f; /* verde suave tipo “success” */
    font-weight: 700;
    margin-left: 4px;
}

/* Hover leve */
.fila-porcentaje-100:hover td[b-oiuqokqqck] {
    filter: brightness(1.1);
    transition: filter 0.2s ease-in-out;
}



/* === BOTONES DE ACCIÓN === */
.btn-icono[b-oiuqokqqck] {
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 6px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    margin: 0 4px;
}

    .btn-icono.editar[b-oiuqokqqck] {
        background-color: #ffc107;
        color: black;
    }

        .btn-icono.editar:hover[b-oiuqokqqck] {
            background-color: #e0a800;
        }

    /* === BOTÓN ELIMINAR (mismo estilo, texto blanco) === */
    .btn-icono.eliminar[b-oiuqokqqck] {
        background-color: #ff6666; /* fondo rojizo suave */
        color: #ffffff; /* ✅ texto blanco */
        border: 1px solid #ff4d4d; /* contorno rojo sutil */
        transition: 0.2s ease-in-out;
    }

        .btn-icono.eliminar:hover[b-oiuqokqqck] {
            background-color: #ff4d4d; /* rojo más fuerte al hover */
            color: #ffffff; /* mantiene el texto blanco */
            border-color: #ff4d4d;
            transform: scale(1.05);
        }


    /* === BOTÓN EXPORTAR (gris con ícono verde) === */
    .btn-icono.excel[b-oiuqokqqck] {
        background-color: #9be29b; /* 💚 verde claro, más visible */
        color: #006b00; /* verde oscuro para el ícono */
        border: 1px solid #00a000; /* contorno verde elegante */
        transform: scale(1.10); /* leve ampliación */
        transition: 0.2s ease-in-out;
    }

        .btn-icono.excel:hover[b-oiuqokqqck] {
            background-color: #b3f0b3; /* verde más brillante al hover */
            color: #007f00; /* ícono verde más intenso */
            border-color: #00cc00; /* borde acompaña el brillo */
            transform: scale(1.05); /* leve ampliación */
        }


    .btn-icono.clip[b-oiuqokqqck] {
        background-color: #5a6473;
        color: #dcdcdc;
    }

        .btn-icono.clip:hover[b-oiuqokqqck] {
            background-color: #6f7c8c;
            color: #ffffff;
        }

/* === DESHABILITADOS === */
button.btn-icono:disabled[b-oiuqokqqck] {
    background-color: #e0e0e0;
    color: #888;
    cursor: not-allowed;
    opacity: 0.6;
    border: 1px solid #ccc;
}

    button.btn-icono:disabled:hover[b-oiuqokqqck] {
        background-color: #e0e0e0;
        color: #888;
    }
/* _content/ArzBlazor/Components/Pages/Notificaciones.razor.rz.scp.css */

/* === BLOQUES SEPARADOS === */
.bloque-notificacion[b-740vg3ophg] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* === TÍTULOS === */
.pagina-notificaciones[b-740vg3ophg] {
    padding: 20px;
}

    .pagina-notificaciones h2[b-740vg3ophg] {
        font-size: 28px;
        color: #0d6efd;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .pagina-notificaciones h4[b-740vg3ophg] {
        margin-bottom: 15px;
        font-size: 18px;
        color: #c0d4f7; /* azul claro suave */
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        text-shadow: 1px 1px 2px #00000040;
    }

/* === TABLAS OSCURAS UNIFICADAS === */
.tabla-notificaciones[b-740vg3ophg] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(15, 30, 50);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    .tabla-notificaciones th[b-740vg3ophg] {
        background-color: #0d6efd;
        color: white;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }

    .tabla-notificaciones td[b-740vg3ophg] {
        padding: 10px;
        text-align: center;
        color: white;
        background-color: rgb(15, 30, 50);
        border-bottom: 1px solid #ffffff22;
    }

    /* Zebra */
    .tabla-notificaciones tr:nth-child(even) td[b-740vg3ophg] {
        background-color: #1e3550;
    }

    /* Hover */
    .tabla-notificaciones tr:not(.fondo-verde):not(.fondo-amarillo):not(.fondo-rojo):hover td[b-740vg3ophg] {
        background-color: rgba(255, 255, 255, 0.05);
        cursor: pointer;
    }

/* === BOTONES DE ACCIÓN === */
.btn-notificacion[b-740vg3ophg] {
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: transform 0.15s ease, background-color 0.15s ease;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

    .btn-notificacion:hover[b-740vg3ophg] {
        transform: scale(1.05);
    }

.btn-cerrar[b-740vg3ophg] {
    background-color: crimson;
    color: white;
}

    .btn-cerrar:hover[b-740vg3ophg] {
        background-color: #a80000;
    }

.btn-cerrar-multiples[b-740vg3ophg] {
    background-color: #dc3545;
    color: white;
    margin-bottom: 10px;
}

.btn-autorizar[b-740vg3ophg] {
    background-color: #28a745;
    color: white;
    margin-right: 10px;
}

.btn-rechazar[b-740vg3ophg] {
    background-color: #ffc107;
    color: black;
}

/* Checkbox */
input[type="checkbox"][b-740vg3ophg] {
    width: 18px;
    height: 18px;
    accent-color: #0d6efd;
    cursor: pointer;
}

/* Íconos en botones */
.btn-notificacion i[b-740vg3ophg] {
    margin-right: 5px;
}
/* Fondo semitransparente que cubre toda la pantalla */
.loading-overlay[b-740vg3ophg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000; /* asegurarse que esté arriba de todo */
    flex-direction: column;
}

/* Spinner circular */
.spinner[b-740vg3ophg] {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin-b-740vg3ophg 1s linear infinite;
}

/* Animación del spinner */
@keyframes spin-b-740vg3ophg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Texto debajo del spinner */
.loading-text[b-740vg3ophg] {
    margin-top: 15px;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}
/* _content/ArzBlazor/Components/Pages/Perfil.razor.rz.scp.css */
.perfil-container[b-0l2yah7i2q] {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    color: white;
}

.perfil-dato[b-0l2yah7i2q] {
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.form-cambio-clave[b-0l2yah7i2q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

    .form-cambio-clave input[b-0l2yah7i2q] {
        padding: 8px;
        border-radius: 6px;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        color: black;
    }

.btn-cambiar-clave[b-0l2yah7i2q] {
    padding: 8px 16px;
    background-color: #2274f5;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-cambiar-clave:hover[b-0l2yah7i2q] {
        background-color: #1a5cc9;
    }

.mensaje[b-0l2yah7i2q] {
    margin-top: 8px;
    font-size: 0.95rem;
}
/* _content/ArzBlazor/Components/Pages/Recibo.razor.rz.scp.css */
/* =======================================================
   LAYOUT GENERAL
   ======================================================= */
.recibo-layout[b-8iudqbpzqf] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    background-color: #F5F6FA;
    color: #1E293B;
    font-family: 'Segoe UI', Calibri, sans-serif;
}

/* =======================================================
   SIDEBAR
   ======================================================= */
.recibo-sidebar[b-8iudqbpzqf] {
    width: 300px;
    background: #FFFFFF;
    border-right: 1px solid #E2E8F0;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    box-shadow: 2px 0 4px rgba(0,0,0,0.04);
}

.sidebar-header[b-8iudqbpzqf] {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #16A34A;
    text-transform: uppercase;
    letter-spacing: .7px;
}

/* Scroll suave */
.recibo-sidebar[b-8iudqbpzqf]::-webkit-scrollbar {
    width: 8px;
}

.recibo-sidebar[b-8iudqbpzqf]::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 4px;
}

/* =======================================================
   ITEMS DE LA LISTA (tipo Visma)
   ======================================================= */
.recibo-item[b-8iudqbpzqf] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: white;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .recibo-item[b-8iudqbpzqf]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: linear-gradient(180deg, #16A34A, #10B981);
        border-radius: 4px 0 0 4px;
    }

    /* Hover */
    .recibo-item:hover[b-8iudqbpzqf] {
        transform: translateX(4px);
        border-color: #9AE6B4;
        box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    }

    /* Activo */
    .recibo-item.activo[b-8iudqbpzqf] {
        background: #ECFDF5;
        border-color: #16A34A;
    }

        .recibo-item.activo[b-8iudqbpzqf]::before {
            background: #16A34A;
        }

    /* =======================================================
   ESTADO FIRMADO
   ======================================================= */
    .recibo-item.firmado[b-8iudqbpzqf] {
        background: #F0FDF4;
        border-color: #86EFAC;
    }

        .recibo-item.firmado i[b-8iudqbpzqf] {
            color: #059669;
        }

        .recibo-item.firmado[b-8iudqbpzqf]::after {
            content: "✓";
            position: absolute;
            right: 14px;
            font-size: 16px;
            color: #16A34A;
            font-weight: 700;
        }

    /* =======================================================
   ESTADO BLOQUEADO (aún no habilitado)
   ======================================================= */
    .recibo-item.bloqueado[b-8iudqbpzqf] {
        opacity: 0.55;
        filter: grayscale(0.7);
        cursor: not-allowed;
    }
        .recibo-item.bloqueado[b-8iudqbpzqf]::after {
            content: "\f023"; /* fa-lock */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 14px;
            color: #374151;
            font-size: 16px;
            opacity: 0.75;
        }


        .recibo-item.bloqueado:hover[b-8iudqbpzqf] {
            transform: none;
            box-shadow: none;
        }

    /* Iconos */
    .recibo-item i[b-8iudqbpzqf] {
        font-size: 22px;
        color: #16A34A;
    }

    .recibo-item .info[b-8iudqbpzqf] {
        display: flex;
        flex-direction: column;
    }

    .recibo-item .fecha[b-8iudqbpzqf] {
        font-weight: 600;
        font-size: 14px;
        color: #1E293B;
    }

    .recibo-item .detalle[b-8iudqbpzqf] {
        font-size: 12px;
        color: #6B7280;
    }

/* =======================================================
   CONTENIDO PDF
   ======================================================= */
.recibo-contenido[b-8iudqbpzqf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

/* =======================================================
   TOOLBAR SUPERIOR
   ======================================================= */
.recibo-toolbar[b-8iudqbpzqf] {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #16A34A;
    padding: 0 22px;
    color: white;
    font-weight: 500;
    border-bottom: 2px solid #0E9F43;
    box-shadow: 0 3px 6px rgba(0,0,0,0.18);
}

/* Botones */
.btn-secundario[b-8iudqbpzqf],
.btn-firmar[b-8iudqbpzqf] {
    border: none;
    padding: 9px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all .25s ease;
}

.btn-secundario[b-8iudqbpzqf] {
    background: #E5E7EB;
    color: #1E293B;
}

    .btn-secundario:hover:not(:disabled)[b-8iudqbpzqf] {
        background: #CBD5E1;
    }

    .btn-secundario:disabled[b-8iudqbpzqf] {
        opacity: .45;
        cursor: not-allowed;
    }

.btn-firmar[b-8iudqbpzqf] {
    background: white;
    color: #16A34A;
    border: 2px solid white;
}

    .btn-firmar:hover:not(:disabled)[b-8iudqbpzqf] {
        background: #DCFCE7;
        border-color: #16A34A;
    }

    .btn-firmar:disabled[b-8iudqbpzqf] {
        opacity: .45;
        cursor: not-allowed;
    }

/* Zoom */
.toolbar-center[b-8iudqbpzqf] {
    display: flex;
    gap: 10px;
}

    .toolbar-center button[b-8iudqbpzqf] {
        background: white;
        border: 1px solid #D1D5DB;
        color: #1E293B;
        border-radius: 8px;
        padding: 6px 12px;
        font-size: 14px;
        cursor: pointer;
        transition: 0.2s;
    }

        .toolbar-center button:hover[b-8iudqbpzqf] {
            background: #E2E8F0;
        }

/* PDF */
.pdf-viewer[b-8iudqbpzqf] {
    flex: 1;
    background: #F3F4F6;
    padding: 10px;
    display: flex;
    justify-content: center;
}

    .pdf-viewer iframe[b-8iudqbpzqf] {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        border: none;
        background: #FFFFFF;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    }

.pdf-vacio[b-8iudqbpzqf] {
    color: #64748B;
    font-size: 16px;
    border: 2px dashed #CBD5E1;
    background: #F8FAFC;
    padding: 30px 45px;
    border-radius: 12px;
    text-align: center;
}

    .pdf-vacio:hover[b-8iudqbpzqf] {
        border-color: #16A34A;
        background: #ECFDF5;
        color: #166534;
    }

/* =======================================================
   RESPONSIVE
   ======================================================= */
@media (max-width: 900px) {

    .recibo-layout[b-8iudqbpzqf] {
        flex-direction: column;
    }

    .recibo-sidebar[b-8iudqbpzqf] {
        width: 100%;
        height: 240px;
        flex-direction: row;
        flex-wrap: wrap;
        overflow-y: auto;
        border-right: none;
        border-bottom: 1px solid #E5E7EB;
    }

    .recibo-item[b-8iudqbpzqf] {
        width: calc(50% - 10px);
        margin-right: 8px;
    }

}
.candado[b-8iudqbpzqf] {
    position: absolute;
    right: 14px;
    font-size: 16px;
    color: #374151;
    opacity: 0.75;
}

.destacado[b-8iudqbpzqf] {
    position: absolute;
    right: 14px;
    font-size: 18px;
    color: #16A34A;
    opacity: 0.9;
}

.texto-verde[b-8iudqbpzqf] {
    position: absolute;
    right: 14px;
    font-size: 18px;
    color: #059669;
    opacity: 0.95;
}




/* _content/ArzBlazor/Components/Pages/RecibosAdmin.razor.rz.scp.css */
.admin-recibos-layout[b-u7uequdtwm] {
    padding: 25px;
    color: #e5e7eb;
}

/* Loading */
.admin-loading[b-u7uequdtwm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    color: #cbd5f5;
}

    .admin-loading .spinner[b-u7uequdtwm] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 4px solid rgba(148,163,184,0.4);
        border-top-color: #38bdf8;
        animation: spin-b-u7uequdtwm 0.8s linear infinite;
    }

@keyframes spin-b-u7uequdtwm {
    to {
        transform: rotate(360deg);
    }
}

/* Acceso denegado */
.acceso-denegado[b-u7uequdtwm] {
    text-align: center;
    padding-top: 80px;
}

    .acceso-denegado h2[b-u7uequdtwm] {
        font-size: 32px;
        margin-bottom: 10px;
    }

.btn-volver[b-u7uequdtwm] {
    background: #2563eb;
    border: none;
    color: white;
    padding: 12px 26px;
    margin-top: 20px;
    border-radius: 12px;
}

/* HEADER */
.header-admin h1[b-u7uequdtwm] {
    font-size: 32px;
    margin-bottom: 10px;
}

.header-admin p[b-u7uequdtwm] {
    color: #cbd5f5;
    max-width: 420px;
}

/* FILTROS */
.filtros-box[b-u7uequdtwm] {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .filtros-box label[b-u7uequdtwm] {
        font-size: 13px;
    }

    .filtros-box select[b-u7uequdtwm],
    .filtros-box input[b-u7uequdtwm] {
        padding: 6px 10px;
        border-radius: 8px;
        border: 1px solid #334155;
        background: #1e293b;
        color: #e5e7eb;
    }

/* TABLA */
.tabla-box[b-u7uequdtwm] {
    margin-top: 25px;
    overflow-x: auto;
}

.tabla-recibos[b-u7uequdtwm] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .tabla-recibos th[b-u7uequdtwm],
    .tabla-recibos td[b-u7uequdtwm] {
        padding: 12px 10px;
        border-bottom: 1px solid #334155;
    }

    .tabla-recibos th[b-u7uequdtwm] {
        background: #0f172a;
    }

/* ESTADOS */
.badge[b-u7uequdtwm] {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
}

    .badge.pendiente[b-u7uequdtwm] {
        background: #475569;
    }

    .badge.publicado[b-u7uequdtwm] {
        background: #059669;
    }

/* ACCIONES */
.acciones button[b-u7uequdtwm] {
    margin-right: 6px;
    border-radius: 10px;
    border: none;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
}

.btn-descargar[b-u7uequdtwm] {
    background: #1e40af;
    color: white;
}

.btn-publicar[b-u7uequdtwm] {
    background: #059669;
    color: white;
}

.btn-republicar[b-u7uequdtwm] {
    background: #0ea5e9;
    color: white;
}

.btn-reemplazar[b-u7uequdtwm] {
    background: #d97706;
    color: white;
}

/* MODAL */
.modal-backdrop[b-u7uequdtwm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.65);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-reemplazo[b-u7uequdtwm] {
    background: #1e293b;
    padding: 25px;
    border-radius: 18px;
    width: 420px;
    color: #e5e7eb;
}

.modal-btns[b-u7uequdtwm] {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-guardar[b-u7uequdtwm] {
    background: #059669;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 12px;
}

.btn-cerrar[b-u7uequdtwm] {
    background: #475569;
    border: none;
    padding: 10px 24px;
    border-radius: 12px;
}

.error[b-u7uequdtwm] {
    color: #ef4444;
    margin-top: 8px;
}
/* _content/ArzBlazor/Components/Pages/Registro.razor.rz.scp.css */
/* =====================================================
   🩸 FORMULARIO DE REGISTRO – Estilo oscuro institucional
   ===================================================== */

.registro-wrapper-dark[b-abbpa9f55t] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: rgb(10, 20, 35);
    min-height: 100vh;
    padding: 2rem 1rem;
    color: #dcdcdc;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

/* --- Contenedor principal --- */
.registro-container-dark[b-abbpa9f55t] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 14px;
    width: 100%;
    max-width: 640px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

    .registro-container-dark:hover[b-abbpa9f55t] {
        box-shadow: 0 0 35px rgba(255, 255, 255, 0.08);
        transform: translateY(-2px);
    }

    /* --- Título principal --- */
    .registro-container-dark h2[b-abbpa9f55t] {
        text-align: center;
        font-size: 26px;
        color: crimson;
        font-weight: 700;
        margin-bottom: 0.6rem;
        letter-spacing: 0.4px;
    }

.subtitulo[b-abbpa9f55t] {
    text-align: center;
    font-size: 14pt;
    color: #bfbfbf;
    margin-bottom: 1.8rem;
}

/* --- Grillas adaptables --- */
.grid-2[b-abbpa9f55t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 600px) {
    .grid-2[b-abbpa9f55t] {
        grid-template-columns: 1fr; /* 📱 stack vertical en móviles */
    }
}

/* --- Etiquetas e inputs --- */
.form-group[b-abbpa9f55t] {
    margin-bottom: 1rem;
}

    .form-group label[b-abbpa9f55t] {
        font-weight: 600;
        font-size: 13pt;
        margin-bottom: 0.4rem;
        display: block;
        color: #e0e0e0;
    }

.form-control[b-abbpa9f55t] {
    width: 100%;
    background-color: rgb(15, 30, 50);
    color: silver;
    font-size: 13pt;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus[b-abbpa9f55t] {
        background-color: rgb(20, 40, 65);
        border-color: crimson;
        box-shadow: 0 0 6px rgba(220, 20, 60, 0.4);
        outline: none;
    }

/* --- Caja de términos y condiciones --- */
.terms-box-dark[b-abbpa9f55t] {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1rem;
    max-height: 220px;
    overflow-y: auto;
    font-size: 12.5pt;
    color: silver;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    line-height: 1.6;
}

    .terms-box-dark h4[b-abbpa9f55t] {
        color: crimson;
        font-size: 14pt;
        font-weight: 700;
        margin-bottom: 0.8rem;
    }

/* --- Checkbox términos --- */
.checkbox[b-abbpa9f55t] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 12.5pt;
    color: lightgray;
    margin-bottom: 1.6rem;
}

    .checkbox input[b-abbpa9f55t] {
        transform: scale(1.3);
        accent-color: crimson;
        cursor: pointer;
    }

/* --- Reglas de contraseña --- */
.pwd-rules-dark[b-abbpa9f55t] {
    margin-top: 0.6rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 0.8rem 1rem;
    font-size: 11.5pt;
    color: #ccc;
    line-height: 1.5;
}

.ok-rule[b-abbpa9f55t]::before {
    content: "✔";
    color: #28A745;
    font-weight: bold;
    margin-right: 6px;
}

.fail-rule[b-abbpa9f55t]::before {
    content: "⚠";
    color: #E67E22;
    font-weight: bold;
    margin-right: 6px;
}

/* --- Botón principal --- */
.btn-registrar-dark[b-abbpa9f55t] {
    width: 100%;
    padding: 1rem;
    font-size: 15pt;
    font-weight: bold;
    background-color: crimson;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .btn-registrar-dark:hover:not(:disabled)[b-abbpa9f55t] {
        background-color: #b71c1c;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 20, 60, 0.4);
    }

    .btn-registrar-dark:disabled[b-abbpa9f55t] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* --- Alertas / feedback --- */
.alert.ok[b-abbpa9f55t] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
    padding: 0.9rem;
    border-radius: 8px;
    text-align: center;
    font-size: 13pt;
}

.alert.error[b-abbpa9f55t] {
    background: rgba(220, 20, 60, 0.1);
    color: #ff8080;
    border: 1px solid rgba(220, 20, 60, 0.3);
    padding: 0.9rem;
    border-radius: 8px;
    text-align: center;
    font-size: 13pt;
}

/* --- Footer del formulario --- */
.footer-links-dark[b-abbpa9f55t] {
    margin-top: 2rem;
    text-align: center;
    font-size: 13pt;
    color: #aaa;
}

    .footer-links-dark a[b-abbpa9f55t] {
        color: crimson;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s ease;
    }

        .footer-links-dark a:hover[b-abbpa9f55t] {
            color: #f1c40f;
        }

/* --- Responsividad adicional --- */
@media (max-width: 480px) {
    .registro-container-dark[b-abbpa9f55t] {
        padding: 1.8rem;
        border-radius: 10px;
    }

        .registro-container-dark h2[b-abbpa9f55t] {
            font-size: 22px;
        }

    .form-control[b-abbpa9f55t] {
        font-size: 12pt;
        padding: 10px;
    }

    .btn-registrar-dark[b-abbpa9f55t] {
        font-size: 13pt;
        padding: 0.8rem;
    }

    .pwd-rules-dark[b-abbpa9f55t] {
        font-size: 10.5pt;
    }
}

/* 🧩 Personalización SweetAlert registro */
.swal-popup-custom[b-abbpa9f55t] {
    border-radius: 16px !important;
    padding: 1.8rem !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
}

.swal2-title[b-abbpa9f55t] {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #003366 !important;
}

.swal2-html-container[b-abbpa9f55t] {
    font-size: 1rem !important;
    color: #444 !important;
    line-height: 1.5 !important;
    margin-top: 0.5rem !important;
}

.swal2-confirm[b-abbpa9f55t] {
    font-weight: 600 !important;
    padding: 0.6rem 1.4rem !important;
    border-radius: 8px !important;
}

.swal2-cancel[b-abbpa9f55t] {
    font-weight: 500 !important;
    padding: 0.6rem 1.4rem !important;
    border-radius: 8px !important;
}
/* _content/ArzBlazor/Components/Pages/ReporteLicencias.razor.rz.scp.css */

/* === CONTENEDOR GENERAL === */
.zona-configuracion-reporte[b-3fcm1c8wf0] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

/* === PANELES DE SELECCIÓN DE COLUMNAS === */
.panel-columnas[b-3fcm1c8wf0] {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

/* === CAJAS DE CAMPOS === */
.lista-campos[b-3fcm1c8wf0] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .lista-campos h4[b-3fcm1c8wf0] {
        margin-bottom: 12px;
        color: #cceeff;
        font-size: 15pt;
    }

.lista-campos-contenido[b-3fcm1c8wf0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* cajas parejas */
    gap: 10px;
}

/* === ITEM DE CAMPO === */
.item-campo[b-3fcm1c8wf0] {
    background-color: #1a2b40;
    padding: 6px 10px; /* más compacto */
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 12px; /* texto más chico */
    line-height: 1.2; /* altura controlada */
    min-height: 40px; /* todas iguales en altura */
    box-sizing: border-box; /* incluye padding en el cálculo */
}


.btn-vermas[b-3fcm1c8wf0] {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

    .btn-vermas:hover[b-3fcm1c8wf0] {
        background-color: #0b5ed7;
    }

.item-campo.disponible[b-3fcm1c8wf0] {
    background-color: #1f4d2b;
}

    .item-campo.disponible:hover[b-3fcm1c8wf0] {
        background-color: #2e7d32;
    }

.item-campo.activo[b-3fcm1c8wf0] {
    background-color: #0d6efd;
}

/* === BOTONES DE CAMPOS === */
.btn-agregar[b-3fcm1c8wf0],
.btn-quitar[b-3fcm1c8wf0] {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: transform 0.15s ease, background-color 0.2s ease;
}

/* Botón AGREGAR con estilo destacado */
.item-campo.disponible .btn-agregar[b-3fcm1c8wf0] {
    background-color: #28a745;
    color: white;
}

    .item-campo.disponible .btn-agregar:hover[b-3fcm1c8wf0] {
        background-color: #218838;
        transform: scale(1.25);
    }

/* Botón QUITAR */
.btn-quitar[b-3fcm1c8wf0] {
    color: white;
}

    .btn-quitar:hover[b-3fcm1c8wf0] {
        color: red;
    }






/* === BLOQUE AGENTE === */
.input-agente[b-3fcm1c8wf0] {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1a2b40;
    color: white;
    min-width: 200px;
}

.btn-lupa[b-3fcm1c8wf0] {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
}

/* === BLOQUE FECHAS === */
.bloque-fechas[b-3fcm1c8wf0] {
    display: flex;
    flex-direction: row;
    justify-content: center; /* 📍 Centrado horizontal */
    align-items: center; /* 📍 Centrado vertical */
    gap: 10px;
    flex-wrap: wrap;
    width: 100%; /* 🧱 Asegura que use el espacio disponible */
}

.input-fecha[b-3fcm1c8wf0] {
    width: 140px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1a2b40;
    color: white;
}

/* === FILTROS DINÁMICOS === */
.zona-filtros h4[b-3fcm1c8wf0] {
    margin: 0;
    font-size: 14pt;
}

.chips-filtros[b-3fcm1c8wf0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.chip-filtro[b-3fcm1c8wf0] {
    background-color: #007bff;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 13pt;
}

.btn-cerrar[b-3fcm1c8wf0] {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

/* === SELECTS y APLICAR FILTRO === */
/*.agregar-filtro {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}*/

.agregar-filtro select[b-3fcm1c8wf0] {
    background-color: #1a2b40;
    color: white;
    border: 1px solid #444;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12pt;
    min-width: 200px;
}

.btn-aplicar[b-3fcm1c8wf0] {
    padding: 6px 12px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    height: 38px;
}

    .btn-aplicar:hover[b-3fcm1c8wf0] {
        background-color: #0056b3;
    }

/* === TABLA DE RESULTADOS === */
.tabla-estilo[b-3fcm1c8wf0] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: white;
}

    .tabla-estilo th[b-3fcm1c8wf0],
    .tabla-estilo td[b-3fcm1c8wf0] {
        border: 1px solid #444;
        padding: 10px;
        text-align: left;
    }

    .tabla-estilo th[b-3fcm1c8wf0] {
        background-color: #0d6efd;
        color: white;
    }


.zona-filtros-horizontal[b-3fcm1c8wf0] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

    .zona-filtros-horizontal > div[b-3fcm1c8wf0] {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .zona-filtros-horizontal > div:nth-child(1)[b-3fcm1c8wf0] {
            width: 10%;
            min-width: 180px; /* opcional: evita que colapse en pantallas chicas */
        }

        .zona-filtros-horizontal > div:nth-child(2)[b-3fcm1c8wf0] {
            width: 65%;
            min-width: 300px;
        }

        .zona-filtros-horizontal > div:nth-child(3)[b-3fcm1c8wf0] {
            width: 25%;
            min-width: 180px;
        }

.bloque-fechas-inline[b-3fcm1c8wf0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fila-fecha[b-3fcm1c8wf0] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.chips-filtros[b-3fcm1c8wf0] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}


.chip-agente .btn-cerrar[b-3fcm1c8wf0] {
    background: transparent;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 0 4px;
    font-size: 14px;
}

.bloque-fechas-inline[b-3fcm1c8wf0] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap; /* opcional por si achicás la pantalla */
}

    .bloque-fechas-inline label[b-3fcm1c8wf0] {
        font-weight: 600;
        white-space: nowrap;
    }

.input-fecha[b-3fcm1c8wf0] {
    height: 36px;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 120px; /* 🔽 más chico que antes */
    max-width: 100%;
    flex: 1; /* 🧩 se adapta al espacio disponible */
    box-sizing: border-box;
}


.btn-aplicar[b-3fcm1c8wf0] {
    flex-shrink: 0;
    min-width: 120px; /* o lo que necesites */
}

.select-fecha[b-3fcm1c8wf0] {
    min-width: 410px;
}

.recuadro-filtros[b-3fcm1c8wf0] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1); /* 💡 sombra blanca difusa */
    margin-bottom: 20px;
}

.boton-generar[b-3fcm1c8wf0] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.zona-resultados[b-3fcm1c8wf0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; /* 👈 Esto es clave */
}

.agregar-filtro[b-3fcm1c8wf0] {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
/* === TABLA ESTILO MODERNO === */
.tabla-estilo[b-3fcm1c8wf0] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

    .tabla-estilo th[b-3fcm1c8wf0] {
        background-color: #0d6efd;
        color: white;
        padding: 12px;
        text-align: center;
        font-weight: 600;
        border-bottom: 2px solid #ffffff33;
        white-space: nowrap;
    }

    .tabla-estilo td[b-3fcm1c8wf0] {
        padding: 12px;
        text-align: center;
        color: #e0e0e0;
        background-color: rgb(15, 30, 50);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.2s ease;
    }

    /* === FILAS ALTERNADAS (Zebra) === */
    .tabla-estilo tr:nth-child(even) td[b-3fcm1c8wf0] {
        background-color: #1e3550;
    }

    /* === HOVER === */
    .tabla-estilo tbody tr:hover td[b-3fcm1c8wf0] {
        background-color: rgba(255, 255, 255, 0.08);
        cursor: pointer;
    }

    /* === FILA ACTIVA === */
    .tabla-estilo tr.fila-activa td[b-3fcm1c8wf0] {
        background-color: #ffc107 !important;
        color: #000 !important;
        font-weight: bold;
    }

.btn-exportar[b-3fcm1c8wf0] {
    background-color: #198754; /* verde tipo Excel */
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

    .btn-exportar:hover[b-3fcm1c8wf0] {
        background-color: #157347;
    }
.select-fecha[b-3fcm1c8wf0] {
    min-width: 410px; /* Ya lo tenías definido */
    width: 100%; /* ✅ Se adapta al ancho disponible */
    flex: 1;
}
.overlay[b-3fcm1c8wf0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}



th[b-3fcm1c8wf0] {
    position: relative; /* clave para contener el menú */
}

/* Botón del filtro */
.btn-filtro-columna[b-3fcm1c8wf0] {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    color: #ccc;
}

    .btn-filtro-columna:hover i[b-3fcm1c8wf0] {
        color: #007bff;
    }

/* Icono resaltado cuando hay filtro activo */
.icono-filtrado[b-3fcm1c8wf0] {
    color: #e53935; /* rojo */
    background-color: rgba(229, 57, 53, 0.15); /* relleno sutil */
    border-radius: 4px;
    padding: 2px;
}

/* Columna resaltada (verde de ejemplo) */
/*.columna-filtrada {
    background-color: #2e7d32 !important;
    color: #fff !important;
}*/

/* === Menú flotante moderno === */
.menu-filtro[b-3fcm1c8wf0] {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e293b; /* gris oscuro elegante */
    color: #f1f5f9; /* texto gris claro */
    border: 1px solid #334155; /* borde sutil */
    border-radius: 8px;
    padding: 10px;
    z-index: 9999;
    max-height: 320px;
    overflow-y: auto;
    min-width: 200px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    font-size: 14px;
    animation: fadeIn-b-3fcm1c8wf0 0.15s ease-in-out;
}

/* Transición de entrada */
@keyframes fadeIn-b-3fcm1c8wf0 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Encabezado de filtro */
.menu-filtro strong[b-3fcm1c8wf0] {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #93c5fd; /* celeste */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Botones de acciones */
.menu-filtro .acciones-todos[b-3fcm1c8wf0] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .menu-filtro .acciones-todos button[b-3fcm1c8wf0] {
        background: #0ea5e9; /* celeste vibrante */
        color: white;
        border: none;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
        transition: background 0.2s;
    }

        .menu-filtro .acciones-todos button:hover[b-3fcm1c8wf0] {
            background: #0284c7;
        }

/* Opciones */
.menu-filtro .opcion-filtro[b-3fcm1c8wf0] {
    padding: 5px 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.15s;
}

    .menu-filtro .opcion-filtro:hover[b-3fcm1c8wf0] {
        background: rgba(255, 255, 255, 0.08);
    }

    .menu-filtro .opcion-filtro input[type="checkbox"][b-3fcm1c8wf0] {
        margin-right: 6px;
        accent-color: #3b82f6; /* azul moderno */
    }

.menu-filtro .opcion-inactiva[b-3fcm1c8wf0] {
    opacity: 0.5;
    pointer-events: auto;
}


    .menu-filtro label[b-3fcm1c8wf0] {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 6px;
    }

.acciones-todos[b-3fcm1c8wf0] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.opcion-inactiva[b-3fcm1c8wf0] {
    color: #aaa;
}
/* 🔹 Alto mínimo uniforme para todas las filas */
.tabla-estilo tr[b-3fcm1c8wf0] {
    min-height: 48px; /* ajustá el valor a tu gusto */
}

.tabla-estilo td[b-3fcm1c8wf0] {
    height: 48px; /* asegura altura uniforme incluso vacías */
}

.mensaje-cantidad[b-3fcm1c8wf0] {
    margin: 10px 0;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 6px;
}
input[type="date"].form-control[b-3fcm1c8wf0]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* 1 = blanco, 0 = negro */
    cursor: pointer;
}
/* _content/ArzBlazor/Components/Pages/Reportes.razor.rz.scp.css */

/* === CONTENEDOR GENERAL === */
.zona-configuracion-reporte[b-4t2riy0nu8] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

/* === PANELES DE SELECCIÓN DE COLUMNAS === */
.panel-columnas[b-4t2riy0nu8] {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

/* === CAJAS DE CAMPOS === */
.lista-campos[b-4t2riy0nu8] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .lista-campos h4[b-4t2riy0nu8] {
        margin-bottom: 12px;
        color: #cceeff;
        font-size: 15pt;
    }

.lista-campos-contenido[b-4t2riy0nu8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* cajas parejas */
    gap: 10px;
}

/* === ITEM DE CAMPO === */

.item-campo[b-4t2riy0nu8] {
    background-color: #1a2b40;
    padding: 6px 10px; /* más compacto */
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 12px; /* texto más chico */
    line-height: 1.2; /* altura controlada */
    min-height: 40px; /* todas iguales en altura */
    box-sizing: border-box; /* incluye padding en el cálculo */
}

.btn-vermas[b-4t2riy0nu8] {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

    .btn-vermas:hover[b-4t2riy0nu8] {
        background-color: #0b5ed7;
    }
    .item-campo.disponible[b-4t2riy0nu8] {
        background-color: #1f4d2b;
    }

        .item-campo.disponible:hover[b-4t2riy0nu8] {
            background-color: #2e7d32;
        }

    .item-campo.activo[b-4t2riy0nu8] {
        background-color: #0d6efd;
    }

/* === BOTONES DE CAMPOS === */
.btn-agregar[b-4t2riy0nu8],
.btn-quitar[b-4t2riy0nu8] {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: transform 0.15s ease, background-color 0.2s ease;
}

/* Botón AGREGAR con estilo destacado */
.item-campo.disponible .btn-agregar[b-4t2riy0nu8] {
    background-color: #28a745;
    color: white;
}

    .item-campo.disponible .btn-agregar:hover[b-4t2riy0nu8] {
        background-color: #218838;
        transform: scale(1.25);
    }

/* Botón QUITAR */
.btn-quitar[b-4t2riy0nu8] {
    color: white;
}

    .btn-quitar:hover[b-4t2riy0nu8] {
        color: red;
    }






/* === BLOQUE AGENTE === */
.input-agente[b-4t2riy0nu8] {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1a2b40;
    color: white;
    min-width: 200px;
}

.btn-lupa[b-4t2riy0nu8] {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
}

/* === BLOQUE FECHAS === */
.bloque-fechas[b-4t2riy0nu8] {
    display: flex;
    flex-direction: row;
    justify-content: center; /* 📍 Centrado horizontal */
    align-items: center; /* 📍 Centrado vertical */
    gap: 10px;
    flex-wrap: wrap;
    width: 100%; /* 🧱 Asegura que use el espacio disponible */
}

.input-fecha[b-4t2riy0nu8] {
    width: 140px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1a2b40;
    color: white;
}

/* === FILTROS DINÁMICOS === */
.zona-filtros h4[b-4t2riy0nu8] {
    margin: 0;
    font-size: 14pt;
}

.chips-filtros[b-4t2riy0nu8] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.chip-filtro[b-4t2riy0nu8] {
    background-color: #007bff;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 13pt;
}

.btn-cerrar[b-4t2riy0nu8] {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

/* === SELECTS y APLICAR FILTRO === */
/*.agregar-filtro {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}*/

    .agregar-filtro select[b-4t2riy0nu8] {
        background-color: #1a2b40;
        color: white;
        border: 1px solid #444;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 12pt;
        min-width: 200px;
    }

.btn-aplicar[b-4t2riy0nu8] {
    padding: 6px 12px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    height: 38px;
}

    .btn-aplicar:hover[b-4t2riy0nu8] {
        background-color: #0056b3;
    }

/* === TABLA DE RESULTADOS === */
.tabla-estilo[b-4t2riy0nu8] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: white;
}

    .tabla-estilo th[b-4t2riy0nu8],
    .tabla-estilo td[b-4t2riy0nu8] {
        border: 1px solid #444;
        padding: 10px;
        text-align: left;
    }

    .tabla-estilo th[b-4t2riy0nu8] {
        background-color: #0d6efd;
        color: white;
    }


.zona-filtros-horizontal[b-4t2riy0nu8] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

    .zona-filtros-horizontal > div[b-4t2riy0nu8] {
      
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
        .zona-filtros-horizontal > div:nth-child(1)[b-4t2riy0nu8] {
            width: 10%;
            min-width: 180px; /* opcional: evita que colapse en pantallas chicas */
        }

        .zona-filtros-horizontal > div:nth-child(2)[b-4t2riy0nu8] {
            width: 65%;
            min-width: 300px;
        }

        .zona-filtros-horizontal > div:nth-child(3)[b-4t2riy0nu8] {
            width: 25%;
            min-width: 180px;
        }
.bloque-fechas-inline[b-4t2riy0nu8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fila-fecha[b-4t2riy0nu8] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.chips-filtros[b-4t2riy0nu8] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}


    .chip-agente .btn-cerrar[b-4t2riy0nu8] {
        background: transparent;
        border: none;
        color: white;
        font-weight: bold;
        cursor: pointer;
        padding: 0 4px;
        font-size: 14px;
    }
.bloque-fechas-inline[b-4t2riy0nu8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap; /* opcional por si achicás la pantalla */
}

    .bloque-fechas-inline label[b-4t2riy0nu8] {
        font-weight: 600;
        white-space: nowrap;
    }

.input-fecha[b-4t2riy0nu8] {
    height: 36px;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 120px; /* 🔽 más chico que antes */
    max-width: 100%;
    flex: 1; /* 🧩 se adapta al espacio disponible */
    box-sizing: border-box;
}


.btn-aplicar[b-4t2riy0nu8] {
    flex-shrink: 0;
    min-width: 120px; /* o lo que necesites */
}

.select-fecha[b-4t2riy0nu8] {
    min-width: 410px;
}
.recuadro-filtros[b-4t2riy0nu8] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1); /* 💡 sombra blanca difusa */
    margin-bottom: 20px;
}
.boton-generar[b-4t2riy0nu8] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.zona-resultados[b-4t2riy0nu8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; /* 👈 Esto es clave */
}

.agregar-filtro[b-4t2riy0nu8] {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
/* === TABLA ESTILO MODERNO === */
.tabla-estilo[b-4t2riy0nu8] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

    .tabla-estilo th[b-4t2riy0nu8] {
        background-color: #0d6efd;
        color: white;
        padding: 12px;
        text-align: center;
        font-weight: 600;
        border-bottom: 2px solid #ffffff33;
        white-space: nowrap;
    }

    .tabla-estilo td[b-4t2riy0nu8] {
        padding: 12px;
        text-align: center;
        color: #e0e0e0;
        background-color: rgb(15, 30, 50);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.2s ease;
    }

    /* === FILAS ALTERNADAS (Zebra) === */
    .tabla-estilo tr:nth-child(even) td[b-4t2riy0nu8] {
        background-color: #1e3550;
    }

    /* === HOVER === */
    .tabla-estilo tbody tr:hover td[b-4t2riy0nu8] {
        background-color: rgba(255, 255, 255, 0.08);
        cursor: pointer;
    }

    /* === FILA ACTIVA === */
    .tabla-estilo tr.fila-activa td[b-4t2riy0nu8] {
        background-color: #ffc107 !important;
        color: #000 !important;
        font-weight: bold;
    }
.btn-exportar[b-4t2riy0nu8] {
    background-color: #198754; /* verde tipo Excel */
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

    .btn-exportar:hover[b-4t2riy0nu8] {
        background-color: #157347;
    }
.overlay[b-4t2riy0nu8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}



th[b-4t2riy0nu8] {
    position: relative; /* clave para contener el menú */
}

/* Botón del filtro */
.btn-filtro-columna[b-4t2riy0nu8] {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    color: #ccc;
}

    .btn-filtro-columna:hover i[b-4t2riy0nu8] {
        color: #007bff;
    }

/* Icono resaltado cuando hay filtro activo */
.icono-filtrado[b-4t2riy0nu8] {
    color: #e53935; /* rojo */
    background-color: rgba(229, 57, 53, 0.15); /* relleno sutil */
    border-radius: 4px;
    padding: 2px;
}

/* Columna resaltada (verde de ejemplo) */
/*.columna-filtrada {
    background-color: #2e7d32 !important;
    color: #fff !important;
}*/

/* === Menú flotante moderno === */
.menu-filtro[b-4t2riy0nu8] {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e293b; /* gris oscuro elegante */
    color: #f1f5f9; /* texto gris claro */
    border: 1px solid #334155; /* borde sutil */
    border-radius: 8px;
    padding: 10px;
    z-index: 9999;
    max-height: 320px;
    overflow-y: auto;
    min-width: 200px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    font-size: 14px;
    animation: fadeIn-b-4t2riy0nu8 0.15s ease-in-out;
}

/* Transición de entrada */
@keyframes fadeIn-b-4t2riy0nu8 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Encabezado de filtro */
.menu-filtro strong[b-4t2riy0nu8] {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #93c5fd; /* celeste */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Botones de acciones */
.menu-filtro .acciones-todos[b-4t2riy0nu8] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .menu-filtro .acciones-todos button[b-4t2riy0nu8] {
        background: #0ea5e9; /* celeste vibrante */
        color: white;
        border: none;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
        transition: background 0.2s;
    }

        .menu-filtro .acciones-todos button:hover[b-4t2riy0nu8] {
            background: #0284c7;
        }

/* Opciones */
.menu-filtro .opcion-filtro[b-4t2riy0nu8] {
    padding: 5px 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.15s;
}

    .menu-filtro .opcion-filtro:hover[b-4t2riy0nu8] {
        background: rgba(255, 255, 255, 0.08);
    }

    .menu-filtro .opcion-filtro input[type="checkbox"][b-4t2riy0nu8] {
        margin-right: 6px;
        accent-color: #3b82f6; /* azul moderno */
    }

.menu-filtro .opcion-inactiva[b-4t2riy0nu8] {
    opacity: 0.5;
    pointer-events: auto;
}


    .menu-filtro label[b-4t2riy0nu8] {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 6px;
    }

.acciones-todos[b-4t2riy0nu8] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.opcion-inactiva[b-4t2riy0nu8] {
    color: #aaa;
}
/* 🔹 Alto mínimo uniforme para todas las filas */
.tabla-estilo tr[b-4t2riy0nu8] {
    min-height: 48px; /* ajustá el valor a tu gusto */
}

.tabla-estilo td[b-4t2riy0nu8] {
    height: 48px; /* asegura altura uniforme incluso vacías */
}

.mensaje-cantidad[b-4t2riy0nu8] {
    margin: 10px 0;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 6px;
}
input[type="date"].form-control[b-4t2riy0nu8]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* 1 = blanco, 0 = negro */
    cursor: pointer;
}
/* _content/ArzBlazor/Components/Pages/ReporteVacaciones.razor.rz.scp.css */

/* === CONTENEDOR GENERAL === */
.zona-configuracion-reporte[b-e7cblfknjj] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

/* === PANELES DE SELECCIÓN DE COLUMNAS === */
.panel-columnas[b-e7cblfknjj] {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

/* === CAJAS DE CAMPOS === */
.lista-campos[b-e7cblfknjj] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .lista-campos h4[b-e7cblfknjj] {
        margin-bottom: 12px;
        color: #cceeff;
        font-size: 15pt;
    }

.lista-campos-contenido[b-e7cblfknjj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* cajas parejas */
    gap: 10px;
}

/* === ITEM DE CAMPO === */
.item-campo[b-e7cblfknjj] {
    background-color: #1a2b40;
    padding: 6px 10px; /* más compacto */
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 12px; /* texto más chico */
    line-height: 1.2; /* altura controlada */
    min-height: 40px; /* todas iguales en altura */
    box-sizing: border-box; /* incluye padding en el cálculo */
}

.btn-vermas[b-e7cblfknjj] {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

    .btn-vermas:hover[b-e7cblfknjj] {
        background-color: #0b5ed7;
    }

.item-campo.disponible[b-e7cblfknjj] {
    background-color: #1f4d2b;
}

    .item-campo.disponible:hover[b-e7cblfknjj] {
        background-color: #2e7d32;
    }

.item-campo.activo[b-e7cblfknjj] {
    background-color: #0d6efd;
}

/* === BOTONES DE CAMPOS === */
.btn-agregar[b-e7cblfknjj],
.btn-quitar[b-e7cblfknjj] {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: transform 0.15s ease, background-color 0.2s ease;
}

/* Botón AGREGAR con estilo destacado */
.item-campo.disponible .btn-agregar[b-e7cblfknjj] {
    background-color: #28a745;
    color: white;
}

    .item-campo.disponible .btn-agregar:hover[b-e7cblfknjj] {
        background-color: #218838;
        transform: scale(1.25);
    }

/* Botón QUITAR */
.btn-quitar[b-e7cblfknjj] {
    color: white;
}

    .btn-quitar:hover[b-e7cblfknjj] {
        color: red;
    }






/* === BLOQUE AGENTE === */
.input-agente[b-e7cblfknjj] {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1a2b40;
    color: white;
    min-width: 200px;
}

.btn-lupa[b-e7cblfknjj] {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
}

/* === BLOQUE FECHAS === */
.bloque-fechas[b-e7cblfknjj] {
    display: flex;
    flex-direction: row;
    justify-content: center; /* 📍 Centrado horizontal */
    align-items: center; /* 📍 Centrado vertical */
    gap: 10px;
    flex-wrap: wrap;
    width: 100%; /* 🧱 Asegura que use el espacio disponible */
}

.input-fecha[b-e7cblfknjj] {
    width: 140px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1a2b40;
    color: white;
}

/* === FILTROS DINÁMICOS === */
.zona-filtros h4[b-e7cblfknjj] {
    margin: 0;
    font-size: 14pt;
}

.chips-filtros[b-e7cblfknjj] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.chip-filtro[b-e7cblfknjj] {
    background-color: #007bff;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 13pt;
}

.btn-cerrar[b-e7cblfknjj] {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

/* === SELECTS y APLICAR FILTRO === */
/*.agregar-filtro {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}*/

.agregar-filtro select[b-e7cblfknjj] {
    background-color: #1a2b40;
    color: white;
    border: 1px solid #444;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12pt;
    min-width: 200px;
}

.btn-aplicar[b-e7cblfknjj] {
    padding: 6px 12px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    height: 38px;
}

    .btn-aplicar:hover[b-e7cblfknjj] {
        background-color: #0056b3;
    }

/* === TABLA DE RESULTADOS === */
.tabla-estilo[b-e7cblfknjj] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: white;
}

    .tabla-estilo th[b-e7cblfknjj],
    .tabla-estilo td[b-e7cblfknjj] {
        border: 1px solid #444;
        padding: 10px;
        text-align: left;
    }

    .tabla-estilo th[b-e7cblfknjj] {
        background-color: #0d6efd;
        color: white;
    }


.zona-filtros-horizontal[b-e7cblfknjj] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

    .zona-filtros-horizontal > div[b-e7cblfknjj] {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .zona-filtros-horizontal > div:nth-child(1)[b-e7cblfknjj] {
            width: 10%;
            min-width: 180px; /* opcional: evita que colapse en pantallas chicas */
        }

        .zona-filtros-horizontal > div:nth-child(2)[b-e7cblfknjj] {
            width: 65%;
            min-width: 300px;
        }

        .zona-filtros-horizontal > div:nth-child(3)[b-e7cblfknjj] {
            width: 25%;
            min-width: 180px;
        }

.bloque-fechas-inline[b-e7cblfknjj] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fila-fecha[b-e7cblfknjj] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.chips-filtros[b-e7cblfknjj] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}


.chip-agente .btn-cerrar[b-e7cblfknjj] {
    background: transparent;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 0 4px;
    font-size: 14px;
}

.bloque-fechas-inline[b-e7cblfknjj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap; /* opcional por si achicás la pantalla */
}

    .bloque-fechas-inline label[b-e7cblfknjj] {
        font-weight: 600;
        white-space: nowrap;
    }

.input-fecha[b-e7cblfknjj] {
    height: 36px;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 120px; /* 🔽 más chico que antes */
    max-width: 100%;
    flex: 1; /* 🧩 se adapta al espacio disponible */
    box-sizing: border-box;
}


.btn-aplicar[b-e7cblfknjj] {
    flex-shrink: 0;
    min-width: 120px; /* o lo que necesites */
}

.select-fecha[b-e7cblfknjj] {
    min-width: 410px;
}

.recuadro-filtros[b-e7cblfknjj] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1); /* 💡 sombra blanca difusa */
    margin-bottom: 20px;
}

.boton-generar[b-e7cblfknjj] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.zona-resultados[b-e7cblfknjj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; /* 👈 Esto es clave */
}

.agregar-filtro[b-e7cblfknjj] {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
/* === TABLA ESTILO MODERNO === */
.tabla-estilo[b-e7cblfknjj] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

    .tabla-estilo th[b-e7cblfknjj] {
        background-color: #0d6efd;
        color: white;
        padding: 12px;
        text-align: center;
        font-weight: 600;
        border-bottom: 2px solid #ffffff33;
        white-space: nowrap;
    }

    .tabla-estilo td[b-e7cblfknjj] {
        padding: 12px;
        text-align: center;
        color: #e0e0e0;
        background-color: rgb(15, 30, 50);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: background-color 0.2s ease;
    }

    /* === FILAS ALTERNADAS (Zebra) === */
    .tabla-estilo tr:nth-child(even) td[b-e7cblfknjj] {
        background-color: #1e3550;
    }

    /* === HOVER === */
    .tabla-estilo tbody tr:hover td[b-e7cblfknjj] {
        background-color: rgba(255, 255, 255, 0.08);
        cursor: pointer;
    }

    /* === FILA ACTIVA === */
    .tabla-estilo tr.fila-activa td[b-e7cblfknjj] {
        background-color: #ffc107 !important;
        color: #000 !important;
        font-weight: bold;
    }


.btn-exportar[b-e7cblfknjj] {
    background-color: #198754; /* verde tipo Excel */
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

    .btn-exportar:hover[b-e7cblfknjj] {
        background-color: #157347;
    }
.select-fecha[b-e7cblfknjj] {
    min-width: 410px; /* Ya lo tenías definido */
    width: 100%; /* ✅ Se adapta al ancho disponible */
    flex: 1;
}
.overlay[b-e7cblfknjj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}





th[b-e7cblfknjj] {
    position: relative; /* clave para contener el menú */
}

/* Botón del filtro */
.btn-filtro-columna[b-e7cblfknjj] {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    color: #ccc;
}

    .btn-filtro-columna:hover i[b-e7cblfknjj] {
        color: #007bff;
    }

/* Icono resaltado cuando hay filtro activo */
.icono-filtrado[b-e7cblfknjj] {
    color: #e53935; /* rojo */
    background-color: rgba(229, 57, 53, 0.15); /* relleno sutil */
    border-radius: 4px;
    padding: 2px;
}



/* === Menú flotante moderno === */
.menu-filtro[b-e7cblfknjj] {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e293b; /* gris oscuro elegante */
    color: #f1f5f9; /* texto gris claro */
    border: 1px solid #334155; /* borde sutil */
    border-radius: 8px;
    padding: 10px;
    z-index: 9999;
    max-height: 320px;
    overflow-y: auto;
    min-width: 200px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    font-size: 14px;
    animation: fadeIn-b-e7cblfknjj 0.15s ease-in-out;
}

/* Transición de entrada */
@keyframes fadeIn-b-e7cblfknjj {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Encabezado de filtro */
.menu-filtro strong[b-e7cblfknjj] {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #93c5fd; /* celeste */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Botones de acciones */
.menu-filtro .acciones-todos[b-e7cblfknjj] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .menu-filtro .acciones-todos button[b-e7cblfknjj] {
        background: #0ea5e9; /* celeste vibrante */
        color: white;
        border: none;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
        transition: background 0.2s;
    }

        .menu-filtro .acciones-todos button:hover[b-e7cblfknjj] {
            background: #0284c7;
        }

/* Opciones */
.menu-filtro .opcion-filtro[b-e7cblfknjj] {
    padding: 5px 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.15s;
}

    .menu-filtro .opcion-filtro:hover[b-e7cblfknjj] {
        background: rgba(255, 255, 255, 0.08);
    }

    .menu-filtro .opcion-filtro input[type="checkbox"][b-e7cblfknjj] {
        margin-right: 6px;
        accent-color: #3b82f6; /* azul moderno */
    }

.menu-filtro .opcion-inactiva[b-e7cblfknjj] {
    opacity: 0.5;
    pointer-events: auto;
}



/*    .menu-filtro label {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 6px;
    }*/

.acciones-todos[b-e7cblfknjj] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.opcion-inactiva[b-e7cblfknjj] {
    color: #aaa;
}
/* 🔹 Alto mínimo uniforme para todas las filas */
.tabla-estilo tr[b-e7cblfknjj] {
    min-height: 48px; /* ajustá el valor a tu gusto */
}

.tabla-estilo td[b-e7cblfknjj] {
    height: 48px; /* asegura altura uniforme incluso vacías */
}
.mensaje-cantidad[b-e7cblfknjj] {
    margin: 10px 0;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 6px;
}
input[type="date"].form-control[b-e7cblfknjj]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* 1 = blanco, 0 = negro */
    cursor: pointer;
}
/* _content/ArzBlazor/Components/Pages/ResumenJornada.razor.rz.scp.css */
/* === CONTENEDOR DE JORNADA === */
.resumen-jornada[b-y1a7g553q3] {
    margin: 20px 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05); /* fondo translúcido */
    border-left: 4px solid dodgerblue; /* acento azul */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    color: white;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

    /* === TÍTULO === */
    .resumen-jornada label[b-y1a7g553q3] {
        font-size: 16px;
        font-weight: bold;
        color: #cceeff;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    /* === TABLA DE JORNADA === */
    .resumen-jornada table[b-y1a7g553q3] {
        width: 100%;
        border-collapse: collapse;
        border-radius: 8px;
        overflow: hidden;
        background-color: rgb(15, 30, 50);
        margin-top: 10px;
        font-size: 13px;
    }

    /* Encabezados */
    .resumen-jornada th[b-y1a7g553q3] {
        background: linear-gradient(90deg, #0d6efd, #357abd);
        color: white;
        padding: 10px;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    /* Celdas */
    .resumen-jornada td[b-y1a7g553q3] {
        padding: 8px 10px;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        color: white;
        background-color: rgb(20, 38, 65);
    }

    /* Alternancia */
    .resumen-jornada tr:nth-child(even) td[b-y1a7g553q3] {
        background-color: #1e3550;
    }

    /* Hover */
    .resumen-jornada tr:hover td[b-y1a7g553q3] {
        background-color: rgba(255,255,255,0.07);
        transition: 0.2s;
    }

    /* === ESTILO DE ICONOS/✔️ === */
    .resumen-jornada td[b-y1a7g553q3] {
        font-size: 14px;
    }

        .resumen-jornada td:contains("✔️")[b-y1a7g553q3] {
            color: #4caf50; /* verde para los días activos */
            font-weight: bold;
        }

    /* === MENSAJE SIN JORNADA === */
    .resumen-jornada .text-muted[b-y1a7g553q3] {
        padding: 12px;
        text-align: center;
        color: #bbb;
        font-style: italic;
    }
/* _content/ArzBlazor/Components/Pages/Sanciones.razor.rz.scp.css */
/* === CONTENEDOR GRILLA DE SANCIONES === */
.bloque-sanciones[b-knwh03ju7e] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px; /* ✅ Espacio respecto al bloque superior */
}

    /* === UBICACIÓN GRILLA === */
    .bloque-sanciones .fila-1[b-knwh03ju7e] {
        grid-column: 2 / 3;
        grid-row: 1;
    }

    .bloque-sanciones .fila-2-1[b-knwh03ju7e] {
        grid-column: 1;
        grid-row: 2;
    }

    .bloque-sanciones .fila-2-2[b-knwh03ju7e] {
        grid-column: 2;
        grid-row: 2;
    }

    .bloque-sanciones .fila-2-3[b-knwh03ju7e] {
        grid-column: 3;
        grid-row: 2;
    }

    .bloque-sanciones .fila-3-1[b-knwh03ju7e] {
        grid-column: 1;
        grid-row: 3;
    }

    .bloque-sanciones .fila-3-2[b-knwh03ju7e] {
        grid-column: 2;
        grid-row: 3;
    }

    .bloque-sanciones .fila-3-3[b-knwh03ju7e] {
        grid-column: 3;
        grid-row: 3;
    }

    /* === INPUTS Y COMBOS === */
    .bloque-sanciones input[type="text"][b-knwh03ju7e],
    .bloque-sanciones input[type="date"][b-knwh03ju7e],
    .bloque-sanciones input[type="number"][b-knwh03ju7e],
    .bloque-sanciones select[b-knwh03ju7e],
    .bloque-sanciones textarea[b-knwh03ju7e] {
        width: 100%;
        padding: 8px 10px;
        font-size: 14pt;
        background-color: rgb(15, 30, 50); /* Fondo azul oscuro */
        color: silver;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

    .bloque-sanciones textarea[b-knwh03ju7e] {
        resize: vertical;
    }

        /* === INPUT FOCUS === */
        .bloque-sanciones input:focus[b-knwh03ju7e],
        .bloque-sanciones select:focus[b-knwh03ju7e],
        .bloque-sanciones textarea:focus[b-knwh03ju7e] {
            outline: none;
            border-color: #0d6efd;
        }

    /* === BOTONES === */
    .bloque-sanciones .btn-guardar[b-knwh03ju7e],
    .bloque-sanciones .btn-cancelar[b-knwh03ju7e] {
        padding: 8px 16px;
        font-size: 14pt;
        font-weight: bold;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .bloque-sanciones .btn-guardar[b-knwh03ju7e] {
        background-color: green;
        color: white;
    }

        .bloque-sanciones .btn-guardar:hover[b-knwh03ju7e] {
            background-color: darkgreen;
        }

    .bloque-sanciones .btn-cancelar[b-knwh03ju7e] {
        background-color: gray;
        color: white;
    }

        .bloque-sanciones .btn-cancelar:hover[b-knwh03ju7e] {
            background-color: #444;
        }
/* Estilo para inputs deshabilitados */
/* Aplica fondo gris oscuro a inputs deshabilitados */
input[disabled][b-knwh03ju7e],
select[disabled][b-knwh03ju7e],
textarea[disabled][b-knwh03ju7e] {
    background-color: #2c2c2c !important;
    color: #aaa !important;
    border: 1px solid #555 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}
/* _content/ArzBlazor/Components/Pages/Vacaciones.razor.rz.scp.css */
/* === CONTENEDOR PRINCIPAL === */
.bloque-vacaciones[b-w7znq8j54p] {
    display: grid;
    grid-template-rows: auto auto;
    gap: 25px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 30px;
}

/* Contenedor común para centrar */
.contenedor-alineado[b-w7znq8j54p] {
    max-width: 1300px;
    margin-inline: auto;
    width: 100%;
}

/* === FILA 1: Visual con 3 columnas === */
.bloque-vacaciones .fila-1[b-w7znq8j54p] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    margin-bottom: 40px;
}

    .bloque-vacaciones .fila-1 .col-dato[b-w7znq8j54p] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .bloque-vacaciones .fila-1 .col-dato label[b-w7znq8j54p] {
            text-align: center;
            font-weight: normal;
            margin-top: 12px;
            margin-bottom: 4px;
            width: 100%;
        }

        .bloque-vacaciones .fila-1 .col-dato span[b-w7znq8j54p] {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 44px;
            max-width: 200px;
            margin: 0 auto 24px auto;
            padding: 6px 12px;
            font-size: 16pt;
            font-weight: 600;
            text-align: center;
            background-color: #ffffff10;
            color: white;
            border: 1px solid #ffffff33;
            border-radius: 10px;
            white-space: nowrap;
            box-sizing: border-box;
        }

/* Estilos especiales para el span de días restantes */
.bloque-vacaciones .restante-ok[b-w7znq8j54p],
.bloque-vacaciones .restante-cero[b-w7znq8j54p] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    max-width: 200px;
    margin: 4px auto 0 auto;
    padding: 6px 12px;
    font-size: 18pt;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}

.bloque-vacaciones .restante-ok[b-w7znq8j54p] {
    background-color: rgba(0, 200, 100, 0.2);
    border: 2px solid limegreen;
    box-shadow: 0 0 6px rgba(0, 255, 120, 0.4);
}

.bloque-vacaciones .restante-cero[b-w7znq8j54p] {
    background-color: rgba(255, 0, 0, 0.1);
    border: 2px solid red;
    box-shadow: 0 0 6px rgba(255, 50, 50, 0.4);
}

/* === FORMULARIO (FILA 3) === */
.bloque-vacaciones .fila-3[b-w7znq8j54p] {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    grid-template-areas:
        "desde hasta observaciones"
        "cantidad cantidad botones";
    gap: 30px;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #ffffff22;
    border-radius: 12px;
    grid-column: 1 / -1;
}

    .bloque-vacaciones .fila-3 .col[b-w7znq8j54p] {
        display: flex;
        flex-direction: column;
    }

.bloque-vacaciones .col-observaciones textarea[b-w7znq8j54p] {
    height: 80px;
    resize: vertical;
    width: 100%;
}




.bloque-vacaciones .grupo-campo[b-w7znq8j54p] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bloque-vacaciones .input-corto[b-w7znq8j54p] {
    max-width: 200px;
}

.bloque-vacaciones .cuadrante-corridos[b-w7znq8j54p] {
    display: block;
    width: 140px;
    max-width: 140px;
    height: 44px;
    line-height: 44px;
    font-size: 16pt;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff10; /* Visual tipo dato */
    color: white;
    border: 1px solid #ffffff33;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 12px;
}


/* === INPUTS y SELECT === */
.bloque-vacaciones input[type="text"][b-w7znq8j54p],
.bloque-vacaciones input[type="date"][b-w7znq8j54p],
.bloque-vacaciones input[type="number"][b-w7znq8j54p],
.bloque-vacaciones select[b-w7znq8j54p],
.bloque-vacaciones textarea[b-w7znq8j54p] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14pt;
    background-color: rgb(15, 30, 50);
    color: silver;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

    .bloque-vacaciones input:focus[b-w7znq8j54p],
    .bloque-vacaciones select:focus[b-w7znq8j54p],
    .bloque-vacaciones textarea:focus[b-w7znq8j54p] {
        outline: none;
        border-color: #0d6efd;
    }

/* === BOTONES === */
.bloque-vacaciones .btn-guardar[b-w7znq8j54p],
.bloque-vacaciones .btn-cancelar[b-w7znq8j54p] {
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.bloque-vacaciones .btn-guardar[b-w7znq8j54p] {
    background-color: green;
    color: white;
}

    .bloque-vacaciones .btn-guardar:hover[b-w7znq8j54p] {
        background-color: darkgreen;
    }

.bloque-vacaciones .btn-cancelar[b-w7znq8j54p] {
    background-color: gray;
    color: black;
}

    .bloque-vacaciones .btn-cancelar:hover[b-w7znq8j54p] {
        background-color: #444;
    }

/* === CAMPOS DESHABILITADOS === */
.bloque-vacaciones input[disabled][b-w7znq8j54p],
.bloque-vacaciones select[disabled][b-w7znq8j54p],
.bloque-vacaciones textarea[disabled][b-w7znq8j54p] {
    background-color: #2c2c2c !important;
    color: #aaa !important;
    border: 1px solid #555 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}
.bloque-vacaciones .fila-1 .col-dato span[b-w7znq8j54p] {
    max-width: 100%; /* restauramos ancho completo */
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16pt;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff10;
    color: white;
    border: 1px solid #ffffff33;
    border-radius: 10px;
    white-space: nowrap;
    box-sizing: border-box;
    margin: 0 auto 24px auto;
}

.bloque-vacaciones .bloque-cantidad-corridos[b-w7znq8j54p] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: -50px; /* ✅ O incluso -5px si querés acercarlo más */
}

input[type="date"].form-control[b-w7znq8j54p]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* 1 = blanco, 0 = negro */
    cursor: pointer;
}
