.tb--profile-status-badge {
    background-color: var(--brand-color-1);
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 #00000040;
    color: var(--modal-text-color-1);
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 12px 2px 6px;
    position: relative;
}

.tb--profile-status-badge span {
    display: inline-block;
    max-width: 120px
}

.tb--profile-status-badge:after {
    background-color: var(--modal-bg-color-1);
    -webkit-clip-path: polygon(100% 0,20% 50%,100% 100%);
    clip-path: polygon(100% 0,20% 50%,100% 100%);
    content: "";
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    width: 10px
}

div.ptp-list-item.tb--player-id_cont span.tb--player-id_txt {
    color: rgba(from var(--modal-text-color-1) r g b/.5)
}