.loader{width:150px;height:150px;border-left:5px solid #683ab7a7;border-radius:50%;animation:spinRight .9s linear infinite;position:relative}.loader:after,.loader:before{content:"";width:120px;height:120px;display:block;position:absolute;top:calc(50% - 60px);left:calc(50% - 60px);border-right:5px solid #673ab7;border-radius:50%;animation:spinLeft .9s linear infinite}.loader:after{width:90px;height:90px;top:calc(50% - 45px);left:calc(50% - 45px);border:0;border-top:5px solid #683ab796;animation:none}@keyframes spinRight{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinLeft{0%{transform:rotate(2turn)}to{transform:rotate(0deg)}}