.stocks_chart_container{position:relative;height:400px}.interval-chip-selected{color:var(--Neutrals-White,#fff)!important;font-style:normal;font-weight:500;background:var(--Secondary-900,#191442)!important}.interval-chip,.interval-chip-selected{display:flex;padding:12px!important;justify-content:center!important;align-items:center!important;border-radius:6px!important;font-size:12px;width:100%}.interval-chip{font-weight:400}.interval-chip,.interval-chip:hover{color:var(--Secondary-900,#191442)!important;background:var(--Neutrals-100,#f8f8f8)!important}.interval-chip-selected:hover{color:var(--Neutrals-White,#fff)!important;background:var(--Secondary-900,#191442)!important}.chart-wrapper{position:relative}.chart-wrapper .summary_tabs{display:flex;flex-direction:row;gap:8px}.chart-wrapper .summary_tab{padding:14px;gap:4px;display:flex;flex-direction:column;align-items:center;border-radius:8px;background:#f8f8f8;flex:1 1}.chart-wrapper .summary_tab .label{color:var(--Neutrals-Labels,#6b6874);text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.chart-wrapper .summary_tab .value{color:var(--Neutrals-900,#2d2b40);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.chart-wrapper .s_header_row{overflow-x:auto;padding-bottom:8px}@media (max-width:678px){.chart-wrapper .summary_tabs{display:grid;grid-template-columns:repeat(3,1fr)}}@media (max-width:475px){.chart-wrapper .summary_tabs{grid-template-columns:repeat(2,1fr)}.chart-wrapper .summary_tab{padding:5px 14px}}