.customChartLegendContainer{background:hsla(0,0%,100%,.8);border:1px solid #1e3867;border-radius:var(--sg-page-content-article-border-radius,0);position:absolute;z-index:30}@media (max-width:997px){.customChartLegendContainer{width:250px}}.customChartLegend>.chartLegendItem{text-wrap:nowrap;display:block;overflow:hidden;padding-right:1rem;text-overflow:ellipsis}.customChartLegend>.chartLegendItem>.chartLegendDot{display:inline-block;height:10px;margin:0 .5rem 0 1rem;width:10px}.updateChartSpanButton{margin:.1rem}.chartContainer .stx_drag_ok.dragOk .icon,.chartContainer .stx_draw_ok.drawOk .icon{display:none!important}#chartLegendToggle{display:none}.customChartLegendContainer label{border-radius:var(--sg-page-content-article-border-radius,0);cursor:pointer;margin:0;padding:10px;transition:all .25s ease-out;user-select:none;width:100%}.customChartLegendContainer label:before{border-bottom:5px solid transparent;border-left:5px solid;border-top:5px solid transparent;content:" ";display:inline-block;margin:0 .7rem 0 .5rem;transform:translateY(-2px);transition:transform .2s ease-out;vertical-align:middle}#chartLegendToggle:checked+label:before{transform:rotate(90deg) translateX(-3px)}#chartLegend{max-height:0;overflow:hidden;transition:max-height .25s ease-in-out,padding .2s ease-in-out}#chartLegendToggle:checked+label+#chartLegend{max-height:350px;padding-bottom:1rem}#chartLegendToggle:checked+label{border-bottom-left-radius:0;border-bottom-right-radius:0}#chartLegendToggle:checked+label+#chartLegend{padding-top:.5rem}#chartLegend{border-bottom-left-radius:var(--sg-page-content-article-border-radius,0);border-bottom-right-radius:var(--sg-page-content-article-border-radius,0)}.searchLoader{display:inline-block;height:10px;position:relative;width:50px}.searchLoader div{animation-timing-function:cubic-bezier(0,1,1,0);background:#093967;border-radius:50%;height:10px;position:absolute;top:10px;width:10px}.searchLoader div:first-child{animation:searchLoader1 .6s infinite;left:2px}.searchLoader div:nth-child(2){animation:searchLoader2 .6s infinite;left:2px}.searchLoader div:nth-child(3){animation:searchLoader2 .6s infinite;left:15px}.searchLoader div:nth-child(4){animation:searchLoader3 .6s infinite;left:30px}@keyframes searchLoader1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes searchLoader3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes searchLoader2{0%{transform:translate(0)}to{transform:translate(15px)}}