.gdp-dashboard-profile-frontend-cls .container {
	max-width: 1500px;
}

.gdp-dashboard-profile-frontend-cls .bp_members .entry-content #buddypress.bp-single-plain-nav #header-cover-image.width-full {
	width: auto;
	position: inherit;
	left: 0;
	right: 0;
	border-bottom: 1px solid var(--bb-content-border-color);
	margin-left: 0;
	margin-right: 0;
}
.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section {
	width: 100%;
}
.gdp-dashboard-profile-frontend-cls .bp_members .entry-content #buddypress.bp-single-plain-nav #cover-image-container #header-cover-image {
	border-radius: 10px 10px 0  0;
}

.gdp-dashboard-profile-frontend-cls .bb-grid.site-content-grid {
	margin-top: 2rem;
}

.gdp-dashboard-profile-frontend-cls .social-networks-wrap {
	margin-right: 20px;
}

.gdp-dashboard-profile-frontend-cls .bp_members .entry-content #buddypress.bp-single-plain-nav #cover-image-container {
	border-radius: 10px;
	padding: 0px;
	margin-top: 20px;
}
.gdp-dashboard-profile-frontend-cls #breadcrumbs {
	margin-bottom: 1rem;
}

.gdp-dashboard-profile-frontend-cls #buddypress #item-header-cover-image #item-header-avatar {
	margin-top: -80px;
	margin-left: 20px;
}


