@import '../../../../../styles/colors';
@import '../../../../../styles/vars';

.paginationNumbers {
  color: $skyBlue100 !important;
  cursor: pointer !important;
  font-family: $rwsFontText !important;
  font-weight: bolder !important;
  margin-left: 0.5vw !important;
  margin-right: 0.5vw !important;
}

.activePageChip {
  border-width: 2px !important;
  font-weight: bolder !important;
}

.ie11ChipCorrection {
  min-width: 2rem !important;
}
