﻿@import url(font-awesome.min.css?p=123);
@import url(intlTelInput.min.css?p=123);

body {
    font-family: 'Heebo';
    direction: rtl;
    margin: 0;
    height: 100%;
    /* background: var(--main-background); */
    /* background: var( --main-background) center /cover; */
}

    body.form-q .vc-date-wrapper .input-field label {
        display: none;
    }

    body:before {
        content: ' ';
        background: var( --main-background) center /cover;
        top: 0;
        right: 0;
        left: 0;
        position: fixed;
        bottom: 0;
        z-index: -1;
    }

    body.form-ltr {
        direction: ltr;
    }

        body.form-ltr .form-row.rating-row .input-field label.active {
            padding-left: 0;
            left: 0;
        }

        body.form-ltr form.form-wrapper input, body.form-ltr form.form-wrapper select {
            text-align: left;
        }

        body.form-ltr .vc-date-wrapper {
            direction: rtl;
            flex-direction: row-reverse;
            justify-content: flex-start;
        }


form.form-wrapper, .thank-you-wrapper, .payment-form-wrapper {
    width: 97%;
    max-width: 350px;
    margin: auto;
    border: 1pt solid #cecece;
    padding: 20px;
    border-radius: 6px;
    background: white;
    margin-bottom: 15px;
}

.thank-you-wrapper {
    text-align: center;
    padding: 50px 20px;
    margin-top: 100px;
}

.payment-form-wrapper {
    padding: 20px 20px;
}

    .payment-form-wrapper iframe {
        height: 480px;
        border: none;
    }

    .payment-form-wrapper .payment-amounts {
        margin: 0;
        font-weight: 500;
        font-size: 19px;
        margin-bottom: 10px;
    }

* {
    box-sizing: border-box;
}

body.form-q .form-row:not(.rating-row) .input-field.vc-radiobutton .v-flex-box {
    display: flex;
}

    body.form-q .form-row:not(.rating-row) .input-field.vc-radiobutton .v-flex-box .vc-checkbox-wrapper {
        padding: 0;
    }

.referral-url-share-wrapper .share-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.referral-url-share-wrapper {
    width: 328px;
    margin: auto;
    text-align: center;
    overflow: auto;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.star-rating > label i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
}

.questions-inner-wrapper .star-rating > label i {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 64px;
    transition: all 0.5s;
}

.questions-inner-wrapper .star-rating > label {
    height: auto;
    margin: 0 15px;
    transition: all 0.5s;
}

    .questions-inner-wrapper .star-rating > label i:before {
        content: "\f005";
    }

    .questions-inner-wrapper .star-rating > label i {
        color: #cdcaca;
    }

    .questions-inner-wrapper .star-rating > label:hover {
        transform: scale(1.3);
    }

    .questions-inner-wrapper .star-rating > label span {
        font-size: 15px;
        position: relative;
        display: block;
    }

.star-rating > label i:before {
    content: "\f006";
}

.terms-approval-wrapper {
    margin-bottom: 10px;
    display: block;
}

    .terms-approval-wrapper a {
        padding: 7px 0;
        display: block;
    }

    .terms-approval-wrapper span.terms-checkbox {
        display: flex;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 25px;
    }

.form-row {
    position: relative;
    display: block;
    min-height: 60px;
    box-sizing: border-box;
    margin: 10px 0;
}

    .form-row.special-dates-row {
        height: auto;
    }

    .form-row.multi-checkbox-wrapper {
        background: #fff;
        border: 1pt solid #c3c3c3;
        border-radius: 3px;
        height: auto;
    }

    .form-row.rating-row {
        height: auto;
        border-bottom: 1pt solid #dedede;
        padding-bottom: 18px;
        margin-bottom: 10px;
    }

    .form-row:last-child {
        margin-bottom: 20px;
    }

form.form-wrapper input, form.form-wrapper select, #sigCanvas {
    text-align: revert;
    background: #fff;
    padding: 12px 10px;
    border: 1pt solid #c3c3c3;
    border-radius: 3px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    text-align: right;
    display: block;
}

