@-webkit-keyframes load{0%{width:0}25%{width:50%}50%{width:75%}75%{width:85%}to{width:100%}}@keyframes load{0%{width:0}25%{width:50%}50%{width:75%}75%{width:85%}to{width:100%}}.progress-bar{-webkit-animation:load 4s linear infinite;animation:load 4s linear infinite;background-color:green;border-radius:5px;height:10px;position:absolute}
/*# sourceMappingURL=main.74a40501.css.map*/