/* Keep the unread counter anchored inside the bell button's upper-right corner. */
.header-item.noti-icon {
    position: relative;
}

.header-item.noti-icon .notification-unread-badge {
    top: 24px !important;
    right: 7px !important;
    left: auto !important;
    transform: none !important;
}
