﻿.header {
    height: 72px;
    box-shadow: 0px 2px 4px rgb(64 64 64 / 10%);
    justify-content: center;
    background-color: white;
    display: flex;
}

@media screen and (max-width: 992px) {
    .header {
        height: 44px;
    }

    .header-container {
        position: absolute;
        top: 0;
        left: 4.1666666666667%;
        width: initial;
    }

    .page-container {
        margin-left: 4.16% !important;
        margin-right: 4.16% !important;
        max-width: initial !important;
        flex-basis: initial !important;
        width: initial;
    }

    #surveyContainer {
        margin-top: 3.3em !important;
    }

    .next-button, .complete-button {
        margin-top: 1em !important;
    }

    .left-panel-container {
        max-width: 100%;
        margin-left: 0;
    }

    .left-panel {
        padding-left: 0;
    }

    .sv-selectbase__label {
        width: 91% !important;
    }

    .sv-question__title {
        margin-bottom: -.5em;
    }

    .sv-row:not(:last-child) {
        padding-bottom: 0 !important;
    }
}

.blur {
    backdrop-filter: blur(100px);
    display: flex;
    position: relative;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .base-container {
        background-repeat: repeat-y;
        background-position: 50% 0%;
        background-size: 1170px 1170px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000px' height='1000px'%3E%3Cdefs%3E%3ClinearGradient id='g1'%3E%3Cstop stop-color='%239796F0'/%3E%3Cstop offset='1' stop-color='%23FBC7D4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='500' cy='500' r='500' style='fill-opacity: .15;' fill='url(%23g1)'/%3E%3C/svg%3E");
    }
}

@supports not (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .base-container {
        background-color: #f5f7f8;
    }
}

.header-wrapper {
    position: relative;
    z-index: 999999;
}

.logo-img {
    display: block;
}

.logo-small {
    display: none;
}

.right-panel {
    min-height: calc(100vh - 72px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    z-index: 99999999;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(38, 36, 39, 0.15) 100%), linear-gradient(150.23deg, rgba(251, 194, 235, 0.42) 0%, rgba(166, 193, 238, 0.6) 51.56%, rgba(129, 32, 235, 0.3) 100%), url(.jpg);
    background-blend-mode: lighten, normal, normal;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .right-panel {
        display: none;
    }

    .logo-img {
        display: none;
    }

    .logo-small {
        display: block;
        height: 80px;
        margin-top: -2px;
    }
}

.right-panel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
}

.right-panel-content {
    width: 30em;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 23em;
    transform: translate(-50%,-50%);
}

.right-panel-container {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal !important;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F4E;
}

    .right-panel-container label {
        font-weight: 300 !important;
    }

.trustpilot-description-container label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    /* Body */
    color: #2F2F4E;
}

.description-container {
    background: white;
    border-radius: 24px;
    border: 2px solid #505285;
    padding: 1em;
    height: 14.5em;
}

.description-inner-container {
    overflow-y: auto;
    max-height: 100%;
}

.trustpilot-container {
    background: #ECF1F4;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-left: 2px solid #505285;
    border-bottom: 2px solid #505285;
    border-right: 2px solid #505285;
    padding: 1em;
}

.right-panel-title {
}

.images-container {
    padding-bottom: .5em;
}

.trustpilot-image {
    margin-left: -.45em;
}

.trustpilot-stars-image {
    margin-left: .5em;
    margin-top: .2em;
}

.right-panel-title label {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    /* or 121% */
    letter-spacing: -2px;
    /* Drop shadow Mas */
    text-shadow: 0px 2px 4px rgba(64, 64, 64, 0.1);
    color: #505285;
    display: block;
}

.left-panel {
    min-height: calc(100vh - 72px);
    padding-right: 0;
}


@media screen and (min-width: 992px) {
    .left-panel {
        float: none !important;
        width: initial !important;
    }
}

.body-container {
    position: relative;
}

.sv-title {
    padding-left: 0 !important;
}

.sv-page {
    margin-left: 0 !important;
}

.sv-page__title {
    display: none !important;
}

.sv-page__description {
    display: none !important;
}

.back-button, .next-button, .complete-button {
    filter: drop-shadow(0px 2px 4px rgba(64, 64, 64, 0.1));
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 4em;
    margin-left: 15px;
    padding: 1em;
    cursor: pointer;
    display: none;
}


@media screen and (max-height: 650px) and (min-width: 1000px) {
    .back-button {
        margin-top: 2.8em;
    }

    #surveyContainer {
        margin-top: 2em !important;
    }

    .next-button, .complete-button {
        margin-top: -1em !important;
    }

    .description-container {
        height: 10em !important;
    }

    .right-panel-content {
        top: 18.5em !important;
    }

    .next-button-container {
        height: initial !important;
    }
}


