.loading-bar-container{position:fixed;bottom:0;left:0;width:100%;height:4px;background-color:rgba(0,0,0,.1);z-index:9999}.loading-bar{height:100%;background-color:#53c65f;width:0;animation:loading-animation 2.5s linear forwards}@keyframes loading-animation{0%{width:0}to{width:100%}}