.WLV_teamContainer{
    height: 10%;
    min-height: 90px;
    max-height: 10%;
    background-color: rgb(21, 21, 28);
}

.teamBorderRight{
    border-right: 1px solid #414141;
}

.teamBorderBottom{
    border-bottom: 1px solid #414141;
}

.WLV_teamName{
    font-size: 0.7rem;
    font-weight: 600;
    color: white;
    text-align: center;
    padding-top: 0px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.WLV_playerName{
    font-size: 0.7rem;
    font-weight: 600;
    color: white;
    text-align: center;
    padding-top: 2px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.teamIndicator{
    width: 0%;
    color: white;
}

.WLV_legend{
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.WLV_weapon{
    height: 25px;
    max-width: 100%;
}

.WLV_playerMeta{
    gap: 5px;
}

.healthParent{
    margin-top: 5px;
    margin-bottom: 5px;
}

.healthContainer{
    width: 6px;
    height: 100%;
    background-color: #2c2c2c;
    position: relative;
}

.healthInner{
    width: 100%;
    height: 0%;
    background-color: #bdbdbd;
    position: absolute;
    bottom: 0;
}

.healthSeparator{
    margin-right: 5px;
}

.shieldCommon{
    background-color: #bdbdbd;
}

.shieldRare{
    background-color: #0da9fd;
}

.shieldEpic{
    background-color: #c234bf;
}

.shieldLegendary{
    background-color: #c2b911;
}

.shieldHeirloom{
    background-color: #f32020;
}

.WLV_playerStatsContainer{
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #d3d3d3;
    justify-content: center;
    padding-top: 2px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.WLV_playerStatsContainer img{
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 2px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.svgGreen{
    filter: invert(79%) sepia(78%) saturate(874%) hue-rotate(54deg) brightness(130%) contrast(98%) !important;
}

.svgRed{
    filter: invert(46%) sepia(46%) saturate(4030%) hue-rotate(333deg) brightness(97%) contrast(100%) !important;
}

.downedPlayer{
    color: darkorange;
    margin-right: 5px;
}

.killedPlayer{
    color: red;
    margin-right: 5px;
}

.deadSquad{
    filter: grayscale(70%);
}

.highest{
    background-color: #890000;
}

.liveView_waiting {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.liveView_waiting p {
    color: #fff;
    text-align: center;
    font-size: 2rem;
}