.pagination-wrapper .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-wrapper .pagination .pagination-button {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f39c12;
  border: 1px solid #f39c12;
  width: 14%;
  color: #ffffff;
  border-radius: 2px;
}
.pagination-wrapper .pagination .pagination-button:active {
  background-color: #c27b0a;
}
.pagination-wrapper .pagination .pagination-button.disabled {
  background-color: #fad9a4;
  border: 1px solid #fad9a4;
}
.pagination-wrapper .pagination .pagination-input {
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
  width: 54%;
  border-radius: 2px;
}
.pagination-wrapper .pagination-detail {
  margin-top: 5px;
  color: #888888;
  font-size: 0.7rem;
  text-align: center;
}
