/* =========================================================
   VOXLY CHANNEL UNREAD BADGES v0.15.0
   ========================================================= */

.channel {
    position: relative;
}

.voxly-channel-unread-badge {
    flex: 0 0 auto;

    min-width: 18px;
    height: 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;

    padding:
        0
        5px;

    border-radius: 9px;

    background:
        #e5484d;

    color:
        white;

    font-size: 10px;
    font-weight: 800;

    line-height: 18px;
}

#communityRailList
.community-logo {
    position: relative;
}

.voxly-server-unread-badge {
    position: absolute;

    top: -4px;
    right: -4px;

    min-width: 18px;
    height: 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        0
        5px;

    border-radius: 9px;

    background:
        #e5484d;

    color:
        white;

    font-size: 10px;
    font-weight: 800;

    line-height: 18px;

    pointer-events: none;

    box-sizing:
        border-box;
}

/* =========================================================
   VOXLY SERVER BADGE CLIPPING FIX v0.18.13
   ========================================================= */

#communityRailList
.community-logo
.voxly-server-unread-badge {
    top: 2px !important;
    right: 2px !important;

    z-index: 20;
}
