.form-login-manutencao, .form-altera-servidor, .form-avaliacao{
    padding-top: 25px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
}
.form-login-manutencao{
    width: 420px;
}
.form-altera-servidor{
    width: 580px;
}
.form-avaliacao{
    width: 60%;
}
h3{
    font-weight: 700;
    color: rgb(32, 32, 32);
}
.div-input{
    width: 90%;
    color: black;
}
.div-inputs-avaliacao{
    width: 98%;
    margin: 0 auto;
    display: flex;
}
.div-input-avaliacao{
    width: 45%;
}
.div-submit{
    width: 90%;
    text-align: center;
    margin: 25px auto;
}
.div-submit button{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.div-input select{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ced4da;
    padding: 3px;
}
.divTotal{
   display: flex;
   background-color: #fff; 
   align-items: center;
   justify-content: center;
}
.divLink{
   display: flex;
   width: 30%;
   align-items: center;
   justify-content: end;
   margin-left: 5rem;

}
.logoManutencao{
    width: 60%;
}
.linkMnutencao{
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;

}
.alert{
    margin: 0 auto;
    width: 60%;
}
.divLegendaGrafico{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}
.divTotalAvaliacoes{
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
}
.formBuscaServidores{
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 1rem;
    margin-bottom: 2rem;
}


.formEditarOrgao{
    padding-top: 25px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    width: 820px;
}
.formEditarPeriodo{
    padding-top: 25px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    width: 820px;
}
.btnSalvarOrgao{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.divComponenteForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.badge-ativo{
    font-size: 0.95rem !important;
}
.div-aviso-planilha{
  border-radius: 10px;
  border: #efefe6 solid;
  margin: auto;
  width: 80%;
  padding: 1rem;
  background: #fff582;
}
@media (max-width: 796px) {
    .div-inputs-avaliacao{
        display: block;
    }
    .div-input-avaliacao{
        width: 90%;
    }
    .form-avaliacao{
        width: 94%;
    }
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    padding-top: 95px;
  }
  .btnLogout{
    padding: 0;
    text-decoration: none;
    font-size: 20px;
    color: #ff0000;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  .divErros{
    position: fixed;
    top:8rem;
    right:1rem;
  }

  .btnCadastrarServidor{
    margin-top: 30px;
    text-align: center;
  }
  .divFormCadServidor{
    text-align: center;
  }
  .boxTextCadServidor{
    text-align: center;
  }
 

  .divSelectFiltroAvaliacao{
    text-align: center;
    width: 30%;
  }
  .selectAvaliacao{
    width: 100%;
  }
  .formFiltroCriarAvaliacao{
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .cardCriarAvaliacao{
    min-width: 50%
  }
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #636b6f;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #5d8dfd;
  }

  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  /* Add an active class to the active dropdown button */
  .active {
    background-color: #ffffff;
    color: #5d8dfd;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #ffffff;
    padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }
  .form-check-input:checked{
    background-color: green;
    border-color: green;
  }


  #cadOrgaoServidor + .select2.select2-container.select2-container--default{
    width: 100% !important;
  }
  
/* .select2-selection__rendered {
  height: auto;
  width: 500px;
}

.select2-results{
  height: auto;
  width: 76px;
} */