
/* Custom Table Colors for Teams Themes */

.table-white {
    --bs-table-bg: #a0aeb2;
}

.table-blue {
    --bs-table-bg: #0078d7;
}

.table-green {
    --bs-table-bg: #8cbd18;
}

.table-purple {
    --bs-table-bg: #8378de;
}

.table-pink {
    --bs-table-bg: #ed616f;
}

.table-yellow {
    --bs-table-bg: #ffb900;
}

.table-gray {
    --bs-table-bg: #393939;
	color: white;
}

.table-darkBlue {
    --bs-table-bg: #004e8c;
	color: white;
}

.table-darkGreen {
    --bs-table-bg: #498205;
	color: white;
}

.table-darkPurple {
    --bs-table-bg: #4e257f;
	color: white;
}

.table-darkPink {
    --bs-table-bg: #a4262c;
	color: white;
}

.table-darkYellow {
    --bs-table-bg: #fa4;
}

.table-primary{
    border-bottom-width: 3px;
    border-bottom-color: #2b2a2a;
}

th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.table-greyBorder {
    border-bottom-color: #2b2a2a;
    border-inline-start-width: 2px;
    border-inline-start-color: #2b2a2a;
}


