/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/



/* Md Aasim's Stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Neuton:wght@400;600&display=swap');

#main :is(h1, h2, h3, h4, h5, h6, p, a, li) {
	font-family: 'Jost', sans-serif;
}

body,
body.bb-custom-typo {
	font-family: 'Jost', sans-serif;
}

body.buddypress.register article.bp_register {
	max-width: unset;
	width: unset;
}

body.register #page #primary .entry-header,
body.register .buddypress-wrap {
	max-width: unset;
}

body:not(.logged-in) .header-search-wrap .search-form {
	display: none;
}

.error p {
	color: #fff;
}

.bp-feedback p {
	color: #000;
}

#site-logo img {
	object-position: left;
}

.login.bb-login #login>h1>a {
	max-width: 100%;
}

.single-headers #message.bpro-not-approved p {
	color: #fff;
	background: none;
	border: 0;
}

.single-headers #message.bpro-not-approved+div#cover-image-container {
	margin-top: 0;
}

.mepr-login-page .bp-profile-content .entry-header {
	padding: 20px 0;
	margin: 0;
}

.bb-template-v2 .primary-menu li.event-nav-btn a {
	position: relative;
	font-weight: 500;
	border-bottom: 0;
}

.bb-template-v2 .primary-menu li.event-nav-btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 6px;
	z-index: -1;
	height: 40px;
	left: 0;
	right: 0;
	background: var(--bb-primary-button-background-regular);
}

.bb-template-v2 .primary-menu li.event-nav-btn:hover a:before {
	background: var(--bb-primary-button-background-hover);
}

.mob_menu_btn:focus {
	outline: 0;
	background: none;
	box-shadow: none;
}

.main-btn {
	color: #fff;
	background: var(--bb-primary-button-background-regular);
}

.main-btn:hover {
	color: #fff;
	background: var(--bb-primary-button-background-hover);
}

.buddypress-wrap .register-page .layout-wrap {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

#buddypress .register-page .standard-form .layout-wrap .register-section {
	width: 50% !important;
	flex: unset;
	padding: 0 30px;
}

#buddypress .register-page .standard-form .layout-wrap .register-section.extended-profile {
	border-left: 1px solid #cdcdcd;
}


#buddypress #register-page #signup-form.standard-form .layout-wrap label,
#buddypress #register-page #signup-form.standard-form .layout-wrap legend {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 6px;
	font-family: 'Poppins', sans-serif;
}

#buddypress #register-page #signup-form.standard-form .input-options label {
	font-size: 15px;
	margin-bottom: 0;
	margin-right: 15px;
}

#buddypress #register-page #signup-form.standard-form .layout-wrap input,
#buddypress #register-page #signup-form.standard-form .layout-wrap textarea,
#buddypress #register-page #signup-form.standard-form .layout-wrap select {
	width: 100%;
	height: 45px;
	font-size: 18px;
	padding: 8px 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	transition: unset !important;
}

.standard-form .layout-wrap textarea.wish_text,
.standard-form .editfield textarea {
	min-height: 150px;
	padding: 8px 15px;
}

#buddypress #register-page #signup-form.standard-form .layout-wrap textarea.wish_text::placeholder {
	font-size: 15px;
}

body.register #page #primary .entry-header {
	align-items: center !important;
}

body.register #page #primary .entry-header h1.entry-title,
body.register #page #primary .entry-header span {
	font-size: 40px;
	line-height: 1.8;
	font-weight: 500;
	position: relative;
}

body.register #page #primary .entry-header h1.entry-title {
	margin-right: 20px;
}

body.register #page #primary .entry-header span a {
	color: var(--bb-primary-color);
	text-transform: capitalize;
	margin-left: 12px;
}

.register-page .register-privacy-info a {
	color: var(--bb-label-text-color);
	text-decoration: underline;
}

#buddypress .register-section .datebox-selects {
	flex-wrap: nowrap;
}

/* Connections Page */

.connections-nav {
	display: flex;
	align-items: center;
	list-style: none;
	margin-bottom: 30px;
	margin-top: 30px;
}

