/* /Components/Layout/AyudaSidebar.razor.rz.scp.css */
.ayuda-sidebar-overlay[b-6d0qsykid6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(2px);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ayuda-sidebar-overlay.show[b-6d0qsykid6] {
    opacity: 1;
    visibility: visible;
}

.ayuda-sidebar[b-6d0qsykid6] {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1050;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ayuda-sidebar.open[b-6d0qsykid6] {
    transform: translateX(0);
}

.ayuda-sidebar-header[b-6d0qsykid6] {
    height: 3.5rem;
}

.search-icon[b-6d0qsykid6] {
    font-size: 0.95rem;
}

.btn-clear[b-6d0qsykid6] {
    color: #64748b;
    outline: none !important;
    box-shadow: none !important;
}

.btn-clear:hover[b-6d0qsykid6] {
    color: #334155;
}

.uppercase-text[b-6d0qsykid6] {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.font-xs[b-6d0qsykid6] {
    font-size: 0.8rem;
}

.font-xxs[b-6d0qsykid6] {
    font-size: 0.7rem;
}

.text-truncate-2[b-6d0qsykid6] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tarjetas de artículos */
.article-card[b-6d0qsykid6] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.article-card:hover[b-6d0qsykid6] {
    background-color: #f1f5f9;
    border-color: #cbd5e1 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.article-card:active[b-6d0qsykid6] {
    transform: translateY(0);
}

.small-chevron[b-6d0qsykid6] {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.article-card:hover .small-chevron[b-6d0qsykid6] {
    transform: translateX(2px);
    color: var(--bs-primary) !important;
}

/* Botones de categoría */
.category-btn[b-6d0qsykid6] {
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #334155;
    transition: all 0.2s ease;
}

.category-btn:hover[b-6d0qsykid6] {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
}

/* Detalle del artículo */
.article-content[b-6d0qsykid6] {
    font-size: 0.9rem;
    line-height: 1.6;
}

.article-content[b-6d0qsykid6]  p {
    margin-bottom: 1rem;
}

.article-content[b-6d0qsykid6]  ol, .article-content[b-6d0qsykid6]  ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.article-content[b-6d0qsykid6]  li {
    margin-bottom: 0.5rem;
}

.article-content[b-6d0qsykid6]  strong {
    color: #0f172a;
}

.back-btn[b-6d0qsykid6] {
    font-weight: 500;
    font-size: 0.85rem;
    outline: none !important;
    box-shadow: none !important;
}

.back-btn:hover[b-6d0qsykid6] {
    color: var(--bs-primary) !important;
}

.footer-link-btn[b-6d0qsykid6] {
    font-size: 0.85rem;
}

/* Animaciones */
.animation-fade-in[b-6d0qsykid6] {
    animation: fadeIn-b-6d0qsykid6 0.2s ease-out forwards;
}

@keyframes fadeIn-b-6d0qsykid6 {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Soporte para Modo Oscuro */
[data-bs-theme="dark"] .ayuda-sidebar[b-6d0qsykid6] {
    background-color: var(--bs-body-bg);
}

[data-bs-theme="dark"] .ayuda-sidebar-header[b-6d0qsykid6] {
    border-color: var(--bs-border-color) !important;
}

[data-bs-theme="dark"] .text-slate-800[b-6d0qsykid6],
[data-bs-theme="dark"] .ayuda-sidebar-header h5[b-6d0qsykid6],
[data-bs-theme="dark"] .article-detail h4[b-6d0qsykid6],
[data-bs-theme="dark"] .article-content[b-6d0qsykid6]  strong {
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .text-slate-700[b-6d0qsykid6],
[data-bs-theme="dark"] .article-content[b-6d0qsykid6] {
    color: var(--bs-secondary-color) !important;
}

[data-bs-theme="dark"] .text-slate-600[b-6d0qsykid6] {
    color: var(--bs-secondary-color) !important;
}

[data-bs-theme="dark"] .text-slate-500[b-6d0qsykid6] {
    color: var(--bs-secondary-color) !important;
}

[data-bs-theme="dark"] .article-card[b-6d0qsykid6] {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color) !important;
}

[data-bs-theme="dark"] .article-card:hover[b-6d0qsykid6] {
    background-color: var(--bs-body-secondary-bg);
    border-color: var(--bs-border-color-translucent) !important;
}

[data-bs-theme="dark"] .category-btn[b-6d0qsykid6] {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .category-btn:hover[b-6d0qsykid6] {
    background-color: var(--bs-body-secondary-bg);
    border-color: var(--bs-border-color-translucent);
    color: #ffffff;
}

[data-bs-theme="dark"] .btn-clear:hover[b-6d0qsykid6] {
    color: #ffffff;
}

[data-bs-theme="dark"] .ayuda-sidebar-footer[b-6d0qsykid6] {
    background-color: var(--bs-tertiary-bg) !important;
    border-color: var(--bs-border-color) !important;
}

[data-bs-theme="dark"] .border-slate-200[b-6d0qsykid6] {
    border-color: var(--bs-border-color) !important;
}

[data-bs-theme="dark"] .btn-close[b-6d0qsykid6] {
    filter: invert(1) grayscale(1) brightness(2);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ob8vzk84lq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ob8vzk84lq] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-ob8vzk84lq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ob8vzk84lq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ob8vzk84lq]  a, .top-row[b-ob8vzk84lq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ob8vzk84lq]  a:hover, .top-row[b-ob8vzk84lq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ob8vzk84lq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ob8vzk84lq] {
        justify-content: center;
    }

    .top-row[b-ob8vzk84lq]  a, .top-row[b-ob8vzk84lq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ob8vzk84lq] {
        flex-direction: row;
    }

    .sidebar[b-ob8vzk84lq] {
        width: 270px;
        min-width: 270px;
        max-width: 270px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s ease, min-width 0.3s ease, max-width 0.3s ease;
    }

    .sidebar.collapsed[b-ob8vzk84lq] {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
    }

    .top-row[b-ob8vzk84lq] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .top-row.auth[b-ob8vzk84lq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ob8vzk84lq], article[b-ob8vzk84lq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ob8vzk84lq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ob8vzk84lq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 575.98px) {
    .company-name[b-ob8vzk84lq] {
        max-width: 100px;
    }
}

[data-bs-theme="dark"] .top-row[b-ob8vzk84lq] {
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

[data-bs-theme="dark"] .active-company-pill[b-ob8vzk84lq] {
    background: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .avatar-circle[b-ob8vzk84lq] {
    border-color: var(--bs-border-color-translucent);
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .avatar-circle:hover[b-ob8vzk84lq] {
    background-color: var(--bs-body-tertiary-bg) !important;
    color: var(--bs-body-color) !important;
}

/* Micro-animación premium para el botón toggle de tema */
.theme-toggle-btn:hover[b-ob8vzk84lq] {
    transform: rotate(15deg) scale(1.08);
    background-color: var(--bs-tertiary-bg) !important;
}

[data-bs-theme="dark"] .theme-toggle-btn:hover[b-ob8vzk84lq] {
    transform: rotate(-15deg) scale(1.08);
}

.help-toggle-btn:hover[b-ob8vzk84lq] {
    transform: scale(1.08);
    background-color: var(--bs-tertiary-bg) !important;
}

[data-bs-theme="dark"] .help-toggle-btn:hover[b-ob8vzk84lq] {
    background-color: var(--bs-body-tertiary-bg) !important;
}

[data-bs-theme="dark"] .help-toggle-btn span[b-ob8vzk84lq] {
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .text-slate-800[b-ob8vzk84lq],
[data-bs-theme="dark"] h5.text-slate-800[b-ob8vzk84lq] {
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .text-slate-700[b-ob8vzk84lq],
[data-bs-theme="dark"] .company-name.text-slate-700[b-ob8vzk84lq] {
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .text-slate-500[b-ob8vzk84lq] {
    color: var(--bs-secondary-color) !important;
}



/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r7w3z8g91r] {
    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='http://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-r7w3z8g91r] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-r7w3z8g91r] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r7w3z8g91r] {
    font-size: 1.1rem;
}

.bi[b-r7w3z8g91r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-r7w3z8g91r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-r7w3z8g91r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-r7w3z8g91r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-r7w3z8g91r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r7w3z8g91r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r7w3z8g91r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r7w3z8g91r]  .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-r7w3z8g91r]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-r7w3z8g91r]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-r7w3z8g91r] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-r7w3z8g91r] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r7w3z8g91r] {
        display: none;
    }

    .nav-scrollable[b-r7w3z8g91r] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Sidebar collapsed styles */
@media (min-width: 641px) {
    .collapsed .nav-text[b-r7w3z8g91r] {
        display: none;
    }

    .collapsed .navbar-brand[b-r7w3z8g91r] {
        display: none;
    }

    .collapsed .small-chevron[b-r7w3z8g91r] {
        display: none;
    }

    .collapsed .report-submenu[b-r7w3z8g91r] {
        display: none;
    }

    .nav-scrollable.collapsed .nav-item[b-r7w3z8g91r]  .nav-link {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-scrollable.collapsed .nav-item[b-r7w3z8g91r]  .bi {
        margin-right: 0 !important;
    }
}

/* Hide desktop toggle button on mobile */
@media (max-width: 640.98px) {
    .toggle-sidebar-btn[b-r7w3z8g91r] {
        display: none !important;
    }
}

/* Custom submenu styles */
.report-submenu[b-r7w3z8g91r] {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 2.25rem !important;
}

.report-submenu .nav-item[b-r7w3z8g91r] {
    padding-bottom: 0.25rem;
}

.report-submenu .nav-item:first-of-type[b-r7w3z8g91r] {
    padding-top: 0.25rem;
}

.report-submenu .nav-item[b-r7w3z8g91r]  .nav-link {
    min-height: 2.5rem !important;
    height: auto !important;
    line-height: 1.25 !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 0.85rem !important;
    white-space: normal !important;
    display: flex !important;
    align-items: center !important;
}

.report-submenu[b-r7w3z8g91r]  .bi {
    width: 1rem !important;
    height: 1rem !important;
    margin-right: 0.5rem !important;
}

.nav-link-reports-btn[b-r7w3z8g91r] {
    cursor: pointer;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-link-reports-btn:hover[b-r7w3z8g91r] {
    background-color: rgba(255,255,255,0.1);
    color: white !important;
}

.small-chevron[b-r7w3z8g91r] {
    width: 0.75rem !important;
    height: 0.75rem !important;
    display: inline-block;
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fhm8fj937z],
.components-reconnect-repeated-attempt-visible[b-fhm8fj937z],
.components-reconnect-failed-visible[b-fhm8fj937z],
.components-pause-visible[b-fhm8fj937z],
.components-resume-failed-visible[b-fhm8fj937z],
.components-rejoining-animation[b-fhm8fj937z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-retrying[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-failed[b-fhm8fj937z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fhm8fj937z] {
    display: block;
}


#components-reconnect-modal[b-fhm8fj937z] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fhm8fj937z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fhm8fj937z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fhm8fj937z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fhm8fj937z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fhm8fj937z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fhm8fj937z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fhm8fj937z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fhm8fj937z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fhm8fj937z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fhm8fj937z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fhm8fj937z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fhm8fj937z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fhm8fj937z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fhm8fj937z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fhm8fj937z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fhm8fj937z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fhm8fj937z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fhm8fj937z {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Ayuda.razor.rz.scp.css */
.help-hero[b-3uspx9kpo5] {
    background: linear-gradient(135deg, #052767 0%, #3a0647 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.search-bar-container[b-3uspx9kpo5] {
    background-color: #ffffff;
    max-width: 100%;
}

.search-icon[b-3uspx9kpo5] {
    font-size: 1.1rem;
}

.btn-clear-search[b-3uspx9kpo5] {
    color: #64748b;
    outline: none !important;
    box-shadow: none !important;
}

.btn-clear-search:hover[b-3uspx9kpo5] {
    color: #334155;
}

.font-xs[b-3uspx9kpo5] {
    font-size: 0.85rem;
}

.font-xxs[b-3uspx9kpo5] {
    font-size: 0.75rem;
}

.text-truncate-2[b-3uspx9kpo5] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opacity-90[b-3uspx9kpo5] {
    opacity: 0.9;
}

.shadow-xs[b-3uspx9kpo5] {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Tarjetas de categorías */
.category-card[b-3uspx9kpo5] {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.category-card:hover[b-3uspx9kpo5] {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1), 0 8px 8px -6px rgba(0, 0, 0, 0.05);
    border-color: var(--bs-primary) !important;
}

.category-icon-wrapper[b-3uspx9kpo5] {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

.category-card:hover .category-icon-wrapper[b-3uspx9kpo5] {
    transform: scale(1.1);
}

.bg-primary-light[b-3uspx9kpo5] {
    background-color: rgba(79, 70, 229, 0.08) !important;
}

/* Lista de artículos en categorías */
.article-item-btn[b-3uspx9kpo5] {
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.article-item-btn:hover[b-3uspx9kpo5] {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    transform: translateX(3px);
}

/* Resultados de búsqueda */
.search-result-item[b-3uspx9kpo5] {
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.search-result-item:hover[b-3uspx9kpo5] {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Tarjetas relacionadas */
.related-card[b-3uspx9kpo5] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.related-card:hover[b-3uspx9kpo5] {
    background-color: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

/* Preguntas Frecuentes (FAQ) */
.faq-item[b-3uspx9kpo5] {
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.faq-item.expanded[b-3uspx9kpo5] {
    border-color: var(--bs-primary);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.faq-question[b-3uspx9kpo5] {
    color: #1e293b;
    font-size: 1.05rem;
    font-weight: 600;
}

.faq-question:hover[b-3uspx9kpo5] {
    color: var(--bs-primary) !important;
}

.faq-answer[b-3uspx9kpo5] {
    font-size: 0.95rem;
    line-height: 1.6;
}

.faq-answer[b-3uspx9kpo5]  p {
    margin-bottom: 0.75rem;
}

.faq-answer[b-3uspx9kpo5]  ul, .faq-answer[b-3uspx9kpo5]  ol {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.faq-answer[b-3uspx9kpo5]  li {
    margin-bottom: 0.4rem;
}

/* Detalle de artículo */
.article-content[b-3uspx9kpo5] {
    font-size: 1rem;
    line-height: 1.7;
}

.article-content[b-3uspx9kpo5]  p {
    margin-bottom: 1.25rem;
}

.article-content[b-3uspx9kpo5]  ol, .article-content[b-3uspx9kpo5]  ul {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.article-content[b-3uspx9kpo5]  li {
    margin-bottom: 0.6rem;
}

.article-content[b-3uspx9kpo5]  strong {
    color: #0f172a;
}

.back-btn[b-3uspx9kpo5] {
    box-shadow: none !important;
}

/* Animaciones */
.animation-slide-up[b-3uspx9kpo5] {
    animation: slideUp-b-3uspx9kpo5 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animation-slide-down[b-3uspx9kpo5] {
    animation: slideDown-b-3uspx9kpo5 0.25s ease-out forwards;
}

@keyframes slideUp-b-3uspx9kpo5 {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown-b-3uspx9kpo5 {
    from {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    to {
        opacity: 1;
    }
}

/* Soporte para Modo Oscuro */
[data-bs-theme="dark"] .help-hero[b-3uspx9kpo5] {
    background: linear-gradient(135deg, #02112d 0%, #1d0324 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

[data-bs-theme="dark"] .search-bar-container[b-3uspx9kpo5] {
    background-color: var(--bs-tertiary-bg);
}

[data-bs-theme="dark"] .search-bar-container input[b-3uspx9kpo5] {
    background-color: transparent !important;
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .search-bar-container input[b-3uspx9kpo5]::placeholder {
    color: var(--bs-secondary-color) !important;
}

[data-bs-theme="dark"] .btn-clear-search:hover[b-3uspx9kpo5] {
    color: #ffffff;
}

[data-bs-theme="dark"] .category-card[b-3uspx9kpo5] {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .category-card:hover[b-3uspx9kpo5] {
    background-color: var(--bs-body-secondary-bg);
    border-color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .category-icon-wrapper[b-3uspx9kpo5] {
    background-color: rgba(79, 70, 229, 0.15) !important;
}

[data-bs-theme="dark"] .text-slate-800[b-3uspx9kpo5],
[data-bs-theme="dark"] h1[b-3uspx9kpo5],
[data-bs-theme="dark"] h3[b-3uspx9kpo5],
[data-bs-theme="dark"] h4[b-3uspx9kpo5],
[data-bs-theme="dark"] h5[b-3uspx9kpo5],
[data-bs-theme="dark"] h6[b-3uspx9kpo5],
[data-bs-theme="dark"] .faq-question span[b-3uspx9kpo5],
[data-bs-theme="dark"] .article-content[b-3uspx9kpo5]  strong {
    color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .text-slate-700[b-3uspx9kpo5],
[data-bs-theme="dark"] .article-content[b-3uspx9kpo5],
[data-bs-theme="dark"] .faq-answer[b-3uspx9kpo5] {
    color: var(--bs-secondary-color) !important;
}

[data-bs-theme="dark"] .text-slate-500[b-3uspx9kpo5] {
    color: var(--bs-secondary-color) !important;
}

[data-bs-theme="dark"] .faq-item[b-3uspx9kpo5] {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .faq-item.expanded[b-3uspx9kpo5] {
    border-color: var(--bs-primary);
    background-color: var(--bs-body-secondary-bg);
}

[data-bs-theme="dark"] .article-item-btn[b-3uspx9kpo5] {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .article-item-btn:hover[b-3uspx9kpo5] {
    background-color: var(--bs-body-secondary-bg);
    border-color: var(--bs-border-color-translucent);
}

[data-bs-theme="dark"] .search-result-item[b-3uspx9kpo5] {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .search-result-item:hover[b-3uspx9kpo5] {
    background-color: var(--bs-body-secondary-bg);
    border-color: var(--bs-border-color-translucent);
}

[data-bs-theme="dark"] .related-card[b-3uspx9kpo5] {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .related-card:hover[b-3uspx9kpo5] {
    background-color: var(--bs-body-secondary-bg);
    border-color: var(--bs-border-color-translucent);
}

[data-bs-theme="dark"] .border-secondary-subtle[b-3uspx9kpo5] {
    border-color: var(--bs-border-color) !important;
}
/* /Components/Pages/Clientes.razor.rz.scp.css */
/* Estilos responsivos para la tabla de clientes en móviles */

.mobile-invoice-list[b-r84akpnf2k] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-r84akpnf2k] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-r84akpnf2k] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-r84akpnf2k] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-r84akpnf2k] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.customer-name-col[b-r84akpnf2k] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn-group .btn[b-r84akpnf2k] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn-group .btn .bi[b-r84akpnf2k] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-r84akpnf2k] {
        padding: 0.85rem 0;
    }
}

/* Forzar que los botones de acción no se envuelvan y se alineen bien */
.action-buttons-col .btn-group[b-r84akpnf2k] {
    display: flex;
    flex-wrap: nowrap;
}

.expanded-mobile-panel[b-r84akpnf2k] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
}
/* /Components/Pages/Compras.razor.rz.scp.css */
/* Estilos responsivos para la tabla de compras en móviles */

.mobile-invoice-list[b-p89tzc7jps] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-p89tzc7jps] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-p89tzc7jps] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-p89tzc7jps] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-p89tzc7jps] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.supplier-name-col[b-p89tzc7jps] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn[b-p89tzc7jps] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn .bi[b-p89tzc7jps] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-p89tzc7jps] {
        padding: 0.85rem 0;
    }
}
/* /Components/Pages/Inventario.razor.rz.scp.css */
/* Estilos responsivos para la tabla de catálogo/inventario en móviles */

.mobile-invoice-list[b-q5rjn8umwz] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-q5rjn8umwz] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-q5rjn8umwz] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-q5rjn8umwz] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-q5rjn8umwz] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.item-name-col[b-q5rjn8umwz] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn[b-q5rjn8umwz] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn .bi[b-q5rjn8umwz] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-q5rjn8umwz] {
        padding: 0.85rem 0;
    }
    
    .serial-details[b-q5rjn8umwz] {
        padding: 0.75rem !important;
    }
}

.expanded-mobile-panel[b-q5rjn8umwz] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
}
/* /Components/Pages/PagosProveedores.razor.rz.scp.css */
/* Estilos responsivos para la tabla de pagos a proveedores en móviles */

.mobile-invoice-list[b-ah193ry9ef] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-ah193ry9ef] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-ah193ry9ef] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-ah193ry9ef] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-ah193ry9ef] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.supplier-name-col[b-ah193ry9ef] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn[b-ah193ry9ef] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn .bi[b-ah193ry9ef] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-ah193ry9ef] {
        padding: 0.85rem 0;
    }
}
/* /Components/Pages/Proveedores.razor.rz.scp.css */
/* Estilos responsivos para la tabla de proveedores en móviles */

.mobile-invoice-list[b-6yztmivjhe] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-6yztmivjhe] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-6yztmivjhe] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-6yztmivjhe] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-6yztmivjhe] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.provider-name-col[b-6yztmivjhe] {
    word-break: break-word;
}

/* Avatar de proveedor */
.avatar-provider[b-6yztmivjhe] {
    background-color: #e0f2fe;
    color: #0369a1;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn-group .btn[b-6yztmivjhe] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn-group .btn .bi[b-6yztmivjhe] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-6yztmivjhe] {
        padding: 0.85rem 0;
    }
}

/* Forzar que los botones de acción no se envuelvan y se alineen bien */
.action-buttons-col .btn-group[b-6yztmivjhe] {
    display: flex;
    flex-wrap: nowrap;
}

.expanded-mobile-panel[b-6yztmivjhe] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
}
/* /Components/Pages/Tabs/CotizacionesTab.razor.rz.scp.css */
/* Estilos responsivos para la tabla de cotizaciones en móviles */

.mobile-invoice-list[b-a8v0yzl0tb] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-a8v0yzl0tb] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-a8v0yzl0tb] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-a8v0yzl0tb] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-a8v0yzl0tb] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.customer-name-col[b-a8v0yzl0tb] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn-group .btn[b-a8v0yzl0tb] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn-group .btn .bi[b-a8v0yzl0tb] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-a8v0yzl0tb] {
        padding: 0.85rem 0;
    }
}

