/* Chart Shell base surfaces
 * Contract: chart_shell_css_base_v1
 * Qualified CSS-002 extraction; source order and at-rule context are intentional.
 */


html.theme-dark,
body.theme-dark {
    --ex-shell-gutter-surface: #2a2e39;
}

#navigation-top :is(button, .ex-menu-row, .chart-menu-tree-trigger, .qt-chart-type-item, .layout-menu-action) svg.ex-shell-asset-icon,
#toolbar-left :is(button, .chart-menu-tree-trigger, .tool-btn) svg.ex-shell-asset-icon,
#qt-right-toolbar :is(button, .chart-menu-tree-trigger, .tool-btn) svg.ex-shell-asset-icon {
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

#navigation-top :is(button, .chart-menu-tree-trigger, .symbol-selector-btn, #timeframe-menu-btn, #indicators-btn, #replay-btn) svg.ex-shell-asset-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
}

#qt-right-toolbar :is(button, .chart-menu-tree-trigger, .tool-btn) svg.ex-shell-asset-icon {
    width: var(--ex-right-icon, 44px);
    height: var(--ex-right-icon, 44px);
    min-width: var(--ex-right-icon, 44px);
    min-height: var(--ex-right-icon, 44px);
    max-width: var(--ex-right-icon, 44px);
    max-height: var(--ex-right-icon, 44px);
}

#qt-right-toolbar :is(button, .chart-menu-tree-trigger, .tool-btn) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    position: relative !important;
}

#qt-right-toolbar .chart-menu-tree {
    display: grid;
    place-items: center;
    width: 100%;
}

#qt-right-toolbar .chart-menu-tree-trigger::after {
    display: none !important;
    content: none !important;
}

#qt-right-toolbar :is(button, .chart-menu-tree-trigger, .tool-btn) > svg.ex-shell-asset-icon {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}

#navigation-top :is(.ex-menu-row, .qt-chart-type-item, .layout-menu-action) svg.ex-shell-asset-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
}

#toolbar-left,
#qt-right-toolbar {
    background: var(--ex-shell-surface, #ffffff) !important;
    color: var(--ex-shell-rail-text, #131722) !important;
}

#toolbar-left {
    --ex-left-rail-text: var(--ex-shell-rail-text, #131722);
    --ex-left-rail-hover: rgba(15,23,42,0.08);
    --ex-left-rail-hover-strong: rgba(15,23,42,0.11);
}

html.theme-dark #toolbar-left,
body.theme-dark #toolbar-left,
html.theme-dark #qt-right-toolbar,
body.theme-dark #qt-right-toolbar,
html.theme-dark #qt-right-dock-slot,
body.theme-dark #qt-right-dock-slot,
body.dark #toolbar-left,
body.dark #qt-right-toolbar,
body.dark #qt-right-dock-slot {
    background: var(--ex-shell-surface, #0d0f14) !important;
    border-color: var(--ex-shell-separator, #2a2e39) !important;
    color: var(--ex-shell-rail-text, #d1d4dc) !important;
}

html.theme-dark #toolbar-left,
body.theme-dark #toolbar-left,
body.dark #toolbar-left {
    --ex-left-rail-text: var(--ex-shell-rail-text, #d1d4dc);
    --ex-left-rail-hover: var(--ex-shell-rail-hover, rgba(255,255,255,0.10));
    --ex-left-rail-hover-strong: var(--ex-shell-rail-hover-strong, rgba(255,255,255,0.13));
}

html.theme-dark #qt-right-toolbar :is(button, .tool-btn, .chart-menu-tree-trigger),
body.theme-dark #qt-right-toolbar :is(button, .tool-btn, .chart-menu-tree-trigger),
body.dark #qt-right-toolbar :is(button, .tool-btn, .chart-menu-tree-trigger) {
    color: var(--ex-shell-rail-text, #d1d4dc) !important;
}

html.theme-dark #qt-right-toolbar :is(button, .tool-btn, .chart-menu-tree-trigger):hover,
body.theme-dark #qt-right-toolbar :is(button, .tool-btn, .chart-menu-tree-trigger):hover,
body.dark #qt-right-toolbar :is(button, .tool-btn, .chart-menu-tree-trigger):hover {
    background: var(--ex-shell-rail-hover, rgba(255,255,255,0.10)) !important;
}

html.theme-dark #qt-right-toolbar svg,
body.theme-dark #qt-right-toolbar svg,
body.dark #qt-right-toolbar svg {
    color: currentColor !important;
    stroke: currentColor !important;
    filter: none !important;
}
body.theme-dark .top-action-btn {
    color: #d1d4dc;
}

body.theme-dark .top-action-btn:hover {
    background: #263244;
    border-color: #374151;
    color: #ffffff;
}

.favorite-timeframes .tf-btn {
    height: 24px !important;
    min-width: 34px !important;
    padding: 0 7px !important;
    border-radius: 4px !important;
}

body.theme-dark .tf-btn.active {
    background: transparent !important;
    border-bottom: 2px solid currentColor !important;
    color: #6b7280 !important;
}

body.theme-dark .tf-btn.active {
    color: #d1d4dc !important;
}

#timeframe-menu-btn {
    width: 24px !important;
    min-width: 24px !important;
    height: 30px !important;
    border-radius: 4px !important;
    margin-left: 0 !important;
}

#timeframe-menu-btn .tf-menu-arrow {
    font-size: 16px !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
}
body.qt-booting #chart-viewport-wrapper {
    opacity: 1;
    visibility: visible;
}

body.qt-booting #chart-viewport-wrapper {
    pointer-events: auto;
}

body.qt-ready #chart-viewport-wrapper {
    opacity: 1;
    visibility: visible;
}

#navigation-top {
    z-index: 1000 !important;
}

#navigation-top .vertical-divider {
    display: block !important;
    width: 1px;
    height: 22px;
    margin: 0 4px;
    background: var(--ex-shell-separator, #e0e3eb);
    flex: 0 0 1px;
    align-self: center;
}

#navigation-top :is(.nav-section.timeframes, #chart-type-control) {
    position: relative !important;
    padding-right: 0 !important;
    margin-right: 9px !important;
    border-right: 0 !important;
}

#navigation-top :is(.nav-section.timeframes, #chart-type-control)::after {
    content: "" !important;
    position: absolute !important;
    right: -5px !important;
    top: 50% !important;
    width: 1px !important;
    height: 22px !important;
    transform: translateY(-50%) !important;
    background: var(--ex-shell-separator, #e0e3eb) !important;
    pointer-events: none !important;
}

#indicators-btn {
    order: 4;
}
canvas {
    display: block;
    background: #0d0f14;
    position: relative;
    z-index: 1;
}
.tool-btn {
width: 40px;
height: 40px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: #9ca3af;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.tool-btn:hover {
    background: rgba(255,255,255,0.06);
    color: #d1d4dc;
}

.tool-btn.active {
    background: transparent !important;
    color: #2962ff;
}

.tool-btn.danger:hover {
    background: #f23645;
    color: #ffffff;
}

.tool-separator {
    width: 24px;
    height: 1px;
    background: #2a2e39;
    margin: 5px 0;
}

.tool-icon {
    width: 30px;
    height: 30px;
}

.tool-btn.danger:hover {
    background: rgba(242,54,69,0.12);
}
body.theme-dark {
    background: var(--ex-shell-preload-surface, var(--ex-shell-chart-surface));
    color: #d1d4dc;
}
body.theme-light .tool-btn {
    color: #4b5563;
}

body.theme-light .tool-btn:hover {
    background: #f1f3f6;
    color: #111827;
}

.ohlc-info {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 50;
    font: 400 13px/18px -apple-system, BlinkMacSystemFont, "Trebuchet MS", Roboto, Ubuntu, sans-serif;
    color: #089981;
    pointer-events: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-width: 0;
}

#canvas-container .ohlc-info,
#canvas-container .ohlc-floating-info {
    visibility: visible;
}

.ohlc-info.ohlc-up {
    color: #089981;
}

.ohlc-info.ohlc-down {
    color: #f23645;
}

.ohlc-label {
    color: #111827;
    font-weight: 600;
}

.ohlc-market-details {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #111827;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 1px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.ohlc-market-segment {
    height: 20px;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 0 2px;
	border: 0;
	border-radius: 4px;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
}

.ohlc-market-segment:hover,
.ohlc-market-segment:focus-visible {
    background: rgba(120, 123, 134, 0.14);
    outline: none;
}

.ohlc-timeframe-segment {
    padding-inline: 4px;
}

.ohlc-market-separator,
.ohlc-provider-segment {
    color: #6b7280;
}

.ohlc-provider-segment {
    white-space: nowrap;
}

.ohlc-part {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
}

.ohlc-market-icons {
    width: 28px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 28px;
    position: relative;
}

.ohlc-market-icons span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.78);
}

