@keyframes iconToRight{0%{transform:translateX(-100%)}100%{transform:translateX(150%)}}@keyframes borderToRight{from{width:0}to{width:100%}}@keyframes borderToLeft{from{width:100%;border-bottom:2px solid var(--primary)}to{width:0;border-bottom:2px solid var(--primary)}}