.loading-container{position:fixed;background-color:#091c38;top:0;left:0;width:100%;height:100%;z-index:99;overflow:hidden}.loading-container .logo-holder{width:200px;height:auto;transform:translate(-50%,-50%);top:50%;left:50%;position:absolute}.loading-container svg{width:100%;height:auto;position:relative}.loading-container .green-box{width:90%;height:0;background-color:#a6ce39;position:absolute;bottom:10px;left:5%;animation:fillSvg 2s ease-in-out infinite}@keyframes fillSvg{0%{height:0}to{height:150px}}