button{
    border: none;
}

.quiz-card{
    padding: 15px;
    background-color: #9fd9f7;
    margin: 15px;
}
#question_titles{
    color: white;
    margin: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid white;
}

#question_constructs{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#quiz-logo h1{
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    color: white;
    margin: 0 auto;
}

#main-single-quiz #exercicies_container{
    background-color: #003049;
}

.enunciado_question{
    background-color: white;
    font-size: 2rem;
    text-align: justify;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.233);
}

.containers{
    margin: 5px;
    padding: 15px;
}

.expected_response{
    background-color: white;
    padding: 5px;
    margin-bottom: 5px;
}

.explanation{
    background-color: white;
    padding: 15px;
    background-color: #f5f0ad;
    
    text-align: justify;
    font-size: 2rem;
    p{
    text-decoration:underline #c7c6be;
    }
}

.containerBtnReply{
    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz-nav .reply{
    border: none;
    padding: 15px;
    width: 60%;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffcf04;
    margin: 10px;
    margin-bottom: 20px;
}

.quiz-nav #btn_next{
    border: none;
    padding: 15px;
    width: 60%;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #57a9f2;
    margin: 20px;
}

.resumo-modal p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Label_opt{
    background-color: white;
    padding: 10px;
    box-shadow: 0px 2px 5px 0.1px rgba(0, 0, 0, 0.233);
}

#main-single-quiz .correta{
    background-color:#94c365 ;
    color: white;
    font-weight: bold;
}

#main-single-quiz  .errado{
    background-color: #ea5976;
    color: white;
    font-weight: bold;
}

.container_VF{
    display: flex;
    justify-content: center;
    align-items: center;
}

.labelVF{
    padding: 10px;
    color: white;
    font-weight:bold ;
    min-width: 40%;
    display: flex;
    justify-content: center;
}

.labelVF input{
    margin-right: 5px;
}

.labelV{
    background-color: #94c365;
}

.labelF{
    background-color: #ea5976;
}

.feedback{
    padding: 10px;
}

.feedback span{
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
}

.feedback_correto span{
    color: #057001;
    border: 2px solid #09bd03;
    background-color: #08f80054;
    box-shadow: 0px 0px 5px 0.3px #09ff00;
    text-shadow: 0px 0px 5px 0.3px #09ff00;
}

.feedback_errado span{
    color: #830202;
    border: 2px solid #bd0303;
    background-color: #f8000054;
    box-shadow: 0px 0px 5px 0.3px #ff0000;
    text-shadow: 0px 0px 5px 0.3px #ff0000;
}

.report{
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    color: #6e7001;
    border: 2px solid #bda103;
    background-color: #f8e80054;
    box-shadow: 0px 0px 5px 0.3px #fffb00;
    text-shadow: 0px 0px 5px 0.3px #ffee00;
}

.avalie span{
    color: #0b0283;
    border: 2px solid #0306bd;
    background-color: #0011f83a;
    box-shadow: 0px 0px 5px 0.3px #0004ff;
    text-shadow: 0px 0px 5px 0.3px #0011ff;
}

.feedback_parcial span{
    color: #6e7001;
    border: 2px solid #bda103;
    background-color: #f8e80054;
    box-shadow: 0px 0px 5px 0.3px #fffb00;
    text-shadow: 0px 0px 5px 0.3px #ffee00;
}

.container_btns_avaliacao{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.container_btns_avaliacao button{
    border: none;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.5rem;
}

.container_btns_avaliacao .avaCorreto, .avaV{
    background-color: #09ff00;
    color: white;
}

.container_btns_avaliacao .avaParcial{
    background-color: #ffcf04;
}

.container_btns_avaliacao .avaErrado, .avaF{
    background-color: #ff0000;
    color: white;
}

.containers textarea{
    padding: 10px;
}

.opcoes{
        display: flex;
        flex-direction: column;
    }
.quiz-pergunta{
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}

.quiz-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.quiz-nav button{
    width: 100%;
    border: none;
    font-size: 1.5rem;
    background-color: #c3d8e3;
    color: #01415a;
    font-weight: bold;
    padding: 5px 10px;
}

.menucontainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid white;
}

.menucontainer button{
    border: none;
    color: #01415a;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #c3d8e3;
}

#btn_resumo{
    background-color: #ffee00;

}

#btn_lista{
    background-color: white;
}

#btn_GoOut{
    background-color: #ff0000;
    color: white;
}

.ir-para-modal{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.63);
    padding: 16px;
    z-index: 9999;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.411);
    backdrop-filter: blur(10px);
 
}

.ir-para-modal ul{
    border-left: 1px solid black;
    max-height: 80vh;
    overflow-x: hidden;

}

.ir-para-modal button{
    width: 100%;
    margin: 5px;
    background-color: #003445;
    color: white;
    padding: 2px 3px;
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: bold;

}

#ulbuttons{
    padding: 10px;
}