form.form-wrapper .vc-date-wrapper input {
    border: none;
    width: 63px;
    margin: 0;
    /* padding: 0; */
    text-align: center;
}

form.form-wrapper input {
    font-size: 1em;
}

    form.form-wrapper input.error {
        border-color: red;
    }

.terms-approval-wrapper span.terms-checkbox input {
    width: 15px;
    margin: 0;
    font-size: 48px;
    margin-left: 10px;
    flex-grow: 0;
    flex-shrink: 1;
    height: 15px;
    min-width: 15px;
}

form.form-wrapper .terms-approval-wrapper span.terms-checkbox label:not(.label-rates) {
    position: relative;
    font-size: 16px;
    background: none;
    line-height: 16px;
    height: auto;
    top: 0;
    pointer-events: all;
}

p {
    margin: 0;
}

.input-field {
    position: relative;
    position: relative;
    display: block;
}

    .input-field label:not(.label-rates) {
        position: absolute;
        top: 12px;
        right: 8px;
        font-size: 14px;
        color: #7b7b7b;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        pointer-events: none;
    }

body.form-ltr .input-field label:not(.label-rates) {
    left: 8px;
    right: auto !important;
}

body.form-ltr .input-field label.error:not(.label-rates) {
    left: auto;
    right: 9px;
}

.input-field label.error:not(.label-rates) {
    color: red;
    position: absolute;
    bottom: -7px;
    top: auto;
    font-size: 12px;
    background: white;
    width: auto;
    display: inline-block;
    padding: 0 4px;
    right: auto;
    left: 9px;
}

.input-field label:not(.label-rates) ~ .input-field input.valid {
}

.input-field input.valid ~ label:not(.error):not(.label-rates), .input-field input.used ~ label:not(.error):not(.label-rates), .input-field label:not(.error):not(.label-rates).active {
    font-size: 12px;
    color: #4e4e4e;
    top: -10px;
    background: white;
    padding-left: 8px;
    padding-right: 4px;
    right: 4px;
}

.vc-date-wrapper label.active:not(.label-rates) {
}

form.form-wrapper label.active:not(.label-rates) {
    z-index: 9999;
    top: -10px;
}

.form-row.rating-row .input-field label.active {
    position: relative;
    font-size: 14px;
    top: 0;
}


.vc-date-wrapper {
    text-align: revert;
    background: #fff;
    /* padding: 12px 10px; */
    border: 1pt solid #c3c3c3;
    border-radius: 3px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    text-align: right;
    display: flex;
    align-items: center;
    direction: ltr;
    justify-content: flex-end;
    /* margin: 10px 0; */
}


.vc-gender-wrapper {
    background: #fff;
    border: 1pt solid #c3c3c3;
    border-radius: 3px;
    position: relative;
    width: 100%;
    margin: 10px 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 10px;
    margin: 10px 0;
    padding-left: 3px;
}

.input-field.error .vc-gender-wrapper, .input-field.error .vc-checkbox-wrapper {
    border-color: red;
}

.vc-gender-wrapper span {
    position: relative;
    /* width: 100%; */
    /* border: 1pt solid gray; */
    /* border-radius: 5px; */
    margin: 0 2px;
    /* background: #dadada; */
    display: flex;
    align-content: center;
    padding: 1px 3px;
    cursor: pointer;
    justify-content: flex-start;
}

    .vc-gender-wrapper span input {
        width: auto;
        width: 100%;
        /* position: absolute; */
        /* opacity: 0; */
        padding: 0;
        margin: 0;
        width: 15px;
    }

.input-field .vc-gender-wrapper span label:not(.error):not(.label-rates) {
    display: block;
    background: none;
    position: relative;
    right: 0;
    top: 0;
    font-size: 15px;
    text-align: center;
    /* padding: 2px; */
    line-height: 15px;
    pointer-events: auto;
}

.input-field .vc-gender-wrapper span input:checked + label:not(.label-rates) {
    text-align: center;
    color: blue;
}

.form-ltr .input-field .vc-gender-wrapper span label {
    padding-left: 0 !important;
    padding-right: 10px !important;
}


