/*---------------------------------------------------------------*/
/*------------------------- CUSTOM QUIZ--------------------------*/
/*---------------------------------------------------------------*/
.custom-box{
    max-width: 700px;
    margin: 40px auto;
    padding: 12px;
    border-radius: 10px;
}

@keyframes fadeInRight{
    0%{
        transform: translateX(40px);
        opacity: 0;
    }100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

.custom-box::before,
.custom-box::after{
    content: '';
    clear: both;
    display: table;
}

.custom-box.hide{
    display: none;
}

.card-container{
    flex: 1 1 auto;
    /* padding: 1rem; */
    width: 100%;
    height: auto;
}

.type-question{
    font-size: 1.999rem;
}

.home-box h1 {
    font-size: 36px;
    line-height: 42px;
    color: #303840;
    font-weight: 500;
    margin-bottom: 15px;
}

.home-box p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
}

.home-box p span {
    font-weight: 500;
}

.home-box .btn {
    margin-top: 20px;
}

.btn {
    padding: 13px 13px;
    background-color: #2c84dd;
    color: #ffffff;
    border: none;
    border-radius: 5px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.next {
    padding: 6px 23px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    margin-right: .60rem;
    color: #333 !important;
    background: #fff !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.next:hover{
    color: #fff !important;
    opacity: 1;
    border: 1px solid #26669c !important;
    background: #26669c !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.back {
    padding: 6px 23px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    margin-right: .60rem;
    color: #333 !important;
    background: #fff !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.back:hover{
    color: #fff !important;
    opacity: 1;
    border: 1px solid #26669c !important;
    background: #26669c !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.finish {
    padding: 6px 23px;
    background-color: #2c84dd;
    color: #ffffff;
    border: 1px solid #2c84dd;
    border-radius: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    margin-right: .60rem;
}

.finish:hover{
    background-color: #1f71c3;
    color: #ffffff;
    border-color: #1e6bb8;
}

.hideBtn {
    display: none;
}

.jump {
    padding: 13px 13px;
    background-color: #2c84dd;
    color: #ffffff;
    border: none;
    border-radius: 5px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.quiz-box .question-number,
.quiz-box .enunciated,
.quiz-box .option-container,
.quiz-box .next-question-btn,
.quiz-box .progress-indicator {
    width: 100%;
    flex: left;
}

.quiz-box .question-number {
    font-size: 18px;
    color: #009688;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: right;
}

.instruction {
    font-size: 1.5rem;
    margin: 12px auto 12px auto;
    text-align: justify;
    font-weight: normal;
}

.quiz-box .question-text {
    font-size: 22px;
    /* color: #000000; */
    line-height: 28px;
    font-weight: 400;
    padding: 10px 0 14px;
    margin: 0;
}

div .img-question {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 13rem;
    border: 1px solid #6a5f88;
    border-radius: 4%;
    min-width: 14rem;
}

.box {
    display: flex;
    flex-flow: column;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 230px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 15px 15px;
    padding: 8px;
    transition: all 0.2s linear;
    min-width: 210px;
    border-radius: .30rem;
}

.blackboard {
    display: -webkit-box; 
    flex-wrap: wrap; 
    width: 100%; 
    height: 100%;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 15px 15px;
    padding: 8px;
    min-width: 210px;
    border-radius: .30rem;
    border: .20rem dashed #6a5f88;
}

.box .word-item {
    margin: .80rem auto 0 auto;
    padding: .50rem .50rem;
}

.box .word-img {
    margin: .80rem auto 0 auto;
    padding: .50rem .50rem;
}

.blackboard .sentence-item {
    margin: .10rem 0 auto .2rem;
}

.title-box {
    font-size: 16px;
    background: #6a5f88;
    color: #fff;
    margin: -8px;
    padding: 6px;
    text-align: center;
}


.word-item {
    /* flex: 0 0 20%; */
    max-width: 100%;
    background-color: #6a5f88;
    color: #fff;
    border-radius: 8px;
    padding: .10rem .25rem .10rem .25rem;
    text-align: center;
    margin: 2px;
    font-size: 13px;
    cursor: grab;
}

.word-img {
    /* flex: 0 0 20%; */
    max-width: 100%;
    background-color: #6a5f88;
    color: #fff;
    border-radius: 8px;
    padding: .10rem .25rem .10rem .25rem;
    text-align: center;
    margin: 2px;
    font-size: 13px;
    cursor: grab;
}

.sentence-item {
    /* flex: 0 0 20%; */
    max-width: 100%;
    color: #000000;
    background: #ffffff;
    border-radius: 8px;
    padding: .10rem .50rem .10rem .50rem;
    text-align: center;
    margin: 2px;
    border: 1px solid;
    font-size: 16px;
    cursor: grab;
}

.quiz-box .audio{
    background-color: #6a5f88;
    width: 50%;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border-radius: 5px !important;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    position: relative;
    overflow: hidden;
}

.quiz-box .option-container .option {
    background-color: #6a5f88;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border-radius: 5px !important;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    position: relative;
    overflow: hidden;
}

select {
    display: inline-block;
    height: calc(2.1rem + 2px);
    padding: .2rem 1.75rem .5rem .75rem;
    font-weight: 400;
    line-height: .10;
    color: #fff;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgb(255, 255, 255)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px !important;
        background-color: rgba(0, 0, 0, 0);
    background-color: #6a5f88 !important;
    border: 1px solid #6a5f88;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.2rem;
    margin: 1px !important;
}

option{
    color: #303030;
    background: #ffffff;
}

.button-listen{
    background-color: #6a5f88;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 22px !important;
    color: #fff;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    position: relative;
    overflow: hidden;
    border: none;
}

.quiz-box .option-container .option.already-answered {
    pointer-events: none;
}

@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.quiz-box .option-container .option.clicked-option::before  {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2c84dd;
    z-index: -1;
    animation: slideInLeft .5s ease forwards;
}

@keyframes slideInLeft{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(0%);
    }
}

.quiz-box .option-container .option.clicked-option  {
    color: #ffffff;
}

.quiz-box .btn {
    margin: 15px 0;
}

.quiz-box .next {
    margin: .60rem .35rem;
}

.quiz-box .back {
    margin: .60rem auto;
}

.quiz-box .finish {
    margin: .60rem .35rem;
}

.quiz-box .next-no-drop {
    margin: 15px 0;
}

.quiz-box .progress-indicator {
    border-top: 1px solid #cccccc;
}

.answers-indicator.hide {
    display: none;
}

.answers-indicator div {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    color: #292961;
    border-radius: 50%;
    margin: .50rem .10rem;
    padding: .50rem 0;
    cursor: default;
}

.list-null-fields div {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #2c84dd;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin: .50rem .10rem;
    padding: .50rem 0;
    cursor: pointer;
}

.list-null-fields {
    text-align: justify;
}

.answers-indicator div.confirm {
    background-color: #2c84dd;
    background-image: url("../img/wrong.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    cursor: default;
}

.progress-indicator .number-question {
    height: 40px;
    /* width: 42%; */
    margin: .50rem .10rem;
    font-size: 1.4rem;
    cursor: text;
}

.result-box {
    text-align: center;
}

.result-box.hide {
    display: none;
}

.result-box h1 {
    font-size: 36px;
    line-height: 42px;
    color: #303030;
}

.result-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.result-box table td {
    border: 1px solid #cccccc;
    padding: 8px 15px;
    font-weight: 500;
    color: #000000;
    width: 50%;
    text-align: left;
    font-size: 18px;
}

.result-box .btn {
    margin-right: 20px;
}
/*end custom quiz*/

.cursor-pointer{
    cursor: pointer;
}

.disabled { 
    color: #26669c; 
}

.hit{
    color: #01b200;
}

.erro{
    color: #fb3838;
}

.margin-container{
    margin-top: 20px;
}