#pagination {
    width: 100%;
    /* margin-top: 30px;
    position: fixed;
    left: 0;
    display: flex;
    padding-left: 0; */
    text-align: right;
    margin-top: 20px;
    /* Fix for overlap issues where .pagination class might be applied */
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
}

#pageTips {
    position: fixed;
    right: 10px;
    font-size: 15px;
}

ul li {
    list-style: none;
    display: inline-block;
    user-select: none;
}

.list-items {
    /* width: 36px;
    height: 36px;
    line-height: 36px; */
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #838383;
    cursor: pointer;
    transition: all .3s;
    margin: 10px;
    /* border: 1px solid #dedede; */
}

.list-items:hover {
    color: #CC0F19;

    /* background-color: #e9ecef;
    border-color: #dee2e6; */
}

.active,
.active:hover {
    color: #CC0F19;
}