.tableGroup tbody td {
    padding: 2%; 
    font-size: 18px;
    font-family:'Montserrat', sans-serif;
  }

  .mainTable {
    display: flex;
    flex-direction: column; /* Alinha os itens em coluna */
    justify-content: center; /* Centraliza verticalmente */
    align-items: center; /* Centraliza horizontalmente */
    margin-bottom: 7%;
}
  .pAcompanhe{
    font-family:'Montserrat', sans-serif;
    text-align: center;
  }

  .tableGroup {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10), 0px 10px 20px rgba(0, 0, 0, 0.05);
  }


.btn-close{
    border: none;
    background: none;
    text-decoration: none; /* Remove sublinhado */
    font-size: larger;
}

.btnIncluir{
    margin-top: 10px;
    padding: 5px 11px;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btnIncluir:hover, .btnG:hover{
    text-decoration: none;
}

.cdsGrupo {
    text-align: center; 
    width: 600px; 
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10), 0px 10px 20px rgba(0, 0, 0, 0.05);
    padding: 15%;
}

.text {
    width: 100%; /* Garante que o conteúdo ocupe toda a largura disponível */
    padding: 0 20px; /* Adiciona um espaço interno à esquerda e à direita */
}


.text form {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os itens verticalmente */
}

.aUser{
  cursor: pointer;
}

.text button {
    margin-top: 20px; /* Espaçamento superior entre o input e o botão */
    width: 100%; /* Largura total do botão */
    max-width: 200px; /* Largura máxima do botão */
}
.btnG {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .btnGE {
    padding: 5px 14px;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .tabelaCentral{
    width: 60%;
    max-height: 500px;
    overflow-y: auto;
  }

  .btnGE:hover {
    background-color: rgb(156, 16, 16);
    border-color: rgb(156, 16, 16);
  }


  @media (max-width: 768px) {

    .cdsGrupo{
      width: auto;
    }

    .tabelaCentral{
        width: auto;
      }
  
      .btnG{
        font-size: 11px;
      }
  
      .btnGE{
        font-size: 10px;
      }
  }