.pagination {
  .page-link {
    color: inherit !important;
  }

  li {
    color: #716d66;

    &.disabled {
      color: #b5b0a1;
    }

    &.active a {
      color: #fff;
      background-color: #4fc9da;
      border-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 1em;
      height: 2.5em;
      min-width: 2.5em !important;
      font-weight: 500;
      box-shadow: none !important;
    }
  }
}
