.loader-container{background:#333333ad;display:flex;width:100vw;height:100vh;position:fixed;top:0;left:0;justify-content:center;align-items:center;padding:0;margin:0;z-index:99999;cursor:wait}.loader-container div{width:8vmax;height:8vmax;border-right:4px solid #ffffff;border-radius:100%;animation:spinRight .8s linear infinite}.loader-container div:before,.loader-container div:after{content:"";width:6vmax;height:6vmax;display:block;position:absolute;top:calc(50% - 3vmax);left:calc(50% - 3vmax);border-left:3px solid #ffffff;border-radius:100%;animation:spinLeft .8s linear infinite}.loader-container div:after{width:4vmax;height:4vmax;top:calc(50% - 2vmax);left:calc(50% - 2vmax);border:0;border-right:2px solid #ffffff;animation:none}@keyframes spinLeft{0%{transform:rotate(0)}to{transform:rotate(720deg)}}@keyframes spinRight{0%{transform:rotate(360deg)}to{transform:rotate(0)}}
