.animated-spinner{justify-content:center;width:100%;height:100%;position:relative}.animated-spinner .animated-loading{background:url(../img/animations/AnimatedLoader.svg) no-repeat;width:3rem;height:3rem;animation:.85s step-end infinite both trot-animation;background-repeat:no-repeat!important;background-size:cover!important}@keyframes trot-animation{0%{background-position:100% 0}16%{background-position:0 0}32%{background-position:20% 0}48%{background-position:40% 0}64%{background-position:60% 0}80%{background-position:80% 0}to{background-position:100% 0}}
