.animate-background-slide{background:linear-gradient(90deg,var(--color-start)0%,var(--color-end)50%,var(--color-start)100%);background-size:200% 100%;animation:2s linear infinite success-animation}@keyframes success-animation{0%{background-position:200% 0}to{background-position:0 0}}
