/* thead, tr {
    background-color: orange;
} */


/* end of card card styling */

/* grid table display */
table.table thead {
	/* primary color */
	background-color: var(--portalThemeColor4) !important;
    /* background-color: orange !important; */
}
table.table thead a {
	color: #ffffff;
	font-weight: 600;
}

.row{
	justify-content: center;
}
/* end of grid table display */