.dataTables_wrapper tr td {
  white-space: nowrap;
}

.btnCambiosCR {
  position: fixed;
  bottom: 12%;
  left: 50%;
  transform: translateY(50%);
  padding: 10px 20px;
  /* background-color: #007bff; */
  /* color: #fff; */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.highlight {
  background-color: rgb(248, 171, 171);
}

#dropzone {
  border: 2px dashed #007bff;
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
  color: #555;
}

#dropzone.dragover {
  background-color: #e9ecef;
  color: #007bff;
}

#fileList {
  margin-top: 10px;
}
