/* janela login */
/* Estilos gerais */
body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0;
  background-color: #f0f0f0;
}
.container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 90%; /* Largura máxima */
  max-width: 400px; /* Largura máxima */
  text-align: center;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.input-group, .forgot-password {
  margin-bottom: 15px;
}
.input-group input {
  width: calc(100% - 20px); /* Considera o padding */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.button-group {
  margin-top: 20px;
}
.button-group button {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
.button-group button:hover {
  background-color: #45a049;
}
.description {
  font-size: 0.8rem;
  margin-top: 10px;
  text-align: center;
  color: #555;
}
.link {
  color: blue;
  text-decoration: none;
  font-weight: bold; 
  text-transform: 
  uppercase;
}
.link:hover {
  text-decoration: underline;
}
.col11 {
  width: 95%;
  columns: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
 /* Permite que os itens quebrem para a próxima linha */
}
.col11 label {
  font-size: 14px;
}
.dividir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Permite que as fieldsets quebrem para a próxima linha */
}
.dividir2 {
  width: 99%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
}
@media (max-width: 600px) {
  .col11 {
    columns: 1;
    flex-wrap: wrap;
  }
}
@media (min-width: 701px) {
.contorno{
  width: 42.7%;
}
}
/* Estilos responsivos */
@media (max-width: 700px) {
  .container {
    width: 90%;
    padding: 10px;
  }
  .input-group input {
    width: calc(100% - 10px); /* Considera o padding */
  }
}
/* Estilo específico para o esqueci a senha e cadastro */
.forgot-password,
.register-form {
  display: none;
  margin-top: 10px;
}
.show-forgot-password,
.show-register-form {
  display: block;
}
/* Estilo para formulário de login e registro */
.login-form,
.register-form {
  display: block;
}
.login-form {
  display: block;
}
.register-form {
  display: none;
}
/* fim login */
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(214, 214, 214, 0.39);
  }
  h1{
    font-size:  3.5vw;
    text-align: center;
    margin-bottom: 10px;
  }
  #logo{
    width: 100px;
    position: absolute;
    top: 22;
    right: 0;
  }
  /* Estilos para o formulário */
  form {
    overflow-x: hidden;
      width: 99%;
      margin: 0 auto;
      padding: 10px;
      background-color: rgba(128, 128, 128, 0.694);
      border-radius: 10px;
      box-shadow: 5px 5px rgba(0, 0, 0, 0.11);
    }
    form h2 {
      margin-top: 0;
    }
    form label {
      display: block;
      font-weight: bold;
      margin-bottom: 1px;
    }
    form input[type="date"],
    form input[type="fone"],
    form input[type="number"]{
      width: 80%;
      padding: 5px;
      margin-bottom: 20px;
      border-radius: 5px;
      border: none;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    form input[type="text"],
      form textarea {
      width: 80%;
      height: auto;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 5px;
      border: none;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    form textarea {
      resize: vertical;
    }
    form button[type="submit"],
    form button[type="button"] {
      padding: 10px 20px;
      background-color: #4CAF50;
      border: none;
      border-radius: 5px;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
    }
    form button[type="submit"]:hover,
    form button[type="button"]:hover {
      background-color: #3e8e41;
    }
    /* Estilos para a página de impressão */
    @media print {
      body>form>fieldset>label{
        font-size: 12px;
      }
      button.but, input.profile-img, p.notimg, label.notimg {
        display: none;
    }
      body {
        margin: 0;
      }
      *, *::before, *::after {
        box-sizing: border-box;
      }
      form {
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        background-color: transparent;
      }
      form input[type="text"],
      form input[type="date"],
      form input[type="number"],
      form textarea {
        font-size: 12px;
      }
      form button[type="submit"],
      form button[type="button"] {
        display: none;
      }
    }
    #userData{
      width: 950%;
    }
    #anamnese-form{
      width: 96%;
      text-align: center;
    }
    #Ospontos{
      font-size: 14px;
    }
    #Ospontos span {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; 
  }
  #Ospontos2 span {
    display: inline-block;
    margin-right: 20px; 
    margin-bottom: 15px; 
}
    #anamnese-form fieldset {
   
      border: 2px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
 
    }
    /*para imagem carregada*/
    .form-image {
      margin-top: 5px;
      width: 75px;
    }
    .form-image img{
      width: 100px;
    } 
    .col3{
      width: 95%;
    }
    .col2{
      columns: 2;
    }
    #prof{
      width: 50%;
    }
    /*coluna uncia fieldst nao divide tela*/
    .col1{
      width: 95%;
    }
    #colint{
      width: 95%;
      background-image: linear-gradient(to right,green ,yellow ,red);
    }
    /*para acertar o tamanho da fieldset de acordo com o tamanho da tela*/
    fieldset {
      width: 43%;
    }
    @media (max-width: 2080px) {
      fieldset {
        width: 95%;
      }
      p{
        font-size: 18px;
      }
      label{
        font-size: 18px;
      }
      form>fieldset>label{
        font-size: 14px;
      }
      form>fieldset>fieldset>label{
        font-size: 18px;
      }
      form>fieldset>legend{
        font-size: 14px;
      }  
        .col2{
        columns: 1;
        width: 42.7%;
      }
      .col3{
        columns: 1;
      }
      .menu-items li a {
        font-size: 55px;
      }
    }
    @media (max-width: 680px) {
      fieldset {
        width: 95%;
      }
      p{
        font-size: 14px;
      }
      label{
        font-size: 14px;
      }
      form>fieldset>label{
        font-size: 14px;
      }
      form>fieldset>fieldset>label{
        font-size: 14px;
      }
      form>fieldset>legend{
        font-size: 14px;
      }
    legend{
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      color: blue;
    }
        .col2{
        columns: 1;
        width: 95%; 
      }
      .col3{
        columns: 1;
      }
      .menu-items li a {
        font-size: 26px;
      }
    }
    /*css do menu*/
    .menu {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      /*background-image: linear-gradient(to bottom, var(--cor2), var(--cor5));*/
      z-index: 1000;
      margin-bottom: -90px;
    }
    .menu-toggle {
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .menu-toggle:hover .toggle-icon .bar {
      background-color: orange;
    }
    .toggle-icon {
      position: relative;
      width: 30px;
      height: 20px;
    }
    .toggle-icon .bar {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transition: transform 0.2s ease;
    }
    .toggle-icon .bar:first-child {
      transform-origin: left;
    }
    .toggle-icon .bar:last-child {
      transform-origin: right;
    }
    .menu-items {
      margin-left: -90px;
      position: absolute;
      top: 80px;
      left: 0;
      width: 0;
      height: calc(100vh - 80px);
      overflow-y: auto;
      background-color: #f2f2f2ec;
      z-index: 999;
      transition: width 0.3s ease;
      border-radius: 12px;
    }
    .menu-items li {
      margin: 20px 0;
      text-align: center;
    }
    .menu-items li a {
      display: block;
      padding: 1px 0;
      font-size: 18px;
      color: black;
      font-weight: bold;
      text-decoration: none;
    }
    .menu-items li a:hover {
      color: black;
      background-color: #fd932fc0;
      border-radius: 10px;
    }
    .toggle-icon .bar {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: black;
      transition: transform 0.2s ease;
    }
    .toggle-icon .bar:first-child {
      transform: translateY(-6px);
    }
    .toggle-icon .bar:last-child {
      transform: translateY(6px);
    }
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }  
    /*fim do css menu*/
    #bodyFlipButton:hover{
      box-shadow: 5px 5px rgba(0, 0, 0, 0.356);
      margin-left: 2px;
  }
  #bodyFront{
    width: 100%;
  }
  fieldset{
    border-radius:10px;
  }
  Fieldset> label {
    font-weight: none;
    font-size: 17px;
    width:80%;
  }
  /*manipular os bonecos*/
  .tamanhob{
    margin-bottom:10%;
  }
  .tamanhob2{
    margin-top:-59%;
  margin-left:25%;
  width:100%;
  overflow-x: hidden;
  }
  /*footer*/
  footer {
    width: 100%;
    background-color: black ;
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    padding: 7px 0;
  }
  footer p {
    margin: 0;
    padding: 7px;
    text-align: center;
  }
  footer a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }
  p{
    color: black;
    font-weight: bolder;
    margin-top: 0px;
  }
  /*estilo pulsologia*/
  /* Estilo para os pulsologia */
  .ponto {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    cursor: pointer;
}

