﻿.text-bg-beavers {
    color: #fff;
    background-color: #886B25;
}

.text-bg-cubs {
    color: #000;
    background-color: #FFCD00;
}

.text-bg-scouts {
    color: #fff;
    background-color: #4F758B;
}

.text-bg-explorers {
    color: #fff;
    background-color: #43B02A;
}

.text-bg-rovers {
    color: #fff;
    background-color: #890C58;
}

.text-bg-leaders {
    color: #000;
    background-color: #00AEC7;
}

.text-beavers {
    color: #886B25;
}

.text-cubs {
    color: #FFCD00;
}

.text-scouts {
    color: #4F758B;
}

.text-explorers {
    color: #43B02A;
}

.text-rovers {
    color: #890C58;
}

.text-leaders {
    color: #00AEC7;
}


.mud-xs-table .mud-table-row .mud-table-cell:nth-last-child(1 of :not(.mud-table-cell-hide)) {
    border-bottom: 1px solid var(--mud-palette-table-lines)
}
