.fui-loading-spinner{display:inline-block;position:relative;width:48px;height:48px}.fui-loading-spinner div{transform-origin:20px 20px;animation:rj9Ft .7s linear infinite}.fui-loading-spinner div:after{content:" ";display:block;position:absolute;top:-4px;left:17px;width:5px;height:14px;border-radius:200px;background:var(--gray-color-90)}.fui-loading-spinner div:first-child{transform:rotate(0deg);animation-delay:-.7s}.fui-loading-spinner div:nth-child(2){transform:rotate(45deg);animation-delay:-.6s}.fui-loading-spinner div:nth-child(3){transform:rotate(90deg);animation-delay:-.5s}.fui-loading-spinner div:nth-child(4){transform:rotate(135deg);animation-delay:-.4s}.fui-loading-spinner div:nth-child(5){transform:rotate(180deg);animation-delay:-.3s}.fui-loading-spinner div:nth-child(6){transform:rotate(225deg);animation-delay:-.2s}.fui-loading-spinner div:nth-child(7){transform:rotate(270deg);animation-delay:-.1s}.fui-loading-spinner div:nth-child(8){transform:rotate(315deg);animation-delay:0s}@keyframes rj9Ft{0%{opacity:1}to{opacity:0}}