@import url(../../../Forms/style/font-awesome.min_p-123.css);

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 {
    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;
}

* {
    box-sizing: border-box;
}

.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;
}

    .star-rating > label i:before {
        content: "\f006";
    }

.terms-approval-wrapper {
    margin-bottom: 20px;
    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;
    }

.form-row {
    position: relative;
    display: block;
    height: 55px;
    box-sizing: border-box;
    /* margin: 10px 0; */
}

    .form-row.rating-row {
        height: 100px;
        border-bottom: 1pt solid #dedede;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .form-row:last-child {
        margin-bottom: 20px;
    }

form.form-wrapper input, form.form-wrapper select {
    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: 10px;
    margin: 0;
    font-size: 48px;
}

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

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

.input-field.error .vc-gender-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 5px;
    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;
}

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

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





















.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 {
        display: none;
    }

    .star-rating > label:before {
        /* margin-top: auto; */
        /* cursor: pointer; */
        /* width: 40px; */
        /* height: 40px; */
        /* background: url(../../../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;
        }

    .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;
}