.spage-total {
  display: inline-block;
  margin-right: 20px;
  line-height: 35px;
  color: #666;
  font-size: 1rem;
}

.spage-number {
  display: inline-block;
  color: #666;
  font-size: 14px;
}

.spage-number button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  /* margin-left: -1px;
  padding: 0px 14px;
  line-height: 33px; */
  padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
  border: 1px solid #ddd;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  outline: none;
  background: none;
  user-select: none;
  color: #666
}

.spage-number button.active {
  background: #006ca5;
  color: #fff;
  border-color: #006ca5;
  z-index: 3;
}

.spage-number button.active:hover {
  background: #006ca5;
  color: #fff;
  border-color: #006ca5;
  z-index: 3;
}

.spage-number button:hover {
  background-color: #eee;
}

.spage-number button.button-disabled {
  cursor: not-allowed;
  color: #ccc;
}

.spage-number .spage-after,
.spage-before {
  padding: 0px;
  width: 40px
}

.spage-skip {
  display: inline-block;
  margin-left: 20px;
  line-height: 35px;
  color: #666;
  font-size: 1rem;
}

.spage-skip input {
  box-sizing: border-box;
  display: inline-block;
  width: 45px;
  height: 35px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ddd;
  background: none;
  outline: none;
  transition: all .2s;
}

.spage-skip input:focus {
  border-color: #006ca5;
}

.spage-skip button {
  display: inline-block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  vertical-align: top;
  color: #666;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all .2s;
  outline: none;
  background: none;
  user-select: none;
}

.spage-skip button:hover {
  background: #006ca5;
  color: #fff;
  border: 1px solid #006ca5;
}