.connections-nav li a {
	background: var(--bb-secondary-button-background-regular);
	font-size: 14px;
	font-weight: 500;
	padding: 5px 15px;
	margin-right: 10px;
}

.connections-nav li a:hover {
	background: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
}

.buddypress-wrap .profile.edit .editfield .description {
	margin: 0;
}

.connections-nav li.selected a {
	background: var(--bb-primary-button-background-regular);
	border: 0;
	color: var(--bb-primary-button-text-regular);
}

.request-listing-page .list-title a {
	font-family: 'Jost', sans-serif;
	margin-bottom: 8px;
}

.request-listing-page .bp-ext-friendship-message {
	margin: 0;
	line-height: 1.2;
	font-family: 'Jost', sans-serif;
}

.request-listing-page li .member-request-list-wrap {
	cursor: move;
	align-items: center;
}

.friend-list-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f3f3f3;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: green;
	opacity: 0;
	visibility: hidden;
}

.friend-list-loader.visible {
	opacity: 1;
	visibility: visible;
}

.friend-list-container {
	position: relative;
}




/* ===========================
 * Event page
 * =========================== */


.site .message_handler .message_handler_button[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}

.event-header {
	margin-bottom: 25px;
}

.event-header h2 {
	font-size: 26px;
	margin: 0;
}

.suggestion-slider {
	position: relative;
}

.event-header,
.event-arrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.event-arrow-left {
	margin-right: 30px;
}

.event-arrow-nav span {
	text-transform: uppercase;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 600;
}

.event-arrow-right span {
	margin-right: 8px;
}

.event-arrow-left span {
	margin-left: 8px;
}

.event-arrow svg {
	width: 25px;
}

.event-arrow .swiper-button-disabled {
	opacity: 0.3;
}

.bottom-part .swiper-button-lock {
	opacity: 0;
	visibility: hidden;
	display: block;
}

.suggestion-single {
	padding: 30px;
	border-radius: 6px;
	border: 1px solid var(--bb-content-border-color);
}

.suggestion-single .top-part {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 30px;
	border-bottom: 2px solid #dedede;
}

.top-part .dp-box {
	display: block;
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
	border: 4px solid var(--bb-primary-color);
	border-radius: 50%;
	margin-right: 30px;
}

.dp-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meta-part h3 {
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.meta-part h3 small {
	font-size: 14px;
	color: #a7a7a7;
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.meta-part small i {
	font-size: 8px;
	margin-right: 8px;
}

.meta-part p {
	margin: 0;
	font-size: 16px;
}

.middle-part h2 {
	font-size: 36px;
	line-height: 1.2;
	font-family: 'Neuton', serif !important;
}

.middle-part {
	padding: 30px 0;
}

.middle-part .goal-meta {
	display: flex;
	list-style: none;
	margin-top: 30px;
}

.goal-meta li {
	font-size: 20px;
	margin-right: 20px;
	font-weight: 600;
	color: #5b5b5b;
}

.bottom-part {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bottom-part input {
	flex: 1 1 auto;
	margin-right: 20px;
	height: 41.5px;
	font-size: 15px;
	margin-bottom: 10px;
}

.suggestion-single .bottom-part input {
	margin-bottom: 0;
}

.bottom-part .friendship-button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.bottom-part p {
	color: green;
	margin: 0;
}

.bottom-part .fill-message {
	color: red;
	flex: 0 0 100%;
}

.request-friend-ext-button {
	color: #fff;
	background: var(--bb-primary-button-background-regular);
}

.request-friend-ext-button:hover {
	color: #fff;
	background: var(--bb-primary-button-background-hover);
}

.fill-message {
	color: red;
}

/* .suggestion-slider-aside{
	height: 100%;
} */
.suggestion-slider-aside .swiper-wrapper {
	height: 600px;
}

.suggestion-slider-aside .photo {
	width: 100px;
	height: 100px;
}

.suggestion-slider-aside li {
	margin-bottom: 4px;
	cursor: pointer;
	list-style: none;
	height: auto;

}

.suggestion-slider-aside .card-thumb {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 6px 10px;
	border-radius: 4px;
	background: var(--bb-sidenav-menu-background-color-hover);
}

.suggestion-slider-aside .swiper-slide-thumb-active .card-thumb {
	background: var(--bb-sidenav-menu-background-color-active);
}

.suggestion-slider-aside .card-thumb img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 12px;
}

.card-thumb h3 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1;
}

.card-thumb small {
	font-size: 12px;
	color: #818181;
}

.swiper-slide-thumb-active .card-thumb :is(h3, small) {
	color: var(--bb-primary-button-text-regular);
}

.suggestion-section form {
	margin-bottom: 1rem;
}

.event-member-search {
	display: flex;
}

.event-member-search input {
	height: unset;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.event-member-search input:focus {
	box-shadow: none;
}

.event-member-search button {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.goal-complete-post-modal .congrats-text {
	text-align: center;
}

.goal-complete-post-modal .congrats-text i {
	font-size: 100px;
	color: green;
	margin-bottom: 25px;
	transform: scale(1);
	animation: checkBeat 1s infinite;
}

.congrats-text p {
	font-size: 20px;
	font-weight: 500;
}

@keyframes checkBeat {

	0%,
	90% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25))
	}
}