/* Forzar que los botones de acción no se envuelvan y se alineen bien */
.action-buttons-col .btn-group[b-a8v0yzl0tb] {
    display: flex;
    flex-wrap: nowrap;
}
/* /Components/Pages/Tabs/FacturasRecurrentesTab.razor.rz.scp.css */
/* Estilos responsivos para la tabla de facturas recurrentes en móviles */

.mobile-invoice-list[b-85b6gwx76e] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-85b6gwx76e] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-85b6gwx76e] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-85b6gwx76e] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-85b6gwx76e] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.customer-name-col[b-85b6gwx76e] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn-group .btn[b-85b6gwx76e] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn-group .btn .bi[b-85b6gwx76e] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-85b6gwx76e] {
        padding: 0.85rem 0;
    }
}

/* Forzar que los botones de acción no se envuelvan y se alineen bien */
.action-buttons-col .btn-group[b-85b6gwx76e] {
    display: flex;
    flex-wrap: nowrap;
}
/* /Components/Pages/Tabs/FacturasTab.razor.rz.scp.css */
/* Estilos responsivos para la tabla de facturas en móviles */

.mobile-invoice-list[b-favhs6ph2j] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-favhs6ph2j] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-favhs6ph2j] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-favhs6ph2j] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-favhs6ph2j] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.customer-name-col[b-favhs6ph2j] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn-group .btn[b-favhs6ph2j] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn-group .btn .bi[b-favhs6ph2j] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-favhs6ph2j] {
        padding: 0.85rem 0;
    }
}