/* WebKit (Chrome, Edge, Safari, Opera) */
/* largura/altura da barra */
#ulbuttons::-webkit-scrollbar {
  width: 10px;    /* barra vertical */
  height: 10px;   /* barra horizontal */
}

/* trilho (track) */
#ulbuttons::-webkit-scrollbar-track {
  background: #ffffff75;
  border-radius: 10px;
}

/* polegar (thumb) */
#ulbuttons::-webkit-scrollbar-thumb {
  background-color: #003445;
  border-radius: 10px;
}

/* efeito hover no thumb */
#ulbuttons::-webkit-scrollbar-thumb:hover {
  background-color: #374151;
}

#main-single-quiz #exercicies_container #pergunta_wrapper::-webkit-scrollbar  {
    width: 5px;    /* barra vertical */
    height: 10px;   
}
#main-single-quiz #exercicies_container #pergunta_wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
}

#main-single-quiz #exercicies_container #pergunta_wrapper::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 10px;
}




.resumo-modal{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffcf04;
    padding: 16px;
    z-index: 9999;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.801);
    width: 300px;
    border-radius: 5px;
}

.resumo-modal h3{
    font-size: 3rem;
    font-family: "Playpen Sans", cursive;
    font-weight: bolder;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
     text-shadow:
    -2px -1px 0 black,
     1px -1px 0 black,
    -2px  1px 0 black,
     1px  1px 0 black;
    
}

.resumo-modal label{
    font-weight: bold;
}

.resumo-modal span{
    background-color: white;
    display: inline-flex;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.resumo-modal p{
    font-size: 2rem;
}

#btnclosedContainer{
    display: flex;
    justify-content: center;
}

#btnclosedContainer button{
    border-radius: 4px;
    font-size: 2rem;
    
}
.btn_closed_quiz, .ir-para-modal .btn_closed_quiz{
    background-color: #ff0000;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

#closedExplanationDiv{
    display: flex;
    justify-content: right;
}

#closedExplanationDiv button{
    text-decoration: none;
    background-color: #bd0303;
    color: white;
    border-radius: 5px;
}

.BtnShowExplanationDiv {
    margin-top: 10px;
}

.BtnShowExplanationDiv button{
    background-color:#f5f0ad;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    
}

.reference{
    background-color: #b2ddf3;
    padding: 3px;
    font-weight: bold;
    
}

#btn_next{
    color: white;
}
.quiz-nav .disabled{
    background-color: #c3d8e3;
}

.quiz-nav .abled{
    background-color: #94c265;
}

.ir-para-item{
    display: flex;
}

.paper-grid {
  background-color: #ffffff; /* cor do "papel" */
  /* cria linhas horizontais e verticais com dois gradients */
  background-image:
    linear-gradient(to right, rgba(65, 159, 236, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(65, 159, 236, 0.12) 1px, transparent 1px);
  background-size: 50px 50px; /* tamanho do quadrado (largura x altura) */
  background-position: 0 0, 0 0;
  /* estilo opcional */
  padding: 24px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  height: 100%;
  min-height: 200px;
  margin-bottom: -300px;
}

#main-archive-quiz-revisao .archive-quiz-revisao{
  background-color: #fec826;
  box-shadow: 0px 0px 5px 0.3px rgba(0, 0, 0, 0.349);
  padding: 15px;

  padding-left: 15px;
  padding-right: 15px;
}

.archive-quiz-revisao-row{
    display: flex;
    justify-content: center;
}

.article_quiz_archive{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow:
    -2px -1px 0 black,
     1px -2px 0 black,
    -3px  2px 0 black,
     1px  3px 0 black;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: white;
    padding: 10px;
    margin-left: 30px;
    margin-right: 30px;
    
}

.quiz_archive_link{
    background-color:#57a9f2;
    padding: 5px 10px;
    font-weight: bold;
    margin: 5px;
    color: white;
}

.quiz_archive_link:visited{
    color: white;
}
.article_quiz_archive span{
    font-size: 2rem;
    font-family: "Walter Turncoat", cursive;
    font-weight: 400;
    font-style: normal;
}

#title_quiz h2{
    color: white;
    font-size: 4rem;
    font-weight: bolder;
    text-shadow:
    -3px -1px 0 black,
     2px -1px 0 black,
    -2px  1px 0 black,
     1px  1px 0 black;
     margin-bottom: 30px;
    font-family: "Playpen Sans", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

#quiz-logo{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px;
    padding-left: 25px;
}

#quiz-logo::before{
    content: 'Quiz';
    color: #fec826;
    font-size: 2rem;
    margin-left: -15px;
    margin-top: 40px;
    position: absolute;
    transform: rotate(-10deg);
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 1px 1px #86680c;

}

.expanded{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100Vw;
    height: 100vh;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   
}

.expanded #pergunta_wrapper{
    width:100%;
    max-height: 90%;
    overflow-x: hidden;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.resultEfects{
    filter: blur(3px);
}

