.loaderscreen{height:100%;z-index:1001}.loaderscreen,.loaderscreen:after{background:hsla(0,0%,65.5%,.7);width:100%;position:absolute;top:0;left:0}.loaderscreen:after{content:"";height:4px}.loaderscreen_progress{position:absolute;top:0;left:0;width:0;height:4px;z-index:1;background:#0773ff;animation:progress 3s ease-out infinite}@keyframes progress{0%{width:0}to{width:100%}}