/* iOS/PWA chat unread badge visibility hotfix */

/* The chat title must not show the total unread badge. */
#chat-total-unread-badge {
    display: none !important;
}

/* Active bottom-nav styles recolor every span to --primary. Keep unread text white. */
.bottom-nav-item.active .rail-unread-badge,
.bottom-nav-item.active .nav-icon-wrap .rail-unread-badge {
    color: #fff !important;
}
