/*CSS caixa de erro input*/




.ErroInput {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 62px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid;
  border-radius: 10px;
  border-color: var(--engenharia-laranja);
  background-color: var(--erroinputbackground);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--engenharia-laranja);
  font: var(--h3-desktop);

}

.ErroInput img {
  width: 20px;
  align-self: center;
}

@media (min-width: 1154px) or (max-height: 690px) {
  .ErroInput {
    width: 100%;
  }
}

.error-text {
  font: var(--paragrafo);
}



/*CSS caixa de sucesso input*/

.SuccessInput {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 62px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid;
  border-radius: 10px;
  border-color: var(--iconesosucessopopup);
  background-color: #DEF2D6;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--iconesosucessopopup);
  font: var(--h3-desktop);

}

.display-none {
  display: none;
}

.pop-close {
  width: 15px;
}


/*Style modal de sair simulado e exercício */
/*Overley black*/
.modal-sair {
  display: none;
  /*None ou flex com js*/
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.137);
  backdrop-filter: blur(2px);
  z-index: 1000;
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3rem;
  background-color: var(--branco);
  border-radius: 1rem;
}

.modal-content p {
  align-self: center;
}

.opcao-modal-sair {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
}

a#sair-simulado {
  width: 40%;
  background-color: var(--verde-principal);
  border-radius: 1rem;
  border: var(--borda);
  color: var(--branco);
  font: var(--paragrafo);
}

button#cancelar-simulado {
  width: 40%;
  background-color: #ffffff00;
  border-radius: 1rem;
  border: solid 1px var(--preto-rico);
  color: var(--preto-rico);
  font: var(--paragrafo);
}

.titulos-da-pagina button {
  background-color: transparent;
  cursor: pointer;
  border: none;
}


/*Filtro-cinza*/

.label-filtro-cinza {
  display: block;
  font: var(--paragrafo-extra-pequeno);
  color: var(--cinza-escuro);
}

.select-filtro-cinza {
  width: max-content;
  max-height: 43px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border: 2px solid var(--cinza-escuro);
  border-radius: 0.6rem;
  font: var(--paragrafo-pequeno);
  color: var(--cinza-escuro);
  width: 210px;
  cursor: pointer;
}

.filtros {
  display: flex;
  gap: 0.8rem;
}

.titulo-filtros {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.filtro-legenda-titulo {
  font: var(--paragrafo);
  font-weight: bold;
  color: var(--verde-principal);
}

.filtro-legenda-dica {
  font: var(--paragrafo-extra-pequeno);
  font-style: italic;
  color: var(--verde-principal);
}

.filtros-questoes {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
    background-color: var(--branco);
    border: 1px solid var(--verde-principal);
}

.filtros-topico {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.select-filtro-cinza.disciplina {
    border: 2px solid var(--verde-principal);
}

.botao-filtro {
    width: 100%;
    max-width: 200px;
    height: max-content;
    color: var(--verde-principal);
    border: solid 0.1rem;
    border-radius: 1.3rem;
    padding: 0.6rem;
    background-color: var(--branco);
    text-align: center;
    font-size: 1.4rem;
}
.botao-filtro.buscar {
    background-color: var(--verde-principal);
    color: var(--branco);
}

.botao-filtro.desativado {
    opacity: 30%;
}


.questoes-provisoria-css {
    display: flex;
    flex-direction: column;
}


@media (max-width: 468px) {
  .filtros {
    flex-direction: column;
  }
}

.tags-questao {
  display: flex;
  gap: 8px;
}

.tag-verde-principal {
  display: flex;
  flex-direction: row;
  width: max-content;
  gap: 4px;
  background-color: var(--verde-principal);
  color: var(--branco);
  border-radius: 8px;
  padding: 4px;
  font: var(--paragrafo-extra-pequeno);
}

.tag-verde-principal.outline {
  color: var(--verde-principal);
  background-color: inherit;
  border: 1px solid var(--verde-principal);
}

.hr-cinza {
  background-color: inherit;
  border: 0.5px solid var(--cinza-escuro);
}

.botao-voltar {
    width: 200px;
    height: max-content;
    color: var(--verde-principal);
    border: solid 0.1rem;
    border-color: var(--verde-principal);
    border-radius: 2.9rem;
    padding: 1rem;
    background-color: var(--branco);
}


/* Modal background (base) */
.modal-background {
    display: none;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.137);
    backdrop-filter: blur(2px);
}

/* Modal aberto */
.modal-background.ativo {
    display: flex;
}

/* Container do modal */
.modal-exame {
    width: 90%;
    max-width: 40rem;
    background-color: var(--branco);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 2rem;
    border-radius: 2rem;
}

/* Formulário */
.form-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Botões do modal */
.botoes-modal {
    display: flex;
    width: 100%;
    gap: 16px;
}

/* Botão excluir (confirmar) */
.form-modal .modal-content .botoes button.excluir {
    background-color: var(--qincorreto);
    border-bottom: 4px solid var(--qincorreto-escuro);
}


/* Botões adicionar e remover */
.removerButton {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: max-content;
    gap: 8px;
    background-color: var(--branco);
    border: 1px solid var(--qincorreto);
    padding: 6px 15px 6px 15px;
    border-radius: 30px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: var(--qincorreto);
}

.removerButton p {
    font-size: 1.2rem;
}

.adicionarButton {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: max-content;
    gap: 8px;
    background-color: var(--branco);
    border: 1px solid var(--qcorreto);
    padding: 6px 15px 6px 15px;
    border-radius: 30px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: var(--qcorreto);
}






