.hide {
    display: none;
}

.question-image-wrapper {
    width: 100%;
    max-width: 470px;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


.layout2_bottom {
    margin-bottom: 50px;
}
.page-1-el.hide {
    display: none ;
}

.page-2-el.hide {
    display: none ;
}


p:empty {
    display: none;
}

.site-summary {
    margin-bottom: 0 !important;
}

#gpt_unit_\/21617817323\/ap-mobile-quiz-top-anchor_1,#gpt_unit_\/21617817323\/ap-mobile-quiz-anchor_1{
    position:fixed;
    z-index: 10;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

#gpt_unit_\/21617817323\/ap-mobile-quiz-top-anchor_1{
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#gpt_unit_\/21617817323\/ap-mobile-quiz-anchor_1 {
    bottom: 0;
    left: 0;
    right: 0;
}




.answer-required-text{
    display: none;
}

.title {
    font-size: 26px;
    margin-bottom: 25px;
    font-family: Source Sans 3;
}

.title .confetti {
    width: 35px;
}

#related-articles-1{
    display: none !important;
}

.site-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 10px;
    text-align: center;
}

.site-layout.hide {
    display: none;
}

.quiz-desktop {
    display: none;
    margin-bottom: -20px;
}



.quiz-layout {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: Source Sans 3;
    margin-top: -30px;
}

.question-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
}

.question-text{
    margin-block: 10px !important;
    font-family: Source Sans 3;
    font-weight: bold !important;
    font-size: 25px !important;
}

.quiz-header {
    /* width: 1920px; */
    width: 100%;
    height: 75px;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.05));
    background-image: linear-gradient(92deg, #849232 0%, #dbe479 100%);
    display: flex;
    align-items: center;
    padding-inline:50px ;
}

.quiz-header .logo-img-wrapper{
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    max-width: 500px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://qcdn.avocadoposts.com/images/logo-mobile.png');
}

/* red #F51E45 */
/* Green #B1BC57 */


.result-text{
    /* margin-top:40px; */
    font-size: 25px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    margin-top: 20px ;
}

p.result-text:last-of-type{
    margin-top: 10px !important;

}

.fsanity-t{
    padding: 0;
    margin-bottom: 0 !important;
}

.progress-bar-ssg {
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar-outter {
    background-color: #F4F4F4;
    color: #CCCCCC;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.progress-bar-ssg .progress-bar-filler {
    background-color: #FFAA0A;
    height: 100%;
    position: absolute;
    z-index: 10;
    border-radius: 15px;
    left: 0;
}

.progress-bar-ssg span {
    position: absolute;
    z-index: 10;
}

.progress-bar-ssg:nth-of-type(1) {
    margin-bottom: 30px;
}


.progress-bar-percentage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lottie-text-wrapper{
    margin-top: 20px !important;
}

.lottie-text-wrapper {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    /* margin-top: 10px !important; */
}

.scroll-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    padding-inline: 2px;
    
}
.lottie-text-wrapper p{
    margin-block-end: 0 !important;
}

.scroll-text span{
    /* font-weight: bold; */
    line-height: 25px;
}

.lottie-text-wrapper .scroll-text {
    width: 200px;
}


.lottie-player {
    width: 50px;
    height: 50px;
}

.answers {
    margin-block: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.answers-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.answers-divider br {
    display: none;
}

.answers-divider button {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 2px 1px 4px;
}
.answers-divider button p {
    margin-bottom: 0;
    font-weight: bold;

}

.answer .symbol {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background-color: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: white;
}

.answer.correct .symbol {
    border-color: #28C33F;
}

.answer:is(.correct, .incorrect) .symbol .screen {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
}

.answer.correct .symbol .screen {
    background-image: url(https://qcdn.avocadoposts.com/images/right-answer.svg);
    background-color: #28C33F;
}

.answer.incorrect .symbol .screen {
    background-image: url(https://qcdn.avocadoposts.com/images/wrong-answer.svg);
    background-color: #FF0000;
}

.answer {
    padding-left: 50px;
    font-size: 22px;
    text-align: start;
}

.answer.correct {
    color: #28C33F;
    border-color: #28C33F;
}

.answer.incorrect {
    color: #FF0000;
    border-color: #FF0000;
}

.answer:last-of-type {
    margin-block: 0;
}

.quiz-button {
    background-color: transparent;
    border: none;
}

.quiz-button {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.05));
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-size: 30px;
    position: relative;
    cursor: pointer;
}

.score-wrapper .options .quiz-button {
    padding: 0;
    justify-content: center;
    width: 100%;
    text-align: center;
    border-color: #DBE479;
    margin: 0;
}

.ad-unit-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;    
    width: 100%;
}

