.js-plotly-plot .plotly .modebar-btn {
    font-size: 1rem !important;
}

.chartElem,
.graphElem {
    flex-shrink: 0;
    border-radius: var(--border-radius);
    background: var(--background-color3);
    padding: var(--box-padding);
    height: fit-content;
    box-shadow: var(--box-shadow);
    cursor: default;
}

.chartElem .chartElemLabel,
.graphElem .graphElemLabel {
    color: var(--text-color);
    font-family: EverettL;
    font-size: var(--label-font-size-small);
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding-right: 1rem;
    margin: 0;
    cursor: default;
}

div.candlestickChartContent>*>.plot-container.plotly {
    overflow-x: auto;
}

.plot-container.plotly {
    display: flex;
    justify-content: center;
    align-items: center;
  height: 100%; /* You may need to adjust this depending on your layout */
}

/* div.chartElem text.legendtext {
    font-size: var(--label-font-size-small) !important;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    fill: var(--text-color);
    text-wrap: normal;
} */

g.scrollbox {
    height: 20px !important;
    max-height: 20px !important;
    overflow-y: auto !important;
}