.loader {
	display: inline-block;
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

body:not(.has-sidebar) .buddypress-wrap .grid.bp-list.members-list>li {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
}

#members-list.item-list.grid.bp-list .item-avatar {
	margin-top: 0;
}

.profile_objective {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goal-container p,
.profile_objective p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0;
	display: block;
	flex: 0 0 100%;
}

.profile_objective p {
	font-size: 20px;
	flex: 1 1 auto;
}

.profile_objective button {
	flex: 0 0 auto;
	margin-left: 15px;
}

.header-style-3 .main-navigation #primary-navbar {
	justify-content: flex-end;
}

.goal-complete-post-modal.show {
	background: #00000080;
}

.goal-complete-post-modal .modal-header {
	display: flex !important;
	justify-content: space-between;
}

.buddypress .buddypress-wrap .goal-complete-post-modal h5 {
	margin: 0;
}

.buddypress .buddypress-wrap .goal-complete-post-modal button.close {
	padding: 0;
	font-size: 20px;
	line-height: 1;
	border-radius: 0;
	border: 0;
	background: none;
	color: #000;
}

#my_notes_table tfoot {
	display: none;
}

.bun-notes-wrap textarea {
	margin-bottom: 20px;
}

.bun-notes-wrap .save-bun-reminder-button {
	margin-top: 20px;
}

.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover:before,
.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor:before {
	top: -7.5px;
}


.help-body {
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #fff;
	/* background: #fafbfd6b;
    backdrop-filter: blur(10px); */
}

.item-header-wrap .help-body {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	top: unset;
	right: unset;
	backdrop-filter: unset;
	min-width: 350px;
	padding-top: 30px;
	padding-right: 40px;
}

.item-header-wrap .help-body .close {
	padding: 10px;
}

.help-body .close {
	position: absolute;
	top: 0;
	right: 0;
	color: red;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
}

.help-body label {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

/* .help-body input{
	width: 100%;
	margin-bottom: 15px;
	color: #000;
} */

.request-listing-page .member-button-wrap .generic-button {
	margin: 0;
	display: block;
}

.request-listing-page .member-button-wrap div.generic-button {
	margin-left: 6px;
	background: #efefef;
	border-radius: 7px;
}

.request-listing-page .button-wrap.member-button-wrap i {
	font-size: 24px;
	margin-right: 8px;
	color: #818181;
}

.request-listing-page .member-button-wrap a.friendship-button,
.request-listing-page .member-button-wrap a.generic-button,
.remove_request_cross_button .button {
	padding: 6px;
	background-image: url('https://revere.io/wp-content/uploads/2024/01/user-add.svg');
	width: 34px;
	height: 34px;
	background-size: 24px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
}

.request-listing-page .member-button-wrap a.friendship-button {
	text-indent: -999999px;
	overflow: hidden;
}

.request-listing-page .member-button-wrap a.send-message {
	background-image: url('https://revere.io/wp-content/uploads/2024/01/message.svg');
}

.request-listing-page .member-button-wrap a.send-notes {
	background-image: url('https://revere.io/wp-content/uploads/2024/01/notes.svg')
}

.request-listing-page .member-button-wrap a.friendship-button.pending_friend.requested {
	background-image: url('https://revere.io/wp-content/uploads/2024/01/user-requested.svg');
}

.request-listing-page .member-button-wrap a.friendship-button.is_friend.remove {
	background-image: url('https://revere.io/wp-content/uploads/2024/01/user-friend.svg');
}

.widget-area .gamipress-columns-1.gamipress-user-points {
	width: 100%;
}

.notification-wrap span.count {
	color: #000;
}


/* =====================
    Custom Members Loop
====================== */

.custom_members_loop.grid .list-wrap-inner {
	display: flex !important;
}

#members-list.item-list.grid.custom_members_loop .list-wrap {
	border: 0;
	padding: 0;
	border-radius: 0;
	padding-bottom: 15px !important;
	border-bottom: 1px solid var(--bb-primary-color);
	box-shadow: none !important;
}

