.spinner-wrapper div{width:100%;height:100%;animation:1.4s cubic-bezier(.5,0,.1,1) infinite spinner;position:absolute}.spinner-wrapper div:after{content:"";background:var(--one-ux-palette--brand-neutral-700);border-radius:50%;width:7px;height:7px;display:block;position:absolute;left:45%}.spinner-wrapper div:first-child{animation-delay:-.15s}.spinner-wrapper div:nth-child(2){animation-delay:-.3s}.spinner-wrapper div:nth-child(3){animation-delay:-.45s}.spinner-wrapper div:nth-child(4){animation-delay:-.6s}.spinner-wrapper.darkMode div:after{background:var(--one-ux-palette--brand-neutral-100)!important}@keyframes spinner{0%{transform:rotate(0)}90%{transform:rotate(360deg)}to{transform:rotate(360deg)}}
