.loader-animation{width:48px;height:48px;margin:auto;position:relative;z-index:15}.loader-animation:before{width:48px;height:5px;opacity:.25;top:60px;border-radius:50%;animation:shadow .5s linear infinite}.loader-animation:after,.loader-animation:before{content:"";background:#765579;position:absolute;left:0}.loader-animation:after{width:100%;height:100%;animation:bxSpin .5s linear infinite;top:0;border-radius:4px}@keyframes bxSpin{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes shadow{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}