/* _content/HexToPdfBlazor/Pages/Index.razor.rz.scp.css */
.login-entry-wrap[b-7ihd4kr46w] {
    opacity: 0;
    transform: translateY(16px);
}

    .login-entry-wrap.login-entry-start[b-7ihd4kr46w] {
        animation: loginFadeSlide-b-7ihd4kr46w 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

.login-entry-inner[b-7ihd4kr46w] {
    display: flex;
    align-items: center;
    gap: 14px;
}

@keyframes loginFadeSlide-b-7ihd4kr46w {
    0% {
        opacity: 0;
        transform: translateY(16px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/HexToPdfBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-tgicxplhvc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tgicxplhvc] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-tgicxplhvc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transition: width 0.25s ease;
    overflow: hidden;
}
/* ===== Barra superior ===== */

/* ===== Barra superior blanca estilo tarjeta ===== */

.top-row[b-tgicxplhvc] {
    background: #f3f4f6;
    border-bottom: 1px solid #d9dce1;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    min-height: 72px;
}

.top-row-card[b-tgicxplhvc] {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 14px;
    min-height: 58px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}

.top-row-user[b-tgicxplhvc] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1 1 auto;
}

.top-row-avatar[b-tgicxplhvc] {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #140a5e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
}

.top-row-user-text[b-tgicxplhvc] {
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row-user-empty[b-tgicxplhvc] {
    flex: 1 1 auto;
    min-height: 1px;
}

.top-row-actions[b-tgicxplhvc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}

.top-row-action[b-tgicxplhvc],
.top-row-action-link[b-tgicxplhvc] {
    appearance: none;
    border: 1px solid #a9a9a9;
    background: #ffffff;
    color: #2b2b2b;
    border-radius: 999px;
    min-height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

    .top-row-action:hover[b-tgicxplhvc],
    .top-row-action-link:hover[b-tgicxplhvc],
    .top-row-action:focus[b-tgicxplhvc],
    .top-row-action-link:focus[b-tgicxplhvc],
    .top-row-action.active[b-tgicxplhvc],
    .top-row-action-link.active[b-tgicxplhvc] {
        background: #f8f8f8;
        border-color: #8d8d8d;
        color: #111111;
        text-decoration: none !important;
    }

    .top-row-action .oi[b-tgicxplhvc],
    .top-row-action-link .oi[b-tgicxplhvc] {
        font-size: 0.95rem;
        line-height: 1;
    }

    .top-row-action-link[b-tgicxplhvc]::deep {
        text-decoration: none !important;
    }

        .top-row-action-link::deep *[b-tgicxplhvc] {
            text-decoration: none !important;
        }
/* ===== Barra azul ===== */

.coanfi-subbar[b-tgicxplhvc] {
    height: 2.25rem;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background-color: #0b5ed7;
    color: white;
}

.coanfi-subbar-toggle[b-tgicxplhvc] {
    border: none;
    background: transparent;
    color: white;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .coanfi-subbar-toggle:focus[b-tgicxplhvc] {
        outline: none;
        box-shadow: none;
    }

.coanfi-subbar .title[b-tgicxplhvc] {
    display: inline-flex;
    align-items: center;
}
/* ===== Sidebar colapsable ===== */

.sidebar-collapsed .sidebar[b-tgicxplhvc] {
    width: 54px !important;
}
/* Ocultar textos del men� */

.sidebar-collapsed .nav-text[b-tgicxplhvc] {
    display: none;
}
/* Ocultar flechas */

.sidebar-collapsed .nav-arrow[b-tgicxplhvc] {
    display: none;
}
/* Ocultar submenus */

.sidebar-collapsed .submenu-group[b-tgicxplhvc] {
    display: none;
}
/* Centrar iconos */

.sidebar-collapsed .nav-item-main[b-tgicxplhvc] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sidebar-collapsed .nav-icon[b-tgicxplhvc] {
    margin: auto;
    font-size: 1.3rem;
}
/* Ajuste enlaces */

.sidebar-collapsed .nav-item[b-tgicxplhvc]  a {
    justify-content: center;
}
/* ===== Responsive ===== */

@media (max-width: 640.98px) {
    .top-row[b-tgicxplhvc] {
        padding: 8px 10px;
        min-height: auto;
    }

    .top-row-card[b-tgicxplhvc] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 12px;
    }

    .top-row-user[b-tgicxplhvc] {
        width: 100%;
    }

    .top-row-actions[b-tgicxplhvc] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
@media (min-width: 641px) {
    .page[b-tgicxplhvc] {
        flex-direction: row;
    }

    .sidebar[b-tgicxplhvc] {
        width: 285px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-row[b-tgicxplhvc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    article[b-tgicxplhvc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/HexToPdfBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7miynjq6if] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7miynjq6if] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    padding-left: 0 !important;
}

.navbar-brand[b-7miynjq6if] {
    font-size: 1.1rem;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.container-fluid[b-7miynjq6if] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.oi[b-7miynjq6if] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.navmenu-body[b-7miynjq6if] {
    width: 100%;
    min-height: 100vh;
}

.nav-item[b-7miynjq6if] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7miynjq6if] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7miynjq6if] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7miynjq6if]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        box-sizing: border-box;
    }

        .nav-item[b-7miynjq6if]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-7miynjq6if]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.logo-coanfi[b-7miynjq6if] {
    display: block;
    height: 42px;
    width: auto;
    margin-left: 6px;
}

.nav-icon[b-7miynjq6if] {
    flex: 0 0 2rem;
    width: 2rem;
    text-align: center;
}

.nav-main-label[b-7miynjq6if] {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

.nav-text[b-7miynjq6if] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
}

.nav-arrow[b-7miynjq6if] {
    flex-shrink: 0;
    margin-left: 8px;
}

.submenu-group[b-7miynjq6if] {
    overflow: hidden;
    width: calc(100% - 22px);
}

.submenu-link[b-7miynjq6if] {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7miynjq6if] {
        display: none;
    }

    .collapse[b-7miynjq6if] {
        display: block;
    }
}
