.pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: right;
}
.pageNavigation:after,
.pageNavigation:before {
  content: "";
  display: table;
}
.pageNavigation:after {
  clear: both;
}
.pageNavigation_container {
  margin-top: 34px;
}
.pageNavigation_item {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  color: #912490;
  border: 0;
  border-radius: 100%;
}
.pageNavigation_item:not(.pageNavigation_item__current):hover {
  color: #1d1d1d;
}
.pageNavigation_item > a {
  display: block;
  height: 40px;
  color: inherit;
  z-index: 1;
}
.pageNavigation_item:not(.pageNavigation_item__extreme) {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.pageNavigation_item__current {
  color: #fff;
  background-color: #af46ae;
  line-height: 40px;
}
.pageNavigation_item__previous > a:before,
.pageNavigation_item__next > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.pageNavigation_item__previous > a:before {
  border-right: 10px solid #af46ae;
}
.pageNavigation_item__previous a:hover:before {
  border-right: 10px solid #8d57c5;
}
.pageNavigation_item__next > a:before {
  border-left: 10px solid #af46ae;
}
.pageNavigation_item__next a:hover:before {
  border-left: 10px solid #8d57c5;
}
.pageNavigation_item__extreme {
  padding: 0;
  width: auto;
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.pageNavigation_item__extreme > a {
  padding: 0 14px;
  line-height: 42px;
}

/*# sourceMappingURL=../maps/component/pageNavigation.css.map */
