.paging_button {
  box-sizing: border-box;
  display: inline-block;
  align-items: flex-start;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.667);
  border: 1px solid rgb(16, 186, 16);
  background: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: 35px;
  height: 35px;
}

.paging_button:hover {
  background-color: #f0fdf4;
}

.current {
  background-color: rgb(198, 236, 201);
}