.bidera-social-icons {
	display: flex;
	flex-direction: row;
	justify-content: end;
}

.bidera-social-icons div i {
	color: #fff;
}

.bidera-social-icons div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	background-color: #0885c3;
	border-radius: 50%;
	
	cursor:pointer;
	
	width: 36px;
	height:36px;
	
	margin-right:6px;
	font-size: 22px;
}

.bidera-social-icons div:last-child {
	margin-right:0px;
}