.sl-spinner{border-style:solid;border-radius:50%;width:80px;height:100px;animation-timing-function:linear;animation-iteration-count:infinite;top:50%;left:50%;transform:translateZ(0)}@keyframes forward{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes backward{0%{transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(-360deg)}}
