﻿body {
    background-color: #F7F5E7 !important;
}

.skin-four {  
}

.header {
    height: 72px;
    box-shadow: 0px 2px 4px rgb(64 64 64 / 10%);
    justify-content: center;
    background-color: white;
    display: flex;
}

/* specific to skin three */

@media screen and (max-width: 992px) {
    .left-panel {
        padding-left: 0;
    }
}

/* specific to skin three */

.logo-img {
    display: block;
}

.logo-small {
    display: none;
}

@media screen and (max-width: 992px) {
    .logo-img {
        display: none;
    }

    .logo-small {
        display: block;
        height: 80px;
        margin-top: -2px;
    }

    .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;
    }

    .next-button, .complete-button {
        margin-top: 1em !important;
    }

    .left-panel-container {
        max-width: 100%;
        margin-left: 0;
    } 

    .sv-question__title {
        margin-bottom: -.5em;
        padding-top: 0;
    }

    .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;
}

.right-panel {
    min-height: 100vh;
    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;
}

.right-panel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
}

.right-panel-content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
}

.description-container {
    background: white;
    border-radius: 24px;
    padding: 1em;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal !important;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    /* Body */
    color: #2F2F4E;
    border: 2px solid #505285;
}

    .description-container label {
        font-weight: 300 !important;
    }

.right-panel-title {
    padding-bottom: 1em;
}

    .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;
    }

.left-panel {
    min-height: 100vh;
}

.body-container {
    position: relative;
}

.sv-title {
    padding-left: 0 !important;
    font-family: Poppins;
    color: #100F41;
    font-weight: 700;
}

.sv-description {
    font-family: Poppins;
    color: #100F41 !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 {
    background: #FFFFFF;
    border-radius: 42px;
    margin-top: 1em;
    margin-left: 15px;
    padding: 1em;
    cursor: pointer;
    display: none;
}

    .back-button span {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        /* identical to box height, or 150% */
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        /* Primary/BG & Button */
        color: #3C465F;
        /* identical to box height, or 150% */
        letter-spacing: 0.04em;
        text-transform: uppercase;
        /* Body */
        vertical-align: middle;
        margin-left: .4em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .next-button span {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        /* identical to box height, or 150% */
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        /* Primary/BG & Button */
        color: #FFFFFF;
        /* identical to box height, or 150% */
        letter-spacing: 0.04em;
        text-transform: uppercase;
        /* Body */
        vertical-align: middle;
        margin-right: .4em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .complete-button span {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        /* identical to box height, or 150% */
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        /* Primary/BG & Button */
        color: #FFFFFF;
        /* identical to box height, or 150% */
        letter-spacing: 0.04em;
        text-transform: uppercase;
        /* Body */
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.back-button {
    float: right;
    border: 1px solid #3C465F;
    width: 194px;
    height: 51px;
    position: relative;
}

.back-button-container {
    height: 6em;
}

.next-button {
    float: right;
    background: #FF0F5F !important;
    border-radius: 42px;
    display: block;
    width: 194px;
    height: 51px;
    position: relative;
}

.next-button-container {
    height: initial;
    margin-right: .4em;
}

.complete-button {
    float: right;
    background: #FF0F5F !important;
    width: 194px;
    height: 51px;
    position: relative;
}

.sv-body__footer {
    display: none;
}

.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: #3C465F !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: #3C465F;
    }

.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: 1.4125em;
    vertical-align: middle;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #3C465F;
}

.sv-selectbase__item .sv-selectbase__label {
    /* Primary/P V2 */
    background: #ffffff;
    /* Secondary/Light Pink/Secondary V3 */
    border: 1px solid #D4D4D4;    
    border-radius: 32px;
    margin-left: initial !important;
    padding-left: 1em;
    padding: .3em;
}

@media screen and (max-width: 600px) {
    .sv-selectbase__item .sv-selectbase__label {
        padding-left: 1em !important;   
    }

    .sv-item__control-label {
        margin-left: 9px;
    }
}

    .sv-selectbase__item.sv-radio--checked .sv-selectbase__label {
        background: #6464FF;
        /* Primary/Body Dark */
        border: 1px solid #6464FF;
        border-radius: 32px;
        margin-left: initial !important;
        padding-left: 1em;
    }

        .sv-selectbase__item.sv-radio--checked .sv-selectbase__label .sv-item__control-label {
            color: #ffffff !important;
        }

    .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;
    }
    /* select question alignment */
    .sv-selectbase__item {
        padding-left: 0 !important;
    }

    .sv-question {
        overflow: hidden !important;
    }

    .sv-selectbase__label {
        margin-left: 41px;
    }

    .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 */
    /* skin 3 specific */
    .sv-row__question {
        width: 1170px !important;
        max-width: 100% !important;
    }

    .sv-question.sv-row__question {
        display: block !important;
        width: 100% !important;
    }
    /* skin 3 specific */
    /* 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 */

    .sv-body__page, .sv-body__footer {
        margin-right: initial !important;
        margin-top: initial !important;
    }

    .sv-comment {
        background-color: #ffffff !important;
        border: 1px solid #D4D4D4;
        border-radius: 24px;
        width: 100%;
        max-width: 100% !important;
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #38377A !important;
        padding: 12px 12px 12px 24px;
    }

    .sv-text {
        max-width: 100%;
        background: #ffffff;
        border: 1px solid #D4D4D4;
        border-radius: 32px;
        background-color: #ffffff !important;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #38377A !important;
    }

    input:focus {
        outline: none !important;
        border: 1px solid #BFBEEB;
    }

    .sv-comment:focus, .sv-text:focus {
        border-color: #BFBEEB;
    }

    .sv-root-modern .sv-text:focus, .sv-root-modern .sv-comment:focus {
        border-color: #BFBEEB !important;
    }

    .sv-rating__item-text {
        border: 1px solid #D4D4D4 !important;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        background-color: #ffffff !important;
        /* Primary/TItle & Body */
        color: #3C465F !important;
    }

        .sv-rating__item-text:hover {
            color: #ffffff !important;
            background-color: #6464FF !important;
            border: none !important;
        }

    .sv-rating__item--selected .sv-rating__item-text {
        color: #ffffff !important;
        background-color: #6464FF !important;
        border: none !important;
    }

    .sv-root-modern .sv-rating input:focus + .sv-rating__min-text + .sv-rating__item-text, .sv-rating input:focus + .sv-rating__item-text {
        outline-color: initial !important;
    }

.sv-rating__min-text {
    display: none;
}

@media screen and (min-width: 960px) and (max-width: 1000px) {

    .sv-rating__item-text {
        min-width: 2em;
    }
}


@media screen and (min-width: 454px) and (max-width: 550px) {

    .sv-rating__item-text {
        min-width: 2em;
    }
}


@media screen and (min-width: 424px) and (max-width: 454px) {

    .sv-rating__item-text {
        min-width: 1.8em;
    }
}


@media screen and (max-width: 423px) {

    .sv-rating__item-text {
        min-width: 1.4em;
        height: 2em;
    }
}

@media screen and (max-width: 460px) {

    .sv-rating__item-text {
        min-width: 1.5em;
        height: 1.9em;
        max-width: 2.3em;
        font-size: .8em;
    }
}