/* Membercard  Profile Shortcodes CSS Start*/
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-img {
	display: flex;
	align-content: center;
	justify-content: center;
	margin-bottom: 7px;
}
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-img a:has(img.gmp-bb-avatar-image) {
	max-width: 96px;
	border-radius: 50%;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-img a img.gmp-bb-avatar-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-fullname {
	text-align: center;
	margin-bottom: 7px;
}

.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-fullname p.bb-membecard-fname,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-fullname p.bb-membecard-lname {
	color: #1d5fa7; /* Adjust as needed for exact blue */
	font-weight: 700;
	font-size: 1.7rem;
	margin: 0;
}


.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-posts-count,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-reputation-count {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-posts-count p.bb-membecard-text,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-posts-count p.bb-membecard-count,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-reputation-count p.bb-membecard-text,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-reputation-count p.bb-membecard-count,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-job-title p.bb-membecard-job-title-text,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-aboutus p.bb-membecard-aboutus-text {
	margin: 0;
	color: #000000;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-posts-count p.bb-membecard-text,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-posts-count p.bb-membecard-count,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-reputation-count p.bb-membecard-text,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-reputation-count p.bb-membecard-count{
box-shadow: inherit;
}
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-job-title p.bb-membecard-job-title-text,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-aboutus p.bb-membecard-aboutus-text{
		border-top-left-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-right-radius: 6px;
	padding: 10px;
}

/*.gdp-dashboard-profile-frontend-cls  p.bb-membecard-aboutus-text::before {
	content: "";
	position: absolute;
	top: 14px;
	width: 100%;
	background: #d2d2d2;
	height: 2px;
	right: 0;
	max-width: 100px;
}*/
.gdp-dashboard-profile-frontend-cls p.bb-membecard-job-text,
.gdp-dashboard-profile-frontend-cls p.bb-membecard-aboutus {
	padding: 10px;
	margin: 0;
	font-size: 14px;
}
.gdp-dashboard-profile-frontend-cls  p.bb-membecard-aboutus-text {
/*    display: flex;
*/    position: relative;
	align-content: center;
	justify-content: space-between;
}


.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-job-title,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-aboutus {
	background: #ffffff;
	border-radius: 6px;
	/*padding: 20px;*/
	margin-bottom: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease-in-out;
}

.gdp-dashboard-profile-frontend-cls .gmplifycard-top-section-box:hover,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-location:hover,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-badges-container:hover,
.gdp-dashboard-profile-frontend-cls .gmp-boss-top-activty-box-container:hover,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-level:hover,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-job-title:hover,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-aboutus:hover {
	transform: translateY(-4px);
}

/* Section titles */
.bb-membecard-job-title-text,
.bb-membecard-aboutus-text {
	font-size: 1rem;
	font-weight: 600;
	color: #333333;
	margin-bottom: 8px;
}

/* Content text */
.bb-membecard-job-text,
.bb-membecard-aboutus {
	font-size: 1rem;
	color: #555555;
	line-height: 1.6;
}



.gdp-dashboard-profile-frontend-cls .gmp-membercard-center-container {
	display: block;
	margin: 30px 0 10px 0;
	min-width: 100%;
	width: 100%;
	text-align: center;
}
.xprofile.gdp-dashboard-profile-frontend-cls .gmp-membercard-center-container {

	margin: 30px 0 20px 0;
}
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-location {
	display: block;
	align-items: center;
	gap: 8px;
	background-color: #fff;
	border-radius: 6px;
	padding: 8px 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: transform 0.2s ease-in-out;
}

.gdp-dashboard-profile-frontend-cls .location-icon {
	display: flex;
	align-items: center;
	color: #000000;
	justify-content: center;
	background: #000000;
	width: fit-content;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 10px;
	border-radius: 50%;
	border: 1px solid;
	min-width: 40px;
	min-height: 40px;
}
.gdp-dashboard-profile-frontend-cls .location-icon:before {
	font-size: 30px;
	color: #fff;
}


.gdp-dashboard-profile-frontend-cls .location-text {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}


.gdp-dashboard-profile-frontend-cls .gmp-membercard-level-container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	flex-direction: column;
}
.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .gmp-membercard-level-container{
	flex-direction: row;
}
.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .gmp-membercard-level-container,
.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .gmp-membercard-level-container {
	gap: 10px;
	margin-bottom: 0px;
}

.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .gmp-membercard-left-container {
	margin-bottom: 0px;
}




.gdp-dashboard-profile-frontend-cls .gmp-membercard-left-container {
	flex: 1 1 48%;
	text-align: left;
	margin-bottom: 20px;
}


.gdp-dashboard-profile-frontend-cls .gmp-membercard-left-container label.membercard-lbl {
	margin: -5px 0 5px 0px;
	color: #000000;
	background: transparent;
	font-weight: 700;
	font-size: 1.2rem;
	width: 100%;
	padding: 2px 10px;
	border-radius: 8px;
	display: block;
}
.activity.gdp-dashboard-profile-frontend-cls .gmp-membercard-left-container label.membercard-lbl,
.groups.gdp-dashboard-profile-frontend-cls .gmp-membercard-left-container label.membercard-lbl,
.single-topic.gdp-dashboard-profile-frontend-cls .gmp-membercard-left-container label.membercard-lbl{
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}
.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-level {
display: block;
	align-items: center;
	gap: 8px;
	background-color: #fff;
	/* border: 1px solid #e0e0e0; */
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	margin-top: 10px;
	background: #ffffff;
	border-radius: 6px;
	/* padding: 20px; */
	/* margin-bottom: 20px; */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: 0.3s ease-in-out;
}

.gdp-dashboard-profile-frontend-cls span.level-icon {
	display: block;
	padding: 10px;
	color: #ffffff;
	justify-content: center;
	background: #000000;
	font-size: 1rem;
	margin-top: 0px;
	width: 100%;
	min-height: 35px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
		border-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-weight: 700;

}

.gdp-dashboard-profile-frontend-cls span.level-icon::before {
	font-size: 30px;
	color: #fff;
}

.gdp-dashboard-profile-frontend-cls .membercard-point {
display: flex;
	gap: 0;
	justify-content: space-between;
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding:10px;
}
.gdp-dashboard-profile-frontend-cls span.membercard-level-point {
	font-size: 1rem;
}

.gdp-dashboard-profile-frontend-cls span.level-point {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.gdp-dashboard-profile-frontend-cls #help-icon {
	position: relative;
	cursor: pointer;
	text-align: left;
}

/* Tooltip text */
.gdp-dashboard-profile-frontend-cls #help-icon::after {
/*content: attr(data-tooltip);
	position: absolute;
	top: -35px;
	left: 35px;
	transform: translateX(0%);
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 8px 12px;
	border-radius: 6px;
	white-space: normal;
	width: 100vw;
	font-size: 14px;
	line-height: 1.4;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	max-width: 1200px;*/
	content: attr(data-tooltip);
	position: absolute;
	top: auto;
	left: 20px;
	background-color: rgba(0, 0, 0, 0.95);
	color: #fff;
	padding: 8px 12px;
	border-radius: 6px;
	white-space: normal;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	max-width: 100%;
	min-width: 240px;
	right: auto;
	bottom: 25px;
}

/* Show tooltip on hover */
.gdp-dashboard-profile-frontend-cls #help-icon:hover::after {
	opacity: 1;
}
.gdp-dashboard-profile-frontend-cls #help-icon::before{
	font-size: 32px;
}

.gdp-dashboard-profile-frontend-cls .gmplifycard-top-section-box,
.gdp-dashboard-profile-frontend-cls .gmp-membercard-badges-container,
.gdp-dashboard-profile-frontend-cls .gmp-boss-top-activty-box-container {
	display: block;
	align-items: center;
	padding: 20px;
	background-color: #fff;
	/*border-top: 1px solid #ebe8e8;*/
	border-radius: 6px;
	width: 100%;
	margin: 0px 0 20px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease-in-out;
}