#members-list.bp-list.grid.custom_members_loop .item-avatar {
	margin: 0 !important;
}

#members-list.bp-list.grid.custom_members_loop .item-avatar img {
	max-width: 60px;
	width: 100%;
	border: 1px solid var(--bb-primary-button-background-regular);
	margin-right: 10px;
}

#buddypress .bp-list.custom_members_loop li .follow-container {
	display: none;
}

.buddypress-wrap .grid.custom_members_loop.bp-list>li .list-title {
	text-align: left;
}

.custom_members_loop .goal-container {
	text-align: left;
}

#buddypress .custom_members_loop.members-list>li .bb_more_options.member-dropdown .bb_more_options_action {
	display: none;
}

#members-list.item-list.custom_members_loop .member-name a {
	font-size: 16px;
	font-weight: 600;
}

.custom_members_loop .goal-container p {
	font-size: 14px;
	color: #535353;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.custom_members_loop .goal-container p:first-child {
	min-height: 45px;
}

.buddypress-wrap .custom_members_loop.grid.bp-list>li .item {
	display: block;
}

.buddypress .buddypress-wrap .custom_members_loop button {
	font-size: 14px;
	padding: 8px 12px;
}

.members-directory-container .bp-secondary-header,
.subnav-filters.filters,
.anychart-credits {
	display: none !important;
}

.help-button-wrap {
	display: flex;
}

#item-header-content .message_handler input {
	width: 100%;
	margin-bottom: 15px;
}

.editfield.field_8 p.description,
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .members-directory-wrapper nav {
	display: none !important;
}

.sidebar-right .gamipress-user-points-image img {
	width: 100px;
	height: 100px;
}

.goal-complete-post-modal .form-control:focus {
	border-color: var(--bb-input-focus-border-color);
	border-width: 1px;
	box-shadow: var(--bb-input-focus-shadow);
}

/* .buddypress-wrap .bp-navs li.selected a .count{
	margin-bottom: 10px;
} */

.highlights-section *,
.highlights-section h1,
.highlights-section h2 {
	font-family: 'Jost', sans-serif;
}

.highlights-section {
	padding: 60px 0;
}

.highlights-section h1 {
	font-size: 45px;
	text-align: center;
	margin-bottom: 50px;
}

.highlights-section .top_list_heading {
	text-align: center;
	margin-top: 0;
}

.top_list {
	list-style: none;
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 30px;
	/* margin: 30px -15px 0; */
	margin-top: 30px;
}

.top_list li {
	/* max-width: 33.33%; */
	/* flex: 0 0 33.33%; */
	padding: 0 15px;
}

.top_list .top_list_box {
	/*     background: #fafbfd; */
	background: var(--bb-primary-color);
	display: flex;
	padding: 15px;
	border-radius: 7px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
}

.top_list_box .member-name a:hover {
	color: #fff;
}

.top_list_box .item-avatar {
	flex: 0 0 auto;
	margin-right: 15px;
	width: 70px;
}

.top_list_box .item-block {
	flex: 1 1 auto;
}

