﻿div.icon-number {
    position: relative;
    top: -25px;
    right: -7px;
    font-weight: 700;
    font-size: 10px;
    padding: 0 6px;
    height: 14px;
    align-items: center;
    background-color: #dc3545;
    color: white;
    border-radius: 5px;
}

a.icon-number:hover {
    text-decoration:none
}