.back-button span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    letter-spacing: 0.04em;
    text-transform: uppercase;
    /* Body */
    color: #2F2F4E;
    vertical-align: middle;
    margin-left: .4em;
}

.next-button span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    letter-spacing: 0.04em;
    text-transform: uppercase;
    /* Body */
    color: white;
    vertical-align: middle;
    margin-right: .4em;
}

.complete-button span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    letter-spacing: 0.04em;
    text-transform: uppercase;
    /* Body */
    vertical-align: middle;
    color: #FFFFFF;
    margin-right: .4em;
}

.back-button {
    float: left;
}

.back-button-container {
    height: 6em;
}

.next-button {
    float: left;
    margin-right: 1em;
    display: block;
    background: #E60E56;
}

.next-button-container {
    height: 8em;
    margin-right: 1em;
}

.complete-button {
    float: left;
    margin-right: 1em;
    background: #E60E56;
}

.sv-body__footer {
    display: none;
}

    .sv-body__footer input {
        filter: drop-shadow(0px 2px 4px rgba(64, 64, 64, 0.1));
        background: #FFFFFF;
        border-radius: 8px;
        /* margin-top: 4em; */
        /* margin-left: 15px; */
        padding: 1em;
        cursor: pointer;
        color: black;
        font-family: Poppins;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #2F2F4E !important;
        background-color: white !important;
    }

.sv-question__title span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    /* or 140% */
    letter-spacing: -0.02em;
    /* Titles */
    color: #262641 !important;
}

.sv-question__description {
    padding-left: 0 !important;
    margin-top: 1em;
    margin-bottom: 2em;
}

    .sv-question__description span {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        /* Shadows */
        color: #50586C;
    }

.sv-question__content {
    margin-left: 0 !important;
}

.sv-checkbox__decorator {
    margin-left: -41px;
}

.sv-selectbase__item {
    padding-left: 41px;
}

.sv-item__control-label {
    margin-left: 0.4125em;
    vertical-align: middle;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #2F2F4E;
}

.sv-root-modern .sv-item__control:focus + .sv-item__decorator {
    border-color: transparent !important;
}

.sv-root-modern .sv-checkbox--checked .sv-checkbox__svg {
    fill: white !important;
}

.sv-root-modern .sv-checkbox--allowhover:hover .sv-checkbox__svg, .sv-root-modern .sv-checkbox--checked .sv-checkbox__svg {
    background-color: #94A4D6 !important;
}

.sv-root-modern .sv-checkbox__svg {
    border-color: #94A4D6 !important;
}

.sv-root-modern .sv-question__title--answer {
    background-color: initial !important;
}

.sv-question__title--answer {
    background-color: initial !important;
}

.left-panel-container {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .left-panel-container {
        width: initial;
    }
}

#surveyContainer {
    margin-top: 6.5em;
}

/* select question alignment */
.sv-selectbase__item {
    padding-left: 0 !important;
}

.sv-question {
    overflow: hidden !important;
}

.sv-selectbase__label {
    margin-left: 41px;
    width: 91% !important;
}

.sv-radio__decorator {
    margin-left: -44px;
}
/* select question alignment */

/* select question radio button color */

.sv-root-modern .sv-radio--checked .sv-radio__svg {
    border-color: #94A4D6 !important;
    fill: #94A4D6 !important;
}

.sv-root-modern .sv-radio__svg {
    border-color: #94A4D6 !important;
}

.sv-root-modern .sv-radio--allowhover:hover .sv-radio__svg {
    fill: #94A4D6 !important;
}

/* select question radio button color */


/* error box */

.sv-question__erbox {
    color: #E60E56 !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.sv-question__title--error {
    background-color: initial !important;
}

/* error box */

.skin-three .left-panel-container {
    width: initial;
}

@media screen and (min-width: 1000px) {

    .skin-three .sv-row__question {
        width: 800px !important;
        max-width: 100% !important;
    }
}


@media screen and (min-width: 1100px) {

    .skin-three .sv-row__question {
        width: 900px !important;
        max-width: 100% !important;
    }
}


@media screen and (min-width: 1200px) {

    .skin-three .sv-row__question {
        width: 1000px !important;
        max-width: 100% !important;
    }
}


@media screen and (min-width: 1390px) {

    .skin-three .sv-row__question {
        width: 1170px !important;
        max-width: 100% !important;
    }
}