.ohlc-market-icons span + span {
    margin-left: -5px;
}

.ohlc-market-icons-flags span {
    background-color: #e5e7eb;
    background-position: center;
    background-size: cover;
    color: transparent;
    overflow: hidden;
}

.ohlc-base-ada span:first-child,
.ohlc-quote-ada span:last-child { background-image: url('../../assets/flags/ada.svg'); }
.ohlc-base-au span:first-child,
.ohlc-quote-au span:last-child { background-image: url('../../assets/flags/au.svg'); }
.ohlc-base-bnb span:first-child,
.ohlc-quote-bnb span:last-child { background-image: url('../../assets/flags/bnb.svg'); }
.ohlc-base-btc span:first-child,
.ohlc-quote-btc span:last-child { background-image: url('../../assets/flags/btc.svg'); }
.ohlc-base-ca span:first-child,
.ohlc-quote-ca span:last-child { background-image: url('../../assets/flags/ca.svg'); }
.ohlc-base-ch span:first-child,
.ohlc-quote-ch span:last-child { background-image: url('../../assets/flags/ch.svg'); }
.ohlc-base-cn span:first-child,
.ohlc-quote-cn span:last-child { background-image: url('../../assets/flags/cn.svg'); }
.ohlc-base-cz span:first-child,
.ohlc-quote-cz span:last-child { background-image: url('../../assets/flags/cz.svg'); }
.ohlc-base-de span:first-child,
.ohlc-quote-de span:last-child { background-image: url('../../assets/flags/de.svg'); }
.ohlc-base-dk span:first-child,
.ohlc-quote-dk span:last-child { background-image: url('../../assets/flags/dk.svg'); }
.ohlc-base-doge span:first-child,
.ohlc-quote-doge span:last-child { background-image: url('../../assets/flags/doge.svg'); }
.ohlc-base-es span:first-child,
.ohlc-quote-es span:last-child { background-image: url('../../assets/flags/es.svg'); }
.ohlc-base-eth span:first-child,
.ohlc-quote-eth span:last-child { background-image: url('../../assets/flags/eth.svg'); }
.ohlc-base-eu span:first-child,
.ohlc-quote-eu span:last-child { background-image: url('../../assets/flags/eu.svg'); }
.ohlc-base-fr span:first-child,
.ohlc-quote-fr span:last-child { background-image: url('../../assets/flags/fr.svg'); }
.ohlc-base-gb span:first-child,
.ohlc-quote-gb span:last-child { background-image: url('../../assets/flags/gb.svg'); }
.ohlc-base-gold span:first-child,
.ohlc-quote-gold span:last-child { background-image: url('../../assets/flags/gold.svg'); }
.ohlc-base-hk span:first-child,
.ohlc-quote-hk span:last-child { background-image: url('../../assets/flags/hk.svg'); }
.ohlc-base-hu span:first-child,
.ohlc-quote-hu span:last-child { background-image: url('../../assets/flags/hu.svg'); }
.ohlc-base-jp span:first-child,
.ohlc-quote-jp span:last-child { background-image: url('../../assets/flags/jp.svg'); }
.ohlc-base-mx span:first-child,
.ohlc-quote-mx span:last-child { background-image: url('../../assets/flags/mx.svg'); }
.ohlc-base-nl span:first-child,
.ohlc-quote-nl span:last-child { background-image: url('../../assets/flags/nl.svg'); }
.ohlc-base-no span:first-child,
.ohlc-quote-no span:last-child { background-image: url('../../assets/flags/no.svg'); }
.ohlc-base-nz span:first-child,
.ohlc-quote-nz span:last-child { background-image: url('../../assets/flags/nz.svg'); }
.ohlc-base-pl span:first-child,
.ohlc-quote-pl span:last-child { background-image: url('../../assets/flags/pl.svg'); }
.ohlc-base-se span:first-child,
.ohlc-quote-se span:last-child { background-image: url('../../assets/flags/se.svg'); }
.ohlc-base-sg span:first-child,
.ohlc-quote-sg span:last-child { background-image: url('../../assets/flags/sg.svg'); }
.ohlc-base-sol span:first-child,
.ohlc-quote-sol span:last-child { background-image: url('../../assets/flags/sol.svg'); }
.ohlc-base-th span:first-child,
.ohlc-quote-th span:last-child { background-image: url('../../assets/flags/th.svg'); }
.ohlc-base-tr span:first-child,
.ohlc-quote-tr span:last-child { background-image: url('../../assets/flags/tr.svg'); }
.ohlc-base-us span:first-child,
.ohlc-quote-us span:last-child { background-image: url('../../assets/flags/us.svg'); }
.ohlc-base-usdt span:first-child,
.ohlc-quote-usdt span:last-child { background-image: url('../../assets/flags/usdt.svg'); }
.ohlc-base-xag span:first-child,
.ohlc-quote-xag span:last-child { background-image: url('../../assets/flags/xag.svg'); }
.ohlc-base-xau span:first-child,
.ohlc-quote-xau span:last-child { background-image: url('../../assets/flags/xau.svg'); }
.ohlc-base-xcu span:first-child,
.ohlc-quote-xcu span:last-child { background-image: url('../../assets/flags/xcu.svg'); }
.ohlc-base-xpd span:first-child,
.ohlc-quote-xpd span:last-child { background-image: url('../../assets/flags/xpd.svg'); }
.ohlc-base-xpt span:first-child,
.ohlc-quote-xpt span:last-child { background-image: url('../../assets/flags/xpt.svg'); }
.ohlc-base-xrp span:first-child,
.ohlc-quote-xrp span:last-child { background-image: url('../../assets/flags/xrp.svg'); }
.ohlc-base-za span:first-child,
.ohlc-quote-za span:last-child { background-image: url('../../assets/flags/za.svg'); }

.ohlc-market-icons-btc-usdt span:first-child {
    background: #f7931a;
}

.ohlc-market-icons-btc-usdt span:first-child::before {
    content: "B";
}

.ohlc-market-icons-btc-usdt span:last-child {
    background: #26a17b;
}

.ohlc-market-icons-btc-usdt span:last-child::before {
    content: "T";
}

.ohlc-market-icons-xau-usd span:first-child {
    background: #f6c343;
    color: #111827;
}

.ohlc-market-icons-xau-usd span:first-child::before {
    content: "";
    width: 10px;
    height: 6px;
    border-radius: 6px 6px 2px 2px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.ohlc-market-icons-xau-usd span:last-child {
    background: #ffffff;
    color: #475569;
    box-shadow: 0 0 0 1px rgba(148,163,184,0.9);
}

.ohlc-market-icons-xau-usd span:last-child::before {
    content: "$";
}

.ohlc-market-icons-default span:first-child::before,
.ohlc-market-icons-default span:last-child::before {
    content: "";
}

.ohlc-market-icons-default span:first-child {
    background: #64748b;
}

.ohlc-market-icons-default span:last-child {
    background: #26a17b;
}

.ohlc-feed-status {
    width: 28px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-left: 5px;
    padding: 0 3px;
    border: 0;
    border-radius: 5px;
    position: relative;
    background: rgba(148, 163, 184, 0.14);
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
    flex: 0 0 28px;
    font: inherit;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
}

.ohlc-feed-status-online {
    background: rgba(8, 153, 129, 0.12);
}

.ohlc-feed-status-loading {
    background: rgba(245, 158, 11, 0.14);
}

.ohlc-feed-status-offline {
    background: rgba(242, 54, 69, 0.12);
}

.ohlc-feed-status-closed {
    background: rgba(17, 17, 17, 0.12);
}

.ohlc-feed-status:hover,
.ohlc-feed-status[aria-expanded="true"] {
    background: rgba(100, 116, 139, 0.18);
}

.ohlc-feed-status-core,
.ohlc-feed-status-wave {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 12px;
}

.ohlc-feed-status-core {
    width: 9px;
    height: 9px;
    flex-basis: 10px;
    color: #ffffff;
    background: #089981;
}

.ohlc-feed-status-loading .ohlc-feed-status-core {
    background: #f59e0b;
}

.ohlc-feed-status-offline .ohlc-feed-status-core {
    background: #f23645;
}

.ohlc-feed-status-closed .ohlc-feed-status-core {
    background: #111111;
}

.ohlc-feed-status-wave {
    background: #ffe3f0;
    position: relative;
    overflow: hidden;
}

.ohlc-feed-status-wave::before,
.ohlc-feed-status-wave::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    height: 2px;
    border-radius: 99px;
    background: #e83e8c;
    transform: rotate(-10deg);
}

.ohlc-feed-status-wave::before {
    top: 3px;
}

.ohlc-feed-status-wave::after {
    bottom: 3px;
}