.ad-unit-wrapper .ad-unit-text{
    text-align: center;
    color: #667080;
    font-size: 16px;
    margin: 0;
    margin-block: 0;
}

.ad-unit {
    width: 250px;
    height: 250px;
    background-color: #e8e8e8;
}

.text-intro{
    text-align: start;
    margin-bottom: 0 !important;
}

.ad-unit:last-of-type {
    margin-bottom: 50px;
}

.next-question,
.next-page {
    font-size: 30px;
    width: 100%;
    width: 320px;
    border-radius: 8px;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
}

.next-question.enabled,
.next-page {
    height: 75px;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.05));
    background-color: #dbe479;
    border: 1px solid #dbe479;
}

.next-question.disabled {
    background-color: #FAFAFA;
    color: #CCCCCC;
    height: 70px;
    border: 1px solid #cccccc;
    filter: drop-shadow(0px 2px 3px rgba(#0000000D));
}

.next-page.hide,
.next-question.hide {
    display: none;
}

.next-page.show,
.next-question.show {
    display: flex;
}

.score-wrapper {
    width: 100%;
    padding-inline: 20px;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #4D4F5C;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #CCCCCC;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.score-wrapper p:nth-of-type(2) {
    color: #FFAA07;
    font-size: 60px;
}

.score-wrapper p:nth-of-type(4) {
    margin-bottom: 50px;
}

.score-wrapper .options {
    width: 100%;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.score-wrapper .options button:nth-of-type(1) {
    background-color: #DBE479;
    border: none;
}

.score-wrapper .options button:nth-of-type(2) {
    color: #DBE479;
}

.video-replacement-wrapper{
    display: flex;
    flex-direction: column;
}

.score-wrapper .score-test {
    display: flex;
    flex-direction: column;
}

.video-replacement-wrapper{
    width: fit-content;
    display: flex;
    flex-direction: column;

}

.video-replacement{
    justify-content: center;
}

.percentage {
    color: #FFAA07;
    font-size: 30px;
}
.ad-unit-wrapper-desktop{
    display: none;
}

.answer-explanation p{
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
}

#is3-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

@media (min-width: 1000px) {
    .video-replacement-wrapper{
        width: 100%;
    }
    .video-replacement{
        width: 100%;
        justify-content: space-between;
        padding-inline: 10px;
    }
    .layout2_top {
        margin-top:0;
    }
    
    .layout2_bottom {
        margin-bottom:0;
    }
    #gpt_unit_\/21617817323\/ap-mobile-quiz-top-anchor_1,#gpt_unit_\/21617817323\/ap-mobile-quiz-anchor_1{
        display: none;
    }
    .quiz-ads-mobile{
        display: none;
    }
    #is3-wrapper{
        display: none;
    }
}


@media (min-width: 1300px) {
    .ad-unit-wrapper-mobile{
        display: none;
    } 
    .ad-unit-wrapper-desktop{
        display: flex;
    } 
    .quiz-header .logo-img-wrapper{
        background-image: url('https://qcdn.avocadoposts.com/images/logo-desktop.png');
    }
    .quiz-mobile {
        display: none;
    }

    .ad-unit.mobile {
        display: none;
    }

    .ad-unit.quiz-desktop {
        display: block;
        height: 90px;
        width: 100%;

    }

    .ad-unit.quiz-desktop.video {
        height: 250px;
        margin-bottom: 10px;
    }

    .ad-unit.sticky.quiz-desktop {
        z-index: -1;
        width: 200px;
        height: 400px;
        background-color: #e8e8e8;
        position: fixed;
        right: 50px;
        margin-top: 50px;
    }

    .score-wrapper {
        max-width: 550px;
        padding-bottom: 20px;
    }

    .score-wrapper .options {
        width: 500px;
    }

    .score-wrapper .options button:first-of-type {
        font-weight: bold;
    }
    /* .answers{
        margin: 0;
    } */

    .answers-divider {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }



}

@media (min-width: 1450px) {
    .ad-unit.sticky.quiz-desktop {
        width: 300px;
        height: 600px;
    }
}