.top_list_box .item-avatar a,
.top_list_box .item-avatar a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_list_box .item-block p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}


.highlight-cards {
	row-gap: 45px;
}

.highlight-cards .card {
	text-align: center;
	border: 0;
	padding: 15px;
	border-radius: 7px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
}

.highlight-cards h2 {
	font-size: 20px;
}

.highlight-cards p {
	margin: 0;
	font-size: 40px;
	font-weight: 500;
}

/* Profile Edit Nav */
#buddypress .profile.edit .button-nav {
	border: 0;
}

#buddypress .profile.edit .button-nav a {
	margin: 0;
	padding: 10px;
	background: var(--bb-content-alternate-background-color);
	border-radius: 6px;
	line-height: 1;
	border: 0 !important;
	text-align: center;
}

#buddypress .profile.edit .button-nav a:hover {
	background: #efefef;
}

#buddypress .profile.edit .button-nav .current a {
	background: var(--bb-primary-color);
	color: var(--bb-primary-button-text-regular);
}

.buddypress-wrap .profile.edit .button-nav li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

@media(min-width: 1265px) {
	#buddypress .profile.edit .button-nav a {
		min-width: 80px;
	}

	.buddypress-wrap .profile.edit .button-nav li::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		height: 5px;
		background: #e9e9e9;
		left: 100%;
	}

	.buddypress-wrap .profile.edit .button-nav li:last-child::before {
		display: none;
	}

	.buddypress-wrap .profile.edit .button-nav li {
		margin-top: 0;
	}
}

/* Profile Edit Nav end */


.remove_request_cross_button .button {
	background: #efefef;
	border-color: #efefef;
	margin-left: 6px;
}

.request-listing-page .remove_request_cross_button .button i {
	font-size: 20px;
	margin: 0;
}

.remove_request_cross_button {
	position: relative;
}

.remove_request_cross_button .confirmation-popup {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	border-radius: 4px;
	width: 300px;
	padding: 15px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in;
}

.confirmation-popup.active {
	opacity: 1;
	visibility: visible;
}

.remove_request_cross_button label {
	font-weight: 500;
	font-family: 'jost', sans-serif;
	margin-bottom: 10px;
}

.confirmation-popup button {
	margin-right: 6px;
	border-radius: 6px;
	font-size: 14px;
	padding: 8px 15px;
}

.remove_request_close_btn {
	background: #efefef;
	border-color: #efefef;
}

.item-header-wrap .bp-group-meta .group-type {
	display: none;
}

.messages-wrap i.bb-icon-inbox:before {
	content: '\ee2f';
}

.bb-template-v2 .header-aside .user-wrap.custom_user_points_gamipress {
	padding-left: 15px;
	margin-left: 10px;
	border-left: 1px solid #d5dce8;
}

.main-navigation .primary-menu {
	margin-right: 15px;
}

.custom_user_points_gamipress span {
	display: inline-block;
}

.custom_user_points_gamipress .gamipress-inline-points {
/* 	display: flex;
	align-items: center; */
	/*flex-direction: row-reverse;*/
	display: block;
	text-align: center;
}

.custom_user_points_gamipress .gamipress-inline-points span:last-child { font-size: 13px; color: #F2B50C; }

.buddypress-wrap .item-list.groups-list .item-meta {
	font-size: 14px;
}

.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item .list-title {
	margin-bottom: 10px;
}

.buddypress-wrap .bp-list.groups-dir-list .list-wrap .item .list-title small {
	font-size: 12px;
	color: #4f2683;
}

.profile-fields tr.field_username,
#compose-personal-li {
	display: none !important;
}

.highlights_buttons_group {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
}

#groups-list.bp-list .item-entry .list-wrap .group-footer-wrap .highlights_buttons_group .footer-button-wrap {
	flex: 0 0 auto;
}

.bb-template-v2 .entry-content .cohorts-list #groups-list .item-avatar a {
    box-shadow: 0 2px 5px 0 rgba(18, 43, 70, .12), 0 0 0 1px var(--bb-content-border-color);
}
.cohorts-list #groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap {
    margin-top: -33px;
    min-height: 60px;
    min-width: 60px;
}
.cohorts-list #groups-list.bp-list.grid.bb-cover-enabled .item-avatar img{
	max-width: 60px;
}




