.frm_opt_container[role="radiogroup"] .frm_radio label {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.frm_opt_container[role="radiogroup"] {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .75rem;
}

.frm_opt_container[role="radiogroup"] .frm_radio {
    width: calc(50% - .75rem);
    flex: 1 1 calc(50% - .75rem);
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.frm_radio.frm_image_option img {
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .with_frm_style .vertical_radio .frm_radio label {
        padding: 20px 10px;
    }
}


.last-text-fields .frm_primary_label {
    margin-bottom: 1.5rem !important;
    text-align: right !important;
}























.frm_submit {
    justify-content: center;
}

.frm_primary_label {
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 0 !important;
    line-height: 24px;
}

.frm_top_container {
    margin: 0 !important;
}

.with_frm_style .frm_form_fields>fieldset {
    border: none;
    padding: 0;
}

.frm_rootline_group {
    margin: 0 0 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.frm_percent_complete {
    display: none;
}

.frm_pages_complete {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}

.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input {
    pointer-events: none;
    cursor: default;
    border: none;
    border-radius: 0px;
    height: 8px;
}


.with_frm_style .frm_required {
    color: var(--required-color) !important;
}




.with_frm_style .vertical_radio .frm_radio label {
    background: #FFE2B863;
    border-radius: 15px;
    padding: 20px 30px;
}

.with_frm_style .vertical_radio .frm_checkbox label {
    background: #FFE2B863;
    border-radius: 0.375rem;
    padding: 1rem;
}


.frm_form_field input[type="text"],
.frm_form_field input[type="tel"],
.frm_form_field input[type="email"] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    max-width: 28rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    border-color: #f9dac6;
    background: #fff;
}

.frm_form_field input[type="text"]:focus,
.frm_form_field input[type="tel"]:focus,
.frm_form_field input[type="email"]:focus {
    border-color: #a45a3e;
    box-shadow: none !important;
}

.frm_form_field {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
}

.two-question {
    margin-top: 0 !important;
}








.with_frm_style .vertical_radio .frm_radio label.active,
.with_frm_style .vertical_radio .frm_checkbox label.active {
    background: #6d3c22;
    color: #fff;
}

.with_frm_style .vertical_radio .frm_radio label input,
.with_frm_style .vertical_radio .frm_checkbox label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.frm_submit button {
    min-width: 180px;
}

@media screen and (max-width: 767px) {
    .frm_submit button {
        min-width: 140px;
    }
}

@media screen and (max-width: 400px) {
    .frm_submit button {
        min-width: 130px;
    }
}




.with_frm_style .frm_message,
.frm_success_style {
    background: #fff;
    border: none;
    color: inherit;
    direction: rtl;
    padding: 0;
    margin: -5px 0 0 !important;
}

.with_frm_style .frm_message p {
    color: #000;
}







.frm_style_formidable-style.with_frm_style .frm_error_style {
    background: #F04438;
    color: #fff;
    max-width: 760px;
    margin: 20px auto 0;
    text-align: center;
    order: 10;
}

.with_frm_style .frm-show-form {
    display: flex;
    flex-direction: column;
}








/* new form styles  */
.frm_pages_complete {
    display: none;
}

.frm_rootline_group {
    position: absolute;
    top: -30px;
    left: 50%;
    max-width: 56rem;
    padding: 0 20px;
    transform: translate(-50%, 0);
}

/* .frm_top_container {
    margin-top: 1rem !important;
    box-shadow: 0 10px 10px #0000001f;
} */



.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input {
    background: #e5e7eb;
}

.frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type="button"] {
    background: linear-gradient(45deg, #A45A3E, #00A67E);
}

.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back {
    background: #00A67E;
}














.frm_radio.frm_image_option img {
    width: 144px;
    height: 144px;
    border-radius: 100% !important;
    object-fit: cover;
}

.frm_image_options .frm_image_option_container {
    justify-content: center;
    padding: 1.5rem;
    border-radius: 1rem;
}

span.frm_text_label_for_image {
    font-size: 1.5rem;
    font-weight: 600;
    color: #a45a3e;
}

.with_frm_style .frm_top_container .frm_primary_label,
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #a45a3e;
    font-weight: 500;
    text-align: right !important;
}

.with_frm_style input[type=text],
.with_frm_style input[type=email],
.with_frm_style input[type=tel] {
    text-align: right;
}





/* gender radio */
.gender-radio span.frm_text_label_for_image_inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.frm_empty_url {
    display: none !important;
}

.gender-radio span.frm_text_label_for_image_inner span {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 100%;
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
    color: #000;
    margin-bottom: 0.75rem;
}









.gender-radio span.frm_text_label_for_image_inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.frm_empty_url {
    display: none !important;
}

.gender-radio span.frm_text_label_for_image_inner span {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
}

/* .frm_top_container + .frm_top_container {
    margin-top: 0 !important;
}

.frm_top_container + .frm_top_container + .frm_top_container {
    margin-top: 0 !important;
} */

.frm_image_options .frm_image_option_container span.frm_text_label_for_image_inner {
    font-size: 1rem !important;
}


.frm_image_options input[type="radio"]:not([disabled])+.frm_image_option_container:hover,
.frm_image_options input[type="checkbox"]:not([disabled])+.frm_image_option_container:hover,
input[type="radio"]:checked+.frm_image_option_container,
input[type="checkbox"]:checked+.frm_image_option_container {
    border: 2px solid var(--border-color-active);
}

.small-rounded-item img {
    object-fit: contain !important;
}

.small-rounded-item .frm_image_option_container.frm_label_with_image img {
    border-radius: 0 !important;
    width: 50px;
    height: 50px;
    padding: 0;
}

.cols-4 .frm_radio {
    flex: 1 1 calc(25% - 10px) !important;
}

.cols-4 .frm_radio {
    flex: 1 1 calc(25% - 10px) !important;
}

.cols-4 span.frm_text_label_for_image {
    padding: 0;
}

.with_frm_style .frm_submit.frm_flex {
    justify-content: space-between;
    /*     padding-left: 50px;
    padding-right: 50px; */
}

.with_frm_style .frm_submit.frm_flex button.frm_prev_page {
    background: transparent;
    color: #a45a3e;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 100px !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    border-radius: .375rem;
}

.frm_image_options .frm_image_option_container {
    border-width: 2px;
}

.frm_radio>label {
    transition: .3s;
}

.frm_radio>label:hover {
    transform: scale(1.02);
}

input[type="radio"]:checked+div:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url("/wp-content/uploads/2025/04/check-icon-1.svg");
    background-position: center;
    background-size: contain;
}