.gdp-dashboard-profile-frontend-cls .gmp-membercard-badge-inner {
	text-align: center;
	padding: 0px 10px;
}

.gdp-dashboard-profile-frontend-cls .membercard-badge-title {
	display: block;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #fff;
	padding: 0 10px;
	color: #000000;
	font-size: 1rem;
}


.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .gmp-badge-inner-main-container {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 232px;
	margin: 0 auto;
}
.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg,
.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg {
	max-width: calc((100% / 2) - 10px);
	margin: 0 auto;

}
.activity.gdp-dashboard-profile-frontend-cls .gmp-membercard-badge-inner {
	padding-bottom: 15px;
}


.gdp-dashboard-profile-frontend-cls .membercard_badges_unlockimg img {
	display: block;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	/*margin: 0 auto 10px auto;*/
}

.groups.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg,
.single-topic.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg {
	max-width: calc((100% / 2) - 10px);
	margin: 0 auto;
}
.groups .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg img,
.single-topic .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg  img{
	width: 100%;
}
.groups .gamp-boss-activity-feed-left-section .gmp-membercard-badge-inner,
.single-topic .gamp-boss-activity-feed-left-section .gmp-membercard-badge-inner{

	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .gmp-badge-inner-main-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	flex-direction: row;
	align-items: flex-start;
}

.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .membercard_badges_unlockimg {
	text-align: center;
	box-sizing: border-box;
}

.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .membercard_badges_unlockimg img {
	width: 100%;
	/*height: 160px;*/
	object-fit: cover;
	cursor: pointer;
	border-radius: 8px;
	transition: transform 0.2s ease;
}
.gdp-dashboard-profile-frontend-cls .membercard_badges_unlockimg img:hover,
.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .membercard_badges_unlockimg img:hover {
	transform: scale(1.05);
	transition: 0.3s ease-in-out;
}
.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .gmp-membercard-badge-inner {
	margin-bottom: 15px;
	padding-bottom:10px;
	margin-top: 15px;
}


/* Lightbox styles */
.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .lightbox {
	position: fixed;
	display: none;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .lightbox-img {
	max-width: 90%;
	max-height: 80%;
	border-radius: 10px;
}

.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section  .close-btn {
	color: white;
	font-size: 32px;
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}

.xprofile.gdp-dashboard-profile-frontend-cls  .gmp-badge-inner-main-container{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap: 10px;
	max-width: 232px;
	margin: 0 auto;
}

.xprofile.gdp-dashboard-profile-frontend-cls  .gmp-badge-inner-main-container .membercard_badges_unlockimg{
	width: 47%;
}
.xprofile.gdp-dashboard-profile-frontend-cls  .gmp-badge-inner-main-container > .membercard_badges_unlockimg:only-child{
	width: 100%;
}

.xprofile.gdp-dashboard-profile-frontend-cls .gmp-membercard-badges-container{
	padding: 0px;
	padding-bottom: 10px;
}

.xprofile.gdp-dashboard-profile-frontend-cls .membercard-badge-title{
	width: 100%;
		padding: 10px;
			font-size: 1rem;
	width: 100%;
	border-top-left-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-right-radius: 6px;
	font-weight: 700;
}


@media (max-width:768px){
	.gdp-dashboard-profile-frontend-cls #help-icon::after{
		top: 32px;
		left: 0px;
		transform: translateX(-20%);
		max-width: 80vw;
	}

	.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-job-title,
	.gdp-dashboard-profile-frontend-cls .gmp-membercard-profile-aboutus {
		/*padding: 16px;*/
		}

	.gdp-dashboard-profile-frontend-cls  .bb-membecard-job-title-text,
	.gdp-dashboard-profile-frontend-cls  .bb-membecard-aboutus-text {
		font-size: 1rem;
	}

	.gdp-dashboard-profile-frontend-cls .bb-membecard-job-text,
	.gdp-dashboard-profile-frontend-cls .bb-membecard-aboutus {
		font-size: 0.95rem;
	}
}

/* Membercard  Profile Shortcodes CSS END  */


/* Activity Feed Shortcodes CSS Start  */


.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-fullname{
	display: flex;
	gap: 5px;
	justify-content: center;
}

.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-img img.gmp-bb-avatar-image {
	max-width: 100px;
}
.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-fullname p.bb-membecard-fname,
.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-fullname p.bb-membecard-lname{
	font-size: 1.5rem;
}
.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-reputation-count {
	margin-bottom: 15px;
}