.ohlc-feed-disclosure {
    position: fixed;
    z-index: 2147483000;
    display: none;
    width: 330px;
    max-width: calc(100vw - 16px);
    padding: 14px 16px;
    border: 1px solid #e0e3eb;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
    font: 400 13px/19px -apple-system, BlinkMacSystemFont, "Trebuchet MS", Roboto, Ubuntu, sans-serif;
}

.ohlc-feed-disclosure.open {
    display: block;
}

.ohlc-feed-disclosure-title {
    margin-bottom: 6px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.ohlc-feed-disclosure-message {
    color: #4b5563;
}

.theme-dark .ohlc-label {
    color: #d1d4dc;
}

.theme-dark .ohlc-market-details {
    color: #e5e7eb;
}

.theme-dark .ohlc-market-segment:hover,
.theme-dark .ohlc-market-segment:focus-visible {
    background: rgba(120, 123, 134, 0.24);
}

.theme-dark .ohlc-market-separator,
.theme-dark .ohlc-provider-segment {
    color: #9ca3af;
}

.theme-dark .ohlc-feed-status {
    background: rgba(120, 123, 134, 0.18);
}

.theme-dark .ohlc-feed-status:hover,
.theme-dark .ohlc-feed-status[aria-expanded="true"] {
    background: rgba(120, 123, 134, 0.28);
}

.theme-dark .ohlc-feed-status-wave {
    background: rgba(232, 62, 140, 0.22);
}

.theme-dark .ohlc-feed-disclosure {
    border-color: #3a3d45;
    background: #1f1f1f;
    color: #e5e7eb;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
}

.theme-dark .ohlc-feed-disclosure-title {
    color: #f1f5f9;
}

.theme-dark .ohlc-feed-disclosure-message {
    color: #cbd5e1;
}

body.theme-dark .symbol-selector-btn {
    color: #d1d4dc;
    background: #2a2e39;
    border-color: rgba(75,85,99,0.68);
}

body.theme-dark .symbol-selector-btn:hover {
    background: #363a45;
    border-color: #4b5563;
}

body.theme-dark .symbol-main {
    color: #f8fafc;
}
.favorite-timeframes .tf-btn,
#timeframe-menu-btn {
    font-family: -apple-system, BlinkMacSystemFont, "Trebuchet MS", Roboto, Ubuntu, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: normal !important;
}

.favorite-timeframes .tf-btn.active {
    font-weight: 500 !important;
}
.favorite-timeframes {
    display: flex;
    align-items: center;
    gap: 1px;
    min-width: 0;
    width: auto;
}

.timeframe-menu {
    position: fixed;
    top: 42px;
    left: 76px;
    width: 280px;
    max-height: 72vh;
    overflow-y: auto;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 18px 45px rgba(15,23,42,0.18);
    border-radius: 14px;
    z-index: 9999;
    display: none;
    padding: 10px;
}

.timeframe-menu::-webkit-scrollbar {
    width: 8px;
}

.timeframe-menu::-webkit-scrollbar-track {
    background: transparent;
}

.timeframe-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

body.theme-dark .timeframe-menu {
    background: rgba(17,24,39,0.96);
    border-color: rgba(55,65,81,0.95);
    box-shadow: 0 18px 45px rgba(0,0,0,0.45);
}

body.theme-dark .tf-menu-title {
    color: #f9fafb;
    border-bottom-color: #263244;
}

body.theme-dark .tf-menu-group-title {
    color: #64748b;
}

body.theme-dark .tf-menu-item {
    color: #e5e7eb;
}

body.theme-dark .tf-menu-item:hover {
    background: #263244;
}

body.theme-dark .tf-menu-item.active {
    background: rgba(41,98,255,0.18);
    color: #60a5fa;
}

body.theme-dark .tf-menu-item button:hover {
    background: #374151;
}

body.theme-dark .tf-menu-item button.active {
    background: rgba(245,158,11,0.12);
    color: #fbbf24;
}

.favorite-timeframes {
    display: flex !important;
    align-items: center !important;
    height: 28px;
    gap: 1px !important;
    flex-wrap: nowrap;
    min-width: 0 !important;
    width: calc(100% - (var(--ex-shell-gutter, 4px) * 2 + 1px)) !important;
}

.favorite-timeframes .tf-btn {
    height: 26px !important;
    min-width: 32px;
    padding: 0 8px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 26px !important;
    margin: 0 !important;
    position: static !important;
}

#timeframe-menu-btn {
    height: 26px !important;
    width: 30px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 4px !important;
    line-height: 26px !important;
    position: static !important;
}
body.theme-dark .tf-btn.active {
    background: transparent;
    color: #2962ff;
    border-bottom: 2px solid #2962ff;
    border-radius: 0;
    font-weight: 700;
}
#timeframe-menu-btn {
    width: 18px !important;
    min-width: 18px !important;
    height: 26px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
}

#timeframe-menu-btn .tf-menu-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #9ca3af;
    line-height: 1;
    transform: translateY(0);
}

body.theme-dark #timeframe-menu-btn .tf-menu-arrow {
    color: #e5e7eb;
}
html.theme-dark,
html.theme-dark body {
    background: var(--ex-shell-preload-surface, var(--ex-shell-chart-surface));
}

html.theme-dark {

    --qt-surface: #2b2b2b;
    --qt-border: #444444;
    --qt-text: #d1d4dc;
--symbol-modal-bg: #1f1f1f;
--symbol-modal-overlay: rgba(0,0,0,.45);

}

body.theme-dark .qt-clock-btn {
    color: #d1d4dc;
}

body.theme-dark .qt-clock-btn:hover {
    background: #2a2e39;
    border-color: #363a45;
}

body.theme-dark .qt-timezone-menu {
    background: #1f1f1f;
    border-color: #3a3a3a;
}

body.theme-dark .qt-timezone-menu button {
    color: #e5e7eb;
}

body.theme-dark .qt-timezone-menu button:hover,
body.theme-dark .qt-timezone-menu button.active {
    background: #2e2e2e;
    color: #60a5fa;
}

body.theme-dark .qt-clock-btn {
    color: #d1d4dc;
}
#chart-viewport-wrapper.chart-soft-loading canvas {
    filter: blur(1.5px);
    opacity: .88;
    transition: filter .12s ease, opacity .12s ease;
}
body.qt-booting #chart-viewport-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
}

body.qt-ready #chart-viewport-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
}

#navigation-top .vertical-divider {
    display: block !important;
    width: 1px !important;
    height: 22px !important;
    margin: 0 4px !important;
    background: var(--ex-shell-separator, #e0e3eb) !important;
    flex: 0 0 1px !important;
    align-self: center !important;
}

#indicators-btn {
    order: 4 !important;
}

body.theme-dark .top-action-btn {
    color: #d1d4dc !important;
}

body.theme-dark .top-action-btn:hover {
    background: #263244 !important;
    border-color: #374151 !important;
    color: #ffffff !important;
}

.favorite-timeframes .tf-btn {
    height: 24px !important;
    min-width: 34px !important;
    padding: 0 7px !important;
    border-radius: 4px !important;
}

body.theme-dark .tf-btn.active {
    background: transparent !important;
    border-bottom: 2px solid currentColor !important;
    color: #6b7280 !important;
}

body.theme-dark .tf-btn.active {
    color: #d1d4dc !important;
}

#timeframe-menu-btn {
    width: 24px !important;
    min-width: 24px !important;
    height: 30px !important;
    border-radius: 4px !important;
    margin-left: 0 !important;
}

#timeframe-menu-btn .tf-menu-arrow {
    font-size: 18px !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
}

#timeframe-menu-btn.open .tf-menu-arrow {
    transform: translateY(-1px) rotate(180deg) !important;
}

body.theme-dark .qt-boot-guard-message {
    background: rgba(19, 23, 34, 0.94);
    border-color: rgba(255, 255, 255, 0.12);
    color: #b8bdca;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

body.theme-dark .qt-noscript-shell {
    background: rgba(69, 10, 10, 0.92);
    border-color: rgba(248, 113, 113, 0.35);
    color: #fecaca;
}

body.qt-booting #chart-viewport-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.qt-replay-timeframe-loading #canvas-container {
    opacity: 0.52 !important;
    visibility: visible !important;
    filter: blur(1.2px) saturate(0.7);
    pointer-events: none !important;
}

body.qt-ready.qt-replay-timeframe-loading #chart-loading-screen,
body.qt-replay-timeframe-loading #chart-loading-screen {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 60 !important;
}

body.qt-replay-timeframe-loading .qt-boot-guard-message {
    display: block !important;
}

#chart-viewport-wrapper.replay-timeframe-loading-active canvas {
    filter: blur(1.5px);
    opacity: 0.56;
    transition: filter 0.14s ease, opacity 0.14s ease;
}

