/*Efeito seleção do painel.php*/
.selecionado {
    background-color: #d1e7dd !important; /* Verde claro agradável */
    cursor: pointer; /* Garante que o mouse continue mostrando que é clicável */
    transition: background-color 0.2s; /* Opcional: deixa a mudança de cor suave */
}
/*________________*/
h1 {
  width: 100%; /* ocupa toda a largura do form */
  text-align: center;
}

/* Isso faz a mágica da centralização */
.page-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  padding: 0;
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0; /* remove margens padrão */
  height: 100vh;
}
.login-form {
  background-color: rgb(241, 241, 241);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* Centraliza verticalmente */
  border: 1px solid #b8b8b8; /* Mudei o cinza claro para um mais escuro */
  border-radius: 8px;
  padding: 10px;
  max-width: 300px;
  width: 100%; /* Garante que seja responsivo */
  gap: 10px;
}

.login-form2 {
  display: flex;
  flex-direction: column; /* Coloca os inputs um embaixo do outro */
  gap: 10px; /* Espaçamento entre os elementos */
  width: 100%;
}

/* Ajuste nos inputs para não ficarem colados */
.input-page {
  background-color: white;
  border: none;
  font-size: 18px;
  width: 95%;
  padding: 3px;
}
.button-class {
  display: flex;
  justify-content: space-between; /* Mágica acontece aqui */
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 700;
  background-color: #712cf9;
  padding: 8px;
  border-radius: 8px;
  width: auto;
  border: none;
  border: 2px solid #712cf9;
}
.button-class:hover {
  background-color: #8f57ff;
  border-color: #8f57ff;
  transition: background-color 0.5s ease;
}

#id-icon-enter {
  width: 20px;
  height: 20px;
}
.teste {
  background-color: rgb(255, 255, 255);
  padding: 2px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  width: auto;
  min-height: 5px;
  box-sizing: border-box;
}

.teste:focus-within {
  border: 2px solid rgb(10, 88, 202, 0.3);
  outline: 1px solid rgb(10, 88, 202, 0.3);
  border-color:;
  box-sizing: border-box;
}
.E-mail {
  margin-top: 0px;
  padding: 2px;
  text-align: center;
  font-size: 10px;
  color: #757575;
  border: 2px solid white;
  border-radius: 5px;
  width: 35px;
  height: 10px;
  background-color: rgb(234, 240, 240);
}
.Senha {
  margin-top: 0px;
  padding: 2px;
  text-align: center;
  font-size: 10px;
  color: #757575;
  border: 2px solid white;
  border-radius: 5px;
  width: 35px;
  height: 10px;
  background-color: rgb(234, 240, 240);
}
.input-page:focus {
  outline: none;
  border: none;
  box-shadow: none; /* Alguns navegadores adicionam uma sombra suave, isso a remove */
}
.check-olhar {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 10px;
}
.form-check-input {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  margin: 0px;
  width: 16px;
}
.menu-superior {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #712cf9;

  width: 100%;
  height: auto;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu {
}
.pesquisa-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-right: 20px;
}
.button-pesquisa {
  margin-right:;
}
.button-menu {
  margin-left: 20px;
}
.button- .button-menu,
.button-home,
.button-pesquisa,
.button-menu-raight {
  opacity: 1;
  color: rgb(82, 82, 82);
  text-decoration: none;
}
.bi {
  font-size: 40px;
  opacity: 1;
  color: rgb(14, 14, 14);
}
.ES-produtos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.entra-e-saida {
  display: flex;
  flex-direction: column;
  align-items: center; /* centro horizontal */
  justify-content: center; /* centro vertical */
  min-width: 200px;
  max-width: 300px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  gap:;
  text-align: center;
}
select {
  box-sizing: border-box;
  width: 300px; /* define a largura fixa */
  padding: 1px 2px;
  height: auto;
  text-align:center;
}
input {
  box-sizing: border-box;
  width: 300px; /* define a largura fixa */
  padding: 1px 2px;
  height: 30px;
}

.logo {
  margin-left: 70px;
}
input.entrada {
  box-sizing: border-box;
  width: 300px; /* define a largura fixa */
  padding: 1px 2px;
  height: 30px;
}
.button-calcular-th {
  border-right: none;
}
/*botao calcular*/
.class-button-calcular {
  display: flex;
  justify-content: center; /* Mágica acontece aqui */
  align-items: center;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 700;
  background-color: green;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  border: none;
  border: 2px solid green;
  text-align: center;
}
.class-button-calcular:hover {
  background-color: rgb(46, 167, 46);
  border-color: rgb(46, 167, 46);
  transition: background-color 0.5s ease;
}

button.primary-button-class-entrada-saida {
  display: flex;
  justify-content: space-between; /* Mágica acontece aqui */
  align-items: center;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 700;
  background-color: #712cf9;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  border: none;
  border: 2px solid #712cf9;
}
button.primary-button-class-entrada-saida:hover {
  background-color: #8f57ff;
  border-color: #8f57ff;
  transition: background-color 0.5s ease;
}
.bt {
  width: 28px;
  height: 28px;
}

/*teste*/
/* Estilo do container do menu */
.menu {
  position: relative;
  display: inline-block;
}

/* Estilo do botão */
.button-menu {
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 5px;
}

/* Esconde o conteúdo do menu por padrão */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Estilo dos links dentro do menu */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Mostra o menu ao passar o mouse */
.menu:hover .dropdown-content {
  display: block;
}
a.button-menu {
  margin: 0;}

/*toggle*/
.toggleL {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 20px;
  background-color: green;
  border-color: none;
  border-radius: 20px;
  border: 2px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.toggleD {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 20px;
  background-color: gray;
  border-color: none;
  border-radius: 20px;
  border: 2px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.esfera {
  width: 30px;
  height: 30px;
  background-color: #712cf9;
  border-color: none;
  border-radius: 100%;
  border: 2px;
  box-sizing: border-box;
}
/*ESTILIZAÇÃO DA PÁGINA DE AVALIAÇÃO DOS COLABORADORES*/
table {
  width: 100%;
  border-collapse: collapse; /* Essencial para bordas bonitas */
}

th,
td {
  height: 30px;

  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
tr {
}
td {
  padding: 0;
}

th {
  background-color: #f2f2f2;
}
.input-tb-avaliacao {
  height: 100%;
  width: 100%;
  text-align: center;
}
.nota-th {
  width: 80px;
}
.nota-final {
  font-size: 30px;
  text-align: right;
  width: 80px;
  border-left: none;
}
/*ESTILIZAÇÃO DA PÁGINA DE AVALIAÇÃO DOS COLABORADORES*/

/*estilização do container da tabela*/

.container-tabela {
  display: flex;
  flex-direction: column;
  height: auto;
  width:500px;
  align-items: center;

}

/*estilização do container da tabela*/
nav.container{
    display:flex;
    flex-direction:column;
}