.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-job-title {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-job-title,
.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-aboutus{
		padding: 10px 20px;
}
.gmp_boss_activity_feed_meta_note .gmp-membercard-profile-level,
.gmp_boss_activity_feed_meta_note .gmp-membercard-badges-container{
		background: #ffffff;
	border-radius: 12px;
		padding: 10px 0px;
	margin-bottom: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease-in-out;
}
.gmp_boss_activity_feed_meta_note .gmp-membercard-left-container label.membercard-lbl {
	margin: 5px 15px;
}
.gmp_boss_activity_feed_meta_note .membercard-point{
		padding: 0px 15px;
}

.gmp_boss_activity_feed_meta_note .membercard-badge-title {
	text-transform: uppercase;
	display: block;
	width: fit-content;
	background: #fff;
	padding: 0 10px;
	color: #000000;
	font-weight: 700;
	font-size: 1.2rem;
}

.gamp-boss-activity-feed-main-section {
	display: flex;
	gap: 0px;
}
.gamp-boss-activity-feed-main-section .bp-activity-head,
.gamp-boss-activity-feed-main-section .activity-content {
	padding: 20px;
}

.gamp-boss-activity-feed-main-section .activity-content {
	width: 100%;
}

.gamp-boss-activity-feed-left-section {
	max-width: 30%;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 10px;
	border-bottom-right-radius: 0px;
}

.gamp-boss-activity-feed-bottom-section {

	position: relative;
	width: 100%;
	padding: 20px 0px 20px 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	border-bottom: 0;
}



.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .gmp-membercard-badge-inner {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 15px auto;
}
.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg{
	padding: 0px;
}
.gamp-boss-activity-feed-left-section .gmp-membercard-badges-container{
	padding: 20px;
	margin: 20px 0 20px 0;

}

.gamp-boss-activity-feed-left-section .gmp-membercard-badges-container,
.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container{
	padding: 0px;
}

.gamp-boss-activity-feed-left-section .membercard-badge-title,
.gamp-boss-activity-feed-bottom-section .membercard-badge-title {
		margin-top: 0px;
	background: transparent;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1rem;
	width: 100%;
		border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	font-weight: 700;
}

.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard-badge-title {
	width: 100%; /* forces the title to take full row */
	display: block; /* ensures it's block-level */
	margin-bottom: 8px; /* optional: spacing between title and badges */
}


.gamp-boss-activity-feed-left-section .gmp-membercard-profile-fullname p.bb-membecard-fname,
.gamp-boss-activity-feed-left-section .gmp-membercard-profile-fullname p.bb-membecard-lname{
    line-height: 21px;
}

.gamp-boss-activity-feed-left-section .gmp-membercard-profile-level{
	display: flex;
	flex-direction: column;
	gap: 0px;
}
.gamp-boss-activity-feed-left-section .membercard-point{
	display: flex;
	gap: 0px;
	justify-content: space-between;
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding: 10px;
	width: 100%;
}

.gamp-boss-activity-feed-main-section #help-icon::after{
		max-width: 380px;
}

.gamp-boss-forum-feed-main-section .gamp-boss-activity-feed-left-section{
		min-width: 25%;
	border-radius: 0px;
	border-top: 0px;
	border-left: 0px;
}
.groups .gamp-boss-forum-feed-main-section .gamp-boss-activity-feed-left-section,
.groups .gamp-boss-forum-feed-main-section .gamp-boss-activity-feed-bottom-section,
.single-topic .gamp-boss-forum-feed-main-section .gamp-boss-activity-feed-bottom-section {
	padding: 20px;
	border-radius: 0px;
	border-right: 0px;
}
.single-topic .gamp-boss-forum-feed-main-section .gamp-boss-activity-feed-left-section{
	padding: 20px;
}

.groups .gamp-boss-forum-feed-main-section #help-icon::after,
.single-topic .gamp-boss-forum-feed-main-section #help-icon::after{
	max-width: 700px;
}
.groups .gmp-membercard-profile-level,
.single-topic .gmp-membercard-profile-level{
	margin-top: 10px;
}
.groups .gmp-membercard-left-container label.membercard-lbl,
.single-topic .gmp-membercard-left-container label.membercard-lbl {
	margin: 0px;
}
.gdp-dashboard-profile-frontend-cls .gamp-boss-forum-feed-main-section {
	display: flex;
	gap: 0px;
}

