.pagination__steps {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #333;
}

.flat__sidebar__icon {
    position: relative;
    margin-bottom: 15px;
    transition: transform 500ms ease;
}

.flat__sidebar.active .flat__sidebar__icon {
    transform: rotate(180deg);
}

#nextBtn {
    cursor: pointer;
}

#share_feedback__Step2,
#share_feedback__Step3,
#share_feedback__Step4,
#share_feedback__Step5,
#share_feedback__Step6,
#share_feedback__Step7,
.pre-disable {
    display: none;
    width: 100%;
}

.shareFeedback__wrpr {
    position: fixed;
    bottom: 0;
    z-index: 110;
    right: 0;
    transform: translate(100%, -50%);
    max-width: 566px;
    width: 100%;
    height: 310px;
    background: linear-gradient(90deg, #F7F1FF .2%, #FFE9F1 99%);
    box-sizing: border-box;
    transition: .5s;
}

.shareFeedback__wrpr.active {
    transform: translate(0, -50%);
    right: 0;
}

.shareFeedback__wrpr.mobileBackground {
    background-color: #f9eaf9;
    background-image: url("../img/home/gift.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: none;
}

.shareFeedback__wrpr h2 {
    margin: 0 0 20px;
    padding: 0;
}

.rotate {
    transform: rotate(90deg);
}

.flat__sidebar {
    position: absolute;
    height: 100%;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #2B2B38;
    top: 0;
    left: 0;
    line-height: 1;
    transform: translateX(-100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback__step1__wrpr {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.feedback__title__step1 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.feedback__subtitle__step1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    line-height: 28px;
    color: #FF4F90;
    margin-bottom: 2px;
}

.feedback__para__step1 {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 28px;
    margin-bottom: 32px;
}

.step1_btn {
    max-width: 292px;
    width: 100%;
    aspect-ratio: 1 / .19863013698;
    border: none;
    text-transform: unset;
    cursor: pointer;
}

hr.new1 {
    margin: 10px 0;
    width: 100%;
    border-top: 1px solid #292929;
}

.pagination__wrpr {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}

.quality_wrpr {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.assure__wrpr,
.free__wrpr,
.easy__wrpr {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.assure_text,
.free_text,
.easy_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
}

.feedbackForm__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

#feedbackForm {
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
}

.feedback__input,
.feedback__input:focus {
    all: unset;
    border-top: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    outline: none;
    border-bottom: 1px solid black;
    max-width: 396px;
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    background: linear-gradient(90deg, #F7F1FF .2%, #FFE9F1 99%);
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.feedback__input::placeholder {
    opacity: .5;
}

.error-msg {
    color: #FF0000;
    font-size: 12px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
}

.step2_btn {
    margin-top: 40px;
    width: 100%;
    max-width: 396px;
    aspect-ratio: 1 / .14;
    cursor: pointer;
    text-transform: unset;
}

.qa1__title,
.qa2__title,
.qa3__title,
.qa4__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.qa4__title {
    margin-bottom: 20px;
}

.queston_btn__wrpr {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.step3_btn,
.step4_btn,
.step5_btn,
.step6_btn {
    max-width: 140px;
    width: 100%;
    aspect-ratio: 1 / .35;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    border: 1px solid #333;
    background-color: transparent;
    cursor: pointer;
}

.qa__rating {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    column-gap: 13px;
}

.qa__rating img{
    cursor: pointer;
}

.gift__zlaata__wrpr {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
}

.gift__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.gift_para {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.gift__100__wrpr {
    display: flex;
    justify-content: space-around;
    border: 1px dashed #333;
    display: flex;
    justify-content: space-between;
    border: 1px dashed #333;
    max-width: 262px;
    width: 100%;
    margin: auto;
    padding: 10px 5px;
    align-items: center;
    position: relative;
}

.gift__100__icon {
    position: absolute;
    top: -7px;
    left: 10px;
}

.gift__100__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.gift__100__copy {
    width: 100%;
    max-width: 78px;
    aspect-ratio: 1 / .38;
    background-color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    color: #f4f4f4;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.off__purchase {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.valid__purchase {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    padding-top: 30px;
}

.pagination__prev,
.pagination__next {
    cursor: pointer;
}

#feedbackError {
    width: 80%;
    margin: 6px auto;
    text-align: center;
}

.share__feedback__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.center-container {
    display: flex;
    justify-content: center;
    height: 100%;
}

#share__feedback__step1 {
    width: 100%;
}

.people_rating_feedback {
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-align: center;
}

.people_ratings {
    margin-top: 7px;
}

.feedback_star_rating {
    display: flex;
}

@media only screen and (max-width:767px) {
    .flat__sidebar__images {
        width: 90%
    }

    .shareFeedback__wrpr.active {
        transform: translate(0%, 0%) rotate(90deg);
        bottom: 0
    }

    .rotate {
        transform: rotate(-180deg)
    }

    .feedbackForm {
        width: 100%;
        max-width: 360px;
        margin: 0 auto
    }

    .feedback__input {
        caret-color: #000 !important
    }

    .shareFeedback__wrpr {
        max-width: 360px;
        height: 360px;
        transform: translate(0%, 100%) rotate(90deg);
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .share__feedback__content {
        transform: rotate(-90deg);
        max-width: 320px;
        width: 100%
    }

    .first__question__wrpr,
    .second__question__wrpr,
    .third__question__wrpr,
    .fourth__question__wrpr {
        margin-top: 0
    }

    .pagination__wrpr {
        margin-top: 24px
    }

    .feedback__step1__wrpr {
        column-gap: 0;
        padding: 27px 0
    }

    .feedback__title__step1 {
        text-align: left;
        font-size: 12px;
        margin-bottom: 8px
    }

    .feedback__subtitle__step1 {
        font-size: 20px;
        text-align: center
    }

    .feedback__para__step1 {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px
    }

    .step1_btn {
        max-width: 180px;
        width: 100%;
        background: #333333;
        aspect-ratio: 1 / .22;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        color: #f4f4f4;
        border: none
    }

    .assure_text,
    .free_text,
    .easy_text {
        line-height: 15px;
        font-size: 10px
    }

    .assure__wrpr,
    .free__wrpr,
    .easy__wrpr {
        display: flex;
        align-items: center;
        column-gap: 4px;
        flex-direction: column;
        margin-top: 8px
    }

    .quality_wrpr {
        display: flex;
        column-gap: 20px;
        justify-content: center
    }

    .feedbackForm__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 4px
    }

    .error-msg {
        font-size: 11px
    }

    .step2_btn {
        max-width: 320px;
        aspect-ratio: 1 / .125;
    }

    .qa1__title,
    .qa2__title,
    .qa3__title,
    .qa4__title,
    .gift_para {
        font-size: 16px
    }

    .step3_btn,
    .step4_btn,
    .step6_btn {
        max-width: 140px;
        width: 100%;
        aspect-ratio: 1 / .33;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        text-align: center;
        border: 1px solid #333;
        background-color: transparent
    }

    .step5_btn {
        max-width: 93px;
        width: 100%;
        aspect-ratio: 1 / .48;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        text-align: center;
        border: 1px solid #333;
        background-color: transparent
    }

    .off__purchase {
        margin-top: 10px;
        font-size: 14px
    }

    .gift__title,
    .gift__para {
        font-size: 18px
    }

    .valid__purchase {
        font-size: 12px
    }

    .feedback__step1__wrpr {
        padding: 20px 0
    }

    #share_feedback__Step2 {
        width: 96%;
        margin: 0 auto
    }

    .feedbackForm__title {
        padding: 0
    }
}

@media screen and (max-width:359px) {
    .shareFeedback__wrpr {
        max-width: 320px;
        max-height: 320px;
        height: 100%
    }
}

.pagination__prev,
.pagination__next {
    cursor: pointer;
}

.selected {
    background-color: #333;
    color: #fff;
}

.feedback_blur_backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000080;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}