/* _content/sandbox-app.Web/Components/Internal/InstrumentsPage/PriceGraph.razor.rz.scp.css */
svg[b-15b8w6u4k3] {
    --color-error-fill: #f52222;
    --color-warning-fill: #fab619;
    --color-success-fill: #00b92d;
}

@media (prefers-color-scheme: dark) {
    svg[b-15b8w6u4k3] {
        --color-error-fill: #fb4040;
        --color-warning-fill: #fab619;
        --color-success-fill: #10d952
    }
}

/* _content/sandbox-app.Web/Components/Internal/OrderbookModal/OrderBookCompact.razor.rz.scp.css */
.market-data[b-v58llwixgo] {
    --bid-color: red;
    --ask-color: green;
    font-size: smaller;
    line-height: 14px;
}

.quantity[b-v58llwixgo] {
    width: 50px;
    text-align: center;
}

.ask[b-v58llwixgo] {
    width: 100px;
}

.bid[b-v58llwixgo] {
    width: 100px;
    text-align:right;
}
/* _content/sandbox-app.Web/Components/Internal/OrderbookModal/OrderBookLong.razor.rz.scp.css */
.market-data[b-ks0tyo8vsq] {
    --bid-color: red;
    --ask-color: green;
    font-size: smaller;
    line-height: 14px;
}

.quantity[b-ks0tyo8vsq] {
    width: 50px;
    text-align: center;
}

.ask[b-ks0tyo8vsq] {
    width: 100px;
}

.bid[b-ks0tyo8vsq] {
    width: 100px;
    text-align:right;
}
/* _content/sandbox-app.Web/Components/Internal/PeriodicCouponsPage/MicroOrderBook.razor.rz.scp.css */
.market-data[b-ayytl2xbpd] {
    --bid-color: red;
    --ask-color: green;
    font-size: smaller;
    line-height: 14px;
}

.quantity[b-ayytl2xbpd] {
    width: 50px;
    text-align: center;
}

.ask[b-ayytl2xbpd] {
    width: 100px;
}

.bid[b-ayytl2xbpd] {
    width: 100px;
    text-align:right;
}

tr td[b-ayytl2xbpd] {
    padding: 0 !important;
    margin: 0 !important;
}
