.spinner{height:9px;position:absolute;width:9px}.spinner div{animation:spinner-fzua35 1s calc(var(--delay)*1s) infinite ease;background:#000;height:150%;position:absolute;transform:rotate(calc(var(--rotation)*1deg)) translateY(calc(var(--translation)*1%));width:50%}.spinner div:first-child{--delay:.1;--rotation:36;--translation:150}.spinner div:nth-child(2){--delay:.2;--rotation:72;--translation:150}.spinner div:nth-child(3){--delay:.3;--rotation:108;--translation:150}.spinner div:nth-child(4){--delay:.4;--rotation:144;--translation:150}.spinner div:nth-child(5){--delay:.5;--rotation:180;--translation:150}.spinner div:nth-child(6){--delay:.6;--rotation:216;--translation:150}.spinner div:nth-child(7){--delay:.7;--rotation:252;--translation:150}.spinner div:nth-child(8){--delay:.8;--rotation:288;--translation:150}.spinner div:nth-child(9){--delay:.9;--rotation:324;--translation:150}.spinner div:nth-child(10){--delay:1;--rotation:360;--translation:150}@keyframes spinner-fzua35{0%,10%,20%,30%,50%,60%,70%,80%,90%,to{transform:rotate(calc(var(--rotation)*1deg)) translateY(calc(var(--translation)*1%))}50%{transform:rotate(calc(var(--rotation)*1deg)) translateY(calc(var(--translation)*1.5%))}}#workingAnimation span{animation-duration:.8s;animation-fill-mode:both;animation-iteration-count:infinite;animation-name:blink;background-color:#ff3232;border-radius:50%;display:inline-block;height:10px;margin-right:7px;width:10px}#workingAnimation span:nth-child(2){animation-delay:.1s}#workingAnimation span:nth-child(3){animation-delay:.2s}#workingAnimation span:nth-child(4){animation-delay:.3s}#workingAnimation span:nth-child(5){animation-delay:.4s}#workingAnimation span:nth-child(6){animation-delay:.5s}#workingAnimation span:nth-child(7){animation-delay:.6s}#workingAnimation span:nth-child(8){animation-delay:.7s}@keyframes blink{0%{background-color:#c3cdd533}20%{background-color:#ff3232;transform:scale(1.2)}to{background-color:#c3cdd533}}