.btn-wrapper {
}

    .btn-wrapper .btn-submit {
        outline: 0 !important;
        box-shadow: none !important;
        border: none !important;
        height: 41px;
        padding: 0 0;
        border-radius: 10px;
        width: 200px;
        margin: auto;
        display: block;
        margin-top: 25px;
        font-family: Heebo,sans-serif;
        font-size: 14px;
        text-align: center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }



ul.ui-widget.ui-widget-content.ui-menu {
    z-index: 999999999;
}


.return-error-wrapper {
    width: 97%;
    max-width: 350px;
    margin: auto;
    border: 1pt solid #ff0000;
    padding: 13px;
    border-radius: 6px;
    background: #ffdddd;
    margin-bottom: 15px;
    text-align: center;
    color: red;
}

.return-success-wrapper {
    width: 97%;
    max-width: 350px;
    margin: auto;
    padding: 13px;
    border-radius: 6px;
    background: white;
    margin-bottom: 15px;
    text-align: center;
}


form.form-wrapper .vc-checkbox-wrapper {
    background: #fff;
    border: 1pt solid #c3c3c3;
    border-radius: 3px;
    position: relative;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 10px;
    margin: 10px 0;
}

body.form-ltr form.form-wrapper .vc-checkbox-wrapper {
    direction: ltr;
    text-align: left;
}
body.form-ltr .terms-approval-wrapper span.terms-checkbox input {
    margin-right: 10px;
    margin-left: 0;
}

.form-row.multi-checkbox-wrapper .vc-checkbox-wrapper {
    border: none;
    margin: 0;
    cursor: pointer;
}

form.form-wrapper .vc-checkbox-wrapper label:not(.error):not(.label-rates) {
    margin: 0 5px;
    position: relative;
    right: auto;
    top: auto;
    font-size: initial;
    pointer-events: auto;
}

form.form-wrapper .vc-checkbox-wrapper input {
    width: auto;
}















.terms-approval-wrapper span.error-wrapper {
    margin-top: -15px;
    display: block;
    color: red;
    font-size: 12px;
}


.terms-approval-wrapper span.terms-checkbox input.error + label {
    color: red;
}



.star-rating {
    display: flex;
    justify-content: center;
    width: 100%;
    /* overflow: hidden;*/
    flex-direction: row-reverse;
    position: relative;
    /* margin: 10px 0; */
}

    .star-rating > input.input-rates {
        opacity: 0;
        width: 1px;
        height: 1px;
    }

        .star-rating > input.input-rates:checked ~ label {
            transform: scale(1.1);
        }

    .star-rating > label:before {
        /* margin-top: auto; */
        /* cursor: pointer; */
        /* width: 40px; */
        /* height: 40px; */
        /* background: url(https://static.vecteezy.com/system/resources/previews/001/189/080/non_2x/star-png.png)no-repeat center / 75%; */
        /* transition: 0.5s; */
        /* margin: 4px 10px; */
        /* content: ' '; */
        /* position: absolute; */
        /* right: 0; */
        /* left: 0; */
        /* z-index: 1; */
        /* margin: auto; */
    }

    .star-rating > label {
        cursor: pointer;
        width: 100%;
        height: 60px;
        text-align: center;
        position: relative;
        display: block;
    }

        .star-rating > label span {
            /* position: absolute; */
            /* bottom: 0; */
            font-size: 13px;
            right: 0;
            left: 0;
            text-align: center;
            /* text-wrap: nowrap; */
            line-height: 14px;
            display: block;
        }

    .star-rating > input:not(:checked) ~ label:hover i, .star-rating > input:not(:checked) ~ label:hover ~ label i {
        /* background: url(https://valuecard.s3.us-east-2.amazonaws.com/images/system/misc/star-vector-png.png); */
        /* background-size: cover; */
        /* color: red; */
        /* display: block; */
        /* z-index: 99999; */
    }

    .star-rating > input:not(:checked) ~ label:hover i, .star-rating > input:not(:checked) ~ label:hover ~ label i {
        color: #e8b135;
    }


        .star-rating > input:not(:checked) ~ label:hover i:before, .star-rating > input:not(:checked) ~ label:hover ~ label i:before {
            content: "\f005";
        }

    .star-rating > input:checked ~ label i,
    .star-rating > input:checked ~ label ~ label i {
        color: #e8b135;
    }

        .star-rating > input:checked ~ label i:before, .star-rating > input:checked ~ label ~ label i:before {
            content: "\f005";
        }

    .star-rating > input:not(:checked) ~ label:hover span,
    .star-rating > input:not(:checked) ~ label:hover ~ label span {
        /*  font-weight: 800;*/
    }

    .star-rating > input:checked + label span {
        font-weight: 800;
    }



