.animate_input.active~.hight-light .line{animation:inputHighlighterFocused .4s ease forwards}.animate_input.disabled~.hight-light .line{animation:inputHighlighterBlurred .4s ease forwards}@keyframes inputHighlighterFocused{0%{width:0}to{width:100%}}@keyframes inputHighlighterBlurred{0%{width:100%}to{width:0}}