.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: none;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: none;
}