@import "./common/var.scss";
.vl-pagination {
  display: flex;
  align-items: center;

  &-total {
    display: flex;
    align-items: center;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.88);
    font-style: normal;
    text-transform: none;
  }
  button {
    margin: 0 5px;
    background-color: #ffffff;
    color: rgba(0,0,0,0.88);
    outline: none;
    border-radius: 6px;
    padding: 0 4px;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 32px;
    min-height: 32px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border: 0;

    &:hover {
      background-color: #f5f5f5;
    }

    &.active {
      background-color: #ffffff!important;
      color: $primary;
      cursor: not-allowed;
      border: 1px solid $primary;
      border-radius: 6px;
    }

    &.disabled {
      cursor: not-allowed;
      color: #ccc;
    }
  }

  &-pageSizes {
    width: 110px;
  }

  &-jump {
    span {
      padding: 0 8px;
      font-weight: 400;
      font-size: 14px;
      color: rgba(0,0,0,0.88);
      line-height: 20px;
      text-align: right;
      font-style: normal;
    }
  }
}