/* Forzar que los botones de acción no se envuelvan y se alineen bien */
.action-buttons-col .btn-group[b-favhs6ph2j] {
    display: flex;
    flex-wrap: nowrap;
}
/* /Components/Pages/Tabs/NotasCreditoDebitoTab.razor.rz.scp.css */
/* Estilos responsivos para la tabla de notas en móviles */

.mobile-invoice-list[b-hm5z60deo9] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-hm5z60deo9] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-hm5z60deo9] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-hm5z60deo9] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-hm5z60deo9] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.customer-name-col[b-hm5z60deo9] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn-group .btn[b-hm5z60deo9] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn-group .btn .bi[b-hm5z60deo9] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-hm5z60deo9] {
        padding: 0.85rem 0;
    }
}

/* Forzar que los botones de acción no se envuelvan y se alineen bien */
.action-buttons-col .btn-group[b-hm5z60deo9] {
    display: flex;
    flex-wrap: nowrap;
}
/* /Components/Pages/Tabs/PagosTab.razor.rz.scp.css */
/* Estilos responsivos para la tabla de pagos en móviles */

.mobile-invoice-list[b-doybbpq93h] {
    margin-top: 0.5rem;
}

.mobile-invoice-row[b-doybbpq93h] {
    border-bottom: 1.5px solid var(--bs-border-color); /* Divisor adaptativo */
    padding: 1rem 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.mobile-invoice-row:nth-child(even)[b-doybbpq93h] {
    background-color: var(--bs-body-secondary-bg); /* Fondo alterno adaptativo */
}

.mobile-invoice-row:last-child[b-doybbpq93h] {
    border-bottom: none;
}

.mobile-invoice-row:hover[b-doybbpq93h] {
    background-color: var(--bs-body-tertiary-bg); /* Fondo de realce hover adaptativo */
}

.customer-name-col[b-doybbpq93h] {
    word-break: break-word;
}

/* Botones más compactos en móvil para ahorrar espacio lateral */
@media (max-width: 575.98px) {
    .action-buttons-col .btn-group .btn[b-doybbpq93h] {
        padding: 0.35rem 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .action-buttons-col .btn-group .btn .bi[b-doybbpq93h] {
        font-size: 0.95rem !important;
    }
    
    .mobile-invoice-row[b-doybbpq93h] {
        padding: 0.85rem 0;
    }
}

/* Forzar que los botones de acción no se envuelvan y se alineen bien */
.action-buttons-col .btn-group[b-doybbpq93h] {
    display: flex;
    flex-wrap: nowrap;
}
