.newtons-cradle{--uib-speed:1.2s;--uib-color:hsl(var(--foreground));width:var(--uib-size);height:var(--uib-size);justify-content:center;align-items:center;display:flex;position:relative}.loader-sm .newtons-cradle{--uib-size:30px}.loader-md .newtons-cradle{--uib-size:50px}.loader-lg .newtons-cradle{--uib-size:70px}.newtons-cradle__dot{transform-origin:top;align-items:center;width:25%;height:100%;display:flex;position:relative}.newtons-cradle__dot:after{content:"";background-color:var(--uib-color);border-radius:50%;width:100%;height:25%;display:block}.newtons-cradle__dot:first-child{animation:swing var(--uib-speed)linear infinite}.newtons-cradle__dot:last-child{animation:swing2 var(--uib-speed)linear infinite}@keyframes swing{0%{animation-timing-function:ease-out;transform:rotate(0)}25%{animation-timing-function:ease-in;transform:rotate(70deg)}50%{animation-timing-function:linear;transform:rotate(0)}}@keyframes swing2{0%{animation-timing-function:linear;transform:rotate(0)}50%{animation-timing-function:ease-out;transform:rotate(0)}75%{animation-timing-function:ease-in;transform:rotate(-70deg)}}