.ponto:hover {
    background-color: black;
}

/* Estilo para a div pai e elementos */

#metal{
left: 80px;
bottom: 63px;
}
#madeira{
right: 101px;
top: -7px;
}
#terra{
left: 106px;
top: -98px;
}
#agua{
top: 212px;
right: 68px;
}
#fogo{
left: 2px;
top: 115px;
}
#extras{
border-radius: 5px;
height: 50px;
top: -355px;
left: 130px;
}

.elemento {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    background-color: rgba(211, 211, 211, 0.436);
    color: black;
    font-size: 14px;
    transition: background-color 0.5s ease;
    position: relative;
    overflow: hidden;
  border: solid 0.3px black;
}

.elemento .fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: red;
    z-index: -1;
    transition: height 0.5s ease;
}

/* Estilo da div retangular Extra */
.extra {
    width: 180px;
    height: 50px;
    background-color: lightgray;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

/* Estilo para o popup */
.popup5 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

.popup5-content {
    padding: 20px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}
#ponto-esquerdo-2{
background-color: green;
}
#ponto-esquerdo-3{
background-color: rgba(24, 24, 255, 0.904);
}
#ponto-direito-1{
background-color: white;
}
#ponto-direito-2{
background-color: yellow;
}
#ponto-direito-3{
background-color: pink;
}