body.form-q .form-row:not(.rating-row) {
    height: auto;
}

    body.form-q .form-row:not(.rating-row) .input-field, body.form-q .form-row:not(.rating-row) .custom-combobox {
        display: flex;
        flex-direction: column-reverse;
    }

        body.form-q .form-row:not(.rating-row) .custom-combobox .input-field .custom-combobox-toggle {
        }

        body.form-q .form-row:not(.rating-row) .input-field label:not(.error) {
            position: relative;
            top: 0;
            color: #4e4e4e;
            background: white;
            padding-left: 10px;
            padding-right: 0;
            right: 0;
            font-size: 14px;
        }

body.form-q.form-ltr .form-row:not(.rating-row) .input-field label:not(.error) {
    padding-left: 0;
    left: 0;
}

body.form-q .form-row:not(.rating-row) .input-field .vc-date-wrapper label {
    position: absolute;
    right: 4px;
    top: -10px;
    z-index: -1;
}

body.form-q .form-row .input-field label {
    font-weight: 500;
}

    body.form-q .form-row .input-field label:before { /* content: ' '; */
    }


.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    /* margin: 0.5em */
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1.3em;
    height: 1.3em;
    /* margin-right: 0.4em; */
    vertical-align: top;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--tumblr {
    background-color: #35465C
}

    .resp-sharing-button--tumblr:hover {
        background-color: #222d3c
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        background-color: #3a80c1
    }

.resp-sharing-button--google {
    background-color: #dd4b39
}

    .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--xing {
    background-color: #1a7576
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

    .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
        background-color: #FB6200
    }

