.update-task-button {
  display: none !important;
}

/* Hide the change priority task button */
.priority-task-button {
  display: none !important;
}

/* Hide the create subtask button */
.create-subtask-button {
  display: none !important;
}

/* Remove the 3rd empty dropdown in the action buttons */
.LIST-taches table tr .card-action-buttons > .btn-group > .button-group-wrapper.d-inline-flex {
  display: none !important;
}
/* Increase size of filter header text */
.filters-search h3 {
  font-size: 1.5rem !important; 
}