@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.gdp-dashboard-profile-frontend-cls .similar-members-blocks{
		padding: 10px;
}
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-ul{
	list-style: none;
	padding: 0;
}
.gdp-dashboard-profile-frontend-cls .similar-members-blocks h3{
		margin-top: -30px !important;
}
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-li{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 5px 0px;

}
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-anchor{
	text-decoration: none;
}
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-img{
		width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;

}
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-title{
			text-decoration: none;
	color: #000d51;
	font-weight: bold;
	font-size: 18px;
}
.gdp-dashboard-profile-frontend-cls .gdp-follower-counter{
		margin: 1px 0;
	font-size: 14px;
	color: #666;
}
.gdp-dashboard-profile-frontend-cls .gdp-dashboard-inner-section{
		display: flex;
	align-items: center;
	gap: 10px;
}
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-friends,
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-msg,
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-followers{
	cursor: pointer;
	text-decoration: none;
	color: #000d51;
	display: flex;
	align-items: center;
}
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-friends .bb-icon-l,
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-msg .bb-icon-l,
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-followers .bb-icon-l{
	font-size: 24px;
}

.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-friends .bb-icon-f,
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-msg .bb-icon-l,
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-followers .bb-icon-f{
	font-size: 24px;
}



.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-msg .bb-icon-l,
.gdp-dashboard-profile-frontend-cls .gdp-simmiler-members-followers .bb-icon-l{
	margin-right: 5px;
}