I can't figure out what to do with the style, for it to display a really round circle instead of the elongated one.
Pretty new to HTML and bootstrap, don't rage at me.
<span data-mdb-toggle="tooltip" title="unread" class="badge rounded-pill bg-info" style="cursor: default"> </span>
you need to add the same width and height, so you get a completely round circle.