/*Registration Section*/
.page-content .table tr * {
	padding: 12px 10px;
}
.page-content .table .table-active.text-primary th {
	--bs-table-bg-state: white;
	color: #0B60B0;
	border-color: white;
}
.page-content .table .table-active th {
	background-color: #0B60B0;
	color: white;
}