.text-hover-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}

* {
  outline: none !important;
}

.dataTables_filter > label {
  display: flex;
  font-size: 0.8rem;
  gap: 6px;
  align-items: center;
}

.dataTables_filter > input {
  padding: 0px 10px !important;
}

a.paginate_button {
  color: black !important;
}

a.paginate_button.current {
  border-radius: 100% !important;
  background: #dddddd !important;
  border: none !important;
}


.dataTable td{
    border-bottom-color: rgba(228, 228, 228, 0.507) !important;
}