.chart-correlations-container{box-sizing:border-box;position:relative;width:100%;height:100%;padding-top:12px;display:flex;flex-direction:column;justify-content:stretch}.chart-correlations-container .chart-scroll-container{position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.chart-correlations-container .chart-correlations-canvas{position:absolute;top:0;left:0;width:100%;padding-bottom:32px}.chart-correlations-container.is-chat{padding-top:0}.chart-correlations-container.is-chat .chart-scroll-container{max-height:400px}.chart-correlations-container.is-chat .chart-correlations-canvas{position:relative;padding-bottom:0}.chart-correlations-container .chart-title{position:relative;max-width:calc(100% - 24px*2);margin-left:24px;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #eaecf0}.chart-correlations-container .chart-title p{font-size:14px;font-weight:700;color:#344054}.chart-correlations-container .chart-no-data{fill:#667085;text-anchor:middle}.chart-correlations-container .chart-legend{display:flex;gap:24px;padding:12px 24px}.chart-correlations-container .chart-legend .chart-legend__title{font-size:12px;font-weight:700}.chart-correlations-container .chart-legend .chart-legend__items{display:flex;gap:24px}.chart-correlations-container .chart-legend .chart-legend__item{display:flex;gap:8px;align-items:center;font-size:12px}.chart-correlations-container .chart-legend .chart-legend__color{width:12px;height:12px;border-radius:50%}.chart-correlations-container rect{fill:#d0d5dd;transition:all .2s ease}.chart-correlations-container rect.importance--strong{fill:#02044c}.chart-correlations-container rect.importance--strong.hovered{stroke:#02044c}.chart-correlations-container rect.importance--moderate{fill:#0f46b1}.chart-correlations-container rect.importance--moderate.hovered{stroke:#0f46b1}.chart-correlations-container rect.importance--weak{fill:#007682}.chart-correlations-container rect.importance--weak.hovered{stroke:#007682}.chart-correlations-container rect.hovered{stroke-width:2px}.chart-correlations-container .axis .domain,.chart-correlations-container .axis--left .tick line{stroke:#0000}.chart-correlations-container .axis--left .tick.hovered text{fill:#a82aab;font-weight:700}.chart-correlations-container .axis--top .tick line{stroke:#d0d5dd}.chart-correlations-container .axis .tick text{fill:#344054;font-size:12px}.chart-correlations-container .axis__label{fill:#344054;font-size:14px;font-weight:700}.chart-correlations-container .bar-label{font-size:11px}.chart-correlations-container .bar-label[data-strength=strong]{fill:#02044c}.chart-correlations-container .bar-label[data-strength=moderate]{fill:#0f46b1}.chart-correlations-container .bar-label[data-strength=weak]{fill:#007682}