@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* ANAMNESE ADULTO PÁG 2 */
button:hover {
  cursor: pointer;
}
.SimNaoBotao {
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-left: 5%;
}
.SimNaoBotaoEspaco {
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.botoespag2 {
  display: flex;
  align-items: center;
  transform: scale(1.1);
  padding: 10px;
  padding-left: 8%;
  font-family: "Open Sans", sans-serif;
}
.pag2Adultotexto {
  text-align: left;
  font-size: 18px;
  margin-left: auto;
  margin-left: 2px;
  font-family: "Open Sans", sans-serif;
}
.textodoslabelsPag2 {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.textodoslabelsPag2.disabled {
  color: grey;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.pag2Adulto {
  padding-left: 2.5%;
}
.PaginaSelecionada {
  color: white;
  text-decoration: none;
}
.PaginaSelecionadaUnderline {
  text-decoration: underline;
  text-decoration-color: red;
  text-underline-position: under;
}
.checkboxAdultoPag2 {
  transform: scale(2);
  margin-left: 30px;
  background-color: grey;
  margin: 7 30px;
  cursor: pointer;
}
.checkboxAnamnese2 {
  top: 0;
  transform: scale(2);
  background-color: grey;
  /* margin-left: 2.5%; */
  /* margin-top: 4%; */
  position: relative;
}
.checkboxAnamnese2:hover {
  cursor: pointer;
}

/*
.inputTextAnamnese2 {
  border: none;
  border-bottom: 2px solid black;
  padding-bottom: 5px;
  outline: none;
  background-color: white;
}
*/

.inputTextAnamnese2:disabled {
  border: none;
  border-bottom: 2px solid grey;
  padding-bottom: 5px;
  outline: none;
  background-color: white;
}
.inputTextAnamnese2:focus {
  border-bottom-color: red;
}
.PosicaoDiv {
  margin-left: 16%;
  margin-top: 1%;
  position: relative;
}
/* BOTAO APAGAR/ X VERMELHO */
.botaovermelhoborda {
  background-color: white;
  text-decoration: none;
  border: none;
}
.imgVermelhoX {
  width: 20;
  height: 20;
}
/* BOTAO AZUL APAGRA*/
.botaoazulborda {
  background-color: #296390;
  color: white;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
}
.tamanhoimgbotao {
  width: 20;
  height: 20;
  filter: saturate(800%) contrast(0%) brightness(1000%);
}

@media (max-width: 800px) {
  /* ANAMNESE ADULTO PÁG 2 */

  /*
  button:hover {
    cursor: pointer;
  }
  .SimNaoBotao {
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-left: 5%;
  }
  .SimNaoBotaoEspaco {
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  .botoespag2 {
    display: flex;
    align-items: center;
    transform: scale(1.1);
    padding: 10px;
    padding-left: 8%;
    font-family: Arial, sans-serif;
  }
  .pag2Adultotexto {
    text-align: left;
    font-size: 18px;
    margin-left: auto;
    margin-left: 20px;
    font-family: Arial, sans-serif;
  }
  .textodoslabelsPag2 {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
  .textodoslabelsPag2.disabled {
    color: grey;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
  .pag2Adulto {
    padding-left: 2.5%;
  }
  .PaginaSelecionada {
    color: white;
    text-decoration: none;
  }
  .PaginaSelecionadaUnderline {
    text-decoration: underline;
    text-decoration-color: red;
    text-underline-position: under;
  }
  .checkboxAdultoPag2 {
    transform: scale(2);
    margin-left: 30px;
    background-color: grey;
    margin: 7 30px;
    cursor: pointer;
  }
  .checkboxAnamnese2 {
    top: 0;
    transform: scale(2);
    background-color: grey;
    margin-left: 2.5%;
    margin-top: 4%;
    position: relative;
  }
  .checkboxAnamnese2:hover {
    cursor: pointer;
  }
  .inputTextAnamnese2 {
    border: none;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    outline: none;
    background-color: white;
  }
  .inputTextAnamnese2:disabled {
    border: none;
    border-bottom: 2px solid grey;
    padding-bottom: 5px;
    outline: none;
    background-color: white;
  }
  .inputTextAnamnese2:focus {
    border-bottom-color: red;
  }
  .PosicaoDiv {
    margin-left: 2%;
    margin-top: 1%;
    position: relative;
  }
  /* BOTAO APAGAR/ X VERMELHO */
  .botaovermelhoborda {
    background-color: white;
    text-decoration: none;
    border: none;
  }

  /* BOTAO AZUL APAGRA*/
  /*
  .botaoazulborda {
    background-color: darkblue;
    color: white;
    border-radius: 50%;
    border: none;
    width: 60px;
    height: 60px;
  } */
  .tamanhoimgbotao {
    width: 25;
    height: 25;
  }
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  .PosicaoDiv {
    margin-left: 2%;
    margin-top: 1%;
    position: relative;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .PosicaoDiv {
    margin-left: 2%;
    margin-top: 1%;
    position: relative;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  /* Não sei o que mudar nesta página ver no tablet na terça */
}
*/
/* NOVOS ESTILOS */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.content-section {
  display: flex;
  justify-content: center;
  padding: 3em 6em;
}

.container {
  max-width: 600px;
  background: #fff;
  border-radius: 5px;
  width: 600px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.8em;
}

.wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 1em;
}

.wrap p {
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.add {
  text-decoration: none;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #296390;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 4px; */
}

/* dynamic class creation*/

.flex {
  display: flex;
  gap: 1.5em;
  margin-bottom: 15px;
}

.delete {
  text-decoration: none;
  display: inline-block;
  background: orange;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  width: 30px;
  height: 30px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* padding-bottom: 4px; */
}

input {
  padding: 5px 10px;
  background: #e8e8e8;
  border: none;
  border-radius: 5px;
}

input:focus {
  outline: 0px solid #efefef;
}

.pergunta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  border-bottom: 2px solid #296390;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}

.hidden {
  display: none;
}

/* Adiciona algumas regras para os grupos finais */
.final {
  display: grid;
  grid-template-columns: 2fr 3fr;
  /* Ajustado para melhor alinhamento */
  gap: 20px;
  /* Adiciona espaço entre as perguntas */
}

/* Estilização para os containers dos radio buttons */
.checkbox-final {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Seção para alinhar os radio buttons horizontalmente e com espaço */
.checkboxes {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Especifica um alinhamento à direita para os radio buttons de 'Não' */
.checkbox-nao {
  justify-content: flex-end;
}

/* Certifique-se de que o texto do label está alinhado com o radio button */
.checkbox-final label {
  margin: 0;
}

.container label {
  font-size: 18px;
}
