.pages {
  width: 97.8%;
  margin: 0.4em 1%;
  /* border: 1px solid #f9c0c7;
  background: #fcdee0; */
  /* height: 2.1333em; */
  padding: 0.6em 0;
  text-align: center;
  position: relative;
}

.yiiPager {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* height: 2.1333em */
}

.pages-header .yiiPager{
  justify-content: flex-end;
}
.pages-header .yiiPager .next{
  margin-right: 10px;
  margin-left: 15px;
}

.yiiPager li {
  display: inline-block;
}

.yiiPager li a {
  display: inline-block;
  color: #FFF;
  /* background: #e11b4e; */
  padding: 0.2em 0.9em;
  text-decoration: none;
}

.yiiPager li a:link,
.yiiPager li a:visited {
  color: #FFF;
}

.yiiPager .first {
  display: none !important;
}

.yiiPager .last {
  display: none !important;
}

.yiiPager .previous {
  display: inline-block !important;
  /* position: absolute;
  left: 0.5em; */
}

.yiiPager li.previous.hidden a {
   background: #f3859a !important;
}

.yiiPager .next {
  display: inline-block !important;
  /* position: absolute;
  right: 0.5em; */
}

.yiiPager li.next a {
  /* background: #e11b4e !important; */
}

.yiiPager li.next.hidden a {
  background: #f3859a !important;
}

.yiiPager .selected a {
  /* background: #f3859a !important; */
}