a, a:hover{
    text-decoration: none !important;
}

.content-table{
    height: 100% !important;
    width: 100% !important;
    display: table;
}
    
.content-table-cell{
    display: table-cell;
    vertical-align: middle;
}

body{
    background-image: url("../media/bg.png") !important;
    background-position: top, left;
    background-size: 100%;
}

.header{
    text-align: center;
    padding: 20px;
}

    .header img{
        height: 86px;
        width: auto;
        margin: auto;
    }

.quiz-container{
    background-color: #fff;
    border-radius: 16px;
    margin: 44px 26px;
    padding: 20px;
    padding-bottom: 40px;
    /* height: 90vh; */
}

    .quiz-container .title{
        color: #127CC3;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: "Circular-Black";
        margin: 10px auto;
    }

    .quiz-container .sub-title{
        color: #4E4E4E;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.7rem;
        font-family: "Circular-Bold";
        margin: 10px auto;
    }

    .quiz-container .shirt-img img {
        width: 171px;
        height: auto;
    }
    .quiz-container .ticket-img{
        width: 100%;
    }

    .quiz-container .ticket-img img {
        /* width: 100%; */
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .quiz-container .question-content .content {
        min-height: calc( 90vh - 200px );
        position: relative;
    }

.btn-start{
    margin: 24px auto;
}

    .start,  .btn-end {
        background-color: #1994FC;
        color: #fff;
        width: 60%;
        margin: auto;
        border-radius: 20px;
        height: 40px;
        font-size: 1.5rem;
        font-family: "Circular-Bold";
    }
    
    .btn-end {
        margin-top: 20px;
    }

.thx-shirt-img img {
    width: 247px;
    height: auto;
}
.modal-dialog{
    max-width: unset !important;
}

.question-content{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

    .question{
        color: #4E4E4E;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.7rem;
        font-family: "Circular-Bold";
        margin: 20px auto;
    }

    .answers{
        margin-top: 40px;
        margin-bottom: 5px;
        padding-bottom: 45px;
    }

        .next, .exit{
            cursor: pointer;
        }

        .answer-container{
            background-color: #fff;
            color: #0066a9;
            border: 3px solid #127CC3;
            width: 85%;
            margin: 20px auto;
            display: block;
            height: 50px;
            border-radius: 8px;
            font-size: 1.4rem;
            font-family: "Circular-Bold";
        }

        .answer-container.choosed-answer{
            color: #fff !important;
            background-color: rgb(197, 11, 11);
            border: 1px solid rgb(197, 11, 11);
        }

        .answer-container.correct-answer, .answer-container.correct-answer.choosed-answer{
            color: #fff !important;
            background-color: #0066a9 !important;
            border: 1px solid #0066a9;
        }

        .selected, .answer-container:hover{
            color: #fff !important;
            background-color: #0066a9;
            border: 1px solid #0066a9;
        }
        
        .next:hover, .exit:hover{
            color: #fff !important;
            background-color: #0066a9;
            border: 1px solid #0066a9;
        }

        .revisa-container .answer-container:hover{
            background-color: #fff;
            color: #0066a9 !important;
            border: 1px solid #cbcbcb;
        }

        .revisa-container .answer-container.correct-answer:hover{
            color: #fff !important;
            background-color: #0066a9 !important;
            border: 1px solid #0066a9 !important;
        }

        .revisa-container .answer-container.choosed-answer:hover{
            color: #fff !important;
            background-color: rgb(197, 11, 11);
            border: 1px solid rgb(197, 11, 11);
        }

        .revisa-container .answer-container {
            cursor: initial;
        }

    .points{
        color: #313639;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Circular-Bold";
        font-size: 1.6rem;
        padding: 0 20px;
    }

        .points-value{
            color: #0066a9;
        }

.final-step{
    color: #127CC3;
    z-index: 100000;
    /* display: table; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

    .final-step > div{
        /* display: table-cell; */
        vertical-align: middle;
    }

    .quiz-thanks{
        font-size: 1.7rem;
        font-family: "Circular-Bold";
        padding: 15px 0;
    }

    .error-text-container .quiz-thanks{
        color: #127CC3;
    }

    .quiz-thanks-detail{
        font-size: 1.3rem;
        margin-bottom: 25px;
        font-family: "Franklin-Book";
        padding: 15px 25%;
        line-height: 2rem;
    }

    .quiz-detail{
        color: #313639;
        font-weight: 700;
        font-size: 1.3rem;
        font-family: "Circular-Bold";
    } 
    
    .quiz-additional-info{
        color: #313639;
        font-weight: 500;
        font-family: "Circular-Bold";
    } 
    
    .quiz-change-color{
        color: #0066a9;
    }
    
    .revisa{
        cursor: pointer;
        font-size: 1.0rem;
        font-family: "Franklin-Book";
    }

.next, .exit{
    display:block; 
    background-color: #1994FC;
    color: #fff;
    width: 60%;
    margin: auto;
    border-radius: 20px;
    height: 40px;
    font-size: 1.5rem;
}

.next-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.quiz-progress {
    color: #127CC3;
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-family: "Circular-Black";
}

.button-test{
    border: 1px #0066a9 solid;
    background-color: #0066a9;
    /* padding-right: 2%; */
    color: #fff !important;
    margin: 5px;
    padding: 5px 10px;
    /* border-radius: 10px; */
    cursor: pointer;
}

.button-test:hover{
    color: #fff !important;
}

.quiz-thanks-msg{
    margin-bottom: 20px;
    font-family: "Circular-Book";
    color: #4E4E4E;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

    .quiz-thanks-msg .tx-msg-bold{
        font-family: "Circular-Bold";
    }

.quiz-thanks-sub{
    color: #4E4E4E;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: "Circular-Bold";
}

.form-check{
    text-align: left;
    padding-left: 0.9rem;
}

.form-check label{
    font-size: 1rem;
    color: #4B5055;
    font-family: "Franklin-Book";
}
    .form-check label a,
    .form-check label a:active,
    .form-check label a:visited,
    .form-check label a:hover,
    .form-check label a:focus {
        color: #4B5055;
        text-decoration: none;
    }

.form-check {
    font-size: 0.8rem;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    margin-bottom: unset;
}


.group-terms {
    position: relative;
}
    .custom-checkbox-terms,
    .custom-checkbox-age {
        position: absolute;
        left: 0;
        color: #006DFF;
        font-size: 1.3rem;
    } 
    .group-terms .label {
        margin-left: 10px;
        padding-top: 2px;
    }

.thx-banner-img img {
    max-width: 100%;
    margin-bottom: 20px;
}

#modal-legal {
    padding: 44px 26px; 
}
#modal-legal .modal-dialog {
    margin: 0!important;
}
#modal-legal .modal-content {
    height: 90vh;
    border-radius: 15px;
}
#modal-legal .modal-body {
    overflow-y: scroll;
    position: relative;
    height: 100%;
}
#modal-legal iframe {
    width: 100%;
    height: 100%;
}
#modal-legal .close,
#modal-legal .close:focus {
    outline: none; 
}

@media (max-width: 1400px) {
    .modal-quiz{
        width: 100% !important;
        margin: auto;
    }
}

@media (max-width: 1024px) {
    .modal-quiz {
        width: 100% !important;
    }

    #quizModal .modal-body {
        background-image: url("../media/back_quiz_mobile.png") !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    } 
}

@media (max-width: 768px) {
    .modal-quiz {
        width: 80% !important;
    }
}

@media (max-width: 400px){
    .modal-quiz{
        width: 95% !important;
    }
    #quizModal .modal-dialog{
        width: 95% !important;
    }
}

@media (max-height: 440px) and (max-width: 900px){

    #quizModal{
        z-index: 1061 !important;
    }

    .quiz-box {
        max-width: 70% !important;
    }

    .modal-quiz{
        max-height: 95vh !important;
        top: 2.5%;
    }

    .update-user-data {
        max-height: 95vh !important;
    }
        .update-content {
            max-height: 48vh;
        }
}        