.link-quiz-revisao{
    display: block;
    background-color: #fec826;
    padding: 5px 10px ;
    width: 100%;
    box-shadow: 5px 5px 0px #bd0303;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 4rem;
}

@keyframes trocaCor {
  0%   { background-color: #ff6b6b; } /* cor 1 */
  25%  { background-color: #f7b267; } /* cor 2 */
  50%  { background-color: #4ecdc4; } /* cor 3 */
  75%  { background-color: #1a535c; } /* cor 4 */
  100% { background-color: #ff6b6b; } /* volta à cor 1 */
}

#formFilterContainer{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.63);
    padding: 16px;
    z-index: 9999;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.411);
    backdrop-filter: blur(10px);
    
}

#uloptiosnQuiz, #modalidadeUl{
    padding-left: 5px;
}

#uloptiosnQuiz li, #modalidadeUl li{
    border-bottom: 1px solid #002f4973;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 20px;
}

.filtaroptions, .modsotions{
    margin-right: 10px;
  
}


#ClosedFilter{
    background-color: #bd0303;
    padding: 5px;
    color: white;
    font-weight: bold;
    border-radius: 5px;

}

#btnClosedFilterContainer{
    display: flex;
    justify-content: right;
    padding: 5px 10px;
    
}

#mergeBtnContainer{
    display: flex;
    justify-content: center;
    font-size: 2rem;

    border-top: 1px solid #01415a7a;
}

#mergeBtnContainer button{
    padding: 5px 10px;
    background-color: #ffcf04;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}



.link-quiz-revisao:visited{
    color: #bd0303;
}

#quiz-logo a img {
    width: 150px;
    height: 33px;
}

#uloptiosnQuiz, #modalidadeUl{
    padding: 10px;
    border: 1px solid #003049;
    border-radius: 5px;
}

#quizHeader{
    color:  white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.295);
    padding-left: 15px;
    width: 100%;
    span{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.2rem;
        text-transform: capitalize;
    }
}

#closedExplanationDiv{
    box-shadow: 0px -12px 10px -8px rgba(0, 0, 0, 0.473);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    button{
        width: 100%;
        font-weight: bold;
        text-transform:uppercase;
        text-decoration: none;
    }
}

.feedback_NSabe span{
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #d6d6d688;
    box-shadow: 0px 0px 5px 0.3px #ffffff;
    text-shadow: 0px 0px 5px 0.3px #080808;
}

ul#uloptiosnQuiz {
    max-height: 40vh;
    overflow-x: hidden;
}

.qcard{
    background-color: #f7f69f;
}

.card_campo{
    background-color: white;
    font-size: 1.5rem;
    text-align: justify;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.233);
}

.single .ulaffirm{
    padding-left: 0px;
}

.affirm_content{
    background-color: white;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;

}

.avaContainer{
    display: flex;
    justify-content: space-between;
}

.labelMultRes {
    padding: 10px;
    font-size: 2rem;
    font-weight: bold;
}

.ulaffirm li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ulaffirm li input{
    width: 25px;
    height: 25px;
}

.ulaffirm li label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
}

.ir-para-modal .listmultipla_escolha{
    background-color: #f94144;
}
.ir-para-modal .listcerto_errado{
    background-color: #f3722c;
}

.ir-para-modal .listdissertacao{
    background-color: #f8961e;
}
.ir-para-modal .listdefinicao{
    background-color: #577590;
}

.ir-para-modal .listmultiplas_respostas{
    background-color: #277da1;
}

.ir-para-modal .listcard{
    background-color: #90be6d;
}

@media only screen and (max-width: 576px){

   

    #title_quiz h2{
        font-size: 2.5rem;
        text-shadow: -2px 0px 0 black, 2px 0px 0 black, -2px 1px 0 black, 1px 1px 0 black;
    }

    .article_quiz_archive span{
        font-size: 1.5rem;
    }

    #quiz-logo h1{
        font-size: 2rem;
    }
    #expand_btn{
        display: none;
    }
    .paper-grid{
        padding: 0px;
    }
    #main-single-quiz .single_quiz{
        padding-left: 0px;
        padding-right: 0px;
    }
    #main-single-quiz #exercicies_container{
        position: fixed;
        top: 1px;
        width: 100%;
        height:100vh;
        overflow-x: hidden;
        z-index: 10;
    }

    .enunciado_question {
        max-height: 220px;
        overflow-x: hidden;
    }

    .explanation{
        width: 80%;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0px 0px 5px 0.3px rgba(0, 0, 0, 0.486);
       
    }

    .pExplanation{
        overflow-x: hidden;
        max-height: 400px;
    }

    .expected_response{
        max-height: 150px;
        overflow-x: hidden;
    }

    .dissertacao_campo{
        max-height: 200px;
        overflow-x: hidden;
    }

    #btn_next{
        font-size: 3rem;
        text-transform: uppercase;
    }
}