.gamp-boss-activity-default-main-section ul.bbp-threaded-replies .bs-reply-list-item {
	padding: 20px 30px 20px 20px;
}
@media (min-width: 922.6px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
	.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg {
		padding: 0px;
		width: calc((100% / 2) - 10px);
	}
}
@media (min-width: 992px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
	.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg {
		padding: 0px;
		width: calc((100% / 2) - 10px);
	}
}
@media (min-width: 1024px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
	.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg {
		padding: 0px;
		width: calc((100% / 2) - 10px);
	}
}
@media (min-width: 1280px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
	.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg {
		padding: 0px;
		width: calc((100% / 2) - 10px);
	}
}
@media (min-width: 1366px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
	.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg {
		padding: 0px;
		width: calc((100% / 2) - 10px);
	}
}
@media (min-width: 1536px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
}
@media (min-width: 1440px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
}
@media (min-width: 1630px){
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
	}
	.gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg {
		padding: 0px;
		width: calc((100% / 2) - 10px);
	}
}
@media (max-width: 923.5px) and (min-width: 768px){
	.groups.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg,
	.groups.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .gmp-badge-inner-main-container{
		/*max-width: 100%;*/
	}
	.single-topic.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg {
		max-width: calc((100% / 2) - 10px);
	}
	.groups .gamp-boss-activity-feed-bottom-section .gmp-membercard-badges-container .membercard_badges_unlockimg {
		/*max-width: 100%;*/
	}
}

@media (max-width: 767px) {

	.gamp-boss-forum-feed-main-section {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	display: block;
	white-space: nowrap;
	padding-bottom: 10px;
	flex-direction: column;
	}
	.gamp-boss-forum-feed-main-section .gamp-boss-activity-feed-left-section {
	min-width: 100%;
	}
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-default-main-section .gamp-boss-activity-feed-bottom-section .gmp-boss-activity-feed .gmp-badge-inner-main-container {
		max-width: 100%;
		gap: 10px;
	}
	.groups.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg, .single-topic.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg {
	max-width: calc((100% / 2) - 10px);
	}
	.gamp-boss-forum-feed-main-section .bbp-reply-content.bs-forum-content p{
		box-sizing: border-box;
	white-space: normal;
	}
	.gamp-boss-forum-feed-main-section > * {
	/*vertical-align: top;
	min-width: 320px;
	max-width: 95vw;*/
	display: inline-block;
	box-sizing: border-box;
	white-space: normal;
	}

	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .membercard_badges_unlockimg {
	max-width: calc((100% / 2) - 10px);
	}

}


@media (max-width: 480px) {
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section .membercard_badges_unlockimg,
	.groups.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg,
	.single-topic.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg {
		max-width: calc((100% / 2) - 10px);
	}
}
/* Activity Feed Shortcodes CSS END  */

/* Activity Page  */
@media (max-width: 1280px) and (min-width: 1080px){
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-main-section{
		flex-direction: column;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section{
		max-width: 100%;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-main-section .bp-activity-head{
		margin-right: 0;
		padding: 20px 0;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-main-section .activity-content{
		padding: 20px 0;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section{
		padding: 20px 0px 20px 0px;
	}
}
.xprofile.gdp-dashboard-profile-frontend-cls.sidebar-left .bb-template-v2 .widget
@media (max-width: 1030px) and (min-width: 800px){
	.xprofile.gdp-dashboard-profile-frontend-cls.sidebar-left .bb-profile-grid{
		flex-direction: column-reverse;
	}
}
@media (max-width: 1080px) and (min-width: 769px){
	.activity.gdp-dashboard-profile-frontend-cls span.membercard-level-point{
		text-align: left !important;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gmp-membercard-left-container span.level-point {
		font-size: 1.5rem;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section{
		position: relative;
		width: 100%;
		margin-bottom: 15px;
		border-radius: 10px;
		border-bottom-right-radius: 0px;
		min-width: 30%;
		max-width: 45%;
	}
}
@media (max-width: 768px){
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg{
		max-width: calc((100% / 2) - 10px);
	}
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-main-section{
		flex-direction: column;
	}
	.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section{
		max-width: 100%;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-main-section .bp-activity-head{
		margin-right: 0;
		padding: 20px 0;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-main-section .activity-content{
		padding: 20px 0;
	}
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-bottom-section{
		padding: 20px 0px 20px 0px;
	}
	.gdp-dashboard-profile-frontend-cls .gmp-membercard-left-container span.level-point {
		font-size: 1.5rem;
	}
}
@media (max-width: 480px){
	.activity.gdp-dashboard-profile-frontend-cls .gamp-boss-activity-feed-left-section .membercard_badges_unlockimg{
		max-width: calc((100% / 2) - 10px);
	}
}