/* =========================================================
   VOXLY VOICE ROSTER NESTING v0.18.5
   ========================================================= */

.voxly-server-voice-roster {
    display: none;

    margin:
        1px
        8px
        7px
        31px;

    padding: 0;

    min-width: 0;

    color:
        rgba(255,255,255,.58);

    font-size: 11px;
}


.voxly-server-voice-user {
    display: flex;
    align-items: center;

    min-width: 0;

    padding:
        3px
        4px;

    line-height: 16px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


.voxly-server-voice-user > span:not(.voxly-live-badge) {
    overflow: hidden;

    text-overflow: ellipsis;
}


.voxly-server-voice-user .voxly-live-badge {
    flex: 0 0 auto;

    margin-left: 6px;
}
