.simplefavorite-button  {
/*	font-size:1rem; */
	padding: .4em 1.1em; 
}

/* push chat window out from left edge to avoid side menu */
/*#tidio-chat-iframe {
	margin-left:50px !important;
}*/

/* Position chat window closer to bottom */ 

#tidio-chat-iframe {
/*	left: 0px !important;
	bottom: 0px !important; */
	inset:auto auto 5px 9px !important; 
}


/* Style search &amp; filter list */

.searchandfilter ul {
	margin:0;
	padding-left:0px;
}

.searchandfilter ul li li {
	padding: 0px 0;
}

.searchandfilter label {
	display:inline;
}

/* Buddyboss hide profile type on Profile */
/*.users-header .bp-member-type {
	display:none !important; 
}*/

/* Buddyboss Sidebar styling  */

.widget-title {
	font-size:1.4rem !important;
	line-height: 1.0 !important;
}

.bp-profile-search-widget h2 {
	font-size: 1.4rem !important;
}

/* BuddyBoss Notification Bar Styling */


.site .bp-feedback.bp-sitewide-notice {
	background:rgba(255, 0, 0, 0.50); /* Red */
	background: rgba(255, 255, 66, 0.51)!important; /* Yellow */
}

.bp-feedback .bp-sitewide-notice p {
	font-size: 0.85em !important;
}

/* .bp-feedback.bp-sitewide-notice a {
	color:grey;
} */

/*prevent sticky header from shifting left when bb side navigation is enabled */
@media (min-width:800px) {
	body.bb-buddypanel:not(.elementor-template-canvas) .elementor-section-boxed[style*=width] {
	padding-left:0!important;
}
}