.replay-timeframe-loading-screen {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 48;
    background: rgba(248, 250, 252, 0.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.14s ease, visibility 0.14s ease;
}

.replay-timeframe-loading-screen.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.replay-timeframe-loading-card {
    width: min(360px, calc(100vw - 44px));
    min-height: 188px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 12px;
    padding: 24px 28px;
    border: 1px solid rgba(120, 128, 145, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
    text-align: center;
}

.replay-timeframe-loading-candles {
    height: 64px;
}

.replay-timeframe-loading-candles span {
    width: 8px;
    height: 28px;
}

.replay-timeframe-loading-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.replay-timeframe-loading-message {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

body.theme-dark .replay-timeframe-loading-screen,
html.theme-dark .replay-timeframe-loading-screen {
    background: rgba(2, 6, 23, 0.44);
}

body.theme-dark .replay-timeframe-loading-card,
html.theme-dark .replay-timeframe-loading-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(19, 23, 34, 0.96);
    color: #f8fafc;
    box-shadow: 0 28px 74px rgba(0, 0, 0, 0.42);
}

body.theme-dark .replay-timeframe-loading-message,
html.theme-dark .replay-timeframe-loading-message {
    color: #b8bdca;
}
.favorite-timeframes .tf-btn {
    border: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    background: transparent !important;
    color: #111827 !important;
    box-shadow: none !important;
}

.favorite-timeframes .tf-btn:hover {
    background: rgba(15,23,42,0.06) !important;
    color: #111827 !important;
}

.favorite-timeframes .tf-btn.active {
    background: rgba(15,23,42,0.08) !important;
    border: 1px solid rgba(15,23,42,0.18) !important;
    border-bottom: 1px solid rgba(15,23,42,0.18) !important;
    color: #111827 !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

body.theme-dark .favorite-timeframes .tf-btn,
html.theme-dark .favorite-timeframes .tf-btn {
    color: #f1f5f9 !important;
}

body.theme-dark .favorite-timeframes .tf-btn:hover,
html.theme-dark .favorite-timeframes .tf-btn:hover {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
}

body.theme-dark .favorite-timeframes .tf-btn.active,
html.theme-dark .favorite-timeframes .tf-btn.active {
    background: #202124 !important;
    border: 1px solid #3b3f46 !important;
    border-bottom: 1px solid #3b3f46 !important;
    color: #ffffff !important;
}

.favorite-timeframes .tf-btn.loading {
	position: relative;
	opacity: 0.72;
	pointer-events: none;
}

.favorite-timeframes .tf-btn.loading::after {
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 6px;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	display: inline-block;
	vertical-align: -1px;
	animation: qt-timeframe-spin 0.75s linear infinite;
}

#timeframe-menu-btn {
    width: 24px !important;
    min-width: 24px !important;
    height: 28px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #475569 !important;
    box-shadow: none !important;
    outline: none !important;
}

#timeframe-menu-btn:hover,
#timeframe-menu-btn:focus,
#timeframe-menu-btn:focus-visible,
#timeframe-menu-btn.open {
    background: rgba(15,23,42,0.06) !important;
    border-color: transparent !important;
    color: #111827 !important;
    outline: none !important;
}

body.theme-dark #timeframe-menu-btn,
html.theme-dark #timeframe-menu-btn {
    color: #d1d4dc !important;
}

body.theme-dark #timeframe-menu-btn:hover,
body.theme-dark #timeframe-menu-btn:focus,
body.theme-dark #timeframe-menu-btn:focus-visible,
body.theme-dark #timeframe-menu-btn.open,
html.theme-dark #timeframe-menu-btn:hover,
html.theme-dark #timeframe-menu-btn:focus,
html.theme-dark #timeframe-menu-btn:focus-visible,
html.theme-dark #timeframe-menu-btn.open {
    background: rgba(255,255,255,0.08) !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

#timeframe-menu-btn .tf-menu-arrow {
    font-size: 15px !important;
    line-height: 1 !important;
    color: currentColor !important;
    transform: translateY(-1px) !important;
}

#timeframe-menu-btn.open .tf-menu-arrow {
    transform: translateY(-1px) rotate(180deg) !important;
}

.timeframe-menu {
    border-radius: 10px !important;
    box-shadow: 0 18px 42px rgba(15,23,42,0.18) !important;
}

body.theme-dark .timeframe-menu,
html.theme-dark .timeframe-menu {
    background: #111318 !important;
    border-color: #2a2e39 !important;
    box-shadow: 0 18px 42px rgba(0,0,0,0.45) !important;
}

body.theme-dark .tf-menu-item:hover,
html.theme-dark .tf-menu-item:hover {
    background: rgba(255,255,255,0.08) !important;
}

body.theme-dark .tf-menu-item.active,
html.theme-dark .tf-menu-item.active {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
}

body.tools-collapsed #toolbar-left {
    transform: translateX(calc(-1 * var(--qt-left-toolbar-width)));
    opacity: 0;
    pointer-events: none;
}

body.tools-collapsed #canvas-container {
    grid-column: 1 / span 3 !important;
    left: auto !important;
}

body.tools-collapsed #qt-bottom-toolbar {
    left: 0 !important;
}
.ohlc-floating-info {

    position: absolute;

    display: none;

    z-index: 90;

    min-width: 200px;

    padding: 12px 16px;

    border-radius: 8px;

    background:
        rgba(
            255,
            255,
            255,
            0.96
        );

    border: 1px solid
        rgba(
            15,
            23,
            42,
            0.08
        );

    box-shadow:
        0 8px 24px
        rgba(
            15,
            23,
            42,
            0.16
        );

    pointer-events: none;
}

.ohlc-floating-info div {

    display: flex;

    justify-content:
        space-between;

    gap: 24px;

    line-height: 1.8;
}

.ohlc-float-up strong {

    color: #089981;
}

.ohlc-float-down strong {

    color: #f23645;
}

.theme-dark
.ohlc-floating-info {

    background:
        rgba(
            19,
            23,
            34,
            0.96
        );

    border-color:
        rgba(
            255,
            255,
            255,
            0.08
        );
}

#chart-viewport-wrapper,
#canvas-container {
    touch-action: none;
}

@media (max-width: 768px) {

    #chart-viewport-wrapper {
        --qt-left-toolbar-width: 40px;
    }
}

@media (max-width: 768px) {

    #toolbar-left {
        width: var(--qt-left-toolbar-width) !important;
    }
}

@media (max-width: 768px) {

    #canvas-container {
        grid-column: 2 !important;
        left: auto !important;
        right: auto !important;
    }
}

@media (max-width: 768px) {

    #qt-right-toolbar {
        display: none !important;
    }
}

@media(max-width:768px){
    #qt-bottom-toolbar{right:0!important;}
    .tool-btn{width:32px!important;height:32px!important;min-height:32px!important;}
    .ohlc-info{font-size:11px!important;max-width:calc(100% - 70px)!important;overflow:hidden!important;white-space:nowrap!important;}
    .ohlc-info>.chart-status-values{display:none;}
    .ohlc-market-details{font-size:clamp(12px, 3.75vw, 14px);}
    .ohlc-floating-info{min-width:170px!important;font-size:12px!important;padding:10px 12px!important;}
    .price-scale{width:72px!important;}
    .price-scale text{font-size:11px!important;}
    .volume-pane,#volume-pane{height:90px!important;min-height:90px!important;}
}
@media(max-width:360px){.ohlc-provider-segment,.ohlc-timeframe-segment+.ohlc-market-separator{display:none;}}

@media (max-width: 480px) {

    #chart-viewport-wrapper {
        --qt-left-toolbar-width: 40px;
    }
}

@media (max-width: 480px) {

    #toolbar-left {
        width: var(--qt-left-toolbar-width) !important;
    }
}

@media (max-width: 480px) {

    #canvas-container {
        grid-column: 2 !important;
        left: auto !important;
    }
}

@media (max-width: 480px) {

    .tool-btn {
        width: 34px !important;
        height: 34px !important;
    }
}
#canvas-container {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: none;
    overscroll-behavior: none;
}

body.theme-dark .exfinx-chart-watermark img,
html.theme-dark .exfinx-chart-watermark img {
    filter:
        drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8))
        drop-shadow(0 0 6px rgba(255, 255, 255, 0.2));
}

body.theme-dark .exfinx-chart-watermark .exfinx-chart-watermark-img-dark,
html.theme-dark .exfinx-chart-watermark .exfinx-chart-watermark-img-dark {
    display: block;
}

@media (max-width: 768px) {

    #navigation-top {
        height: 48px !important;
    }
}

@media (max-width: 768px) {

    #indicators-btn {
        width: auto !important;
        font-size: 11px !important;
    }
}

@media (max-width: 768px) {

    #qt-right-toolbar {
        display: none !important;
    }
}

@media (max-width:768px) {

    .mobile-hide{
        display:none !important;
    }
}

@media (max-width:768px) {

    #qt-bottom-toolbar{
        font-size:11px !important;
    }
}