/* diagnosticos */
#diagnos{
  margin: auto;
  display: block;
  width: 90%;
  background-color: #cccccc6d;
  border-radius: 12px;
}
#E,#BP,#VB,#F,#ID,#C,#B,#R,#I,#IG,#P,#TA,#PC,#C{
  text-align: center;
  margin-right: 3%;
}
#dig{
  display:none;
 
}
#seta{
  font-size: 50px;
  font-weight: bolder;
  margin-top: -100px;
  margin-bottom: -7px;
  display: none;
}
  /*fim pulsologia*/
  
  /* imgs popup dos pontos */
  .modal, .modal3 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  .modal-content3{
    border-radius: 10px;
    margin: auto;
    display: block;
    width: 20%;
    max-width: 700px;
    margin-top: 5%;
  }
  .modal-content {
    border-radius: 10px;
    margin: auto;
    display: block;
    width: 50%;
    max-width: 700px;
    margin-top: 5%;
  }
  @media (max-width: 880px){
    .modal-content {
    width: 80%;
    }
    .modal-content3{
      width: 40%;
    }
  }
  .modal-content, #modalCaption, #modalCaption3, .modal-content3 {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  @keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }
  .close, .close3 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: black;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  #modalCaption, #modalCaption3 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    height: 150px;
  }
  #resetBtn{
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    border: 0.3px solid black;
    margin-bottom: 5px;
    background-color: #bf24059d;
    color: white;
    font-weight: bolder;
}
#resetBtn:hover{
  background-color: #BF2505;
}

/* elemento */
#elementos {
  background-color: white;
  width: 95%;
  margin: auto;
}

#chartContainer {
  position: relative;
  width: 100%; /* Make it responsive */
  max-width: 400px; /* Optional max-width */
  height: auto; /* Allow height to adjust */
  margin: 0 auto;
}

#backgroundImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}

#myChart {
  position: relative;
  z-index: 2;
  width: 100% !important; /* Ensure it scales */
  height: auto !important; /* Maintain aspect ratio */
}

#elementImage {
  display: block;
  margin: 20px auto;
  width: 100px; /* Adjust the size as needed */
  height: 100px; /* Adjust the size as needed */

}
@keyframes oscillate {
  0%, 100% {
      transform: rotate(0deg);
  }
  50% {
      transform: rotate(15deg);
  }
}

