@media (max-width: 768px) {

.Reporte {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to right, #e53935, #8e24aa);
  color: #ffffff;
  min-height: 700px;
  min-width: 400px;

}


#from, #to{
  max-width: 100px;
}



.Reporte-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  color: black;
  border-radius: 4px;
  overflow: hidden;
}

.Reporte-table th,
.Reporte-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}


.tabla-con-scroll {
  max-height: 600px;
}

/* Opcional: hace que el header quede fijo */
.tabla-con-scroll thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}







.rtbtiempoinicio{

  display: nones;
}

}