/*
	New Members Card
*/


.page-header-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.page-header-text h1 {
	font-size: 26px;
	font-family: 'Jost', sans-serif;
	margin-bottom: 0;
}

.page-header-text h1 span {
	font-size: 14px;
	color: #7C7C7C;
	font-weight: 400;
	display: inline-block;
	margin-left: 15px;
}

.new-members-card {
	height: 100%;
	padding: 20px;
	position: relative;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, .13); */
	box-shadow: 0 2px 20px rgb(148 155 163 / 13%);
}

.card_header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.act_thumb {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	flex: 0 0 auto;
	border: 4px solid white;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	position: relative;
}

.act_thumb::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
}

.act_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.members_text h3 a{
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	display: inline-block;
	color: var(--bs-heading-color);
}

.members_text h6 {
	font-size: 14px;
	font-weight: 400;
	color: #9B9B9B;
	margin: 0;
	margin-top: 7px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: 'Jost', sans-serif;
}

.tags {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 5px;
}

/* Hide scrollbar track */
.tags::-webkit-scrollbar {
	height: 6px;
	background-color: #f5f5f5;
	/* background color of the scrollbar track */
}

/* Style scrollbar thumb */
.tags::-webkit-scrollbar-thumb {
	background-color: #ccc;
	/* color of the scrollbar thumb */
	border-radius: 5px;
	/* round corners of the scrollbar thumb */
}

/* Style scrollbar track on hover */
.tags::-webkit-scrollbar-thumb:hover {
	background-color: #999;
	/* color of the scrollbar thumb on hover */
}

/* Style scrollbar corner */
.tags::-webkit-scrollbar-corner {
	background-color: transparent;
	/* color of the scrollbar corner */
}


.tags span.tag {
	display: inline-block;
	padding: 4px 10px;
	background: #E8FFF1;
	border-radius: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #D2EEDD;
	margin-right: 6px;
	font-family: 'Jost', sans-serif;
}

.tags span.tag:nth-child(5n+1) {
	border-color: #ECDEB9;
	background-color: #FFF4D6;
}

.tags span.tag:nth-child(5n+2), .tags span.tag.blue {
	border-color: #CCDCEE;
	background-color: #EFF6FF;
}

.tags span.tag:nth-child(5n+3) {
	border-color: #EDC3C3;
	background-color: #FFE7E7;
}

.tags span.tag:nth-child(5n+4), .tags span.tag.green {
	border-color: #D2EEDD;
	background-color: #E8FFF1;
}

.tags span.tag:nth-child(5n+5) {
	border-color: #E9D3EE;
	background-color: #FCEFFF;
}

.wish_text p {
	margin: 0;
	font-size: 15px;
	/* min-height: 48px; */
	color: #7C7C7C;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: 'Jost', sans-serif;
}

.groups_inline {
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.groups_inline h5 {
	font-size: 15px;
	font-weight: 700;
	font-family: 'Jost', sans-serif;
	margin-bottom: 0;
	margin-right: 12px;
}

.groups-circle {
	display: flex;
	align-items: center;
	position: relative;
}

.single-group {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #e7e7e7;
	background: #ffffff;
	float: left;
	margin-right: -10px;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	image-rendering: -webkit-optimize-contrast;
}

.single-group img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.new-members-card .help_button {
	margin-top: 15px;
}

.new-members-card .generic-button {
	width: 100%;
	border-radius: 30px;
	position: relative;
}

.generic-button span.btn-send-icon {
	border-radius: 50%;
	background: #FFEBB4;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	pointer-events: none;
}

span.btn-send-icon svg {
	margin-top: 1px;
	margin-right: 1px;
}

.generic-button:not(.disabled-button):hover span.btn-send-icon,
.generic-button.active span.btn-send-icon {
	opacity: 1;
	visibility: visible;
}

.new-members-card .generic-button:not(.disabled-button):hover,
.new-members-card .generic-button.active {
	padding-right: 50px;
}

.new-members-card .disabled-button {
	background-color: #fff;
	cursor: default;
}

/* .new-members-card .card_body {
	position: relative;
} */

.new-members-card .help_message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    backdrop-filter: blur(5px);
    background-color: #ffffff8f;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}

.new-members-card .help_message.active {
	opacity: 1;
	visibility: visible;
}

.help_message textarea {
	/* flex: 1 0 0%; */
    width: 100%;
    resize: none;
    height: 100px;
}

.help_message .generic-button {
	flex: 0 0 auto;
	margin-top: 15px;
}

span.help-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 0.6rem;
    border-radius: 50%;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.members_card .bp-dir-search-form {
	position: relative;
}

.members_card .search-form_submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	padding: 4px 12px;
	font-size: 16px;
	border-radius: 6px;
	transform: scale(0.8);
}

