<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**** BP Members Profile Administration Screens
* TO DO: Organize and clean up stylesheet.
****/

div#profile-page.wrap form#your-profile {
	position: relative;
	padding-top: 50px;
}

div#profile-page.wrap form#your-profile h3:first-of-type {
	margin-top: 5em;
}

div#profile-page.wrap form#your-profile #profile-nav {
	position: absolute;
	top: 0;
	width: 97%;
}

div#community-profile-page #profile-nav {
	margin-bottom: 1em;
}

#bp_members_admin_user_stats ul {
	margin-bottom: 0;
}

div#community-profile-page li.bp-members-profile-stats:before,
div#community-profile-page li.bp-friends-profile-stats:before,
div#community-profile-page li.bp-groups-profile-stats:before,
div#community-profile-page li.bp-blogs-profile-stats:before,
div#community-profile-page a.bp-xprofile-avatar-user-admin:before,
div#community-profile-page a.bp-xprofile-avatar-user-edit:before {
	font: 400 20px/1 dashicons;
	speak: none;
	display: inline-block;
	padding: 0 2px 0 0;
	top: 0;
	left: -1px;
	position: relative;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none !important;
	color: #888;
}

div#community-profile-page li.bp-members-profile-stats:before {
	content: "\f130";
}

div#community-profile-page li.bp-friends-profile-stats:before {
	content: "\f325";
}

div#community-profile-page li.bp-groups-profile-stats:before {
	content: "\f307";
}

div#community-profile-page li.bp-blogs-profile-stats:before {
	content: "\f120";
}

div#community-profile-page a.bp-xprofile-avatar-user-admin:before {
	content: "\f182";
}

div#community-profile-page a.bp-xprofile-avatar-user-edit:before {
	content: "\f107";
}

div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar {
	width: 150px;
	margin: 0 auto;
}

div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar img {
	max-width: 100%;
	height: auto;
}

div#community-profile-page div#bp_xprofile_user_admin_avatar a {
	display: block;
	margin: 1em 0;
}

div#community-profile-page p.not-activated {
	margin: 1em 1em 0;
	color: #f00;
}

#community-profile-page #submitdiv #publishing-action {
	float: none;
	width: 100%;
}

.bp-view-profile {
	float: left;
}

.alt {
	background: none;
}

.bp-profile-field {
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
	margin: 15px 0;
	padding: 10px;
}

.bp-profile-field:last-child {
	border-bottom: 0;
}

.bp-profile-field p {
	font-size: 14px;
}

.field_type_textarea legend,
.field_type_multiselectbox legend,
.field_type_radio .radio legend,
.field_type_checkbox .checkbox legend {  /* these fields are usually pretty tall, so align the label for better consistency */
	vertical-align: top;
}

.bp-profile-field .description {  /* description also sits in the right side column */
	margin: 0 0 12px 200px;
	text-align: left;
}

.bp-profile-field .wp-editor-wrap {
	margin-left: 200px;
}

.field_type_checkbox .description,
.field_type_datebox .description,
.field_type_radio .description {
	margin-top: 0;
}

.clear-value {  /* 'clear value' option also sits in the right side column */
	display: block;
	font-size: 12px;
	margin-left: 200px;
}

/* force checkboxes to new lines, in the right side column */
.field_type_checkbox label,
.field_type_radio label {
	display: block;
	margin-bottom: 1em;
	margin-left: 200px;
	width: auto;
}

.field_type_checkbox input,
.field_type_radio input{
	margin-left: 200px;
    float: left;
    margin-top: 3px;
}

.bp-profile-field .input-options .bp-radio-wrap:first-child &gt; input,
.bp-profile-field .input-options .bp-checkbox-wrap:first-child &gt; input {
	margin-left: 4px;
}

.field_type_checkbox .radio label,
.field_type_radio .radio label {
	margin-left: 0;
}

.field_type_datebox .datebox-selects {
	margin-left: 200px;
}

.field_type_datebox select:nth-of-type(1) {
	margin-left: 0;
}

.field_type_radio .radio .input-options label,
.field_type_checkbox .checkbox .input-options label {

	/* force checkboxes and radio buttons to new lines */
	display: block;
}

.field_type_checkbox .checkbox .input-options,
.field_type_datebox .datebox .input-options,
.field_type_radio .radio .input-options {

	/* make the checkboxes, select menus, and radio buttons sit in the
	right side column */
	display: inline-block;
}

.field-visibility-settings-notoggle,
.field-visibility-settings-toggle {  /* visibility settings go in the left column */
	margin: 10px 0 10px 200px;
	text-align: left;
}

.field-visibility-settings {  /* visibility settings go in the left column */
	display: none;
	margin-left: 200px;
	margin-top: 1.5em;
}

.field-visibility-settings .button {  /* visibility setting close button */
	margin-bottom: 15px;
}

.field-visibility-settings label {
	clear: left;
	display: block;
	margin-bottom: 1em;
}

