/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 23 2025 | 00:37:03 */
/* Make the Youzify admin pages easier to read by increase the contrast of text */
.wp-admin .ukai-panel input[type=text],
.wp-admin .ukai-panel textarea,
.wp-admin .ukai-panel .uk-box-item .uk-option-item .option-title,
.wp-admin .uk-option-item .option-desc,
.wp-admin .uk-box-title h2,
.wp-admin .option-content input.youzify-number-input,
.wp-admin .ukai-panel .youzify-select-field select {
	color: #000;
}
.wp-admin .option-content input.youzify-number-input,
.wp-admin .ukai-panel .youzify-select-field select {
	border: 2px solid #999;
}
.wp-admin input.cmn-toggle-round-flat:checked + label {
	background-color: #999;
}

/* Force set the main text colours */
.youzify-light-lighting-mode {
	--yzfy-primary-color: #111111;
	--yzfy-secondary-color: #444444;
	--yzfy-option-input-color: #111111;
	--yzfy-option-label-color: #222222;
	--yzfy-option-description-color: #333333;
}
body .youzify-bbp-topic-head-meta .youzify-bbp-head-meta-last-updated a:not(.bbp-author-name), body .widget_display_topics li .topic-author a.bbp-author-name, body .activity-header .activity-head p a:not(:first-child), body #message-recipients .highlight .highlight-meta a, body .thread-sender .thread-from .from .thread-count, body .youzify-profile-navmenu .youzify-navbar-item a:hover i, body .widget_display_replies li a.bbp-author-name, body .youzify-profile-navmenu .youzify-navbar-item a:hover, body .youzify-link-main-content .youzify-link-url:hover, body .youzify-wall-new-post .youzify-post-title a:hover, body .youzify-recent-posts .youzify-post-title a:hover, body .youzify-post-content .youzify-post-title a:hover, body .youzify-group-settings-tab fieldset legend, body .youzify-wall-link-data .youzify-wall-link-url, body .youzify-tab-post .youzify-post-title a:hover, body .youzify-project-tags .youzify-tag-symbole, body .youzify-post-tags .youzify-tag-symbole, body .youzify-group-navmenu li a:hover {
	color: #000000 !important;
}
#youzify .editfield input:not([type="radio"]):not([type="checkbox"]):not(.ed_button), #youzify .editfield textarea {
	border: 1px solid #444444;
}
#youzify .youzify select,
.youzify.youzify-account-page .nice-select .current {
	color: #111111;
	
}
.youzify.youzify-account-page .nice-select, .youzify.youzify-account-page .nice-select .list {
	border: 1px solid #444444;
}
#youzify .editfield label .bp-required-field-label, #youzify .editfield legend .bp-required-field-label {
	color: #333333;
	background-color: #fff1bc;
	font-weight: bold;
}


/* Expand skills selectors on profile editor */ 
#youzify .youzify .field_skills-basic-level select,
#youzify .youzify .field_skills-intermediate-level select,
#youzify .youzify .field_skills-advanced-level select {
	width: 300px;
}

/* Indicate that a required dropdown field has not been complete */
/* #youzify .youzify select {  
	display: block !important;
	position: relative;
	top: 45px;
	margin: 0;
	border: 0;
	padding: 0;
	height: 1px;
} */

/* Style for group directory description snippet */ 
 .yz-groups-description {
	color: #898989; 
	font-size: 13px;
	margin-bottom: 20px;
 }
/* Style for group description snippet */ 
.yz-group-description {
	color: #fff; 
	font-size: 13px;
	margin-top: 20px;
 }

/* Force pages/posts to full width for Membershiply theme */
.featured-content.content-area {
	width: 100%;
	margin-right: 0;
}