.members_card input[type="search"] {
	padding-right: 42px;
}

.custom_member_pagination {
	display: flex;
	justify-content: flex-end;
	font-family: Arial, sans-serif;
}

.custom_member_pagination .page-numbers {
	padding: 5px 10px;
	margin: 0 2px;
	text-decoration: none;
	color: #7d7d7d;
	border: 0;
	border-radius: 6px;
	font-size: 15px;
}
.custom_member_pagination .page-numbers.next,
.custom_member_pagination .page-numbers.prev{
	border: 1px solid var(--bb-secondary-button-background-regular);
}

.custom_member_pagination .page-numbers.current {
	color: var(--bb-body-background-color);
	background-color: var(--bb-primary-color);
}

.custom_member_pagination .page-numbers:not(.current):hover {
	background-color: #f0f0f0;
}


/* Profile Page Design */
body.bbp-user-page .site{
	overflow: visible;
}
.bbp-user-page .site-content{
	background: #FAFBFD;
}
.bbp-user-page .bs-bp-container{
	margin-top: 25px;
}
.bbp-user-page .bp-wrap{
	align-items: flex-start !important;
}
.bbp-user-page .bp-wrap .main-navs{
	position: sticky;
	top: 120px !important;
}
.bp-profile-wrapper.need-separator .group-separator-block.profile_box{
	border: 0;
	box-shadow: 0 2px 10px rgb(148 155 163 / 13%);
	overflow: hidden;
}
.bp-dir-hori-nav nav#object-nav.bb-single-main-nav--vertical {
    background: none;
}
.bb-template-v2 nav#object-nav.bb-single-main-nav--vertical a{
	margin-bottom: 12px !important;
	background: #fff;
	font-size: 16px;
	filter: drop-shadow(0px 2px 2px #00000010);
}
#buddypress.buddypress-wrap a.button.small.pencil_edit_icon{
	font-size: 16px;
	padding: 0 15px;
}
#buddypress.buddypress-wrap a.pencil_edit_icon svg{
	width: 14px;
	margin-top: -3px;
	margin-right: 3px;
}
#buddypress .profile_box .profile-loop-header .entry-title.bb-profile-title{
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.profile_box .profile-fields .data p {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.profile_box .profile-fields .dummyClass p{
	font-size: 15px;
}
.profile_box .profile-fields .col-lg-6 > div{
	margin-bottom: 35px;
}
.profile_box .profile-fields .label{
    margin-bottom: 8px;
    font-family: 'Poppins';
    color: #acacac;
    font-size: 14px !important;
    font-weight: 500;
}

.profile_box .profile-loop-header {    
	border: 0;
    margin: 0 -30px 40px !important;
    padding: 20px 30px !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
.profile_box  .buddypress-wrap .bp-tables-user{
	background: none;
}
.bp-profile-wrapper.need-separator header.profile-header {
    margin-bottom: 35px;
}
.profile_box  .field_type_tags{
	display: none;
}


#cover-image-container{
	border: 0;
    box-shadow: 0 2px 10px rgb(148 155 163 / 13%);
}
body #buddypress #item-header-cover-image{
	display: block;
}
body #buddypress #item-header-cover-image .dp_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#buddypress #item-header-cover-image #item-header-avatar {
	margin: 0 !important;
	margin-top: -120px !important;
}
#buddypress #item-header #header-cover-image{
	box-shadow: inset 0px -2px 10px rgb(0 0 0 / 5%);
}
#buddypress div#item-header-cover-image .user-nicename, #buddypress div#item-header-cover-image .user-nicename a {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
#item-header-cover-image .profile_objective p {
    font-size: 15px;
    flex: 1 1 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #282930;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
