.notification-badge {
    position: absolute;
    top: 15px;
    right: -5px;
    background-color: #ff3366;
    color: white;
    font-size: 11px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    line-height: 1;
}

/* Style spécial pour les nombres à deux chiffres */
.notification-badge:has(span) {
    width: 24px;
    height: 24px;
}
/* 
#leftside-menu-container{
    position: fixed !important;
} */