.profile-notifications{
    top: 5px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #0158bb;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    display: block;
    text-align: center;
    vertical-align: baseline;
}
#menu_request_content > .profile-menu__nav-link > span,
#menu_request_email > .profile-menu__nav-link > span{
    position: relative;
}
#menu_request_content > .profile-menu__nav-link:hover .individual-profile-notifications,
#menu_request_email > .profile-menu__nav-link:hover .individual-profile-notifications{
    background: #fff;
    border: 2px solid #0158bb;
    padding-top: 2px;
}
.profile-menu__nav-link .individual-profile-notifications{
    top: 0;
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #0158bb;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    position: absolute;
    vertical-align: baseline;
    right: -5px;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
}
.menu-top-item.personal>.profile-notifications{
    position: absolute;
}
.field__control.mobile-user-icon>.profile-notifications{
    position: relative;
    top: -30px;
    padding: 10px 5px;
    left: -40px;
}
