
[class*="mat-paginator-navigation"]:hover {
  color: $ochre;
}

[class*="mat-paginator-navigation"].mat-icon-button {
  padding:0 !important;
}


.mat-paginator-container {
  justify-content: center !important;
}

.mat-paginator-range-actions {
  flex-wrap: wrap;
  justify-content: center;

  & .mat-icon-button:disabled,
  & .mat-icon-button[disabled] {
    border: none ;
  }
}

.mat-paginator-range-label {
  width: 100%;
  text-align: center;
  margin:0.75rem 0.75rem !important;
}

@media print, (min-width: 576px) {
  .mat-paginator-container {
    justify-content: flex-end !important;
  }

  .mat-paginator-range-actions {
    flex-wrap: nowrap;
    justify-content: unset;
  }

  .mat-paginator-range-label {
    width: auto;
    margin: 0 0.75rem !important;
  }
}
