.menu-alert{
    padding: 3px 5px 2px 3px!important;
    display: inline-block !important;
    background-color: red;
    border-radius: 50%;
    font-size: 9pt !important;
    /* box-shadow: 2px 2px 2px grey; */
    float: right;
    width: 18px;
    height: 19px;
    text-align: center;
    margin-top: -3px;
    font-weight: bold;
}

.menu-alert_2{
    padding: 3px 5px 2px 3px!important;
    display: inline-block !important;
    background-color: red;
    border-radius: 50%;
    font-size: 5pt !important;
    /* box-shadow: 2px 2px 2px grey; */
    float: right;
    width: 25px;
    height: 19px;
    text-align: center;
    margin-top: -3px;
    font-weight: bold;
}
