/**
 * 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;
}

/* Thank you page */
.bbms-rl-thankyou-page .bbms-rl-entry-header h1 {
    color: var(--bb-rl-text-color);
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px;
}

.bbms-rl-thankyou-page .bbms-rl-entry-header {
    text-align: center;
}

.bbms-rl-thankyou-page .bb-readylaunch .site-main .bb-rl-container {
    color: var(--bb-rl-text-secondary-color);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    padding: var(--bb-rl-space-400) 0;
    text-align: center;
}

.bbms-rl-plan-page .bb-rl-blog-single {
    padding: var(--bb-rl-space-400) var(--bb-rl-space-300);
}

.bbms-rl-plan-page .bbms_error {
    background-color: var(--bb-rl-background-danger-secondary-color) !important;
    border: 1px solid var(--bb-rl-border-danger-secondary-color) !important;
    border-radius: var(--bb-rl-radius-md);
}
