@import '_content/60dias.BlazorComponents/60dias.BlazorComponents.bundle.scp.css';

/* /Layouts/MainLayout.razor.rz.scp.css */
.page[b-7agqp61u6f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7agqp61u6f] {
    flex: 1;
}

article[b-7agqp61u6f] {
    background-color: white;
}

.invoice-viewer-content[b-7agqp61u6f] {
    padding: 0;
}

.sidebar[b-7agqp61u6f] {
    background-color: var(--color-midnight); /* Nuevo color */
    background-image: none; /* Quitar gradiente antiguo */
}

.top-row[b-7agqp61u6f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7agqp61u6f]  a, .top-row[b-7agqp61u6f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--color-midnight);
    }

        .top-row[b-7agqp61u6f]  a:hover, .top-row[b-7agqp61u6f]  .btn-link:hover {
            text-decoration: underline;
            color: var(--color-primary);
        }

        .top-row[b-7agqp61u6f]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7agqp61u6f] {
        display: none;
    }

    .top-row.auth[b-7agqp61u6f] {
        justify-content: space-between;
    }

    .top-row[b-7agqp61u6f]  a, .top-row[b-7agqp61u6f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7agqp61u6f] {
        flex-direction: row;
    }

    .sidebar[b-7agqp61u6f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7agqp61u6f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-7agqp61u6f]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}
/* /Pages/Bancos/BancoProductos.razor.rz.scp.css */
/* ── Section header hover ── */
.bp-section-header:hover[b-c789rw2qip] {
    background: rgba(0, 0, 0, 0.015);
    transition: background 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Section body collapse ── */
.bp-section-body[b-c789rw2qip] {
    overflow: hidden;
    max-height: 3000px;
    opacity: 1;
    transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1),
                opacity 300ms ease;
}

.bp-section-collapsed[b-c789rw2qip] {
    max-height: 0;
    opacity: 0;
}

/* ── Chevron ── */
.bp-chevron[b-c789rw2qip] {
    flex-shrink: 0;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Section icon ── */
.bp-section-icon[b-c789rw2qip] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bp-section-icon svg[b-c789rw2qip] {
    width: 18px;
    height: 18px;
}

.bp-icon-connected[b-c789rw2qip] {
    background: #F0FDF4;
    color: #16A34A;
}

.bp-icon-available[b-c789rw2qip] {
    background: #FDF6E0;
    color: #B8941F;
}

/* ── Badge ── */
.bp-badge[b-c789rw2qip] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 99px;
}

.bp-badge-connected[b-c789rw2qip] {
    background: #F0FDF4;
    color: #16A34A;
}

.bp-badge-available[b-c789rw2qip] {
    background: #FDF6E0;
    color: #96780E;
}

/* ── Product card ── */
.bp-product-card[b-c789rw2qip] {
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bp-product-card:hover[b-c789rw2qip] {
    border-color: #E0DBD3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* ── Expand button ── */
.bp-expand-btn[b-c789rw2qip] {
    transition: background 200ms ease, color 200ms ease;
}

.bp-expand-btn:hover[b-c789rw2qip] {
    background: rgba(0, 0, 0, 0.04);
    color: #2F2F2F;
}

/* ── Product type icon ── */
.bp-product-type-icon[b-c789rw2qip] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F8F7F4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Status badge ── */
.bp-status-dot[b-c789rw2qip] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16A34A;
    flex-shrink: 0;
    animation: bp-pulse-dot-b-c789rw2qip 2s infinite;
}

@keyframes bp-pulse-dot-b-c789rw2qip {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
}

/* ── Transaction panel ── */
.bp-transaction-panel[b-c789rw2qip] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    background: #FAFAF8;
    border-top: 1px solid transparent;
    transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1),
                opacity 300ms ease,
                border-top-color 300ms ease;
}

.bp-tx-open[b-c789rw2qip] {
    max-height: 400px;
    overflow: auto;
    opacity: 1;
    border-top-color: #F0EDE8;
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .bp-product-type-icon[b-c789rw2qip] {
        display: none;
    }

    .bp-product-status[b-c789rw2qip] {
        display: none;
    }
}
/* /Pages/Bancos/Bancos.razor.rz.scp.css */
.bancos-page[b-j0bn863eqp]  .error-tooltip__popup {
    left: 50%;
    bottom: calc(100% + 0.5rem);
    transform: translateX(-50%);
    z-index: 9999;
}

.bancos-page[b-j0bn863eqp]  td,
.bancos-page[b-j0bn863eqp]  th {
    overflow: visible !important;
}
/* /Pages/Configuracion/ConfiguracionEmpresa.razor.rz.scp.css */
/* ── Section header hover ── */
.bp-section-header:hover[b-j06oht3ioh] {
    background: rgba(0, 0, 0, 0.015);
    transition: background 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Section body collapse ── */
.bp-section-body[b-j06oht3ioh] {
    overflow: hidden;
    max-height: 3000px;
    opacity: 1;
    transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1),
                opacity 300ms ease;
}

.bp-section-collapsed[b-j06oht3ioh] {
    max-height: 0;
    opacity: 0;
}

