@keyframes rotator{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}.spacer{display:block!important}.spacer:has(.background-light){background-color:var(--background-fill-secondary)}.spacer:has(.background-dark){background-color:var(--background-fill-primary)}.spacer:has(.background-deep-sea){background-color:var(--brand-deep-sea)}