.svg-graph .y-axis-value{opacity:1;font-size:11px;font-weight:400}.svg-graph .x-axis-value{text-anchor:middle;opacity:1;font-size:11px;font-weight:400}.svg-graph .bar-value{text-anchor:end;opacity:1;pointer-events:none;font-size:12px;font-weight:500}.svg-graph .stacked-bar-graph .bars .bar,.svg-graph .stacked-bar-graph .bars .bar-value,.svg-graph .bar-graph .bar,.svg-graph .bar-graph .bar-value{transition:var(--graph-transition)}.svg-graph .stacked-bar-graph .bars .bar,.svg-graph .bar-graph .bar{-webkit-svg-shadow:0px 0px 0px #00000080;filter:drop-shadow(0 0 #0000)}.svg-graph .stacked-bar-graph.active .bars .active-value .bar,.svg-graph .stacked-bar-graph.active .bars .active-value .bar-value,.svg-graph .bar-graph.active .bar,.svg-graph .bar-graph.active .bar-value{transform:translateY(-4px)}.svg-graph .stacked-bar-graph.active .bars .active-value .bar,.svg-graph .bar-graph.active .bar{-webkit-svg-shadow:0px 4px 6px #00000080;filter:drop-shadow(0 4px 6px #00000080)}.svg-graph .grid{opacity:0;animation:.4s ease-out forwards gridIn;animation-delay:calc(var(--graph)*.1s + .1s)}@keyframes gridIn{0%{opacity:0}to{opacity:1}}.svg-graph .key.bottom,.svg-graph .x-axis-label{opacity:0;animation:.2s ease-out forwards keyBottomIn;animation-delay:calc(var(--graph)*.1s + .2s)}@keyframes keyBottomIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.svg-graph .bars .in,.svg-graph .bar-graph .in{opacity:0;transform-origin:var(--x-axis)center;animation:.4s ease-out forwards barIn;animation-delay:calc(var(--graph)*.1s + .1s + var(--order)*var(--order-delay))}@keyframes barIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scale(1)}}.svg-graph .y-label{opacity:0;animation:.2s ease-out forwards yLabelIn;animation-delay:calc(var(--graph)*.1s + .1s + var(--order)*var(--order-delay));font-size:13px}@keyframes yLabelIn{0%{opacity:0}to{opacity:1}}