.progress-bar{position:relative;overflow:hidden}.progress-timer{position:absolute;bottom:0;left:0;height:.13vw;border-radius:0 0 .5vw .5vw;background:#52BBA9E5;width:0;animation:progressAnimation 6s linear forwards}.progress-timer.paused{animation-play-state:paused}.hidden-mobile-timer{position:absolute;visibility:hidden;pointer-events:none;animation:progressAnimation 6s linear forwards}@keyframes progressAnimation{0%{width:0}to{width:100%}}