.dr-pagination-total.dr-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dr-pagination-wrapper-right .dr-pagination__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dr-pagination-wrapper-right .dr-pagination__inner .ant-pagination-total-text {
  margin-right: auto;
}
.dr-pagination-wrapper-left .dr-pagination__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.dr-pagination-wrapper-left .dr-pagination__inner .ant-pagination-total-text {
  margin-left: auto;
  margin-right: 0;
}
.dr-pagination-wrapper-left .dr-pagination__inner .ant-pagination-options {
  margin-left: 0;
}
.dr-pagination-wrapper-center.dr-pagination-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dr-pagination-wrapper-center.dr-pagination-wrapper .dr-pagination__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.dr-pagination-wrapper {
  width: 100%;
}
.dr-pagination-wrapper .dr-pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
