.global-loading-bar{z-index:500;pointer-events:none;background:0 0;height:3px;position:fixed;top:0;left:0;right:0;overflow:hidden}.global-loading-bar:after{content:"";background:#4a23fb;width:30%;height:100%;animation:1.1s ease-in-out infinite global-loading-bar-sweep;position:absolute;top:0;left:-30%}@keyframes global-loading-bar-sweep{0%{left:-30%}50%{left:60%}to{left:130%}}
