﻿#dlgLightweightChart_dialog-content {
    display: flex; /* 啟用 Flex 佈局讓子元素並列 */
    flex-direction: row;
    padding: unset;
    position: relative;
}

#chart {
    width: calc(100% - 340px);
    height: 100%;
}

#gridSignalIndex .e-gridcontent {
    height: calc(100% - 44px)!important;
}


#ohlc-legend {
    background-color:#303030!important;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
    font-family: 'Segoe UI', Arial;
    font-size: 12px;
    color: #666;
    background: #ffffff;
    padding: 0;
    border-radius: 4px;
    pointer-events: none;
}

#ohlc-legend div > span {
    display: inline-block;
    border-bottom: solid #d0d0d0 1px;
    color: #e0e0e0;
    margin-left: 3px;
}

#ohlc-legend div > span span {
    text-align:right;
    display: inline-block;
    min-width: 50px;
}

#ohlc-date, #ohlc-open, #ohlc-high, #ohlc-low, #ohlc-close, #ohlc-volume, #ema-8, #ema-21, #ema-55, #ema-89 {

}

.lightweight-header span {
    margin-right:8px;
}

#keyDisplayer {

}

.dropdownConfirm {
    display:none;
}