.resp-sharing-button--vk {
    background-color: #507299
}

    .resp-sharing-button--vk:hover {
        background-color: #43648c
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

    .resp-sharing-button--linkedin:hover,
    .resp-sharing-button--linkedin:active {
        background-color: #046293;
        border-color: #046293;
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

    .resp-sharing-button--whatsapp:hover,
    .resp-sharing-button--whatsapp:active {
        background-color: #1DA851;
        border-color: #1DA851;
    }

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

    .resp-sharing-button--telegram:hover {
        background-color: #4B97D1;
    }


.url-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #777;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding-left: 45px;
}

span.url-box.copied:before {
    content: 'הועתק ללוח';
    position: absolute;
    background: white;
    right: 0;
    left: 45px;
}



.url-box i.fa {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #dadada;
    padding: 13px;
    font-size: 19px;
}


.input-field .custom-combobox-toggle {
    position: absolute;
    left: 1px;
    bottom: 1px;
    top: 1px;
}

body.form-q .form-row:not(.rating-row) .custom-combobox .custom-combobox-toggle {
    top: auto;
    height: 42px;
    bottom: 11px;
    border: none;
    background: none;
    color: black;
    font-size: 16px;
}


body.form-ltr .input-field .custom-combobox-toggle {
    right: 0;
    left: auto;
}

.form-row.special-dates-row .special-dates-inputs {
    display: flex;
    position: relative;
}

    .form-row.special-dates-row .special-dates-inputs .vc-date-wrapper {
        margin-right: 10px;
    }

    .form-row.special-dates-row .special-dates-inputs .btn-remove-date, .form-row.special-dates-row .special-dates-pets .btn-remove-date {
        position: absolute;
        left: -17px;
        top: 0;
        bottom: 0;
        display: block;
        height: 15px;
        margin: auto;
        font-size: 14px;
        cursor: pointer;
        color: gray;
        text-decoration: none;
    }


body.form-ltr .form-row.special-dates-row .special-dates-inputs .vc-date-wrapper {
    margin-left: 10px;
    margin-right: 0;
}

body.form-ltr .form-row.special-dates-row .special-dates-inputs .btn-remove-date, body.form-ltr .form-row.special-dates-row .special-dates-pets .btn-remove-date {
    right: -17px;
    left: auto;
}

.special-dates-pets a.fa.fa-trash.btn-remove-date {
    top: 26px;
    bottom: auto;
}


.scratch-card-wrappwer {
    width: 400px;
    margin: auto;
    background: white;
    padding-bottom: 24px;
    border-radius: 6px;
    text-align: center;
    max-width: 95%;
    box-sizing: border-box;
    box-shadow: 0 0 11px 0px #dbdbdb;
    padding-top: 20px;
}

    .scratch-card-wrappwer h1 {
        margin: 0;
        font-size: 24px;
    }

    .scratch-card-wrappwer h2 {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 24px;
    }

.promo-card-wrappwer {
    width: 400px;
    margin: auto;
    background: white;
    border-radius: 6px;
    text-align: center;
    max-width: 87%;
    box-sizing: border-box;
    box-shadow: 0 0 11px 0px #dbdbdb;
    margin-top: 20px;
    display: flex;
    padding: 20px;
}

    .promo-card-wrappwer img {
        width: 120px;
        flex-shrink: 1;
        height: 80px;
    }


    .promo-card-wrappwer .promo-card-inner h1 {
        margin: 0;
        font-size: 16px;
    }

    .promo-card-wrappwer .promo-card-inner h2 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .promo-card-wrappwer .promo-card-inner {
        text-align: right;
        padding: 0 10px;
    }



.questionsWrapper-con {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    align-items: center;
}


.questions-inner-wrapper {
    padding: 25px;
    max-width: 90%;
    opacity: 0;
    transition: all 0.7s;
    transform: translate(0, -10px);
    width: 600px;
    margin-bottom: 50px;
    max-height: 90%;
    overflow: auto;
}

    .questions-inner-wrapper.show {
        opacity: 1;
        transform: translate(0, 0);
    }


    .questions-inner-wrapper h1 {
        margin: 0;
        font-size: 21px;
        margin-bottom: 30px;
    }
    .questions-inner-wrapper p {
        margin-bottom: 10px;
    }

    .questions-inner-wrapper .star-rating {
        margin: 60px 0;
        overflow: revert;
    }

.questionsWrapper-con .btn-go-next {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 2rem;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.25s;
    color: white;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.answers-wrapper.radio {
    text-align: right;
    padding: 0 50px;
    font-size: 19px;
    margin-bottom: 33px;
}

    .answers-wrapper.radio .q-radio {
        border-bottom: 1pt solid #ededed;
        position: relative;
        display: block;
        display: flex;
        align-items: center;
    }

        .answers-wrapper.radio .q-radio:hover span:before {
            content: ' ';
            position: absolute;
            width: 7px;
            height: 7px;
            display: block;
            background: #cdcdcd;
            border-radius: 100px;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .answers-wrapper.radio .q-radio label {
            width: 100%;
            display: block;
            padding: 10px;
            transition: all .7s;
            cursor: pointer;
            padding-right: 40px;
            z-index: 999999999;
        }

            .answers-wrapper.radio .q-radio label:hover {
                background: rgba(186,200,211,0.1);
            }

        .answers-wrapper.radio .q-radio input {
            opacity: 0;
            position: absolute; /* left: -99999px; */
        }

            .answers-wrapper.radio .q-radio input:checked ~ span:before {
                background: #4171c9;
                width: 10px;
                height: 10px;
                display: block;
                content: ' ';
                border-radius: 100px;
                right: 0;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                position: absolute;
            }

            .answers-wrapper.radio .q-radio input:checked ~ label {
                background: rgba(186,200,211,0.1);
            }

            .answers-wrapper.radio .q-radio input:checked ~ span {
                border: 2pt solid #0832ff;
            }

        .answers-wrapper.radio .q-radio span {
            border: 1pt solid black;
            width: 20px;
            height: 20px;
            display: block;
            border-radius: 100px;
            right: 10px;
            position: absolute;
            transition: all .7s;
            z-index: 0;
        }


.panel-footer {
    color: #999999;
    box-shadow: 0 -3px 12px 0 rgb(0 0 0 / 11%);
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Heebo';
    direction: ltr !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(255 255 255 / 46%);
}

    .panel-footer .powered-by-text {
        direction: ltr !important;
    }

        .panel-footer .powered-by-text a {
            text-decoration: none;
            color: #1D1E5B !important;
        }

span.powerd-by-vc-logo {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0My41IDM5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQzLjUgMzkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6Izc5QjY0Mzt9DQoJLnN0MXtmaWxsOiM1REM1RUQ7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNC4zLDE4LjNjMCwwLTIzLjktMTUuNC0yNC4xLTE1LjVDMCwyLjctMC4xLDMsMC4yLDMuN0wxOS4zLDM3YzAsMCwyLjksNS4xLDQuOS0wLjRMMjQuMywxOC4zeiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTI0LDM3LjNsMC4yLTI2LjJjMCwwLTAuMS0xLjcsMS42LTIuOGMwLDAsMTMuNi03LjksMTQuMi04LjJzNS4xLTAuNCwyLjksMy42TDI0LDM3LjN6Ii8+DQo8L3N2Zz4NCg==');
    background-repeat: no-repeat;
    width: 22px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}


.answers-wrapper.checkbox {
    text-align: right;
    padding: 0 50px;
    font-size: 19px;
    margin-bottom: 33px;
}

    .answers-wrapper.checkbox .q-checkbox {
        border-bottom: 1pt solid #ededed;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

        .answers-wrapper.checkbox .q-checkbox label {
            width: 100%;
            cursor: pointer;
            margin-right: 13px;
        }

        .answers-wrapper.checkbox .q-checkbox input:checked ~ label {
            font-weight: bold;
        }

.q-checkbox:hover {
    background: rgba(186,200,211,0.1);
}

.answers-wrapper.checkbox .q-checkbox input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}

    .answers-wrapper.checkbox .q-checkbox input:before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        background-color: CanvasText;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    }

    .answers-wrapper.checkbox .q-checkbox input:checked:before {
        transform: scale(1);
    }


.q-textarea {
    height: 180px;
    width: 450px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: 1px solid #cfd9e0;
    border-radius: 5px;
    margin-bottom: 30px;
    font-family: 'Heebo';
}

.button-action-wrapper {
    margin-top: 40px;
}

.number-rating {
    display: flex;
    justify-content: center;
    height: 70px;
    direction: ltr;
    flex-direction: row-reverse;
    position: relative;
    width: max-content;
    margin: auto;
}


    .number-rating .rate-a-answer {
        position: relative;
        height: 38px;
    }

    .number-rating input {
        position: absolute;
        opacity: 0;
    }

        .number-rating input:checked ~ label {
            background: #ebecf1;
        }



    .number-rating .rate-a-answer:last-child .rate-text {
        left: 0;
    }

    .number-rating .rate-a-answer:first-child .rate-text {
        right: 0;
    }

    .number-rating .rate-num {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 22px;
        height: 38px;
        padding: 8px 15px;
        color: #374957;
        box-shadow: 0 0 0 1px #cfd9e0;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s ease;
        margin: 0 6px;
    }

        .number-rating .rate-num:hover {
            background: #eef0f5;
        }

            .number-rating .rate-num:hover ~ .rate-num {
                background: #ebecf1;
            }

    .number-rating .rate-text {
        position: absolute;
        margin: 0 5px;
        top: 50px;
        font-size: 14px;
        right: auto;
        left: 0;
    }

        .number-rating .rate-text.right {
            right: 0;
            left: auto;
        }


.mobile-only {
    display: none !important;
}

.desktop-only {
    display: unset !important;
}

@media screen and (max-width: 550px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: unset !important;
    }
}

    @media screen and (max-width: 420px) {
        .desktop-only {
            display: none !important;
        }

        .mobile-only {
            display: unset !important;
        }

        .questions-inner-wrapper {
            padding: 15px;
        }

            .questions-inner-wrapper .star-rating {
                flex-flow: wrap;
            }

                .questions-inner-wrapper .star-rating > label {
                    width: 55px;
                }

        .answers-wrapper.radio {
            padding: 0;
        }

            .answers-wrapper.radio .q-radio label {
                font-size: 16px;
            }

        .answers-wrapper.checkbox {
            padding: 15px;
        }

            .answers-wrapper.checkbox .q-checkbox label {
                font-size: 16px;
            }

        .q-textarea {
            width: 95%;
            margin-bottom: 0;
        }

        .questions-inner-wrapper .star-rating > label {
            margin-bottom: 27px;
        }

            .questions-inner-wrapper .star-rating > label i {
                width: unset;
                font-size: 45px;
            }

            .questions-inner-wrapper .star-rating > label span {
                font-size: 14px;
            }

        .number-rating {
            width: 70%;
            flex-wrap: wrap-reverse;
            justify-content: space-evenly;
            height: auto;
        }

            .number-rating label.rate-num {
                margin-bottom: 12px;
                width: 35%;
                display: block;
            }
    }


    .btn-wrapper .btn-submit:focus {
        border: 1pt solid red !important;
    }

    .star-rating > input.input-rates:focus-visible + label i {
        outline: 2pt solid black;
        margin-top: 2px;
    }

    .form-row.rating-row .input-field.error {
        border: 1pt solid red;
        border-radius: 3px;
        padding: 3px;
    }

        .form-row.rating-row .input-field.error label.error:not(.label-rates) {
            bottom: -12px;
        }

    .special-dates-pets {
        border-bottom: 1pt solid #b3b3b3;
        position: relative;
    }

        .special-dates-pets:last-child {
            border: none;
        }


    body.form-q .form-row:not(.rating-row).multi-checkbox-wrapper {
        border: none;
    }

    body.form-q .form-row:not(.rating-row) .input-field.vc-radiobutton {
        flex-direction: column;
    }

    .payment-card-info {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .not-found-msg {
        background: white;
        box-shadow: -4px 6px 20px 0px #d7d7d7;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 200px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 350px;
        border-radius: 10px;
        border: none;
        text-align: center;
    }

    .vc-tooltop {
        cursor: pointer;
    }

    .vc-tooltip {
        color: #895d36;
        background-color: white;
        border-radius: 5px;
        padding: 10px 13px;
        font-family: 'Heebo';
        box-shadow: 3px 3px 12px 0px #858585;
        font-size: 14px;
    }

.iti {
    width: 100%;
}

.input-field .iti ~ label {
    font-size: 12px;
    color: #4e4e4e;
    top: -10px;
    background: white;
    padding-left: 8px;
    padding-right: 4px;
    right: 4px;
}


#clearBtn {
    display: none;
    background: #bc342d;
    color: white;
    border: none;
    padding: 4px;
    border-radius: 20px;
    cursor: pointer;
    height: 30px;
    min-width: 68px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}



.upload-card {
    border: 2px dashed #ccc;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    margin: 30px 0;
    background: #fafafa;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

    .upload-card:hover {
        border-color: #667eea;
        background: #f0f4ff;
    }

    .upload-card.dragover {
        border-color: #667eea;
        background: #e8f0ff;
    }

    .upload-card svg {
        width: 60px;
        height: 60px;
        fill: #667eea;
    }

.profileImagePreview {
    background: #eceff1;
    border-radius: 7px;
    padding: 11px;
    display: none;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}

.c-divider {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #c5c5c5;
    height: 50%;
}

.profile-image-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-image-wrapper img {
    width:100%;
    height:auto;
}

.preview {
    display: none;
}

.remove-btn {
    background: #bc342d;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    height: 38px;
    min-width: 78px;
}

.btn {
    background: #007AFF;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    margin: 5px;
    cursor: pointer;
}

#profileFile {
    display: none;
}

.upload-card button {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #565656;
    font-family: 'Heebo';
}