.table_head_custom thead>tr>th {
	background: var(--secondary);
	color: white;
}

.table {
	width: 100% !important;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: inherit!important;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: inherit!important;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: inherit!important;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: inherit!important;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: inherit!important;
	}
}
.table-responsive {
	overflow-x: inherit!important;
}
@media screen and (max-width: 40em) {
	.table-reponsive-scroll tbody {
		overflow-x: inherit!important;
	}
}