
.card-title {
    color: DarkRed;
    font-weight: 900;
}

.table-header {
    background-color: var(--background-color);
    color: var(--table-text-color);
}

.table thead th {
	vertical-align: top;
}

.table tbody td {
	text-align: left;
	font-size: large;
}

.cell-subtitle {
	font-size: medium;
}

.cell-subtitle-light {
	font-size: medium;
	font-weight: 350;
}

.cell-subtitle-light-small {
	font-size: small;
	font-weight: 250;
	padding-top: 12px;
}

.custom-badge {
	padding: 11px 22px;
	font-size: 80%;
	font-weight: 500;
}

table.dataTable>thead .sorting:before {
	right: 1.2rem !important;
}