input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.frm_radio.is-inactive {
    opacity: .5;
    filter: grayscale(100%);
}

.full-img-width .frm_radio.frm_image_option img {
    width: 100% !important;
    border-radius: 1rem !important;
    height: 6rem !important;
    margin-top: 30px;
}

.full-img-width span.title-text {
    position: absolute;
    top: 15px;
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    font-weight: 600 !important;
}

.full-img-width span.center-text {
    display: block;
    font-size: 0.875rem !important;
    line-height: 1.25rem;
    font-weight: 500;
    color: #666;
    margin-top: 10px;
}

.full-img-width span.little-text {
    font-size: 0.75rem !important;
    line-height: 1rem;
    font-weight: 400;
    color: #666;
}

.full-img-width span.frm_text_label_for_image {
    padding: 0;
    height: fit-content !important;
}

.col-3 .frm_opt_container[role="radiogroup"] .frm_radio {
    flex: 1 1 calc(33% - .75rem);
}

.with_frm_style .vertical_radio .frm_radio label {
    border: 2px solid #e5e7eb;
    background: transparent;
}

.with_frm_style .vertical_radio .frm_radio label:hover {
    border-color: #a45a3e;
}

.with_frm_style .vertical_radio .frm_radio label.active {
    background: #f9dac64d !important;
    color: inherit;
    border-color: #a45a3e;
}

.with_frm_style .gender-radio:not(.question-custom-bg) .frm_radio label.active .frm_label_with_image {
    background: #f9dac64d !important;
}




