.loader_container{z-index:10000;background-color:#ffffff80;width:100vw;height:100vh;position:fixed}.loader{box-sizing:border-box;z-index:1;border:2vmin solid #5011cc;border-color:#5011cc #5011cc #0000 #0000;border-radius:50%;width:20vmin;height:20vmin;animation:1s linear infinite spin;position:fixed;top:calc(50% - 10vmin);left:calc(50% - 10vmin)}.loader:before{box-sizing:border-box;content:"";border:2vmin solid #5b4bdb;border-color:#5b4bdb #5b4bdb #0000 #0000;border-radius:50%;width:16vmin;height:16vmin;animation:2s linear infinite spin;position:absolute;top:0;left:0}.loader:after{box-sizing:border-box;content:"";border:2vmin solid #5e6df2;border-color:#5e6df2 #5e6df2 #0000 #0000;border-radius:50%;width:12vmin;height:12vmin;animation:3s linear infinite spin;position:absolute;top:2vmin;left:2vmin}@keyframes spin{to{transform:rotate(360deg)}}
