.pagination .page-item .page-link {
	border: none;
	background: transparent;
	color: #7A7C7F;
	border-radius: 1px !important;
}
.pagination .page-item.active .page-link {
	color: inherit;
	background: transparent;
	font-weight: 500;
}
.nav-icon .fas {
	font-size: 0.75em;
}
.pagination .page-item .page-link:focus {
	box-shadow: 0 0 0 0.25rem rgb(62 139 63 / 25%);
}