@media (max-width:768px) {

    #navigation-top{

        overflow-x:auto !important;
        overflow-y:hidden !important;

        white-space:nowrap !important;

        justify-content:flex-start !important;

        -webkit-overflow-scrolling:touch;

        scrollbar-width:none;
    }
}

@media (max-width:768px) {

    #navigation-top::-webkit-scrollbar{
        display:none;
    }
}

@media (max-width:768px) {

    #navigation-top > *{

        flex-shrink:0 !important;
    }
}

@media (max-width:768px) {

    #qt-right-toolbar{
        display:none !important;
    }
}
:is(#qt-price-scale-labels, [id^="qt-price-scale-labels--"]) {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--qt-scale-width, 86px);
    height: calc(100% - 28px);
    overflow: visible;
    pointer-events: none;
    z-index: 30;
}

.qt-price-scale-label,
.qt-current-price-label {
    width: var(--qt-scale-width, 86px);
    font-family: var(--qt-scale-font-family);
    font-size: var(--qt-scale-font-size, 12px);
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    text-align: right;
    padding-left: var(--qt-scale-pad-x, 4px);
    padding-right: var(--qt-scale-pad-x, 4px);
    box-sizing: border-box;
    white-space: nowrap;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.qt-price-scale-label {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    color: #4b5563;
text-align: center;
}

body.theme-dark .qt-price-scale-label {
    color: #d1d4dc;
}

:is(#qt-price-scale-labels, [id^="qt-price-scale-labels--"]).is-left-scale .qt-price-scale-label,
.qt-current-price-label.is-left-scale {
    text-align: left;
}

:is(#qt-price-scale-labels, [id^="qt-price-scale-labels--"]).is-left-scale .qt-price-scale-label {
    left: 0;
    right: auto;
}

:is(#qt-price-scale-currency-unit, [id^="qt-price-scale-currency-unit--"]) {
    position: absolute;
    top: 8px;
    right: 0;
    min-width: 46px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    border: 1px solid rgba(15,23,42,0.12);
    background: rgba(255,255,255,0.96);
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    z-index: 88;
    pointer-events: none;
    box-sizing: border-box;
}

:is(#qt-price-scale-currency-unit, [id^="qt-price-scale-currency-unit--"]).is-left-scale {
    left: 0;
    right: auto;
}

:is(#qt-price-scale-currency-unit, [id^="qt-price-scale-currency-unit--"]).is-hover-only {
    opacity: 0;
}

body.price-scale-hover :is(#qt-price-scale-currency-unit, [id^="qt-price-scale-currency-unit--"]).is-hover-only,
:is(#qt-price-scale-currency-unit, [id^="qt-price-scale-currency-unit--"]).is-hover-only:hover {
    opacity: 1;
}

body.theme-dark :is(#qt-price-scale-currency-unit, [id^="qt-price-scale-currency-unit--"]),
html.theme-dark :is(#qt-price-scale-currency-unit, [id^="qt-price-scale-currency-unit--"]) {
    background: rgba(19,23,34,0.96);
    color: #f8fafc;
    border-color: rgba(255,255,255,0.12);
}

.qt-current-price-label {
    position: absolute;
    right: 0;
    height: var(--qt-label-height, 22px);
    line-height: normal;
    transform: translateY(-50%);
    border-radius: 2px;
    font-weight: 600;
    color: #ffffff;
    pointer-events: none;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

.qt-current-price-label.up {
    background: #089981;
}

.qt-current-price-label.down {
    background: #f23645;
}
:is(#qt-time-scale-bands, [id^="qt-time-scale-bands--"]),
:is(#qt-time-scale-labels, [id^="qt-time-scale-labels--"]) {
    position: absolute;
    pointer-events: none;
    z-index: 70;
    overflow: hidden;
    font-family: var(--qt-scale-font-family);
    font-variant-numeric: tabular-nums;
    bottom: auto;
}

:is(#qt-time-scale-bands, [id^="qt-time-scale-bands--"]) {
    background: var(--chart-bg, var(--ex-shell-chart-surface, #ffffff));
    border-top: 1px solid rgba(15, 23, 42, 0.10);
    z-index: 69;
}

.qt-time-scale-label {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: var(--qt-time-label-height, 22px);
    line-height: var(--qt-time-label-height, 22px);
    white-space: nowrap;
    color: #4b5563;
    font-size: var(--qt-scale-font-size, 12px);
    font-weight: 500;
    font-family: var(--qt-scale-font-family);
    font-variant-numeric: tabular-nums;
}

body.theme-dark .qt-time-scale-label {
    color: #d1d4dc;
}
:is(#qt-crosshair-time-label, [id^="qt-crosshair-time-label--"]) {
    position: absolute;
    min-width: 96px;
    height: 22px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    border-radius: 2px;
    background: #111827;
    color: #ffffff;
    font-family: var(--qt-scale-font-family);
    font-size: var(--qt-scale-font-size, 12px);
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    white-space: nowrap;
    pointer-events: none;
    z-index: 90;
    box-sizing: border-box;
height: var(--qt-time-label-height, 22px);
line-height: var(--qt-time-label-height, 22px);
}

body.theme-dark :is(#qt-crosshair-time-label, [id^="qt-crosshair-time-label--"]) {
    background: #2a2e39;
    color: #ffffff;
}

:is(#qt-time-scale-bands, [id^="qt-time-scale-bands--"]),
:is(#qt-time-scale-labels, [id^="qt-time-scale-labels--"]) {
    height: var(--qt-time-scale-height, 28px) !important;
    max-height: none !important;
    overflow: hidden !important;
}

.qt-time-scale-label {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: var(--qt-time-label-height, 22px) !important;
    line-height: var(--qt-time-label-height, 22px) !important;
    font-size: var(--qt-scale-font-size, 12px) !important;
}

body.theme-dark #qt-scale-corner-box,
html.theme-dark #qt-scale-corner-box {
    background: #131722;
    border-color: rgba(255,255,255,0.08);
}

#qt-scale-settings-btn {
    width: 100%;
    height: 100%;

    border: none;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    font-size: 18px;

    transition:
        background-color 120ms ease,
        color 120ms ease;
}

#qt-scale-settings-btn:hover {
    background: rgba(120,120,120,0.14);
}

body.theme-dark #qt-scale-corner-box:hover {
    background: rgba(255,255,255,0.08);
}
:is(#qt-price-scale-labels, [id^="qt-price-scale-labels--"]) {
    z-index: 30 !important;
}

.qt-current-price-label {
    z-index: 90 !important;
}

:is(#qt-crosshair-time-label, [id^="qt-crosshair-time-label--"]) {
    z-index: 180 !important;
}

#qt-scale-settings-btn {
    width: calc(100% - (var(--ex-shell-gutter, 4px) * 2 + 1px)) !important;
    height: 100% !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    font-size: 20px !important;
}

#canvas-container.qt-chart-slot-engine-active > #qt-scale-corner-box {
    top: auto !important;
    bottom: var(--qt-bottom-toolbar-height, 28px) !important;
    right: 0 !important;
}

html.theme-dark #qt-scale-corner-box,
body.theme-dark #qt-scale-corner-box {
    background: #131722 !important;
    border-color: rgba(255,255,255,0.08) !important;
}
.qt-replay-toolbar {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    z-index: 50;
    height: 30px;
    padding: 3px;
    border-radius: 6px;
    background: rgba(255,255,255,0.92);
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(15,23,42,0.12);
    pointer-events: auto;
}

.qt-replay-btn,
.qt-replay-speed {
    height: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #4b5563;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.qt-replay-btn:hover,
.qt-replay-speed:hover {
    background: rgba(15,23,42,0.06);
}

.qt-replay-btn:disabled,
.qt-replay-speed:disabled {
    opacity: 0.45;
    cursor: default;
}

.qt-replay-status {
    min-width: 88px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    white-space: nowrap;
    text-align: center;
}

body.theme-dark .qt-replay-toolbar {
    background: rgba(17,19,24,0.94);
    border-color: #2a2e39;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

body.theme-dark .qt-replay-btn,
body.theme-dark .qt-replay-speed,
body.theme-dark .qt-replay-status {
    color: #d1d4dc;
}

body.theme-dark .qt-replay-btn:hover,
body.theme-dark .qt-replay-speed:hover {
    background: rgba(255,255,255,0.08);
}
html.theme-dark #qt-scale-corner-box:hover,
body.theme-dark #qt-scale-corner-box:hover {
    background: rgba(255,255,255,0.08) !important;
}
.qt-replay-hidden {
    display: none !important;
}

#qt-replay-selector {
    display: none;
}
#replay-btn {
    order: 5 !important;
    margin-left: 8px !important;
    white-space: nowrap;
}

#indicators-btn {
    order: 4 !important;
}

#replay-btn {
    order: 5 !important;
}

