.spinner{justify-content:center;align-items:center;display:flex}.spinner span{border:4px solid #000;border-right-color:#0000;border-radius:50%;width:50px;height:50px;animation:.75s linear infinite spinnerAnimation}.spinner.small span{border-width:.16rem;width:1.2rem;height:1.2rem}.spinner.button span{border-width:.16rem;width:1.5rem;height:1.5rem}.spinner.white span,.dark .spinner span{border-color:#fff #0000 #fff #fff}@keyframes spinnerAnimation{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(.8)}to{transform:rotate(360deg)scale(1)}}
