.header {
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  z-index: 1;
}

.div-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-botoes {

  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  /* ajuste a altura conforme necessário */
 

}



.label {
  white-space: nowrap;
}

table.dataTable td {
  border-right: 1px solid #ccc;
  margin-top: 5px;
}

table.dataTable thead th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  background-color: #f7f7f7;
  text-align: center;
  border-top: 2px solid #000;

}

table.dataTable thead th:last-child {
  border-right: none;
}

table.dataTable thead th:first-child {
  border-left: none;

}

.dataTables_filter input {
  margin-bottom: 3px;

}

.footer {
  height: 40px;
  width: 98.5%;
  position: absolute;

  bottom: 0;
}