@font-face {
	font-family: 'GilroyRegular';
	src: url('https://www.greatplacetowork.in/wp-content/uploads/2022/10/gilroyregular.woff') format("woff");
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #11131c;
	color: #ffffff;
	letter-spacing: .4px;
	font-family: "GilroyRegular", sans-serif;
}

.tablepress tbody th {
	background-color: #11131c;
	text-align: center;
	font-weight: bold;
	letter-spacing: .4px;
	font-family: "GilroyRegular", sans-serif;
}

.tablepress thead .dt-ordering-asc,
.tablepress thead .dt-ordering-desc,
.tablepress thead .dt-orderable-asc:hover,
.tablepress thead .dt-orderable-desc:hover {
	background-color: #ffffff;
}

.tablepress tbody td {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .4px;
	font-family: "GilroyRegular", sans-serif;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: #ffffff;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: #ffffff;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* a {
	color: #11131c;
}

.tablepress .even a {
	color: #11131c;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* a:hover {
	color: #ff1628;
}

.tablepress .even a:hover {
	color: #ff1628;
}

.dt-info {
	margin: 30px 0 0;
	font-weight: 900;
}

.dt-paging.paging_simple {
	padding: 30px 15px 0 0;
}

@media (max-width:480px) {
	.tablepress {
		display: block;
		overflow-x: scroll;
	}

	.tablepress tbody td {
		font-size: 14px !important;
		line-height: 22px;
	}
}