.rt-spinner{opacity:.65;display:block;position:relative}.rt-spinner-leaf{width:12.5%;height:100%;animation:.8s linear infinite rt-spinner-leaf-fade;position:absolute;top:0;left:43.75%}.rt-spinner-leaf:before{content:"";background-color:currentColor;border-radius:3px;width:100%;height:30%;display:block}.rt-spinner-leaf:first-child{animation-delay:-800ms;transform:rotate(0)}.rt-spinner-leaf:nth-child(2){animation-delay:-700ms;transform:rotate(45deg)}.rt-spinner-leaf:nth-child(3){animation-delay:-600ms;transform:rotate(90deg)}.rt-spinner-leaf:nth-child(4){animation-delay:-500ms;transform:rotate(135deg)}.rt-spinner-leaf:nth-child(5){animation-delay:-400ms;transform:rotate(180deg)}.rt-spinner-leaf:nth-child(6){animation-delay:-300ms;transform:rotate(225deg)}.rt-spinner-leaf:nth-child(7){animation-delay:-200ms;transform:rotate(270deg)}.rt-spinner-leaf:nth-child(8){animation-delay:-100ms;transform:rotate(315deg)}@keyframes rt-spinner-leaf-fade{0%{opacity:1}to{opacity:.25}}.rt-progress{--progress-duration:5s;pointer-events:none;background-color:#0000330f;border-radius:9999px;flex-grow:1;height:6px;position:relative;overflow:hidden}.rt-progress:after{content:"";border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #00002d17}.rt-progress-indicator{transform-origin:0;width:100%;height:100%;animation-name:rt-progress-indicator-indeterminate-grow,rt-progress-indicator-surface-indeterminate-fade,rt-progress-indicator-surface-indeterminate-pulse;animation-delay:0s, calc(var(--progress-duration) + 5s), calc(var(--progress-duration) + 7.5s);animation-duration:var(--progress-duration), 2.5s, 5s;background-color:#3e63dd;animation-iteration-count:1,1,infinite;animation-direction:normal,normal,alternate;animation-fill-mode:both,none,none;display:block}.rt-progress-indicator:after{content:"";width:400%;animation-name:rt-progress-indicator-indeterminate-shine-from-left;animation-delay:calc(var(--progress-duration) + 5s);background-image:linear-gradient(90deg,#0000 25%,#ffffff0d,#ffffff5e,#ffffff0d,#0000 75%);animation-duration:5s;animation-iteration-count:infinite;animation-fill-mode:backwards;position:absolute;inset:0}@keyframes rt-progress-indicator-indeterminate-grow{0%{transform:scaleX(.01)}20%{transform:scaleX(.1)}30%{transform:scaleX(.6)}40%,50%{transform:scaleX(.9)}to{transform:scaleX(1)}}@keyframes rt-progress-indicator-indeterminate-shine-from-left{0%{transform:translate(-100%)}to{transform:translate(0%)}}@keyframes rt-progress-indicator-surface-indeterminate-fade{to{background-color:#abbdf9}}@keyframes rt-progress-indicator-surface-indeterminate-pulse{0%{background-color:#abbdf9}to{background-color:#3e63dd}}
