.timer-charts{margin-left:auto;margin-right:auto;width:100%;min-height:20px}
.chart{height:1px;background:#c5c6c6;margin-bottom:22px;margin-top:8px}
.chart-single{height:8px;min-width:1px;animation-name:loading;animation-duration:var(--tooltip-data-time);animation-fill-mode:forwards;position:absolute;margin-top:-2px}
@media only screen and (max-width:780px){.chart-single{max-width:93.3%!important}
}
@keyframes loading{from{width:0}
to{width:100%}
}
.timer-charts-fr .chart{margin-bottom:47px;margin-top:35px}