.loader{width:50px;height:165px;position:relative}.loader:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:16px;height:16px;background:var(--color-black-900);border-radius:50%;animation:bounce 2s linear infinite}.loader:after{content:"";position:absolute;left:0;right:0;bottom:0;margin:auto;height:48px;width:48px;background:var(--color-primary);border-radius:4px;animation:rotate 2s linear infinite}@keyframes bounce{0%,50%,to{transform:translate(-50%);height:20px}20%{transform:translate(-25%,85px);height:28px}25%{transform:translate(-25%,110px);height:12px}70%{transform:translate(-75%,85px);height:28px}75%{transform:translate(-75%,108px);height:12px}}@keyframes rotate{0%,50%,to{transform:rotate(0)}25%{transform:rotate(90deg)}75%{transform:rotate(-90deg)}}@keyframes slide-in-right{0%{transform:translate(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes swipe-out{0%{transform:translate(var(--radix-toast-swipe-move-x))}to{transform:translate(calc(100% + var(--viewport-padding)))}}.animate-slide-in-right{animation:slide-in-right .15s cubic-bezier(.16,1,.3,1)}.animate-hide{animation:hide .1s ease-in}.animate-swipe-out{animation:swipe-out .1s ease-out}
