#ViewStartLoadingPage{background:var(--Neutral-lighter3);position:fixed;z-index:10000000;width:100%;height:100%;overflow:hidden}#ViewStartLoadingPage .ViewStartLoadingPage_Text{position:relative;right:0;top:0;padding:20px;opacity:50;width:100%;height:100%;text-align:center}#ViewStartLoadingPage .ViewStartLoadingPage_Text h3,#ViewStartLoadingPage .ViewStartLoadingPage_Text h6{font-weight:500;font-size:16px;line-height:32px;color:var(--Primary)}#ViewStartLoadingPage .ViewStartLoadingPage_Text>img{margin-top:50px;height:150px}#ViewStartLoadingPage .loader{width:100%;overflow-x:hidden;overflow-y:hidden}#ViewStartLoadingPage .loader .bar{position:relative;height:2px;width:500px;margin:0 auto;background:var(--Primary);margin-top:150px}#ViewStartLoadingPage .loader .circle{position:absolute;top:-30px;margin-left:-30px;height:60px;width:60px;left:0;background:var(--Primary);border-radius:30%;-webkit-animation:move 5s infinite}#ViewStartLoadingPage .loader p{position:absolute;top:-45px;right:18px;text-transform:uppercase;color:var(--Neutral-lighter3);font-family:helvetica,sans-serif;font-weight:bold;font-size:20px}@-webkit-keyframes move{0%{left:0}50%{left:80%;-webkit-transform:rotate(450deg);width:150px;height:150px}75%{left:80%;-webkit-transform:rotate(450deg);width:150px;height:150px}}