.bolt-spinner{align-items:center;justify-content:center}@keyframes spinner-anim{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.bolt-spinner-circle{border:1.5px solid rgba(var(--palette-neutral-20),1);border-top-color:var(--communication-foreground);border-radius:50%;animation-name:spinner-anim;animation-duration:1.3s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.53,.21,.29,.67)}.bolt-spinner-circle.xsmall{width:.75rem;height:.75rem}.bolt-spinner-circle.small{width:1rem;height:1rem}.bolt-spinner-circle.medium{width:1.25rem;height:1.25rem}.bolt-spinner-circle.large{width:1.75rem;height:1.75rem}.bolt-spinner-label{color:var(--communication-foreground)}