#normal-sortables .field-visibility-settings legend {  /* id required for css selector weight */
	font-size: 14px;
	font-weight: 600;
}

#your-profile .bp-profile-field legend {
	float: left; /* Firefox will not apply display: inline-block to legends */
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1em;
	text-align: left;
	vertical-align: middle;
	width: 192px;
}

#your-profile .bp-profile-field &gt; fieldset &gt; legend {
	min-height: 50px;
}

#your-profile .field_type_socialnetworks fieldset &gt; legend {
	float: none;
	min-height: auto;
}

.field_type_socialnetworks fieldset .editfield {
	overflow: hidden;
	margin: 0 0 10px;
}

.bp-profile-field .radio .clear-value {
	margin-top: 10px;
}

.bp-profile-field select {
	min-width: 230px;
}

@media screen and (max-width: 782px) {

	#your-profile .bp-profile-field legend {
		float: none;
		clear: left;
		display: block;
		margin-bottom: 12px;
	}

	#your-profile .bp-profile-field &gt; fieldset &gt; legend {
		min-height: auto;
	}

	#your-profile .field_type_multiselectbox select {
		height: auto;
	}

	.field_type_checkbox label,
	.field_type_radio label {
		margin-left: 0;
	}

	.bp-profile-field .checkbox input[type="checkbox"],
	.bp-profile-field .radio input[type="radio"] {
		vertical-align: top;
	}

	.bp-profile-field .clear-value,
	.bp-profile-field .description,
	.bp-profile-field input[type="checkbox"],
	.bp-profile-field input[type="email"],
	.bp-profile-field input[type="number"],
	.bp-profile-field input[type="radio"],
	.bp-profile-field input[type="text"],
	.bp-profile-field input[type="url"],
	.bp-profile-field select:nth-of-type(1),
	.bp-profile-field .wp-editor-wrap,
	.field-visibility-settings-notoggle,
	.field-visibility-settings-toggle {
		clear: left;
		margin-left: 50px;
	}

	.field_type_datebox .datebox-selects {
		margin-left: 0;
	}

	.field-visibility-settings {
		margin-left: 50px;
	}

	.field-visibility-settings input[type="radio"] {
		margin-left: 0;
	}

	#your-profile .field_multiselectbox select {
		height: auto;
	}
}

@media screen and (max-width: 480px) {

	.bp-profile-field .clear-value,
	.bp-profile-field .description,
	.bp-profile-field input[type="checkbox"],
	.bp-profile-field input[type="email"],
	.bp-profile-field input[type="number"],
	.bp-profile-field input[type="radio"],
	.bp-profile-field input[type="text"],
	.bp-profile-field input[type="url"],
	.bp-profile-field select:nth-of-type(1),
	.bp-profile-field .wp-editor-wrap,
	.field-visibility-settings-notoggle,
	.field-visibility-settings-toggle {
		margin-left: 0;
	}

	.field-visibility-settings {
		margin-left: 0;
	}
}

.bb_admin_repeater_group .repeater_group_outer {
	margin: 0 0 15px;
	padding: 15px;
	cursor: move;
	background: #f2f4f5;
	border: 1px solid #eee;
}

.bb_admin_repeater_group .repeater_group_outer:first-child {
	margin-top: 20px;
}

.profile-edit.bb_admin_repeater_group {
	display: inline-block;
	width: 100%;
}

.profile-edit .field-visibility-settings fieldset &gt; .radio {
	clear: both;
}

.profile-edit .field-visibility-settings .bp-radio-wrap input {
	margin-left: 0;
}

.profile-edit .field-visibility-settings .bp-radio-wrap label {
	margin-bottom: 0;
}

.profile-edit .field-visibility-settings .field-visibility-settings-close {
	margin-top: 15px;
}

.bb_admin_repeater_group .repeater_group_outer .repeater_tools {
	display: flex;
	flex-flow: row wrap;
}

.bb_admin_repeater_group .repeater_group_outer .repeater_tools a {
	align-items: center;
	display: flex;
}

.bb_admin_repeater_group .repeater_group_outer .repeater_set_title {
	flex: 1;
	min-width: 0;
}

.bb_admin_repeater_group .repeater_group_outer .repeater_set_title_empty {
	color: #ccc;
}

.bb_admin_repeater_group .repeater_group_outer .repeater_set_edit {
	margin-left: auto;
	margin-right: 5px;
}

.bb_admin_repeater_group #btn_add_repeater_set {
	float: left;
	height: 32px;
	margin-right: 10px
}

.bb_admin_repeater_group #btn_add_repeater_set .dashicons {
	font: normal normal normal 18px/1 bb-icons
}

.bb_admin_repeater_group #btn_add_repeater_set .dashicons:before {
	content: "\eef9"
}

.bb_admin_repeater_group .field-visibility-settings-open {
	display: block;
}

.bb_admin_repeater_group .repeater_group_inner {
	border-top: 1px solid #eee;
	display: none;
	margin: 10px -15px;
	padding: 10px 15px
}</pre></body></html>