.questionnaire {
    overflow: hidden;
	position: relative;
	//background: url(../images/questionairebg.png) no-repeat;
    background: url(../images/questionairebg.png) no-repeat;
	background-size: cover;
	height: 100vh;
    background-position: center 76%;

    @media (max-height: 700px) and (min-width: 769px) {
      //  height: auto;
      //  padding-bottom: 26%;
    }


    @include breakpoint(mobile) {
        background:url(../images/questionnairemobileTEMP.png) no-repeat;
        background-size: cover !important;

    }
}

.redFinish {
    position: absolute;
    right: -274px;
    background: RGBA(239, 20, 138, 1);
    width: 469px;
    height: 100vh;
    transform: skew(-27deg);
    overflow: hidden;
    top: 0;

    @media (max-height: 700px) and (min-width: 769px) {
        height: 1000px;
        right: -233px;
    }

    @include breakpoint(mobile) {
        right: -397px;
        transform: skew(-22deg);
    }

}

.wave2 {
    position: absolute;
    width: 100%;
    top: 21%;
    z-index: 1;

    @media (max-width: 800px) {
        width: 152%;
        top: 19%;
        left: -31%;
    }

    @include breakpoint(mobile) {
        display: none;
    }
}

.redFinish::before {
    content: "";
    position: absolute;
    width: 998px;
    background: url(../images/linesbg.png) no-repeat;
    display: block;
    height: 100vh;
    transform: skew(26.5deg);
    background-size: 181%;
    right: 9px;
    z-index: 1000;
}

.question_questionnaire {
    position: relative;
    z-index: 1;
   font-size: 24px;
    text-align: left;
    line-height: 25px;
    font-family: proxima_nova_altextrabold;
    transition: all .3s ease;
    span {
        font-family: proxima_nova_alt_rgregular;
    }

    @include breakpoint(mobile) {
        font-size: 22px;
        text-align: center;
        line-height: 22px;
    }

    &.questionActive {
    	font-size: 14px;
    	text-align: left;
    }
}

.questionnaireSearchTracks {
    height: 199px;
    overflow-y: scroll;
    width: 100% !important;
    padding: 0px 3.7%;
}

//.questionnaireSearchTracks::-webkit-scrollbar { width: 0 !important }
//.questionnaireSearchTracks { -ms-overflow-style: none; }

.questionnaireSearchTracks::-webkit-scrollbar
{
  width: 3px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

.questionnaireSearchTracks::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

.questionnaireSearchTracks::-webkit-scrollbar-thumb
{
  background: rgba(255, 255, 255, 0.5);
}


.line {
    &.chosenSong {
        position: relative;
        z-index: 1;
        font-size: 47px;
        font-family: sansa_problackitalic;
        line-height: 49px;
        text-align: center;
        padding-top: 24px;
        text-transform: uppercase;

        @include breakpoint(mobile) {
            line-height: 32px;
            font-size: 30px;
        }

    }
}


.linez {
    width: 80px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 28px;
    top: 27px;

    @include breakpoint(mobile) {
        top: 17.5px;
        width: 39px;
    }

    @include breakpoint(iphone) {
        display: none;
    }

    @media only screen and (min-device-width : 375px) and (max-device-width : 736px) {
        top: 21.5px;
        width: 39px;
    }

    &.right {
        right: 28px;
        left: auto;
    }
}

.finalAnswersWrapper {
    position: relative;
    z-index: 1;
    width: 360px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 18px 35px 16px;
    background: #ef168b;
    background: -moz-linear-gradient(-45deg,  #ef168b 0%, #ef168b 50%, #d4d32f 50%, #d4d32f 50%, #d4d32f 100%);
    background: -webkit-linear-gradient(-45deg,  #ef168b 0%,#ef168b 50%,#d4d32f 50%,#d4d32f 50%,#d4d32f 100%);
    background: linear-gradient(135deg,  #ef168b 0%,#ef168b 50%,#d4d32f 50%,#d4d32f 50%,#d4d32f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef168b', endColorstr='#d4d32f',GradientType=1 );


    text-align: center;

    @include breakpoint(mobile) {
        font-size: 16px;
        width: 265px;
        padding: 12px 17px 13px;
    }

    @include breakpoint(iphone) {
        width: 237px;
    }


    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
       padding: 12px 17px 12px;
    }

    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
       padding: 12px 17px 12px;
    }



}

.interviewlogo {
    width: 95px;
    padding-top: 12px;

    @include breakpoint(mobile) {
        width: 67px;
    }

    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
        width: 80px;
    }

    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
        width: 80px;
    }
}

.linezbot {
    position: absolute;
    bottom: 33px;
    left: 27px;
    width: 80px;
    height: 2px;
    background: #fff;


    @include breakpoint(mobile) {
        bottom: 26px;
        width: 39px;
    }


    @include breakpoint(iphone) {
        display: none;
    }

    @media only screen and (min-device-width : 375px) and (max-device-width : 736px) {
        bottom: 28px;
        width: 39px;
    }


    &.right {
        left: auto;
        right: 27px;
    }
}


.finalAnswerTitle {
    font-family: sansa_problack;
    font-size: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 12px;

    img {
        width: 80px;
    }

    @include breakpoint(mobile) {
        padding-bottom: 2px;
        border-bottom: none;
        border-style: none;
    }
}


.singleAnswer {
    font-family: sansa_problackitalic;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    @include breakpoint(mobile) {
        font-size: 14px;
    }

    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
        font-size: 16px;
    }

    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
        font-size: 16px;
    }
}


.singleQuestion {
    font-family: sansa_problack;
    font-size: 10px;

    @include breakpoint(mobile) {
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


.singleWrapperAnswers {
    line-height: 18px;
    padding: 0 0 9px;

    @include breakpoint(mobile) {
        padding: 5px 0 0;
        font-size: 14px;
        border-bottom: none;
        border-style: none;
        line-height: 15px;
    }

    @include breakpoint(iphone) {
        line-height: 15px;
    }

    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
        line-height: 16px;
    }

    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
        line-height: 16px;
    }


}


.finalAnswerWrap {
    padding-top: 120px !important;

    @include breakpoint(iphone) {
        padding-top: 63px !important;
    }



}
