ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.simple-pagination li:first-child {
  padding: 6px 4px 6px 6px;
  border-radius: 16px;
  background-color: #fff;
}

.simple-pagination li:last-child {
  padding: 6px 2px 6px 8px;
  border-radius: 16px;
  background-color: #fff;
}

.simple-pagination .disabled {
  opacity: 0.5;
}

span.ellipse.clickable {
  cursor: pointer;
}

.ellipse input {
  width: 3em;
}
/*------------------------------------*\
	Simple Theme Styles
\*------------------------------------*/
.simple-theme span {
  cursor: pointer;
}

.simple-theme a,
.simple-theme span {
  float: left;
  color: #9b9b9b;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  min-width: 14px;
  padding: 14px 20px;
  margin: 0 12px 0 0;
  border-radius: 30px;
}

.simple-theme a:hover,
.simple-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  /* color: #ffffff; */
  background: none;
  border: 1px solid #0046a4;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 700;
}

.simple-theme .current {
  color: #fff;
  background-color: #0046a4;
    font-weight: 700;
}

.simple-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

.simple-theme ul li a,
.simple-pagination ul li span {
  background-image: none !important;
  border: none;
  color: #000;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-size: 22px;
}


.simple-theme ul li:first-child a,
.simple-theme ul li:first-child span {
  width: 54px;
  text-indent: -9999px;
  background: url('./prev1.png') no-repeat center !important;
  background-size: 60% !important;
}

.simple-pagination ul li:last-child a,
.simple-pagination ul li:last-child span {
  width: 54px;
  text-indent: -9999px;
  background: url('./next1.png') no-repeat center !important;
  background-size: 60% !important;
}
.prev,.next{
  border: 1px solid #ECEDEE !important;
}

@media (max-width: 992px) {
  .simple-theme a,
  .simple-theme span {
    padding: 1px 9px;
    margin: 0 8px 0 0;
  }
  .simple-theme ul li:first-child a,
  .simple-theme ul li:first-child span {
    width: 28px;
    background-size: 45% !important;
  }

  .simple-pagination ul li:last-child a,
  .simple-pagination ul li:last-child span {
    width: 28px;
    background-size: 45% !important;
  }
}