.col-2 .frm_opt_container .frm_checkbox {
    flex: 1 1 calc(50% - 10px);
}

.col-2 .frm_opt_container {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.with_frm_style .vertical_radio .frm_checkbox label {
    border-radius: 1rem;
    border: 2px solid #e5e7eb;
    background: transparent;
    font-weight: 500;
}

.with_frm_style .vertical_radio .frm_checkbox label.active {
    background: #c6f9e44d;
    color: #6d3c22;
    border-color: #a45a3e;
}

.frm_checkbox label:hover {
    transform: scale(1.02);
}

.frm_checkbox label {
    transition: .3s;
}

.with_frm_style .vertical_radio .frm_checkbox label input {
    position: relative;
    opacity: 1;
    visibility: visible;
    border-radius: 100% !important;
}

.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
    background-image: url("/wp-content/uploads/2025/04/check-icon-2.svg") !important;
    background-size: 13px !important;
}






.frm_form_field .frm_opt_container {
    order: 3;
}

.frm_form_field {
    display: flex;
    flex-direction: column;
}

.frm_description {
    text-align: right !important;
    font-size: 1rem !important;
    color: #4b5563 !important;
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
}

.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_limit_error {
    text-align: right;
}


.gender-radio span.frm_text_label_for_image_inner b {
    order: 1;
}

.gender-radio span.frm_text_label_for_image_inner span {
    order: 1;
}


.green-border label.active {
    border-color: #00a67e !important;
    background-color: #e8f7f3 !important;
}

div.green-border>div>.frm_checkbox>label.active>input:checked:before {
    background-color: green !important;
}

.green-border>div>.frm_checkbox>label.active>input:checked {
    background: transparent !important;
    border-radius: 100% !important;
    overflow: hidden;
    border-color: green !important;
}


.frm_section_heading {
    /*     background: #fff !important; */
    /*     margin: 0 !important; */
    /*     box-shadow: 0 10px 10px #0000001f; */
    /*     margin-bottom: -30px !important; */
    /*     padding: 0px 50px; */
}

.frm_section_heading .frm_pos_top {
    border: none !important;
}








.challenge-end>* {
    text-align: center !important;
    position: relative;
}

.challenge-end h3.frm_pos_top {
    text-align: center !important;
    color: #a45a3e !important;
    font-size: 1.5rem !important;
}

/* .challenge-end:before {
    content: "";
    width: 100%;
    height: 144px;
    position: absolute;
    background: #fdf4ed;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0px;
    border-radius: 1rem;
} */

.challenge-end {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 1rem 1rem 0 0;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}


.challenge-end+.frm_form_field {
    position: relative;
}

.challenge-end .frm_top_container {
    box-shadow: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.frm_section_heading>.frm_description {
    margin-bottom: 30px !important;
}




button.frm_button_submit:after {
    content: "";
    background-image: url("/wp-content/uploads/2025/04/next-icon.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    filter: invert(1);
    background-position: center;
    background-size: contain;
}

button.frm_button_submit {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #a45a3e !important;
}

button.frm_button_submit:hover {
    background: #8e4f36 !important;
}


button.frm_prev_page:before {
    content: "";
    background-image: url("/wp-content/uploads/2025/04/arrow-prew.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    /* filter: invert(1); */
    background-position: center;
    background-size: contain;
    /*     transform: rotate(180deg); */
}

.frm_style_formidable-style.with_frm_style .frm_submit button.frm_prev_page {
    border-color: #f9dac6;
}

button.frm_prev_page:hover:before {
    filter: brightness(0.5);
}

button.frm_prev_page:hover {
    border-color: #a45a3e !important;
    color: #000 !important;
    background: #f4f4f5 !important;
}

button.frm_prev_page {
    display: flex;
    align-items: center;
    gap: 15px;
}






.frm_progress_line .frm_rootline_single:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    left: -5px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #a45a3e !important;
    z-index: 1;
}

.frm_progress_line .frm_rootline_single {
    position: relative;
}

.frm_progress_line .frm_current_page+.frm_rootline_single:before {
    background: #e5e7eb !important;
}

.frm_progress_line .frm_current_page+.frm_rootline_single+.frm_rootline_single:before {
    background: #e5e7eb !important;
}

.frm_progress_line .frm_current_page+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single:before {
    background: #e5e7eb !important;
}

.frm_progress_line .frm_current_page+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single:before {
    background: #e5e7eb !important;
}

.frm_progress_line .frm_current_page+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single:before {
    background: #e5e7eb !important;
}

.frm_progress_line .frm_current_page+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single:before {
    background: #e5e7eb !important;
}

.frm_progress_line .frm_current_page+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single+.frm_rootline_single:before {
    background: #e5e7eb !important;
}

.frm_progress_line .frm_rootline_single:last-of-type:after {
    content: "סיכום";
    background-image: url(/wp-content/uploads/2025/04/gift-1.svg);
    width: 50px;
    height: 60px;
    display: block;
    position: absolute;
    top: -27px;
    left: -2px;
    background-position: top left;
    background-size: 20px;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 90px;
    /*     color: #a45a3e; */
}




.btn-close-popup a {
    width: 189px;
    height: 40px;
    margin-right: auto;
    margin-left: 0;
    display: block;
}

.btn-close-popup {
    margin-right: auto;
    margin-top: -40px;
}






























.first-question div#field_ajmwa_label {
    text-align: center !important;
}

.first-question div#field_ajmwa_label span.frm_required {
    display: none;
}

