/* /Pages/Components/Web/Account/MobileDetectionModal.razor.rz.scp.css */
i[b-qm6z3cj2hl] {
    background-color: #e7f6f9;
    border-radius: 20px;
    color: #10a6c1;
}
/* /Pages/Components/Web/Solicitante/Home/HomeProveedor/CatalogoFacturas.razor.rz.scp.css */
.table-container-vertical[b-aems1793ek] {
    max-height: 600px;
    overflow-y: auto;
}

.table-container-vertical .table thead th[b-aems1793ek] {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}
/* /Pages/Components/Web/Solicitante/Home/HomeProveedor/ContratosFactoraje.razor.rz.scp.css */
@keyframes pulse-b-ruph18pet6 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.btn i[b-ruph18pet6] {
    display: inline-block;
    animation: pulse-b-ruph18pet6 1.2s infinite ease-in-out;
    transition: transform 0.3s;
    color: gray;
}
/* /Pages/Components/Web/Solicitante/Home/HomeProveedor/HomeProveedorMain.razor.rz.scp.css */
.form-control[b-9i88bncniv]::placeholder {
    color: var(--placeholder-color);
    opacity: 1; /* Bootstrap a veces lo hace transparente */
}
/* /Pages/Components/Web/Solicitante/Home/HomeProveedor/ValidacionFacturas.razor.rz.scp.css */
/* --- TU NUEVO CÓDIGO CSS --- */

/* /Pages/Components/Web/Solicitante/MisSolicitudesWebComponent.razor.rz.scp.css */
.nav-tabs[b-a1ccaft1nm] {
    border-bottom: none;
    justify-content: space-around;
}

.nav-tabs .nav-link[b-a1ccaft1nm] {
    border: none;
    color: #666;
    position: relative;
    padding-bottom: 10px;
    font-weight: 400;
}

.nav-tabs .nav-link[b-a1ccaft1nm]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    border-radius: 2px;
}

.nav-tabs .nav-link.active[b-a1ccaft1nm] {
    color: #2F4EB4;
    font-weight: bold;
}

.nav-tabs .nav-link.active[b-a1ccaft1nm]::after {
    background-color: #2F4EB4;
}
/* /Pages/Views/Solicitante/FactorajeProveedorWidgets/NavFactorajeProveedor.razor.rz.scp.css */
/* --- Estilos para replicar el diseño de Tabs --- */

/* Estos estilos SÓLO se aplicarán al HTML 
  renderizado por ValidacionFacturas.razor 
*/

/* /Pages/Views/Usuario/FacturacionEmitida.razor.rz.scp.css */
.nav-tabs[b-3mwuh4822l] {
    border-bottom: none;
    justify-content: space-around;
}

    .nav-tabs .nav-link[b-3mwuh4822l] {
        border: none;
        color: #666;
        position: relative;
        padding-bottom: 10px;
        font-weight: 400;
    }

        .nav-tabs .nav-link[b-3mwuh4822l]::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            background-color: #ccc;
            border-radius: 2px;
        }

        .nav-tabs .nav-link.active[b-3mwuh4822l] {
            color: #2F4EB4;
            font-weight: bold;
        }

            .nav-tabs .nav-link.active[b-3mwuh4822l]::after {
                background-color: #2F4EB4;
            }
/* /Pages/Views/Usuario/FacturacionRecibida.razor.rz.scp.css */
.nav-tabs[b-lmmhki46rb] {
    border-bottom: none;
    justify-content: space-around;
}

    .nav-tabs .nav-link[b-lmmhki46rb] {
        border: none;
        color: #666;
        position: relative;
        padding-bottom: 10px;
        font-weight: 400;
    }

        .nav-tabs .nav-link[b-lmmhki46rb]::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            background-color: #ccc;
            border-radius: 2px;
        }

        .nav-tabs .nav-link.active[b-lmmhki46rb] {
            color: #2F4EB4;
            font-weight: bold;
        }

            .nav-tabs .nav-link.active[b-lmmhki46rb]::after {
                background-color: #2F4EB4;
            }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-st8oem7bty] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-st8oem7bty] {
    flex: 1;
}

.sidebar[b-st8oem7bty] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-st8oem7bty] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-st8oem7bty]  a, .top-row .btn-link[b-st8oem7bty] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-st8oem7bty] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-st8oem7bty] {
        display: none;
    }

    .top-row.auth[b-st8oem7bty] {
        justify-content: space-between;
    }

    .top-row a[b-st8oem7bty], .top-row .btn-link[b-st8oem7bty] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-st8oem7bty] {
        flex-direction: row;
    }

    .sidebar[b-st8oem7bty] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-st8oem7bty] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-st8oem7bty], article[b-st8oem7bty] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k1nhkt1uzr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k1nhkt1uzr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k1nhkt1uzr] {
    font-size: 1.1rem;
}

.oi[b-k1nhkt1uzr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k1nhkt1uzr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k1nhkt1uzr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k1nhkt1uzr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k1nhkt1uzr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-k1nhkt1uzr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-k1nhkt1uzr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k1nhkt1uzr] {
        display: none;
    }

    .collapse[b-k1nhkt1uzr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-k1nhkt1uzr] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
