.spinner{position:relative;width:360px;height:360px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-left:-450px}.spinner span{position:absolute;top:50%;left:var(--left);width:210px;height:42px;background:var(--theme-color);animation:dominos 1s ease infinite}.spinner span:first-child{--left:480px;animation-delay:.125s}.spinner span:nth-child(2){--left:420px;animation-delay:.3s}.spinner span:nth-child(3){left:360px;animation-delay:.425s}.spinner span:nth-child(4){animation-delay:.54s;left:300px}.spinner span:nth-child(5){animation-delay:.665s;left:240px}.spinner span:nth-child(6){animation-delay:.79s;left:180px}.spinner span:nth-child(7){animation-delay:.915s;left:120px}.spinner span:nth-child(8){left:60px}@keyframes dominos{50%{opacity:.7}75%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}80%{opacity:1}}