.spinner{border-radius:50%;justify-content:center;align-items:center;width:150px;height:105px;margin-left:-113px;display:flex;position:relative}.spinner span{top:50%;left:var(--left);background:#ff550d;width:80px;height:17px;animation:1s infinite dominos;position:absolute;box-shadow:2px 2px 3px #000}.spinner span:first-child{--left:120px;animation-delay:.125s}.spinner span:nth-child(2){--left:105px;animation-delay:.3s}.spinner span:nth-child(3){animation-delay:.425s;left:90px}.spinner span:nth-child(4){animation-delay:.54s;left:75px}.spinner span:nth-child(5){animation-delay:.665s;left:60px}.spinner span:nth-child(6){animation-delay:.79s;left:45px}.spinner span:nth-child(7){animation-delay:.915s;left:30px}.spinner span:nth-child(8){left:15px}@keyframes dominos{50%{opacity:.7}75%{transform:rotate(-90deg)}80%{opacity:1}}
