
.dataTables_filter
{
  display: flex;
  justify-content: end;
}

.dataTables_filter > label
{
  max-width: 100%;
}


@media screen and (min-width: 998px){

  .dataTables_filter > label
  {
    min-width: 400px;
  }
}

/* */

.dataTables_paginate.paging_simple_numbers .pagination{
    width: fit-content;
}
.dataTables_paginate.paging_simple_numbers{
    display: flex;
    justify-content: end;
}


.paginate_button.page-item.active a{
    background-color: #000;
}


.wrapper-somar{
    position: fixed;
    top: 2px;
    left: 20px;
}
