@media only screen and (max-width: 500px) {
  .dataTable-dropdown {
    display: none !important;

  }
  .dataTable-input{
    width: 100%;
  }
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  height: calc((0.03rem * 1) + (0.5rem * 2) + (2px)) !important;
  width: calc((0.03rem * 1) + (0.5rem * 2) + (2px)) !important;
}