.lds-spinner{display:inline-block;position:relative;width:1.875rem;height:1.875rem}.lds-spinner div{transform-origin:.9375rem .9375rem;animation:lds-spinner .8s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;left:.875rem;width:.1875rem;height:.5625rem;border-radius:25%;background:#000}.lds-spinner div:first-child{transform:rotate(0deg);animation-delay:-.7s}.lds-spinner div:nth-child(2){transform:rotate(45deg);animation-delay:-.6s}.lds-spinner div:nth-child(3){transform:rotate(90deg);animation-delay:-.5s}.lds-spinner div:nth-child(4){transform:rotate(135deg);animation-delay:-.4s}.lds-spinner div:nth-child(5){transform:rotate(180deg);animation-delay:-.3s}.lds-spinner div:nth-child(6){transform:rotate(225deg);animation-delay:-.2s}.lds-spinner div:nth-child(7){transform:rotate(270deg);animation-delay:-.1s}.lds-spinner div:nth-child(8){transform:rotate(315deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}