.rag-pulse{animation:rag-pulse-animation 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes rag-pulse-animation{0%,to{opacity:1}50%{opacity:.5}}.rag-spin{animation:rag-spin-animation 2s linear infinite}@keyframes rag-spin-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rag-pulse-scale{animation:rag-pulse-scale-animation 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes rag-pulse-scale-animation{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.rag-indexing-large-pulse{animation:rag-large-pulse-animation 2s ease-in-out infinite}@keyframes rag-large-pulse-animation{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.2);opacity:.4}}.rag-pulse-bg{animation:rag-pulse-bg-animation 1.5s ease-in-out infinite}@keyframes rag-pulse-bg-animation{0%,to{background-color:rgba(59,130,246,.1);box-shadow:0 0 0 0 rgba(59,130,246,.2)}50%{background-color:rgba(59,130,246,.15);box-shadow:0 0 0 4px rgba(59,130,246,.1)}}.rag-completion-animation{animation:rag-completion-fade-in .6s ease-in-out}@keyframes rag-completion-fade-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.rag-checkmark-bounce{animation:rag-checkmark-bounce-animation .8s cubic-bezier(.34,1.56,.64,1)}@keyframes rag-checkmark-bounce-animation{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.1) rotate(5deg)}to{transform:scale(1) rotate(0deg);opacity:1}}