I'm trying to replace my online icon and it's only partially working. I had it working just fine until about a week ago but then I made some edits to other parts of my code & now my profile looks like this. The image is technically replaced but the text is still there. I'm attaching my code to see if I did anything wrong 🫠🫠

edit: here's the code as i said, i was so sleep deprived last night i forgot to put it lol. The dots in the style tags aren't there in my actual code, i just had to put them so the style tags would be visible
<.style>
.online {visibility: hidden;}
.online img { content: url("https://s13.gifyu.com/images/bmMU1.gif");
animation-name: none;
visibility: visible;
height: 20px;
width: 90px; }
<./style>