@import '_content/60dias.BlazorComponents/60dias.BlazorComponents.c0puar1yi5.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-zran3wht0u] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
}

main[b-zran3wht0u] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.sidebar[b-zran3wht0u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zran3wht0u] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zran3wht0u]  a, .top-row[b-zran3wht0u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zran3wht0u]  a:hover, .top-row[b-zran3wht0u]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zran3wht0u]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zran3wht0u] {
        justify-content: space-between;
    }

    .top-row[b-zran3wht0u]  a, .top-row[b-zran3wht0u]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zran3wht0u] {
        flex-direction: row;
    }

    .sidebar[b-zran3wht0u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zran3wht0u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zran3wht0u]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zran3wht0u], article[b-zran3wht0u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zran3wht0u] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-zran3wht0u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/BankConnections/ConnectionProducts.razor.rz.scp.css */
[b-uqd4kxipfc] .no-transactions-row td:first-child button {
    visibility: hidden;
    pointer-events: none;
}
/* /Pages/BankConnections/Connections.razor.rz.scp.css */
.connections-page[b-gfbvy3psus]  .error-tooltip__popup {
    left: 50%;
    bottom: calc(100% + 0.5rem);
    transform: translateX(-50%);
    z-index: 9999;
}

.connections-page[b-gfbvy3psus]  td,
.connections-page[b-gfbvy3psus]  th {
    overflow: visible !important;
}
/* /Pages/BankConnections/NewConnection.razor.rz.scp.css */
/* Overrides de componentes internos — Tailwind no puede aplicar :deep */

.new-connection-page :deep(.f-input-container)[b-n82bewexfr] {
    gap: 0.25rem;
}

.new-connection-page :deep(.f-input-label)[b-n82bewexfr] {
    color: #2F2F2F;
    font-weight: 600;
    font-size: 0.82rem;
}

.new-connection-page :deep(.dropdown-menu)[b-n82bewexfr],
.new-connection-page :deep(.autocomplete-dropdown)[b-n82bewexfr],
.new-connection-page :deep(.dropdown-menu-active)[b-n82bewexfr] {
    max-height: 280px;
    overflow-y: auto !important;
}
