.notif_number{
    position: absolute;
    /* right:2px; */
    top:-7px;
    color:white;
    font-size: 10px;
    background-color:red;
    border-radius:15px;
    padding-left:5px;
    padding-right:5px;
    display: none;
    border: 2px solid white;
}