#item-header-cover-image #item-header-content{
	text-align: left;
}

.header_cover_left {
/*     max-width: 900px;
    flex: 0 0 900px; */
    padding-right: 30px;
    border-right: 2px solid #f7f7f7;
}

.header_cover_right {
    flex: 1 1 auto;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-end;
    padding-left: 30px;
}
.header_cover_left .member-title-wrap {
    margin: 0;
}
.header_cover_right .groups-circle{
	/* margin-right: 10px; */
}
.header_cover_right h5{
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    margin-bottom: 8px !important;
}
.profession_content {
	margin-top: 20px;
}
body.buddypress .profession_content li{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
	display: flex;
}
.profession_content li a {
    text-decoration: underline;
}
.profession_content svg {
    width: 16px;
}
.profession_content li:not(:last-child) {
	margin-bottom: 10px !important;
}
.profession_content li span{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	background: #d5dce8;
	align-items: center;
	margin-right: 12px;
	flex: 0 0 auto;
}

#buddypress #item-header #header-cover-image.has-cover-image::after{
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	box-shadow: 0 0 20px rgba(0,0,0,0.13);
}

body:not(.my-account) .profile_box.profile_group_id_1,
body:not(.my-account) .profile_box.profile_group_id_4{
	display: none;
}

.buddypress-wrap .profile.edit .editfield.field_34,
#tag_filter_form{
	display: none !important;
}

.login .message a:hover{
	color: #000;
}

.home-page .banner_panel .banner_btn img { display: none; }





/* --------- taxonomy_area ----------- */

.table_area h2 { text-align: center; padding-bottom: 25px; }
.table_area .table_row { display: flex; justify-content: flex-start; border-bottom: 1px solid #a7a7a7; border-right: 1px solid #a7a7a7; }
.table_area .table_head { background: var(--bb-primary-color); color: #000; font-weight: 600; border-bottom: 0; border-right: 0; border-radius: 10px 10px 0 0;  }
.table_area .table_row .clo_1, .table_area .table_row .clo_2 { padding: 10px; border-left: 1px solid #a7a7a7;}
.table_area .table_head .clo_1, .table_area .table_head .clo_2 { border-left: 0;}
.table_area .table_head .clo_2 { border-left: 1px solid #B98A0A; }
.table_area .table_row .clo_1 img { width: 42px; margin-right: 8px;}
.table_area .table_row .clo_1 h3 a { color: #333; font-size: 16px; word-break: break-all; }
.table_area .table_row .clo_1 h3 a:hover { color: var(--bb-primary-color); }
.table_area .table_row .clo_1 { width: 60%; display: flex; align-items: center; }
.table_area .table_row .clo_2 { width: 40%; display: flex; align-items: center; justify-content: center; }
.table_area .table_row:last-child .clo_1 { border-radius: 0 0 0 10px; }
.table_area .table_row:last-child .clo_2 { border-radius: 0 0 10px 0; }
.table_area .table_row:last-child { border-radius: 0 0 10px 10px; }


body:not(.buddypanel-open) .buddypanel .gamipress-inline-points-golden-button-label {
    display: none;
}




.wish_form_login label{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: var(--bb-headings-color);
	letter-spacing: -.27px;
	line-height: 1;
	margin-bottom: 12px;
}
.wish_form_login input, .wish_form_login textarea{
	width: 100%;
	color: #000;
}
.wish_form_modal{
	backdrop-filter: blur(5px);
}
.wish_form_login input::placeholder, .wish_form_login textarea::placeholder{
	color: #a5a6ab;
}
.wish_form_login label span{
	font-weight: 800;
	color: red;
}

#buddypress #profile-edit-form .editfield.field_phone-number,
#buddypress .profile-fields .field_phone-number{
	display: none;
}