/* _content/TradesViewService/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-w1mih6x40k] {
    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-w1mih6x40k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TradesViewService/Components/Pages/Trades.razor.rz.scp.css */
.trades-table[b-qg3f4jjznz] {
    width: auto;
    max-width: min(920px, 100%);
    border-collapse: collapse;
    margin-top: 1rem;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.82rem;
    line-height: 1.2;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.trades-table th[b-qg3f4jjznz],
.trades-table td[b-qg3f4jjznz] {
    border-bottom: 1px solid #d5d5d5;
    padding: 0.45rem 0.6rem;
    text-align: left;
}

.trades-table thead th[b-qg3f4jjznz] {
    position: sticky;
    top: 0;
    background: #fff;
}

.merged-row td[b-qg3f4jjznz] {
    font-weight: 700;
}

.child-row td[b-qg3f4jjznz] {
    font-weight: 400;
}

.child-indent[b-qg3f4jjznz] {
    padding-left: 1.35rem !important;
}

.direction-buy td[b-qg3f4jjznz] {
    color: #0b6e2e;
    background: #eaf8ef;
}

.direction-sell td[b-qg3f4jjznz] {
    color: #b42318;
    background: #ffeceb;
}
