#Easy3wMPagination .easy3wMGridPageStepper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 12px;
}
#Easy3wMPagination .easy3wMGridPageStepper .emgpsBtn {
  -ms-flex: 1;
      flex: 1;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  text-align: center;
  padding: 7px 0;
  margin-right: 3px;
}
#Easy3wMPagination .easy3wMGridPageStepper .emgpsBtn:last-child {
  margin-right: 0;
}
#Easy3wMPagination .easy3wMGridPageStepper .emgpsBtn.emgpsBtnDisable {
  border: 1px solid #999;
  color: #999;
  cursor: not-allowed;
}
#Easy3wMPagination .easy3wMGridPageStepper .emgpsBtn.emgpsBtnActive {
  border: 1px solid var(--adm-color-primary);
  color: var(--adm-color-primary);
}
#Easy3wMPagination .easy3wMGridPageStepper .emgpsBtnNo {
  display: none;
}