.frm-show-form {
    background: #fff !important;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 0.5rem;

}

.frm_forms {
    padding: 1rem;

}

.main-quiz-container > .e-con-inner {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.frm_submit {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    padding-top: 1rem;
}

.frm_submit button {
    margin: 0 !important;
}

.first-question {
    max-width: 42rem;
    margin: 0 auto !important;
}

.first-question .frm_opt_container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1.5rem;
}

.frm_form_field .frm_checkbox.frm_image_option,
.frm_form_field .frm_checkbox.frm_image_option+.frm_checkbox,
.frm_form_field .frm_radio.frm_image_option,
.frm_form_field .frm_radio.frm_image_option+.frm_radio {
    margin: 0;
}

.first-question .frm_opt_container .frm_radio {
    flex: 1 1 100% !important;
    width: 100% !important;
}

.frm_form_fields.frm_page_num_1 .frm_submit.frm_flex {
    justify-content: flex-end !important;
}

.frm_image_options .frm_opt_container {
    margin: 0 !important;
}

.frm_text_label_for_image {
    padding: 0;
}

.first-question.frm_image_options .frm_image_option_container span.frm_text_label_for_image_inner {
    font-size: 1.5rem !important;
    line-height: 1.5rem;
}

.first-question span.first-quest-desc {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    display: block;
    color: #4b5563;
}

.first-question span.frm_text_label_for_image_inner {
    font-size: 1.5rem !important;
    line-height: 2rem;
}

.frm_image_options .frm_image_option_container span.frm_text_label_for_image_inner span {
    font-size: inherit;
    line-height: inherit;
    font-weight: initial;
}

.first-question img {
    margin-bottom: 1rem;
}

.first-question span.first-quest-desc {
    margin-top: .5rem;
}

.first-question .frm_radio:first-of-type .frm_image_option_container.frm_label_with_image {
    background: #eff6ff;
}

.first-question .frm_radio:last-of-type .frm_image_option_container.frm_label_with_image {
    background: #faf5ff;
}

.first-question .frm_image_option_container.frm_label_with_image {
    border-color: transparent;
}

.with_frm_style .frm_required {
    display: none;
}





/* two page questions  */
.three-question .frm_opt_container {
    max-width: 36rem;
}

.three-question .frm_radio:first-of-type .frm_image_option_container.frm_label_with_image {
    background: #eff6ff;
}

.three-question .frm_radio:last-of-type .frm_image_option_container.frm_label_with_image {
    background: #fdf2f8;
}

.three-question .frm_image_option_container.frm_label_with_image {
    border-color: transparent;
}



.four-question .frm_image_option_container.frm_label_with_image {
    border-color: transparent;
}

