.menu-badge, .msg-badge, .clgry, .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

.menu-badge {
    background-color: #ee8208;
    color: var(--badge-text);
    font-size: 12px;
    font-weight: 600;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: auto;
}

.msg-badge {
    position: absolute;
    top: -2px;   /* İkonun bir az yuxarısına çıxması üçün */
    right: -2px;  /* İkonun tam küncündə durması üçün */
    background: #2fb675;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 18px; 
    height: 18px;
    border: 2px solid var(--color_surface);
    z-index: 99; /* Həmişə ən üstdə görünsün */
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge {
    position: absolute;
    top: 4px; 
    right: 4px; 
    background: #2fb675;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 18px; 
    height: 18px;
    border: 2px solid var(--color_surface);
    z-index: 2;
}

@media (min-width: 630px) {
    .badge {
        top: 4px;
        right: 8px;
        width: 18px;
        height: 18px;
        font-size: 11px;
    }
    .msg-badge {
        top: -2px;
        right: -2px;
        width: 18px;
        height: 18px;
        font-size: 11px;
    }
    .menu-badge {
        width: 24px;
        height: 24px;
        font-size: 13px;
    }
}

.clgry {
    background-color: #eff2f5;
    color: #393838;
    font-size: 12px;
    font-weight: 600;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: auto;
}

.vip-badge-on-cover {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: transform 0.2s;
}

/*.vip-badge-on-cover:hover {
    transform: scale(1.1);
}*/

.verify-icon-wrapper {
    display: inline-flex;
    align-items: center;
}