:root {
  --ztcolor: #315983;
}

* {
  word-break: break-word !important;
}

.s_title {
  font-family: Arial;
}

.p_page {
  display: flex;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/*pagination*/
.pagination {
  margin: 25px auto;
}
.pagination .jumpto {
  display: inline-block;
  margin-left: 2px;
}
.pagination .page-item.active .page-link {
  background-color: #097dc7;
  border-color: #097dc7;
}
.pagination .page-link {
  color: #2c3e50;
}
.pagination .page-item.disabled .page-link {
  color: #999;
}
.pagination .jumpto input {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
}
.pagination .submit {
  border-radius: 0 0.25rem 0.25rem 0;
}
.pagination .page_number {
  width: 55px;
  margin-right: -1px;
}

@media only screen and (max-width: 576px) {
  .pagination .page-num {
    display: none;
  }
}
