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

.page-item .page-link {
    margin: 0 0.75rem;
    margin-left: -1px;
    color: #006600;
    font-weight: bold;
    font-size: 18px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #F00;
}

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

.page-item a {
    text-decoration: none;
}

.hkball {
    display: inline-block;
    line-height: 25px;
    width: 25px;
    color: white;
    font-size: 20px;
    height: 25px;
    background-color: #990000;
    border-radius: 50%;
    margin: 2px 0;
}