div#content {
  background: #fff;
}
header,
footer,
.elementor-location-footer {
  display: none;
}
div.datatable-container {
  margin-top: 150px;
  margin-bottom: 150px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
div.datatable-container .dataTables_length,
div.datatable-container .dataTables_filter {
  margin-bottom: 50px;
}
table#haciendaTable td {
  position: relative;
}
table#haciendaTable td > div {
  display: flex;
  height: 100%;
  align-items: center;
}
table#haciendaTable th {
  white-space: nowrap;
}
table#haciendaTable .hacienda__Col__factura {
  white-space: nowrap;
}
table#haciendaTable .hacienda__Col__Icono {
  justify-content: center;
}
table#haciendaTable .hacienda__Col__Icono svg {
  width: 25px;
  max-width: 25px;
  height: auto;
}
