:root {
    --global-width: 500px;
}

/****************************************************************
 **
 ** Typo
 **
 ****************************************************************/

strong,
b {
    font-weight: 700;
}

.with_frm_style .frm_form_field.frm_html_container,
.frm_html_container {
    font-size: 18px;
}

.hidden-label .frm_primary_label {
    display: none !important;
}

/****************************************************************
 **
 ** Formidable
 **
 ****************************************************************/

/* make full form global width */
#frm_form_10_container {
    max-width: var(--global-width) !important;
    margin: auto !important;
}

#field_1inm5_label,
#field_1inm53_label,
#frm-redirect-msg,
.frm-redirect-msg {
    display: none !important;
    visibility: hidden !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px !important;
}

.frm_forms button[type="submit"] {
    padding: 16px 32px !important;
    min-width: 100px !important;
    display: block;
    flex: 0 1 200px;
}

.frm_forms .frm_primary_label {
    width: var(--global-width) !important;
    text-wrap: balance;
}

.frm_forms .frm_form_field {
    width: 100% !important;
}

.frm_forms input:checked+.frm_image_option_container *,
.frm_forms input:checked+.frm_label_button_container,
.frm_forms input:checked+.frm_label_button_container * {
    color: #fff !important;
}

.frm_forms .frm_display_format_buttons .frm_opt_container {
    max-width: var(--global-width) !important;
}

.frm_forms input[type="email"],
.frm_forms input[type="text"] {
    max-width: var(--global-width) !important;
    width: 100% !important;
    margin: auto !important;
}

.frm_forms .frm_display_format_buttons.frm_image_align_left .frm_image_option_container img {
    max-width: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
}

.frm_forms .frm_display_format_buttons .frm_scale label {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.frm_forms .frm_image_options input:checked+.frm_image_option_container {
    background: var(--border-color-active);
}

.frm_forms .frm_image_options img {
    border-radius: 0 !important;
}

.frm_forms .frm_image_options input {
    visibility: hidden;
}

.frm_forms #frm_field_219_container .frm_input_group,
.frm_forms #frm_field_222_container .frm_input_group,
.frm_forms #frm_field_367_container .frm_input_group,
.frm_forms #frm_field_370_container .frm_input_group,
.frm_forms #frm_field_377_container .frm_input_group,
.frm_forms #frm_field_230_container .frm_input_group {
    justify-content: flex-end;
    border-bottom: 1px solid;
    width: 200px;
    margin: auto;
}

.frm_forms #frm_field_219_container input,
.frm_forms #frm_field_222_container input,
.frm_forms #frm_field_230_container input,
.frm_forms #frm_field_367_container input,
.frm_forms #frm_field_370_container input,
.frm_forms #frm_field_377_container input,
.frm_forms #frm_field_54_container input,
.frm_forms #frm_field_56_container input,
.frm_forms #frm_field_58_container input,
.frm_forms #frm_field_562_container input,
.frm_forms #frm_field_567_container input {
    font-size: 3em;
    border: 0;
    background: 0 0;
    box-shadow: none;
    outline: 0;
    flex: 1 1 100%;
    text-align: center;
    padding: 0;
    font-weight: 700;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

.frm_forms #frm_field_219_container .frm_inline_box,
.frm_forms #frm_field_222_container .frm_inline_box,
.frm_forms #frm_field_230_container .frm_inline_box,
.frm_forms #frm_field_367_container .frm_inline_box,
.frm_forms #frm_field_370_container .frm_inline_box,
.frm_forms #frm_field_377_container .frm_inline_box {
    font-size: 2.5em;
    align-items: end;
    margin-bottom: 22px;
    background: 0 0;
    border: 0;
    box-shadow: none;
    font-weight: 700;
}

.frm_forms #frm_field_48_container .frm_image_option_container img,
.frm_forms #frm_field_49_container .frm_image_option_container img {
    height: 80px;
    max-height: 80px;
    max-width: 80px;
    border-radius: 0 !important;
    margin: -1px;
}

.frm_forms #frm_field_172_container .frm_opt_container .frm_radio {
    flex: 1 1 40%;
}

.frm_forms #frm_field_172_container .frm_opt_container .frm_label_button_container {
    text-align: center;
}

.frm_forms #frm_field_172_container .frm_opt_container {
    margin: 0 !important;
}

.frm_forms .frm_label_button_container {
    display: block;
}

.frm_forms .bmi-graph {
    display: none;
}

.frm_forms .frm_submit {
    justify-content: center;
}

.frm_forms .frm_form_field {
    max-width: 100%;
}

.frm_forms .frm_primary_label {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 20px;
    color: var(--e-global-color-1cda932);
    font-family: var(--e-global-typography-7a509a6-font-family), Sans-serif;
    font-size: var(--e-global-typography-7a509a6-font-size);
    line-height: var(--e-global-typography-7a509a6-line-height);
    letter-spacing: var(--e-global-typography-7a509a6-letter-spacing);
}

