.animate-border-x{animation:1.5s linear infinite border-x-move}.animate-border-x-reverse{animation:1.5s linear infinite border-x-move-reverse}.animate-border-y{animation:1.5s linear infinite border-y-move}.animate-border-y-reverse{animation:1.5s linear infinite border-y-move-reverse}@keyframes border-x-move{0%{width:0;left:0;right:auto}40%{width:100%;left:0}60%{width:100%;left:0}to{width:0;left:100%}}@keyframes border-x-move-reverse{0%{width:0;left:auto;right:0}40%{width:100%;right:0}60%{width:100%;right:0}to{width:0;right:100%}}@keyframes border-y-move{0%{height:0;top:0;bottom:auto}40%{height:100%;top:0}60%{height:100%;top:0}to{height:0;top:100%}}@keyframes border-y-move-reverse{0%{height:0;top:auto;bottom:0}40%{height:100%;bottom:0}60%{height:100%;bottom:0}to{height:0;bottom:100%}}