#toolbar-left .tool-btn[data-action="zoom-out"][hidden] {
	display: none !important;
}

#toolbar-left .tool-btn[data-action="zoom-out"]:not(.is-zoom-available),
#toolbar-left #tool-zoom-out:not(.is-zoom-available) {
	display: none !important;
}

/* Price scale currency selector, measured against the live reference menu. */
:is(#qt-price-scale-currency-unit,[id^="qt-price-scale-currency-unit--"]).qt-currency-button {
    position:absolute; top:4px; right:4px; left:auto; height:26px; min-width:46px;
    display:flex; align-items:center; justify-content:space-between; gap:8px;
    padding:0 3px; border:1px solid #c7c7c7; border-radius:4px;
    background:#fff; color:#131722; font-family:-apple-system,BlinkMacSystemFont,"Trebuchet MS",Roboto,Ubuntu,sans-serif;
    font-size:12px; font-weight:400; line-height:12px; cursor:pointer; pointer-events:auto; z-index:88;
}
:is(#qt-price-scale-currency-unit,[id^="qt-price-scale-currency-unit--"]).qt-currency-button.is-left-scale {left:4px;right:auto}
:is(#qt-price-scale-currency-unit,[id^="qt-price-scale-currency-unit--"]).qt-currency-button.is-hover-only {opacity:0}
body.price-scale-hover .qt-currency-button.is-hover-only,
:is(#qt-price-scale-currency-unit,[id^="qt-price-scale-currency-unit--"]).qt-currency-button:is(:hover,:focus-visible,.is-open) {opacity:1}
.qt-currency-arrow {display:flex;width:7px;height:5px;flex:none}
.qt-currency-button.is-open .qt-currency-arrow {transform:rotate(180deg)}
:is(body,html).theme-dark :is(#qt-price-scale-currency-unit,[id^="qt-price-scale-currency-unit--"]).qt-currency-button {background:#0f0f0f;color:#dbdbdb;border-color:#4a4a4a}
.qt-currency-menu {position:fixed;z-index:10050;display:flex;flex-direction:column;width:220px;padding:6px 0 0;box-sizing:border-box;border-radius:4px;background:#fff;color:#131722;box-shadow:0 2px 8px #0003;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Trebuchet MS",Roboto,Ubuntu,sans-serif;font-weight:400;text-align:left;direction:ltr}
.qt-currency-header {flex:none;border-bottom:1px solid #e0e3eb}
.qt-currency-title {padding:4px 12px;font-size:11px;line-height:16px;text-transform:uppercase;color:#787b86}
.qt-currency-search {display:flex;align-items:center;gap:8px;padding:8px 0 8px 12px;height:38px;box-sizing:border-box}
.qt-currency-search-icon {width:18px;height:18px;display:flex;color:#787b86;flex:none}
.qt-currency-menu .qt-currency-input {width:100%;min-width:0;height:22px;box-sizing:border-box;margin:0;padding:0;border:0;outline:0;box-shadow:none;background:transparent;color:inherit;font:400 14px/22px -apple-system,BlinkMacSystemFont,"Trebuchet MS",Roboto,Ubuntu,sans-serif}
.qt-currency-list {overflow-y:auto;max-height:313px;min-height:0;padding:6px 0;scrollbar-width:thin;overscroll-behavior:contain}
.qt-currency-row {display:flex;align-items:stretch;position:relative;min-height:48px}
.qt-currency-menu button {font-family:inherit;font-weight:400;letter-spacing:normal;box-sizing:border-box;cursor:pointer;text-transform:none;box-shadow:none}
.qt-currency-menu .qt-currency-choice {border:0;border-radius:0;padding:3px 0 3px 12px;display:flex;align-items:center;gap:8px;flex:1;min-width:0;background:transparent;color:inherit;text-align:left;white-space:normal}
.qt-currency-row:hover,.qt-currency-row:focus-within {background:#f0f3fa}
.qt-currency-row.is-selected {background:#1e222d;color:#fff}
.qt-currency-icon {position:relative;width:24px;height:24px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#d4d9e5;color:#303846;font-size:12px;overflow:hidden}
.qt-currency-icon img {position:absolute;width:100%;height:100%;object-fit:cover;inset:0}
.qt-currency-row-labels {min-width:0;display:block;flex:1}
.qt-currency-code {display:block;font-size:16px;line-height:24px}
.qt-currency-name {display:block;font-size:12px;line-height:18px;color:#787b86}
.qt-currency-row.is-selected .qt-currency-name {color:inherit}
.qt-currency-menu .qt-currency-favorite {width:28px;min-width:28px;align-self:stretch;border:0;background:transparent;color:inherit;padding:0 3px;font-size:20px;opacity:0}
.qt-currency-row:is(:hover,:focus-within) .qt-currency-favorite,.qt-currency-favorite[aria-pressed="true"] {opacity:1}
.qt-currency-separator {height:1px;background:#e0e3eb;margin:6px 0}
.qt-currency-empty,.qt-currency-status {padding:8px 12px;font-size:12px;line-height:18px}
.qt-currency-status:empty {display:none}
.qt-currency-status {border-top:1px solid #e0e3eb;flex:none}
:is(body,html).theme-dark .qt-currency-menu {background:#1f1f1f;color:#dbdbdb;box-shadow:0 2px 8px #0006}
:is(body,html).theme-dark .qt-currency-header,:is(body,html).theme-dark .qt-currency-status {border-color:#4a4a4a}
:is(body,html).theme-dark .qt-currency-row:hover,:is(body,html).theme-dark .qt-currency-row:focus-within {background:#333}
:is(body,html).theme-dark .qt-currency-row.is-selected {background:#f2f2f2;color:#131722}
:is(body,html).theme-dark .qt-currency-name {color:#9c9c9c}
:is(body,html).theme-dark .qt-currency-row.is-selected .qt-currency-name {color:#131722}
:is(body,html).theme-dark .qt-currency-separator {background:#4a4a4a}
@media (hover:none) { :is(#qt-price-scale-currency-unit,[id^="qt-price-scale-currency-unit--"]).qt-currency-button.is-hover-only {opacity:1} .qt-currency-menu .qt-currency-favorite {opacity:1} }

.qt-current-price-label {
    flex-direction: column !important;
    gap: 1px !important;
}

.qt-current-price-main {
    line-height: 1 !important;
    font-size: var(--qt-scale-font-size, 12px) !important;
    font-weight: 700 !important;
}

.qt-current-price-timer {
    line-height: 1 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    opacity: .95 !important;
}
body.qt-lang-rtl,
body.qt-lang-rtl #navigation-top,
body.qt-lang-rtl #chart-viewport-wrapper,
body.qt-lang-rtl #toolbar-left,
body.qt-lang-rtl #canvas-container,
body.qt-lang-rtl #qt-right-toolbar,
body.qt-lang-rtl #qt-bottom-toolbar {
    direction: ltr;
}

body.qt-lang-rtl #toolbar-left {
    grid-column: 1 !important;
    left: 0 !important;
    right: auto !important;
    border-right: 1px solid #2a2e39;
    border-left: 0;
}

body.qt-lang-rtl #canvas-container {
    grid-column: 2 !important;
}

body.qt-lang-rtl #qt-right-toolbar {
    grid-column: 4 !important;
    left: auto !important;
    right: auto !important;
}
body[data-qt-language-direction="rtl"] #navigation-top {
    direction: rtl !important;
    flex-direction: row !important;
}

body[data-qt-language-direction="ltr"] #navigation-top {
    direction: ltr !important;
    flex-direction: row !important;
}

body[data-qt-language-direction="rtl"] #chart-viewport-wrapper {
    direction: rtl !important;
    grid-template-columns:
        var(--qt-right-rail-width, 45px)
        var(--qt-right-dock-width, 0px)
        minmax(0, 1fr)
        var(--qt-left-toolbar-width, 52px) !important;
}

body[data-qt-language-direction="rtl"] #qt-right-toolbar {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: var(--ex-shell-surface, #ffffff) !important;
}

body.theme-dark[data-qt-language-direction="rtl"] #qt-right-toolbar,
html.theme-dark body[data-qt-language-direction="rtl"] #qt-right-toolbar {
    border-right-color: #2a2e39 !important;
}

body[data-qt-language-direction="rtl"] #qt-right-dock-slot {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    border-left-width: 0 !important;
    border-right: 0 solid var(--ex-shell-separator, #e0e3eb) !important;
    background: var(--ex-shell-surface, #ffffff) !important;
}

body[data-qt-language-direction="rtl"].qt-right-panel-open #qt-right-dock-slot {
    border-right-width: 1px !important;
}

body.theme-dark[data-qt-language-direction="rtl"] #qt-right-dock-slot,
html.theme-dark body[data-qt-language-direction="rtl"] #qt-right-dock-slot {
    border-right-color: #2a2e39 !important;
}

body[data-qt-language-direction="rtl"] #canvas-container {
    grid-column: 3 !important;
    direction: ltr !important;
    border-right: var(--ex-shell-gutter, 4px) solid var(--ex-shell-separator, #e0e3eb) !important;
    border-left: 0 !important;
    background: var(--ex-shell-chart-surface, #ffffff) !important;
}

body.theme-dark[data-qt-language-direction="rtl"] #canvas-container,
html.theme-dark body[data-qt-language-direction="rtl"] #canvas-container {
    border-left-color: #2a2e39 !important;
}

body[data-qt-language-direction="rtl"] #toolbar-left {
    grid-column: 4 !important;
    grid-row: 1 / span 2 !important;
    border-right: 0 !important;
    border-left: 1px solid var(--ex-shell-separator, #e0e3eb) !important;
    background: var(--ex-shell-surface, #ffffff) !important;
}

body.theme-dark[data-qt-language-direction="rtl"] #toolbar-left,
html.theme-dark body[data-qt-language-direction="rtl"] #toolbar-left {
    border-left-color: #2a2e39 !important;
}

body[data-qt-language-direction="rtl"] #qt-bottom-toolbar,
body[data-qt-language-direction="rtl"] #qt-scale-corner-box {
    grid-column: 3 !important;
    direction: rtl !important;
}

body[data-qt-language-direction="rtl"] #qt-bottom-toolbar {
    justify-content: flex-start !important;
}
body[data-qt-language-direction="rtl"] #navigation-top {
    direction: rtl !important;
    flex-direction: row !important;
}

.replay-timeframe-loading-candles {
    width: var(--ex-loader-size, 34px) !important;
    height: var(--ex-loader-size, 34px) !important;
    display: grid !important;
    place-items: center !important;
    gap: 0 !important;
}

.replay-timeframe-loading-candles::before {
    content: "" !important;
    width: var(--ex-loader-size, 34px) !important;
    height: var(--ex-loader-size, 34px) !important;
    border: var(--ex-loader-stroke, 2px) solid var(--ex-loader-muted, rgba(17, 24, 39, 0.16)) !important;
    border-top-color: var(--ex-loader-active, #111827) !important;
    border-radius: 999px !important;
    background: transparent !important;
    animation: exUniversalSpin 0.78s linear infinite !important;
}

.replay-timeframe-loading-candles span {
    display: none !important;
}
body[data-qt-language-direction="rtl"] #navigation-top {
    direction: rtl !important;
    flex-direction: row-reverse !important;
}

body[data-qt-language-direction="ltr"] #navigation-top {
    direction: ltr !important;
    flex-direction: row !important;
}

body[data-qt-language-direction="rtl"] #chart-viewport-wrapper {
    direction: rtl !important;
    grid-template-columns:
        var(--qt-right-rail-width, 45px)
        var(--qt-right-dock-width, 0px)
        minmax(0, 1fr)
        var(--qt-left-toolbar-width, 52px) !important;
}

body[data-qt-language-direction="rtl"] #qt-right-toolbar {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: var(--ex-shell-surface, #ffffff) !important;
}

body[data-qt-language-direction="rtl"] #qt-right-dock-slot {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    border-left-width: 0 !important;
    border-right: 0 solid var(--ex-shell-separator, #e0e3eb) !important;
    background: var(--ex-shell-surface, #ffffff) !important;
}

body[data-qt-language-direction="rtl"].qt-right-panel-open #qt-right-dock-slot {
    border-right-width: 1px !important;
}

body[data-qt-language-direction="rtl"] #canvas-container {
    grid-column: 3 !important;
    direction: ltr !important;
    border-right: var(--ex-shell-gutter, 4px) solid var(--ex-shell-separator, #e0e3eb) !important;
    border-left: 0 !important;
    background: var(--ex-shell-chart-surface, #ffffff) !important;
}

body[data-qt-language-direction="rtl"] #toolbar-left {
    grid-column: 4 !important;
    grid-row: 1 / span 2 !important;
    border-right: 0 !important;
    border-left: 1px solid var(--ex-shell-separator, #e0e3eb) !important;
    background: var(--ex-shell-surface, #ffffff) !important;
}

body[data-qt-language-direction="rtl"] #qt-bottom-toolbar,
body[data-qt-language-direction="rtl"] #qt-scale-corner-box {
    grid-column: 3 !important;
    direction: rtl !important;
}

body[data-qt-language-direction="rtl"] #qt-bottom-toolbar {
    justify-content: flex-start !important;
}

body.theme-dark[data-qt-language-direction="rtl"] #qt-right-toolbar,
body.theme-dark[data-qt-language-direction="rtl"] #qt-right-dock-slot,
body.theme-dark[data-qt-language-direction="rtl"] #canvas-container,
body.theme-dark[data-qt-language-direction="rtl"] #toolbar-left,
html.theme-dark body[data-qt-language-direction="rtl"] #qt-right-toolbar,
html.theme-dark body[data-qt-language-direction="rtl"] #qt-right-dock-slot,
html.theme-dark body[data-qt-language-direction="rtl"] #canvas-container,
html.theme-dark body[data-qt-language-direction="rtl"] #toolbar-left {
    border-color: var(--ex-shell-separator, #2a2e39) !important;
}

/* Broker-neutral chart execution overlay; visible only when its candidate owner mounts it. */
.exfinx-trading-chart-annotations {
    --ex-trade-buy: #089981;
    --ex-trade-sell: #f23645;
    --ex-trade-ink: #fff;
}

.exfinx-trading-chart-annotations .exfinx-trading-overlay-quote {
    position: absolute;
    top: 34px;
    left: 12px;
    z-index: 2;
    display: grid;
    grid-template-columns: 78px minmax(28px, auto) 78px;
    align-items: stretch;
    gap: 4px;
    min-width: 190px;
    pointer-events: auto;
}

.exfinx-trading-overlay-quote button,
.exfinx-trading-chart-annotation button {
    border: 0;
    color: var(--ex-trade-ink);
    font: 600 11px/1 Inter, "Segoe UI", sans-serif;
    cursor: pointer;
}

.exfinx-trading-overlay-quote button:first-child { background: transparent; color: var(--ex-trade-sell); border-color: var(--ex-trade-sell); }
.exfinx-trading-overlay-quote button:last-child { background: transparent; color: #2962ff; border-color: #2962ff; }
.exfinx-trading-overlay-quote[data-ticket-open="true"] button:first-child { background: var(--ex-trade-sell); color: #fff; border-color: #dc2938; }
.exfinx-trading-overlay-quote[data-ticket-open="true"] button:last-child { background: #2962ff; color: #fff; border-color: #1850e3; }
.exfinx-trading-overlay-quote button {
    min-height: 42px;
    padding: 5px 8px 4px;
    border: 1px solid;
    border-radius: 4px;
    display: grid;
    align-content: center;
    gap: 3px;
    text-align: left;
    box-shadow: none;
}
.exfinx-trading-overlay-quote button:last-child { text-align: right; }
.exfinx-trading-overlay-quote[data-ticket-open="true"] button { text-align: center; box-shadow: 0 1px 3px rgba(19, 23, 34, .18); }
.exfinx-trading-overlay-quote[data-ticket-open="true"] [data-trading-overlay-quote-price] { order: 1; }
.exfinx-trading-overlay-quote[data-ticket-open="true"] [data-trading-overlay-quote-label] { order: 2; }
.exfinx-trading-overlay-quote [data-trading-overlay-quote-label] { font-size: 10px; text-transform: uppercase; opacity: .9; }
.exfinx-trading-overlay-quote [data-trading-overlay-quote-price] { font-size: 12px; font-variant-numeric: tabular-nums; letter-spacing: .1px; }
.exfinx-trading-overlay-quote button:hover,
.exfinx-trading-overlay-quote button:focus-visible { filter: brightness(1.08); outline: 2px solid rgba(41, 98, 255, .35); outline-offset: 1px; }
.exfinx-trading-overlay-quote [data-trading-overlay-spread] {
    display: grid;
    place-items: center;
    min-width: 28px;
    color: var(--qt-text-secondary, #6a6d78);
    font: 500 10px/1 Inter, "Segoe UI", sans-serif;
}

#canvas-container:has(.exfinx-trading-overlay-quote) .active-indicators-list {
    top: 82px !important;
}

body.theme-dark .exfinx-trading-overlay-quote[data-ticket-open="true"] button:first-child,
html.theme-dark .exfinx-trading-overlay-quote[data-ticket-open="true"] button:first-child { background: var(--ex-trade-sell); color: #fff; border-color: #dc2938; }
body.theme-dark .exfinx-trading-overlay-quote[data-ticket-open="true"] button:last-child,
html.theme-dark .exfinx-trading-overlay-quote[data-ticket-open="true"] button:last-child { background: #2962ff; color: #fff; border-color: #1850e3; }

.exfinx-trading-chart-annotation button {
    position: relative;
    top: -9px;
    float: right;
    height: 18px;
    margin-left: 2px;
    padding: 0 5px;
    border-radius: 3px;
    background: #131722;
    pointer-events: auto;
}

/* Portable Shell design profile. Inert unless the server-authorized body class is present. */
body.qt-admin-shell-full-view #chart-loading-screen,
body.qt-admin-shell-full-view #replay-timeframe-loading-screen,
body.qt-admin-shell-full-view #qt-right-dock-slot,
body.qt-admin-shell-full-view .ex-profile-modal,
body.qt-admin-shell-full-view .qt-dialog-overlay,
body.qt-admin-shell-full-view .qt-context-menu,
body.qt-admin-shell-full-view .qt-price-scale-menu {
    visibility: hidden !important;
    pointer-events: none !important;
}

body.qt-admin-shell-full-view .account-menu-wrap,
body.qt-admin-shell-full-view .top-header-right-zone > :not(.chart-layout-grid-wrap),
body.qt-admin-shell-full-view .exfinx-trade-control,
body.qt-admin-shell-full-view .layout-menu-wrap,
body.qt-admin-shell-full-view #layout-menu-label,
body.qt-admin-shell-full-view #layout-menu-btn,
body.qt-admin-shell-full-view #layout-dirty-save-btn,
body.qt-admin-shell-full-view #exfinx-trade-btn,
body.qt-admin-shell-full-view #chart-snapshot-btn,
body.qt-admin-shell-full-view #theme-toggle-btn,
body.qt-admin-shell-full-view #alert-create-btn,
body.qt-admin-shell-full-view [data-menu-key="alert-create"],
body.qt-admin-shell-full-view [data-menu-key="alerts-create"],
body.qt-admin-shell-full-view [data-menu-key="alerts"],
body.qt-admin-shell-full-view [data-action-value="alert"],
body.qt-admin-shell-full-view [data-action-value="alerts"],
body.qt-admin-shell-full-view [data-action-value="alert_create"],
body.qt-admin-shell-full-view [data-action-value="alert-create"],
body.qt-admin-shell-full-view [title="Alerts"],
body.qt-admin-shell-full-view [data-tooltip="Alerts"],
body.qt-admin-shell-full-view #exfinx-trade-dock,
body.qt-admin-shell-full-view #qt-status-button,
body.qt-admin-shell-full-view #qt-right-toolbar {
    display: none !important;
}

body.qt-admin-shell-full-view .top-header-right-zone button {
    display: none !important;
}

body.qt-admin-shell-full-view .top-header-right-zone .chart-layout-grid-wrap,
body.qt-admin-shell-full-view .top-header-right-zone .chart-layout-grid-wrap button {
    display: inline-flex !important;
}

body.qt-admin-shell-full-view #navigation-top button[data-tooltip="Alerts"],
body.qt-admin-shell-full-view #navigation-top button[title="Alerts"] {
    display: none !important;
}

body.qt-admin-shell-full-view #chart-viewport-wrapper {
    --qt-right-dock-width: 0px !important;
    --qt-right-rail-width: 0px !important;
    grid-template-columns:
        var(--qt-left-toolbar-width)
        minmax(0, 1fr)
        0
        0 !important;
}

body.qt-admin-shell-full-view #canvas-container {
    grid-column: 2 / 5 !important;
    width: 100% !important;
    margin-inline: 0 !important;
}

body.qt-admin-shell-full-view #toolbar-left {
    border-inline-end: var(--ex-shell-gutter, 4px) solid var(--ex-shell-separator, #e0e3eb) !important;
    box-sizing: border-box;
}

body.qt-admin-shell-full-view :is(#qt-time-scale-bands, [id^="qt-time-scale-bands--"]) {
    border-top: var(--ex-shell-gutter, 4px) solid var(--ex-shell-separator, #e0e3eb) !important;
    box-sizing: border-box;
}

body.qt-admin-shell-full-view.qt-right-panel-open #qt-right-dock-slot,
body.qt-admin-shell-full-view #qt-right-dock-slot,
body.qt-admin-shell-full-view #qt-right-toolbar {
    width: 0 !important;
    min-width: 0 !important;
    border: 0 !important;
}

body.qt-admin-shell-full-view #qt-bottom-toolbar {
    inset-inline: 0 !important;
    width: auto !important;
    box-sizing: border-box;
}

body.qt-admin-shell-full-view.exfinx-trade-dock-open #chart-viewport-wrapper,
body.qt-admin-shell-full-view.exfinx-trade-dock-open:has(.exfinx-trade-dock.is-minimized) #chart-viewport-wrapper {
    grid-template-rows: minmax(0, 1fr) !important;
}

body.qt-admin-shell-full-view.exfinx-trade-dock-open.qt-chart-tabs-open #chart-viewport-wrapper,
body.qt-admin-shell-full-view.exfinx-trade-dock-open.qt-chart-tabs-open:has(.exfinx-trade-dock.is-minimized) #chart-viewport-wrapper {
    grid-template-rows: 31px minmax(0, 1fr) !important;
}

body.qt-admin-shell-full-view.exfinx-trade-dock-open #canvas-container {
    grid-row: 1 !important;
}

body.qt-admin-shell-full-view.exfinx-trade-dock-open.qt-chart-tabs-open #canvas-container {
    grid-row: 2 !important;
}

body.qt-admin-shell-full-view #canvas-container::before {
    position: absolute;
    z-index: 90;
    top: 8px;
    right: 66px;
    content: "ADMIN SHELL VIEW · LIVE";
    padding: 5px 9px;
    border: 1px solid rgba(41, 98, 255, .42);
    border-radius: 999px;
    background: rgba(13, 17, 24, .9);
    color: #8eafff;
    font: 700 9px/1.2 Inter, "Segoe UI", sans-serif;
    letter-spacing: .08em;
    pointer-events: none;
}

body.qt-admin-shell-full-view #qt-bottom-toolbar,
body.qt-admin-shell-full-view #navigation-top,
body.qt-admin-shell-full-view #toolbar-left,
body.qt-admin-shell-full-view #chart-tabs-strip,
body.qt-admin-shell-full-view .floating-favorites-toolbar {
    visibility: visible !important;
}
.exfinx-trading-overlay-visual-preview{position:absolute;inset:0;z-index:16;pointer-events:none;font:600 11px/1.2 Inter,Arial,sans-serif;color:#fff}.exfinx-preview-quote{position:absolute;top:44px;left:14px;display:grid;grid-template-columns:66px 44px 66px auto;align-items:stretch;gap:2px;filter:drop-shadow(0 2px 6px #0003)}.exfinx-preview-quote button,.exfinx-preview-quote>span{height:38px;border:1px solid transparent;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#fff;opacity:1}.exfinx-preview-quote button:first-child{background:#f23645;border-color:#dc2938}.exfinx-preview-quote button:nth-of-type(2){background:#2962ff;border-color:#1850e3}.exfinx-preview-quote>span{background:#fff;color:#4b5565;border-color:#d9dde5}.exfinx-preview-quote small{font-size:8px;letter-spacing:.45px}.exfinx-preview-quote strong{font-size:13px;line-height:13px}.exfinx-preview-quote>b{align-self:center;margin-left:4px;padding:3px 5px;border:1px solid #c7ccd6;border-radius:3px;background:#fff;color:#687184;font-size:8px;letter-spacing:.35px}.exfinx-preview-line{position:absolute;left:0;right:0;border-top:1px dashed currentColor}.exfinx-preview-line-card,.exfinx-preview-order-card{position:absolute;right:58px;top:-13px;height:25px;display:flex;align-items:center;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0003;overflow:hidden;color:#202735}.exfinx-preview-line-card b,.exfinx-preview-line-card em,.exfinx-preview-line-card button,.exfinx-preview-order-card>*{height:25px;display:flex;align-items:center;padding:0 8px;border:0;font-style:normal}.exfinx-preview-line-card b{background:currentColor;color:#fff}.exfinx-preview-line-card em{min-width:54px;justify-content:flex-end}.exfinx-preview-line-card button{pointer-events:auto;cursor:ns-resize;background:#f1f3f6;color:#677184;font-weight:900;touch-action:none}.exfinx-preview-order-card b{background:#2962ff;color:#fff}.exfinx-preview-order-card em{background:#1f54df;color:#fff}.exfinx-preview-order-card i{min-width:74px;justify-content:flex-end}.exfinx-preview-order>mark{position:absolute;right:8px;top:-10px;padding:3px 5px;border:1px solid #c7ccd6;border-radius:3px;background:#fff;color:#687184;font-size:8px}.exfinx-preview-sl{top:38%;color:#f23645}.exfinx-preview-order{top:50%;color:#2962ff}.exfinx-preview-tp{top:62%;color:#089981}
