.chartjs-render-monitor{width:250px;height:250px}
.chartjs-render-monitor .chart-placeholder{display:none}
.chartjs-render-monitor .chart-render{display:none}
.chart-progress-bar .vertical .progress-bar{height:270px;width:40px;display:inline-block;margin-right:62px;font-size:12px;text-align:center;border-radius:25px 25px 0 0;background:0}
.chart-progress-bar .vertical .progress-bar:last-child{margin-right:0}
.chart-progress-bar .progress-bar .progress-track{width:100%;height:100%;background:#d1d1d1;border:0;border-radius:25px 25px 0 0;position:relative}
.chart-progress-bar .vertical .progress-fill{width:100%;color:#fff;text-align:center;position:absolute;z-index:0;bottom:0;background:#3d7abd;animation:progress 2000ms ease-in 1}
@keyframes progress{from{height:0}
}
@keyframes progress1{from{bottom:-15%}
}
.chart-progress-bar .vertical span{position:absolute;z-index:1;width:inherit;left:0;transform:translateY(-50%);width:60px;border-radius:100%;height:60px;left:-9px;line-height:60px;font-size:20px;font-weight:bold;text-align:center;border:2px solid #fff;color:#fff;animation:progress1 2000ms ease-in 1;background:#3d7abd}
.chart-progress-bar .vertical{max-width:250px;border-radius:2px;margin:0 auto;height:270px}
.chart-progress-bar .vertical.box-shadow{box-shadow:#d1d1d1 -3px 10px 3px -3px}