.pagination {
    text-align: center;
}

.pagination a {
	border: 2px solid #DFE3E8;
	width: 66px;
	height: 66px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 66px;
	color: #212B36;
	font-weight: 700;
	font-size: 29px;
	border-radius: 8px;
}

.pagination span.current {
	background: #DFBE63;
	width: 66px;
	height: 66px;
	display: inline-block;
	font-size: 29px;
	font-weight: 700;
	border-radius: 8px;
	vertical-align: top;
	line-height: 66px;
	color: #214B4A;
}

.next.page-numbers,
.prev.page-numbers {
	border-color: #214B4A;
    color: #214B4A;
}

.alert.alert-danger.nocoursesfound {
	text-align: center;
	font-size: 20px;
	color: red;
	/* border: 1px solid red; */
	padding: 20px;
	width: 50%;
	margin: auto;
}

.selected_category a {
	background: #214B4A !important;
	color: #f2f2f2 !important;
    border-color: #214B4A !important;
}

.es_lang_switcher a {
	background: #EDF7F7;
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	border-radius: 100px;
	color: #3D3D3D;
	font-size: 16px;
	font-weight: 700;
}

#courses_block_en .prev.page-numbers::after {
	content: "\f053" !important;
	
}

#courses_block_en .next.page-numbers::after {
	content: "\f054" !important;	
}