.four-question .frm_radio:nth-child(1) .frm_image_option_container.frm_label_with_image {
    background: #eff6ff;
}

.four-question .frm_radio:nth-child(2) .frm_image_option_container.frm_label_with_image {
    background: #f0fdf4;
}

.four-question .frm_radio:nth-child(3) .frm_image_option_container.frm_label_with_image {
    background: #fffbeb;
}

.four-question .frm_radio:nth-child(4) .frm_image_option_container.frm_label_with_image {
    background: #faf5ff;
}

.four-question .frm_image_option_container.frm_label_with_image img {
    width: 3rem !important;
    height: 3rem !important;
    z-index: 1;
}

.four-question .frm_image_option_container.frm_label_with_image:after {
    content: "";
    width: 4rem;
    height: 4rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    z-index: 0;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0%);
    right: auto !important;
}

.four-question .frm_image_option_container.frm_label_with_image {
    position: relative;
}

.four-question span.frm_text_label_for_image {
    margin-top: 0.75rem;
}

span.four-br {
    display: block;
    font-weight: 600 !important;
}



/* three questions page  */
.five-question.frm_image_options .frm_image_option_container {
    padding: 1rem !important;
}

.five-question {
    margin-top: 0 !important;
}

.five-question .frm_image_option_container.frm_label_with_image {
    border-color: transparent;
}

.six-question .frm_image_option_container.frm_label_with_image {
    border-color: transparent;
}

.six-question.full-img-width .frm_radio.frm_image_option img {
/*     height: 8rem !important; */
}
.six-question.full-img-width .frm_radio.frm_image_option img {
    height: auto !important;
}

.six-question span.center-text {
    font-weight: 500 !important;
}

.six-question .frm_radio:nth-child(1) .frm_image_option_container.frm_label_with_image {
    background: #eff6ff;
}

.six-question .frm_radio:nth-child(2) .frm_image_option_container.frm_label_with_image {
    background: #f0fdf4;
}

.six-question .frm_radio:nth-child(3) .frm_image_option_container.frm_label_with_image {
    background: #fffbeb;
}

/* four qustions page  */
.seven-question {
    margin-top: 0 !important;
}

.seven-question span.frm_text_label_for_image_inner {
    color: #000 !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.seven-question .frm_image_option_container.frm_label_with_image {
    padding: 1rem;
}

.seven-question input[type="radio"]:checked+div:before {
    display: none !important;
}


.eight-question input[type="radio"]:checked+div:before {
    display: none !important;
}

.eight-question span.frm_text_label_for_image_inner {
    color: #000 !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.eight-question .frm_image_option_container.frm_label_with_image {
    padding: 1rem;
}

.nine-question .frm_primary_label {
    margin-bottom: 1rem !important;
}

.with_frm_style .vertical_radio.nine-question .frm_checkbox label {
    border-radius: .75rem;
}

.with_frm_style .vertical_radio .frm_checkbox label input {
    width: 20px !important;
    height: 20px !important;
    border-width: 2px;
}

.with_frm_style input[type=radio]:focus,
.with_frm_style input[type=checkbox]:focus {
    box-shadow: none !important;
}

.with_frm_style .nine-question.vertical_radio .frm_checkbox label.active {
    color: #000 !important;
}

.ten-question input {
    max-width: 100% !important;
}

.ten-question label {
    display: none !important;
}

.ten-question {
    margin-top: .75rem !important;
}

.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
    margin-bottom: 0;
}




/* five questions page  */
.eleven-question {
    margin-top: 0 !important;
}

.eleven-question .frm_primary_label {
    margin-bottom: 1rem !important;
}

