.pagination .page-item.active {
  background-color: #004494; }

.pagination .page-item .page-link {
  color: #004494; }

.ow-user-bottompagination nav {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .ow-user-bottompagination nav {
      justify-content: end; } }
  .ow-user-bottompagination nav ul {
    display: flex;
    align-items: center;
    color: #004494; }
    .ow-user-bottompagination nav ul li {
      margin: 6px; }
      .ow-user-bottompagination nav ul li a {
        color: #004494; }