/* ── Chevron ── */
.bp-chevron[b-j06oht3ioh] {
    flex-shrink: 0;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Section icon ── */
.bp-section-icon[b-j06oht3ioh] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bp-section-icon svg[b-j06oht3ioh] {
    width: 18px;
    height: 18px;
}

.bp-icon-payment[b-j06oht3ioh]  { background: #FDF6E0; color: #B8941F; }
.bp-icon-category[b-j06oht3ioh] { background: #EFF6FF; color: #2563EB; }
.bp-icon-product[b-j06oht3ioh]  { background: #F0FDF4; color: #16A34A; }
.bp-icon-email[b-j06oht3ioh]    { background: #FDF2F8; color: #9D174D; }
.bp-icon-action[b-j06oht3ioh]   { background: #F5F3FF; color: #7C3AED; }

/* ── Badge ── */
.bp-badge[b-j06oht3ioh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 99px;
}

.bp-badge-payment[b-j06oht3ioh]  { background: #FDF6E0; color: #96780E; }
.bp-badge-category[b-j06oht3ioh] { background: #DBEAFE; color: #1D4ED8; }
.bp-badge-product[b-j06oht3ioh]  { background: #F0FDF4; color: #16A34A; }
.bp-badge-email[b-j06oht3ioh]    { background: #FCE7F3; color: #9D174D; }

.bp-badge-warn[b-j06oht3ioh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 9px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 99px;
    background: #FEF9C3;
    color: #854D0E;
    border: 1px solid #FDE68A;
}

/* ── Action card ── */
.action-card[b-j06oht3ioh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fafaf8;
    transition: border-color 150ms, background 150ms, box-shadow 150ms;
}

.action-card:hover[b-j06oht3ioh] {
    border-color: #d1d5db;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* ── Callout ── */
.callout[b-j06oht3ioh] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 10px;
}

.callout-blue[b-j06oht3ioh] {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
}

.callout-gray[b-j06oht3ioh] {
    border: 1px solid #e5e7eb;
    background: #fafafa;
}
/* /Pages/Index.razor.rz.scp.css */
    .section-container[b-ap2k3ne43n] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
        gap: 1.5rem;
        padding: 2rem;
        max-width: 1400px;
        margin: 0 auto;
        align-items: center;
        height: 90vh;
    }

    .d-flex-custom[b-ap2k3ne43n] {
        display: flex;
        flex-direction: column;
        background: var(--color-background);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: var(--shadow);
        transition: all var(--transition-duration) ease;
        border: 1px solid var(--color-tertiary);
    }

        .d-flex-custom:hover[b-ap2k3ne43n] {
            box-shadow: 0 8px 24px rgba(47, 47, 47, 0.15);
            transform: translateY(-4px);
        }

    .image-container[b-ap2k3ne43n] {
        width: 100%;
        height: 220px;
        position: relative;
        overflow: hidden;
    }

        .image-container img[b-ap2k3ne43n] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

    .d-flex-custom:hover .image-container img[b-ap2k3ne43n] {
        transform: scale(1.05);
    }

    .overlay[b-ap2k3ne43n] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(47, 47, 47, 0.92) 0%, rgba(245, 197, 66, 0.88) 100%);
        color: white;
        opacity: 0;
        transition: opacity var(--transition-duration) ease;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5rem;
        font-family: 'Geist', sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.4;
    }

    .image-container:hover .overlay[b-ap2k3ne43n] {
        opacity: 1;
    }

    .link-container[b-ap2k3ne43n] {
        display: block;
        text-decoration: none;
    }

    .card-content[b-ap2k3ne43n] {
        padding: 1.25rem 1.5rem;
        background: var(--color-background);
    }

        .card-content h2[b-ap2k3ne43n] {
            font-family: 'Geist', sans-serif;
            font-size: 1.125rem;
            font-weight: 600;
            color: var(--color-midnight);
            margin: 0;
            line-height: 1.5;
            text-align: left;
            letter-spacing: -0.01em;
        }

        .card-content a[b-ap2k3ne43n] {
            text-decoration: none;
            color: inherit;
            transition: color var(--quick-transition-duration) ease;
        }

            .card-content a:hover h2[b-ap2k3ne43n] {
                color: var(--color-primary);
            }

    .imagen[b-ap2k3ne43n] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media (max-width: 1200px) {
        .section-container[b-ap2k3ne43n] {
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            padding: 1.5rem;
            gap: 1.25rem;
        }
    }

    @media (max-width: 768px) {
        .section-container[b-ap2k3ne43n] {
            grid-template-columns: 1fr;
            padding: 1rem;
            margin-bottom: 4rem;
        }

        .image-container[b-ap2k3ne43n] {
            height: 180px;
        }

        .overlay[b-ap2k3ne43n] {
            font-size: 1rem;
            padding: 1rem;
        }

        .card-content h2[b-ap2k3ne43n] {
            font-size: 1rem;
        }
    }
/* /Pages/InvoiceViewer/InvoiceViewer.razor.rz.scp.css */
.dv-dragging[b-za9fbeu5k8] {
    user-select: none;
}