.eleven-question .frm_description {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.eleven-question .frm_opt_container {
    justify-content: center !important;
    gap: .75rem;
}

.eleven-question.col-3 .frm_opt_container[role="radiogroup"] .frm_radio {
    flex: 0 0 calc(33% - .75rem);
    gap: .75rem;
}

.eleven-question .frm_image_option_container span.frm_text_label_for_image_inner {
    font-size: 0.875rem !important;
    line-height: 1.25rem;
    color: #09090B;
}

.eleven-question .frm_image_option_container span.frm_text_label_for_image_inner span {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    margin-bottom: .5rem !important;
    height: fit-content;
    width: fit-content;
}

.eleven-question .frm_image_option_container.frm_label_with_image {
    padding: 1rem;
}

.eleven-question input[type="radio"]:checked+div:before {
    display: none !important;
}


.twelve-question .frm_primary_label {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
}

.twelve-question.col-2 .frm_opt_container[role="radiogroup"] .frm_radio {
    flex: 0 0 calc(50% - .75rem);
    gap: .75rem;
}

.twelve-question.gender-radio span.frm_text_label_for_image_inner {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

.twelve-question.gender-radio span.frm_text_label_for_image_inner span.twelve-hor {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center;
    text-align: right;
    color: #6b7280;
    height: fit-content;
    margin: 0;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    background: transparent;
    border-radius: 0;
}

.twelve-question.gender-radio span.frm_text_label_for_image_inner span:not(.twelve-hor) {
    margin: 0;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    height: fit-content;
    width: fit-content;
    background: transparent;
    border-radius: 0;
}

.twelve-question.gender-radio .frm_image_option_container.frm_label_with_image {
    padding: 1rem;
    border-radius: 0.75rem;
}

.twelve-question input[type="radio"]:checked+div:before {
    display: none !important;
}

.twelve-question.gender-radio span.frm_text_label_for_image_inner span.twelve-hor b {
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
}



/* six questions page  */
.thirteen-question {
    margin-top: 0 !important;
}

.thirteen-question .frm_description {
    display: flex;
    flex-direction: column;
    --tw-space-y-reverse: 0;
    gap: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
}

.thirteen-question span.def-description {
    color: #4b5563;
}

.thirteen-question span.additional-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #000;
    font-weight: 600;
}






.thirteen-question .frm_image_option_container span.frm_text_label_for_image_inner,
.fourteen-question .frm_image_option_container span.frm_text_label_for_image_inner,
.fifteen-question .frm_image_option_container span.frm_text_label_for_image_inner {
    color: #6b7280;
    font-size: 0.75rem !important;
    line-height: 1rem;
    font-weight: 500;
}

.thirteen-question span.frm_text_label_for_image_inner b,
.fourteen-question span.frm_text_label_for_image_inner b,
.fifteen-question span.frm_text_label_for_image_inner b {
    color: #000;
    font-weight: 600;
    margin-bottom: .25rem;
    font-size: 1rem !important;
    line-height: 1.5rem;
}

.thirteen-question .frm_image_option_container span.frm_text_label_for_image_inner span,
.fourteen-question .frm_image_option_container span.frm_text_label_for_image_inner span,
.fifteen-question .frm_image_option_container span.frm_text_label_for_image_inner span {
    height: fit-content;
    width: fit-content;
    margin-bottom: .5rem;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.thirteen-question .frm_image_option_container.frm_label_with_image,
.fourteen-question .frm_image_option_container.frm_label_with_image,
.fifteen-question .frm_image_option_container.frm_label_with_image {
    padding: 1rem;
}

.thirteen-question input[type="radio"]:checked+div:before,
.fourteen-question input[type="radio"]:checked+div:before,
.fifteen-question input[type="radio"]:checked+div:before {
    display: none;
}

.fourteen-question .frm_primary_label,
.fifteen-question .frm_primary_label {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    margin-bottom: .75rem !important;
    color: #000 !important;
}

.fourteen-question,
.fifteen-question {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
}





/* seven question page  */
.sixteen-question h3.frm_pos_top {
    padding: 0 !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.seventeen-question,
.eighteen-question {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.sixteen-question .frm_description {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    margin-top: .25rem !important;
    margin-bottom: .75rem !important;
}

.seventeen-question .frm_primary_label,
.eighteen-question .frm_primary_label,
.nineteen-question .frm_primary_label,
.twentys .frm_primary_label {
    margin-bottom: 0.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.seventeen-question .frm_opt_container,
.eighteen-question .frm_opt_container,
.nineteen-question .frm_opt_container {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.seventeen-question .frm_opt_container .frm_checkbox label,
.eighteen-question .frm_opt_container .frm_checkbox label,
.nineteen-question .frm_opt_container .frm_checkbox label {
    padding: 0.5rem;
    border-radius: 0.75rem !important;
    font-weight: 400 !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.seventeen-question .frm_opt_container .frm_checkbox label input,
.eighteen-question .frm_opt_container .frm_checkbox label input,
.nineteen-question .frm_opt_container .frm_checkbox label input {
    width: 16px !important;
    height: 16px !important;
}

.nineteen-question {
    margin-top: 1rem !important;
}

.twentys {
    margin-top: 3.5rem !important;
}




/* last step  */
.challenge-end {
    margin: 0 !important;
    padding: 0 !important;
}

.challenge-end h3.frm_pos_top {
    padding-top: 1.5rem !important;
    padding-bottom: .5rem !important;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600 !important;
}

.challenge-end .frm_description {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.challenge-end .frm_primary_label {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    color: #000 !important;
    margin-bottom: .5rem !important;
}

.challenge-end input {
    max-width: 100% !important;
}

.challenge-end .last-text-fields span.frm_required {
    display: inline-block;
}

.challenge-end div#frm_field_90_container,
.challenge-end div#frm_field_91_container {
    margin-top: 1rem !important;
}

.frm_form_fields.frm_page_num_7 div#frm_field_51_container {
    margin: 0 !important;
}

.frm_form_fields.frm_page_num_7 button.frm_button_submit {
    background: #00a67e !important;
    border-color: #00a67e;
}

.frm_form_fields.frm_page_num_7 button.frm_button_submit:hover {
    background: #008c6b !important;
    border-color: #008c6b;
}

.frm_form_fields.frm_page_num_7 button.frm_button_submit:after {
    background-image: url("/wp-content/uploads/2025/04/check.svg");
    filter: grayscale(1);
}

.challenge-end h3.frm_pos_top {
    width: 100%;
    background: #fdf4ed !important;
    border-radius: 1rem 1rem 0 0;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.challenge-end .frm_description {
    width: 100%;
    background: #fdf4ed !important;
    border-radius: 0 0 1rem 1rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    margin-bottom: 0rem !important;
}



/* results  */
.final-results-form .frm_forms {
    padding: 0;
}

.final-results-form .main-quiz-container .e-con-inner {
    background: none;
}

.frm_message {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}


.seventeen-question .frm_checkbox label {
    height: 100%;
    display: flex !important;
    align-items: center;
    gap: 5px;
}






/* mobile styles  */
@media screen and (max-width: 767px) {


    .first-question .frm_opt_container {
        grid-template-columns: 100%;
        width: 100%;
    }

    .first-question {
        width: 100%;
    }

    .cols-4 .frm_radio {
        flex: 1 1 calc(50% - .75rem) !important;
    }

    .four-question .frm_opt_container[role="radiogroup"] {
        flex-wrap: wrap;
    }

    .five-question .frm_opt_container[role="radiogroup"] .frm_radio {
        /* flex: 1 1 100%; */
    }

    .six-question .frm_opt_container[role="radiogroup"] .frm_radio {
        flex: 1 1 100%;
    }

    .nine-question.col-2 .frm_opt_container .frm_checkbox {
        flex: 1 1 100%;
    }

    .elementor-icon-box-icon {
        display: flex !important;
        align-items: center;
    }

    .frm_progress_line .frm_rootline_single:after {
        font-size: 0.75rem !important;
    }


    .eleven-question.col-3 .frm_opt_container[role="radiogroup"] .frm_radio {
        flex: 0 0 calc(50% - .75rem);   
    }
    .twelve-question span.frm_text_label_for_image_inner {
        flex-direction: column-reverse !important;
        align-items: center !important;   
    }
    .twelve-question.gender-radio span.frm_text_label_for_image_inner span.twelve-hor {
        text-align: center;   
    }
}

.seventeen-question .frm_checkbox {
    width: calc(50% - .125rem);
}
.seventeen-question .frm_opt_container {
    flex-direction: row;
    flex-wrap: wrap;
}






.frm_progress_line .frm_rootline_single:after {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #9ca3af;
    font-weight: 500;
    position: absolute;
    left: -15px;
    bottom: -18px;
    white-space: nowrap;
}

.frm_progress_line .frm_rootline_single:nth-child(1):after {
    content: "סוג חיה";
}

.frm_progress_line .frm_rootline_single:nth-child(2):after {
    content: "פרטים בסיסיים";
}

.frm_progress_line .frm_rootline_single:nth-child(3):after {
    content: "מידע פיזי";
}

.frm_progress_line .frm_rootline_single:nth-child(4):after {
    content: "תרופות";
}

.frm_progress_line .frm_rootline_single:nth-child(5):after {
    content: "מעקב רפואי";
}

.frm_progress_line .frm_rootline_single:nth-child(6):after {
    content: "תסמינים";
}

.frm_progress_line .frm_rootline_single:nth-child(7) input:before {
    content: "סיכום" !important;
    color: #a45a3e;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.frm_rootline_single.frm_current_page:after {
    color: #a45a3e;
}

@media screen and (max-width: 500px) {
    .frm_progress_line .frm_rootline_single:nth-child(1):after {
        left: auto;
        right: -10px;
    }

    .frm_progress_line .frm_rootline_single:nth-child(2):after {
        left: auto;
        right: -17px;
    }

    .frm_progress_line .frm_rootline_single:nth-child(4):after {
        left: auto;
        right: 15px;
    }

    .frm_progress_line .frm_rootline_single:nth-child(5):after {
        left: auto;
        right: 7px;
    }




    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        justify-content: center;   
    }
}


















.frm_button_submit.btn-disabled {
    opacity: .5;
    /* pointer-events: none; */
}

.frm_error {
    color: red !important;
}






.with_frm_style .frm_submit.frm_flex {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 99;
}













.frm_error {
    padding: 0.75rem !important;
    color: #b45309 !important;
    background: #fffbeb !important;
    border: 1px solid #fde68a;
    border-radius: 0.5rem;
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    order: -1;
    font-weight: 400 !important;
}





span.little-text {
    line-height: 18px !important;
    display: block;
}

@media screen and (max-width: 767px) {
    span.little-text {
        line-height: 14px !important;
        display: block;
    }
    .btn-close-popup {
        width: 100% !important;
        position: relative !important;
        margin-top: 10px !important;
    }

    .btn-close-popup a {
        width: 100%;   
    }
}



.sixteen-question .frm_description {
    color: #e4a10a !important;
    padding: 0.75rem !important;
    color: #b45309 !important;
    background: #fffbeb !important;
    border: 1px solid #fde68a;
    border-radius: 0.5rem;
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}
.frm_message .frm_message {
    background: transparent !important;
}










.js-quiz-score-total-2 .all-reccomeds {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.js-quiz-score-total-2 .all-reccomeds .all-reccomeds__item:before {
    content: "• ";
}





@media screen and (min-width: 767px) {
	.five-question.full-img-width .frm_radio.frm_image_option img {
		height: 17rem !important;
	}
}



.with_frm_style .frm_message .elementor-widget-text-editor > .elementor-widget-container > p {
    color: inherit;
}

.js-quiz-score-total-2 .all-reccomeds + p, 
.js-quiz-score-total-2 .all-reccomeds +p +p, 
.js-quiz-score-total-2 .all-reccomeds +p+p+p, 
.js-quiz-score-total-2 .all-reccomeds +p+p+p+p {
    margin-top: 5px;
}
.js-quiz-score-total-2 .all-reccomeds + p:before, 
.js-quiz-score-total-2 .all-reccomeds +p +p:before, 
.js-quiz-score-total-2 .all-reccomeds +p+p+p:before, 
.js-quiz-score-total-2 .all-reccomeds +p+p+p+p:before {
    content: "• ";
}
















.progress-bar-score {
    background: #f8e5d7;
    height: .75rem;
    border-radius: 9999px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.progress-bar-score span {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: red;
}