.bg {
  /* The image used */
  background-image: url("/assets/404.jpg");

  /* Full height */
  height: 100vh;
  width: 100wh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#home_btn_404 {
  position: absolute;
  margin-left: -50px;
  left: 50%;
  bottom: 50px;
}

.previous-next-container {
  /* background-color: lightgray; */
  padding: 0;
  margin: 0;
}

/* Estiliza os inputs dentro do DatePicker */
.DateInput_input {
  font-size: 14px;
  padding: 8px;
  font-family: 'Arial, sans-serif';
  color: #333;
  font-family: 'Arial, sans-serif';
  padding: 6px;
  height: 30px;
}

/* Estiliza o container do DatePicker */
.DateRangePickerInput {
  padding: 0;
  margin: 0;
}

.DateInput {
  width: 85px;
}

/* Header AG Grid */
.ag-header-cell-label {
  /* Cor do thema minty */
  background-color: #78c2ad;
  color: #fff;
}

.ag-header-container {
  /* Cor do thema minty */
  background-color: #78c2ad;
  color: #fff;
}