.circlechart{position:absolute}.circle-chart{width:120px;height:120px}.goal_marker_label_mobile .circle-chart{width:50px;height:50px}@media only screen and (max-width:480px){.goal_marker_label_mobile .circle-chart{width:59%;height:59%;margin-top:4%}}.circle-chart__circle{stroke:#00cfff;stroke-width:2;stroke-linecap:square;fill:none;animation:circle-chart-fill 2s reverse;transform:rotate(-90deg);transform-origin:center}text.circle-chart__percent{display:none}.goal_marker_label_mobile .circlechart{position:absolute;margin:auto;width:100%;left:0}.circle-chart__circle--negative{transform:rotate(-90deg) scale(1,-1)}.circle-chart__background{stroke:#1a2e42;stroke-width:2;fill:none}.circle-chart__info{animation:circle-chart-appear 2s forwards;opacity:0;transform:translateY(.3em)}.circle-chart__percent{alignment-baseline:central;text-anchor:middle;font-size:8px}.circle-chart__subline{alignment-baseline:central;text-anchor:middle;font-size:3px}.success-stroke{stroke:#00cfff}.warning-stroke{stroke:#fb3}.danger-stroke{stroke:#f44}@keyframes circle-chart-fill{to{stroke-dasharray:0 100}}@keyframes circle-chart-appear{to{opacity:1;transform:translateY(0)}}