.subtext {
    margin-top: 3px;
    color: var(--e-global-color-2d34ded);
    font-family: var(--e-global-typography-3ad4a92-font-family), Sans-serif;
    font-size: 0.9rem;
    line-height: var(--e-global-typography-3ad4a92-line-height);
    letter-spacing: var(--e-global-typography-3ad4a92-letter-spacing);
}

.frm_forms .frm_display_format_buttons .frm_image_option_container,
.frm_forms .frm_display_format_buttons .frm_label_button_container {
    margin: 1px !important;
    padding: 16px;
    width: auto !important;
    transition: all 0.3s ease;
}

.frm_forms .frm_required,
.frm_forms .frm_scale.frm_last+div {
    display: none;
}

.frm_forms .frm_display_format_buttons .frm_image_option_container .subtext,
.frm_forms .frm_display_format_buttons .frm_label_button_container .subtext {
    margin-top: 3px;
    color: var(--e-global-color-c4b25b7);
    font-size: var(--e-global-typography-bb14b60-font-size);
    font-weight: var(--e-global-typography-bb14b60-font-weight);
}

.frm_forms .frm_display_format_buttons .frm_opt_container {
    max-width: var(--global-width) !important;
    margin: auto !important;
}

.frm_forms .frm_display_format_buttons .frm_text_label_for_image {
    background: 0 0 !important;
}

.frm_forms .frm_display_format_buttons .frm_label_button_container,
.frm_forms .frm_display_format_buttons .frm_text_label_for_image_inner {
    color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-ec1a30f-font-size);
    font-weight: var(--e-global-typography-ec1a30f-font-weight);
}

.frm_forms .frm_display_format_buttons .frm_scale {
    flex: 1 1 auto;
}

.frm_forms .frm_display_format_buttons .frm_scale .frm_label_button_container {
    flex: 1 1 100%;
    text-align: center;
}

.frm_forms .frm_description {
    max-width: var(--global-width) !important;
    margin: auto !important;
}

.frm_forms .frm_description .left {
    float: left;
}

.frm_forms .frm_description .right {
    float: right;
}

.frm_forms .frm_image_options .frm_text_label_for_image_inner {
    color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-ec1a30f-font-size);
    font-weight: var(--e-global-typography-ec1a30f-font-weight);
}

.frm_forms #frm_field_54_container .frm_input_group,
.frm_forms #frm_field_56_container .frm_input_group,
.frm_forms #frm_field_58_container .frm_input_group,
.frm_forms #frm_field_562_container .frm_input_group,
.frm_forms #frm_field_567_container .frm_input_group {
    justify-content: flex-end;
    border-bottom: 1px solid;
    width: 200px;
    margin: auto;
}

.frm_forms #frm_field_54_container .frm_inline_box,
.frm_forms #frm_field_56_container .frm_inline_box,
.frm_forms #frm_field_58_container .frm_inline_box,
.frm_forms #frm_field_562_container .frm_inline_box,
.frm_forms #frm_field_567_container .frm_inline_box {
    font-size: 2.5em;
    align-items: end;
    margin-bottom: 22px;
    background: 0 0;
    border: 0;
    box-shadow: none;
    font-weight: 700;
}

.frm_forms #frm_field_48_container .frm_image_option_container,
.frm_forms #frm_field_49_container .frm_image_option_container {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.frm_forms .frm_submit {
    position: sticky;
    bottom: 0;
    padding: 0 0 10px;
    background: #ffffffcc;
    box-shadow: 0 0 16px 16px rgba(255, 255, 255, 0.8);
    /* gap: 20px !important; */ /* overrides everything */
}

.frm_forms .frm_label_button_container {
    text-align: left;
    text-wrap: pretty;
}

.frm_forms .frm_button_submit {
    border-radius: 50px !important;
    font-weight: 600 !important;
    border: 0 !important;
}

.frm_forms .frm_button_submit:hover,
.frm_forms .frm_button_submit:focus,
.frm_forms .frm_button_submit:active {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15) !important;
    background-color: #009399 !important;
    border: 0 !important;
}

.frm_forms button[type="submit"].frm_prev_page {
    border: 0 !important;
    width: auto !important;
    min-width: auto !important;
    flex: 0 1 100px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-shadow: none !important;
    background: #f5f7f9 !important;
    border-radius: 9999px !important;
    color: var(--e-global-color-secondary) !important;
    font-size: 0.8rem !important;
}

.frm_forms .bmi_box,
.frm_forms .weight_loss_box,
.frm_forms .summary_lifestyle,
.frm_forms .summary_activity {
    display: none;
}

#frm_field_569_container .frm-star-group .frmsvg {
    width: 44px;
    height: 44px;
}