.cust-text-primary {
	color: #1d54a2 !important;
}

.cust-bg-primary {
	background-color: #4285f4;
}

.cust-input-border {
	border: 1px solid #d9d9d9 !important;
}

.cust-text-label {
	color: #373737;
}

.cust-table-header th {
	background-color: #1d54a2 !important;
	color: white !important;
	font-weight: 600 !important;
}

.table-bordered th,
.table-bordered td {
	border-width: 1px !important;
	border-color: #d9d9d9 !important;
}

.table tbody td:first-child {
	color: #1d54a2 !important;
}

.custom-hover-white.table-hover > tbody > tr:hover > * {
	--bs-table-bg-state: white !important;
}

td.no-style,
th.no-style {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	font-weight: 600;
}

thead,
tbody,
tfoot,
tr {
	border: none !important;
}

.no-border {
	border: none !important;
}
