.rt-Spinner{opacity:.65;display:block;position:relative}.rt-SpinnerLeaf{width:12.5%;height:100%;animation:.8s linear infinite rt-spinner-leaf-fade;position:absolute;top:0;left:43.75%}.rt-SpinnerLeaf:before{content:"";background-color:currentColor;border-radius:4px;width:100%;height:30%;display:block}.rt-SpinnerLeaf:first-child{animation-delay:-1s;transform:rotate(0)}.rt-SpinnerLeaf:nth-child(2){animation-delay:-.875s;transform:rotate(45deg)}.rt-SpinnerLeaf:nth-child(3){animation-delay:-.75s;transform:rotate(90deg)}.rt-SpinnerLeaf:nth-child(4){animation-delay:-.625s;transform:rotate(135deg)}.rt-SpinnerLeaf:nth-child(5){animation-delay:-.5s;transform:rotate(180deg)}.rt-SpinnerLeaf:nth-child(6){animation-delay:-.375s;transform:rotate(225deg)}.rt-SpinnerLeaf:nth-child(7){animation-delay:-.25s;transform:rotate(270deg)}.rt-SpinnerLeaf:nth-child(8){animation-delay:-.125s;transform:rotate(315deg)}@keyframes rt-spinner-leaf-fade{0%{opacity:1}to{opacity:.25}}.rt-Spinner.rt-r-size-1{width:1rem;height:1rem}.rt-Spinner.rt-r-size-2{width:1.5rem;height:1.5rem}.rt-Spinner.rt-r-size-3{width:2rem;height:2rem}.spinner{background:conic-gradient(#065dff 0deg,#60a5fa 90deg,#93c5fd 180deg,#dbeafe 270deg,#fff 360deg);border-radius:50%;animation:1s linear infinite spin;-webkit-mask:radial-gradient(circle,#0000 54%,#000 10%);mask:radial-gradient(circle,#0000 54%,#000 10%)}.spinner-size-small{width:20px;height:20px}.spinner-size-medium{width:40px;height:40px}.spinner-size-large{width:80px;height:80px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
