@keyframes loadingBar-animation{0%{left:0;right:auto;width:0}50%{width:100%}80%{width:100%}to{left:auto;right:0;width:0}}.loadingBar{position:relative}.loadingBar:after{animation:loadingBar-animation 1.5s linear infinite;background-color:#e11d48;content:" ";height:2px;overflow:hidden;position:absolute;top:0;width:0}