/**
 * BuddyBoss Platform Integration Admin Styles
 *
 * @package BuddyBoss Membership
 * @subpackage Brand
 */

/* Settings Page Styles */
#bbms_bbplfm_options_area {
    margin-top: 20px;
}

#bbms_bbplfm_default_groups,
select#bbms_bbplfm_membership_groups {
    width: 98%;
    height: 150px;
}

#bbms-bbplfm input[type="checkbox"],
#bbms-bbplfm-show-on-reg input[type="checkbox"],
#bbms-bbplfm-show-on-other input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 4px;
}

#bbms-bbplfm > label,
#bbms-bbplfm-show-on-reg > label,
#bbms-bbplfm-show-on-other > label {
    vertical-align: middle;
}

.bbms-bbplfm-label-top {
    vertical-align: top;
}

.bbms-bbplfm-subsection {
    margin-left: 20px;
}

#bbms-bbplfm-sync-groups-status {
    display: none;
    margin-top: 4px;
}

/* Hide password reset as BuddyBoss Platform has its own */
span.bbms-account-change-password {
    display: none !important;
}

/* Inline failure message for the Reserved Pages "Create Page" action. */
.bbms-pricing-error {
  margin-left: 8px;
  color: #d63638;
}