#elementImage {
  animation: oscillate 2s infinite;
}



/* botao sob img */
#addToTreatmentBtn {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  cursor: pointer;
  /* Posiciona o botão acima da imagem */
  position: absolute;
  top: 10px; /* Ajuste a distância da parte superior da imagem */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* Garante que o botão fique sobre a imagem */
}

#addToTreatmentBtn:hover {
  background-color: #45a049;
}

/* popu delete nome */
.confirm-delete-popup {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.confirm-delete-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close-confirm {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-confirm:hover,
.close-confirm:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* formulario */
#nome{
 margin-left: -45px;
  width: 48%;

}
#salvar{
  text-align: center;
  width: 80px;  
}
#limparCamposBtn{
  width: 80px;  
}


/* auriculo */
#game-container,  #game-container3 {
  display: block;
  margin: auto;
  position: relative;
  width: 350px;
  height: auto;
}
#game-container{
  background-color: rgb(255, 255, 214);
  border-radius: 10px;
}

#game-container3{
  background-color: rgba(181, 180, 180, 0.418);
  border-radius: 10px;
}
#auriculo, #auriculo3 {
  width: 60%;
  height: auto;
}
.point, .point3 {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: blue;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 2;

}
.point:hover, .point3:hover{
  background-color: red;
}
.point-label,.point-label3 {
  position: absolute;
  color: black;      
  padding: 2px;   
  margin-top: -14px;
  margin-left: 9px;
  display: none;
  font-size: 10px;
  line-height: 10px;
    height: 10px;
    z-index: 1;
}
#clear-button, #print-button, #toggle-names-button, #clear-button3, #print-button3, #toggle-names-button3 {
  margin-top: 20px;
  margin-right: 10px;
}
.button-container, .button-container3 {
  display: flex;
  justify-content: center;
}
.name-container {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
#clear-button,#print-button,#toggle-names-button, #clear-button3,#print-button3,#toggle-names-button3{
  width: 80px;
  padding: 8px;
  border-radius: 10px;
  font-weight: bold;
}
#clear-button:hover,#clear-button3:hover{
  background-color: rgba(255, 0, 0, 0.52);
  color: white;
  
}
#print-button:hover, #print-button3:hover{
  background-color: rgba(0, 0, 255, 0.603);
  color: white;
  
}
#toggle-names-button:hover, #toggle-names-button3:hover{
  background-color: rgba(0, 128, 0, 0.571);
  color: white;
  
}
#talamo,#cere,#simpatico,#endocrino, #uretra{
  border-radius: 0.5px;
}
/* popup */

.popup,.popup3 {
display: none; /* Inicialmente invisível */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
justify-content: center;
align-items: center;
z-index: 1000; /* Fica sobre todos os outros elementos */
}
.popup-content,.popup-content3 {
background-color: white;
padding: 20px;
border-radius: 5px;
max-width: 400px;
width: 80%;
text-align: center;
}

.popup-close,.popup-close3 {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;
}
.popup-close:hover,.popup-close3:hover {
color: red; /* Muda a cor ao passar o mouse */
}
#remove-point-button,#remove-point-button3  {
margin-top: 10px;
}
#remove-point-button,#remove-point-button3 {
margin-top: 10px;
padding: 8px;
border-radius: 5px;
background-color: rgba(255, 0, 0, 0.7);
color: white;
border: none;
font-weight: bold;
cursor: pointer;
}

#remove-point-button:hover,#remove-point-button3:hover {
background-color: rgba(255, 0, 0, 0.9);
}

.popup-content p,.popup-content3 p {
text-align: center;
margin: 0; /* Remove margens extras, se necessário */
white-space: pre-line; /* Mantém as quebras de linha do HTML */
}

#imuscular2{           
  text-align: center;
  width: 250px;    
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 8px;
  margin-right: 2px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px black;
}
.caixinha{
height: 15px;
}