.wt-chat-header-trigger {
    text-decoration: none;
}

.wt-chat-sidebar-trigger {
    position: relative;
    width: 100%;
}

.wt-chat-nav-badge {
    display: grid !important;
    min-width: 18px;
    height: 18px;
    place-items: center;
    margin-left: auto;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--fuchsia-500, #e0007a);
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 800;
}

.wt-chat-nav-badge[hidden] {
    display: none !important;
}

body.collapsed .wt-chat-sidebar-trigger .wt-chat-nav-badge {
    position: absolute;
    top: 5px;
    right: 5px;
}

.profile-cta--chat {
    border: 0;
    background: linear-gradient(135deg, #8e004f, var(--fuchsia-500, #e0007a));
    color: #fff;
    cursor: pointer;
}

.profile-cta--chat:hover {
    color: #fff;
}
