/* /Components/FichadaPersonalModal.razor.rz.scp.css */
.fichada-dialog[b-xc9aacmf14] {
    width: min(94vw, 540px);
    max-height: 92dvh;
    margin: auto;
    padding: 0;
    border: 1px solid #dbe4f0;
    border-radius: 20px;
    background: #fff;
    color: #1f2937;
    box-shadow: 0 20px 60px #10244340;
    overflow: auto;
    position: fixed;
    inset: 0;
    z-index: 2200;
}
.fichada-dialog[b-xc9aacmf14]::backdrop { background: #0b1738a6; }
.fichada-dialog.is-entrada[b-xc9aacmf14] { background: #d1e7dd; color: #0f5132; border-color: #a3cfbb; }
.fichada-dialog.is-salida[b-xc9aacmf14] { background: #f8d7da; color: #842029; border-color: #f1aeb5; }
.fichada-header[b-xc9aacmf14] { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px 0; }
.fichada-kicker[b-xc9aacmf14] { font-size: .85rem; font-weight: 700; }
.fichada-close[b-xc9aacmf14] { background: transparent; color: inherit; border: 0; font-size: 2rem; line-height: 1; width: 44px; height: 44px; border-radius: 10px; }
.fichada-close:focus-visible[b-xc9aacmf14] { outline: 3px solid #09388b; }
.fichada-body[b-xc9aacmf14] { padding: 8px 24px 26px; text-align: center; }
.fichada-body h2[b-xc9aacmf14] { margin: 8px 0 12px; font-size: clamp(1.3rem, 5vw, 1.7rem); font-weight: 850; }
.fichada-body p[b-xc9aacmf14] { line-height: 1.5; }
.fichada-reader[b-xc9aacmf14] { text-align: left; margin: 16px 0; }
.fichada-reader label[b-xc9aacmf14] { display: block; margin-bottom: 6px; font-weight: 700; }
.fichada-reader input[b-xc9aacmf14] { width: 100%; padding: 12px; border: 2px solid #b7c7dd; border-radius: 10px; font-size: 1rem; }
.fichada-reader input:focus[b-xc9aacmf14] { border-color: #09388b; outline: 2px solid #cfe2ff; }
.fichada-camera[b-xc9aacmf14] { border-radius: 12px; overflow: hidden; background: #eef2f7; min-height: 150px; }
.fichada-persona[b-xc9aacmf14] { font-size: clamp(1.5rem, 5vw, 2rem); font-weight: 800; overflow-wrap: anywhere; margin: 24px 0 12px; }
.fichada-fecha[b-xc9aacmf14] { display: block; font-size: 1.35rem; font-variant-numeric: tabular-nums; font-weight: 700; }
.fichada-return[b-xc9aacmf14] { margin: 24px 0 0; font-size: .9rem; }
.fichada-code[b-xc9aacmf14] { overflow-wrap: anywhere; }
.fichada-error-actions[b-xc9aacmf14] { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
[hidden][b-xc9aacmf14] { display: none !important; }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-iq8jh7ox2m] {
    min-height: 100dvh;
    background: #f0f4f8;
}

main[b-iq8jh7ox2m] {
    min-height: 100dvh;
}

.sidebar[b-iq8jh7ox2m] {
    display: none;
}

.top-row[b-iq8jh7ox2m] {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e8eef8;
    box-shadow: 0 4px 16px rgba(9, 56, 139, 0.08);
    backdrop-filter: blur(10px);
}

.system-title[b-iq8jh7ox2m] {
    display: block;
    color: #1f2937;
    font-weight: 900;
    line-height: 1.05;
}

.top-title-group[b-iq8jh7ox2m] {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 0.45rem;
}

.top-actions[b-iq8jh7ox2m] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    min-width: 0;
}

.top-menu-button[b-iq8jh7ox2m] {
    min-height: 2rem;
    padding: 0.3rem 0.65rem;
    border: 1px solid #b7c7dd;
    border-radius: 999px;
    background: #ffffff;
    color: #09388b;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1;
    transition: transform 0.12s ease, border-color 0.18s ease, background-color 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

.top-menu-button:active[b-iq8jh7ox2m] {
    transform: scale(0.97);
}

.top-fichar-button[b-iq8jh7ox2m] {
    color: #0f5132;
    border-color: #a3cfbb;
    background-color: #eaf6ef;
    flex-shrink: 0;
}

.top-menu-button:hover[b-iq8jh7ox2m] {
    border-color: #09388b;
    background: #eef5ff;
}

.top-icon-action[b-iq8jh7ox2m] {
    display: inline-grid;
    place-items: center;
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    box-shadow: 0 5px 14px rgba(0, 43, 98, 0.1);
    transition: transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

.top-icon-action:active[b-iq8jh7ox2m] {
    transform: scale(0.96);
}

.top-icon-action.btn-with-image-transfer[b-iq8jh7ox2m] {
    border-color: transparent;
    background-color: #14804a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 0 0-15-6.7L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3 12a9 9 0 0 0 15 6.7l3-2.7'/%3E%3Cpath d='M21 21v-5h-5'/%3E%3C/svg%3E");
    box-shadow: 0 8px 18px rgba(20, 128, 74, 0.22);
}

.top-icon-action.btn-with-image-back[b-iq8jh7ox2m] {
    background-color: #eef5ff;
    background-image: url('/img/back-icon.png');
}

.system-env[b-iq8jh7ox2m] {
    display: block;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.1;
}

.top-logout[b-iq8jh7ox2m] {
    max-width: 44vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #b7c7dd;
    background: #ffffff;
    color: #09388b;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    transition: transform 0.12s ease, border-color 0.18s ease, background-color 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

.top-logout:active[b-iq8jh7ox2m] {
    transform: scale(0.97);
}

.top-logout:hover[b-iq8jh7ox2m] {
    border-color: #09388b;
    background: #eef5ff;
}

.logout-confirm-modal[b-iq8jh7ox2m],
.navigation-confirm-modal[b-iq8jh7ox2m] {
    z-index: 1060;
}

.logout-confirm-modal .modal-dialog[b-iq8jh7ox2m],
.navigation-confirm-modal .modal-dialog[b-iq8jh7ox2m] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100dvh - 2rem);
    margin: 1rem auto;
}

.logout-confirm-modal .modal-dialog > .modal-content[b-iq8jh7ox2m],
.navigation-confirm-modal .modal-dialog > .modal-content[b-iq8jh7ox2m] {
    width: 100%;
}

.logout-confirm-modal .modal-content[b-iq8jh7ox2m],
.navigation-confirm-modal .modal-content[b-iq8jh7ox2m] {
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0, 43, 98, 0.24);
}

.logout-confirm-modal .modal-header[b-iq8jh7ox2m],
.navigation-confirm-modal .modal-header[b-iq8jh7ox2m] {
    border-bottom: 0;
    background: linear-gradient(135deg, #002b62 0%, #09388b 100%);
    color: #ffffff;
}

.logout-confirm-modal .modal-title[b-iq8jh7ox2m],
.navigation-confirm-modal .modal-title[b-iq8jh7ox2m] {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: 0;
}

.logout-confirm-modal .btn-close[b-iq8jh7ox2m],
.navigation-confirm-modal .btn-close[b-iq8jh7ox2m] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    filter: invert(1) grayscale(1) brightness(1.6);
    opacity: 0.86;
}

.logout-confirm-modal .modal-body p[b-iq8jh7ox2m],
.navigation-confirm-modal .modal-body p[b-iq8jh7ox2m] {
    margin: 0;
    color: #1f2937;
}

.logout-confirm-modal .modal-footer[b-iq8jh7ox2m],
.navigation-confirm-modal .modal-footer[b-iq8jh7ox2m] {
    border-top-color: #e8eef8;
}

article.content[b-iq8jh7ox2m] {
    min-height: calc(100dvh - 3.25rem);
    padding: 0.8rem 0.8rem 5.5rem !important;
}

article.content.home-content[b-iq8jh7ox2m] {
    padding-bottom: 0.75rem !important;
}

@media (min-width: 980px) {
    .page[b-iq8jh7ox2m] {
        display: flex;
    }

    .sidebar[b-iq8jh7ox2m] {
        display: block;
        width: 240px;
        min-height: 100dvh;
        position: sticky;
        top: 0;
        background: linear-gradient(180deg, #002b62 0%, #09388b 100%);
        box-shadow: 8px 0 24px rgba(0, 43, 98, 0.18);
    }

    main[b-iq8jh7ox2m] {
        flex: 1;
    }

    .top-row[b-iq8jh7ox2m] {
        height: 3.5rem;
    }

    .system-title[b-iq8jh7ox2m],
    .system-env[b-iq8jh7ox2m] {
        display: inline;
    }

    .system-env[b-iq8jh7ox2m] {
        margin-left: 0.75rem;
        font-size: 0.9rem;
    }

    article.content[b-iq8jh7ox2m] {
        min-height: calc(100dvh - 3.5rem);
        padding: 1.25rem 1.5rem 2rem !important;
    }

    article.content.home-content[b-iq8jh7ox2m] {
        padding-bottom: 1rem !important;
    }
}

article.content.cierre-reparto-content[b-iq8jh7ox2m] {
    padding: 1px !important;
}

article.content.admin-users-content[b-iq8jh7ox2m] {
    min-height: calc(100dvh - 3.25rem);
    padding: 0 !important;
}

.page.ingresos-layout-page[b-iq8jh7ox2m],
.page.ingresos-layout-page main[b-iq8jh7ox2m] {
    background: var(--app-bg, #f0f4f8);
}

.page.control-picking-layout-page main[b-iq8jh7ox2m] {
    padding-top: 3.25rem;
}

.page.control-picking-layout-page .top-row[b-iq8jh7ox2m],
.page.ingresos-fixed-header-layout-page .top-row[b-iq8jh7ox2m],
.page.ingresos-control-detalle-layout-page .top-row[b-iq8jh7ox2m] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1055;
}

.page.ingresos-fixed-header-layout-page main[b-iq8jh7ox2m],
.page.ingresos-control-detalle-layout-page main[b-iq8jh7ox2m] {
    padding-top: 3.25rem;
}

article.content.ingresos-content[b-iq8jh7ox2m] {
    padding: 0 !important;
}

@media (min-width: 980px) {
    article.content.admin-users-content[b-iq8jh7ox2m] {
        height: calc(100dvh - 3.5rem);
        min-height: 0;
        overflow: hidden;
    }

    .page.control-picking-layout-page main[b-iq8jh7ox2m] {
        padding-top: 3.5rem;
    }

    .page.ingresos-fixed-header-layout-page main[b-iq8jh7ox2m],
    .page.ingresos-control-detalle-layout-page main[b-iq8jh7ox2m] {
        padding-top: 3.5rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4mqiuzupuj] {
    border-color: rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.12);
}

.top-row[b-4mqiuzupuj] {
    min-height: 3.5rem;
    background-color: rgba(0, 43, 98, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-brand[b-4mqiuzupuj] {
    font-size: 1.1rem;
    font-weight: 850;
    letter-spacing: 0;
}

.bi[b-4mqiuzupuj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-receipt-nav-menu[b-4mqiuzupuj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-4mqiuzupuj] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4mqiuzupuj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4mqiuzupuj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4mqiuzupuj]  a {
        color: rgba(255, 255, 255, 0.82);
        border-radius: 12px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-weight: 750;
    }

.nav-item[b-4mqiuzupuj]  a.active {
    background-color: rgba(255, 255, 255, 0.18);
    color: white;
}

.nav-item[b-4mqiuzupuj]  a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4mqiuzupuj] {
        display: none;
    }

    .collapse[b-4mqiuzupuj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-4mqiuzupuj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
