.loading-bar{background:linear-gradient(90deg,#00ced1,teal);height:2px;margin-top:20px;overflow:hidden;position:relative;width:100%}.loading-bar:before{animation:loading-bar-animation 2s linear infinite;background:#fff;content:"";height:2px;left:-50%;position:absolute;top:0;width:50%}@keyframes loading-bar-animation{0%{left:-50%}to{left:100%}}
/*# sourceMappingURL=main.21177ecb.css.map*/