.spinner{height:32px;width:32px;cursor:wait;border:4px solid var(--spinner-track-background);border-top-color:var(--spinner-track-fill);border-radius:50%;animation:infiniteRotate 3s linear;animation-iteration-count:infinite}.spinner--large{height:40px;width:40px}.spinner--default{height:32px;width:32px}.spinner--compact{height:24px;width:24px;border-width:3.5px}@keyframes infiniteRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
