/* IMPORTAR ESTILOS BASES */
@import url('../../../assets/css/styles.css');

/* =======================
   CLASES PROPIAS DE PANEL
======================= */

.dataTables_scrollBody {
  max-height: 600px !important; 
}

/* ============================================================
   SCROLLBAR
   ============================================================ */
.dataTables_scrollBody::-webkit-scrollbar {
  height: 8px !important;
  width: 8px !important;
}

.data-panel {
  padding: 0 !important;
}

.dataTables_filter {
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 0.7rem !important;
  border-radius: 8px;
  justify-self: left;
  float: left !important;
  text-align: left !important;
  font-size: 16px;
}

.dataTables_filter input {
  width: max-content !important;
  font-size: 1em;
}