@keyframes loading{0%{left:0;width:0}50%{left:0;width:calc(100% - 19px)}to{left:calc(100% - 19px);width:0}}.animate-loading{animation:loading 1.2s ease-in-out 0s infinite}
