@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.pager-list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  overflow-y: auto;
}
.pager-list::-webkit-scrollbar {
  height: 4px;
}
.pager-list li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pager-list li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pager-list li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #0090cc;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}
.pager-list li a:hover {
  z-index: 2;
  color: #0056b3 !important;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pager-list .is-active a {
  z-index: 1;
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}
.pager-list .is-active a:hover {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}
.pager-list li.disabled {
  pointer-events: none;
}
.pager-list li.disabled a {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
}

/*# sourceMappingURL=pager.css.map */
