.pagination{
	display: flex;
	padding: 20px 0 10px 0;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.arrow_p_wrapper{
	font-weight: bold;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #bccdcf;
	border-radius: 15px;
	margin: 0 15px;
}
.page_num{
	border: 1px solid #bccdcf;
	border-radius: 5px;
	padding: 3px 6px;
}
.page_num:hover{
	background-color: #d6fbff;
}
.cur_page{
	font-weight: bold;
	color: darkblue; !important;
	background-color: #d6fbff;
	border: 2px solid #5ea9b5;
/*	text-decoration: underline;*/
}
.pagination a{
/*	display: flex;*/

/*	width: 30px;*/
/*	height: 30px;*/
	text-decoration: none;
	color: black;
/*	align-items: center;*/
/*	justify-content: center;*/
/*	justify-items: center;*/
}
.arrow_p_wrapper:hover{
	background-color: #d6fbff;
}