.test-loading__progress-bar-infinity{height:49px;width:100%;position:relative;overflow:hidden;font-size:16px;padding:2px 0 0;box-sizing:border-box;display:flex;align-items:center;text-align:center;justify-content:center}.test-loading__progress-bar-infinity:before{display:block;position:absolute;bottom:0;content:"";left:-200px;width:200px;height:7px;border-radius:3px;background-color:#67abe2;animation:test-loading__keyframes 3s linear infinite}@keyframes test-loading__keyframes{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}
