.loadingScreen{z-index:5000;width:100vw;height:100vh;position:fixed;display:flex;justify-content:center;align-items:center}.loadingScreen>.loader:before{border-color:#0080ff}.loadingScreen.overlay{pointer-events:none;background-color:rgba(0,0,0,.3333333333)}.loadingScreen.container{width:100%;height:100%;position:static}