.glyphicon.glyphicon-arrow-left{
	font-family: "Font Awesome 5 Pro"!important;
    font-weight: 900!important;
}
.glyphicon.glyphicon-arrow-right{
	font-family: "Font Awesome 5 Pro"!important;
    font-weight: 900!important;
}
.glyphicon.glyphicon-arrow-left::before{
	content: "\f323";
}
.glyphicon.glyphicon-arrow-right::before{
	content: "\f324";
}