body{
    background-color: #C6C6C6;
}

.bg-nav{
    background-color: #3B0032 !important;
    padding: 10px;
}

.class_muda_senha {
    display: none;
}

.class_aluno {
    display: none;
}

.class_professor {
    display: none;
}

input:invalid {
  border-color: red;
}

select:invalid {
  border-color: red;
}

textarea:invalid {
  border-color: red;
}

input:invalid:focus {
outline: none;
}

input:invalid::placeholder {
color: red;
}

.picture {
  
}

.figura{
  max-width: 90%;  
}

.bloco_questao{
  align-items: center;
  justify-content: center;
  color: #aaa;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  overflow: hidden;
}

.bloco_questao:hover {
  color: #A31818;
  background: #E2CBE9;
}

.bloco_questao:active {
  background: #E8E8E8;
}

.bloco_questao:focus {
  color: #949494;
  background: #E6DFDF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture_teste {
  width: 200px;
  aspect-ratio:16/9;
  background: #ccc;
  display: block;
}

.edit_quest_figura {
  width: 150px;
  aspect-ratio:16/9;
  background: #ccc;
  display: block;
}

.titulo_centralizado{
  text-align: center;

}

.bloco_questao_simulado{
  align-items: center;
  justify-content: center;
  background: #fbfbfb;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  overflow: hidden;
}

.bloco_questao_simulado:hover {
  background: #CBE9CD;

}

.bloco_questao_simulado:active {
  background: #E8E8E8;

}

.bloco_questao_simulado:focus {
  color: #949494;
  background: #E6DFDF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.botao_add{
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

.botao_add:hover{
  background: #03B438 !important;
}

.botao_add:active{
  background: #03B438 !important;
}

.bloco_detalhe_simulado{
  align-items: center;
  justify-content: center;
  background: #fbfbfb;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  overflow: hidden;
}

.bloco_detalhe_simulado:hover {
  background: #F9D9D9;

}

.bloco_questao_simulado:active {
  background: #E8E8E8;

}

.bloco_detalhe_simulado:focus {
  color: #949494;
  background: #E6DFDF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.botao_excl{
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

.botao_excl:hover{
  background: #B40303 !important;
}

.botao_excl:active{
  background: #B40303 !important;
}

.modal {
  border: 1px solid #800080;
  border-radius: 10px;
  margin: 20px;
  position: absolute;
  box-shadow: 0px 0px 5px 5px rgba(128, 0, 128, 0.2);
  width: 500px;
  height: 300px;
  background-color: #eee;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  overflow: hidden;
  //padding: 20px;
}

.modal-content {
  position: absolute;
  width: 500px;
  height: 300px;
  background-color: #eee;
  padding: 20px;
  //text-align: center;
}

.modal-result {
  border: 1px solid #800080;
  border-radius: 10px;
  margin: 20px;
  position: absolute;
  box-shadow: 0px 0px 5px 5px rgba(128, 0, 128, 0.2);
  width: 800px;
  height: 300px;
  background-color: #eee;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  //overflow: hidden;
  //padding: 20px;
}

.modal-result-content {
  position: absolute;
  border-radius: 10px;
  width: 790px;
  height: 290px;
  background-color: #eee;
  padding: 20px;
  //text-align: center;
}

#backdrop {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  display: none;
}

.close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  cursor: pointer;
  background-color: #eee;
}

.modal_turma {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal_turma-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  text-align: center;
}

.close_turma {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close_turma:hover,
.close_turma:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.delete-icon {
  cursor: pointer;
}

.delete-icon-selected {
  color: red; /* Defina a cor desejada para o ícone de lixeira selecionado */
}

.modal-buttons {
  text-align: center;
}

.modal-buttons button {
  background-color: blue;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
}

.modal-simulado {
  display: none;
  border: 1px solid #800080;
  border-radius: 10px;
  margin: 20px;
  position: absolute;
  box-shadow: 0px 0px 5px 5px rgba(128, 0, 128, 0.2);
  width: 800px;
  height: 300px;
  background-color: #5E1D5E;;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  overflow: hidden;
  //padding: 20px;
}

.modal-content-simulado {
  position: absolute;
  width: 800px;
  height: 300px;
  background-color: #eee;
  padding: 20px;
  //text-align: center;
}

.dosimulado {
  display: flex;
}

.quadro-respostas {
  margin-left: 4px; /* Ajuste a margem conforme necessário */
  width: 120px;
}

.modal-finalizar {
  display: none;
  border: 1px solid #800080;
  border-radius: 10px;
  margin: 20px;
  position: absolute;
  box-shadow: 0px 0px 5px 5px rgba(128, 0, 128, 0.2);
  width: 500px;
  height: 300px;
  background-color: #5E1D5E;;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  overflow: hidden;
}

.ocultar-elemento {
  display: none !important;
}

.modal-show-result {
  border: 1px solid #800080;
  border-radius: 10px;
  margin: 10px;
  position: absolute;
  box-shadow: 0px 0px 5px 5px rgba(128, 0, 128, 0.2);
  width: 1000px;
  height: 500px;
  background-color: #eee;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  //overflow: hidden;
  //padding: 20px;
}

.modal-show-result-content {
  position: absolute;
  border-radius: 10px;
  width: 990px;
  height: 490px;
  background-color: #eee;
  padding: 20px;
  //text-align: center;
}


.modalADiv {
  margin-bottom: 10px; /* Espaçamento entre cada questão */
  display: flex;
  align-items: center;
  cursor: pointer;
}

.modalADiv:hover {
  color: #A31818;
  background: #E2CBE9;
}

.modalADiv:active {
  background: #E8E8E8;
}

.modalADiv:focus {
  color: #949494;
  background: #E6DFDF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.progress {
  width: 150px; /* Largura da barra de progresso */
  height: 20px;
  margin-left: 10px; /* Espaçamento entre o enunciado e a barra */
  border: 1px solid #ccc; /* Borda da barra de progresso */
  border-radius: 5px; /* Borda arredondada */
  left: 100px;
}

.progress-bar {
  height: 100%;
  border-radius: 5px; /* Borda arredondada */
}

.btn-smaller {
  font-size: 10px; /* Tamanho da fonte desejado */
}
