.pagebar {
    margin-right: 10px
}
.page-status, .page-index, .page-last {
    display: none
}
.page-pre, .page-next {
	height: 30px;
    /* color: rgba(102, 102, 102, 1); */
    color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: #c2c2c2!important;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 0;

        display: inline-table;
    float: left;
    margin-right: 5px;
}
.page-pre a, .page-next a {
	font-size: 12px;
	display: table-cell;
    vertical-align: middle;
    bottom: 0;
    color: #fff;
}

.page-pre:hover {
    background-color: var(--main-color) !important;
}

.page-pre:hover a{
    color: #fff !important
}

.page-num {
	height: 30px;
    width: 30px;
    color: rgba(102, 102, 102, 1);
    transition: 0.4s;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: rgba(242, 242, 242, 1);
    text-align: center;
    position: relative;
    font-size: 14px;
    display: table;
    float: left;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-num:hover {
    background-color: var(--main-color);
    color: #fff;
}
.page-num-current {
	    text-decoration: none;
    background-color: var(--main-color);
    color: rgba(255,255,255,1);
}
.page-next:hover {
    background-color: var(--main-color) !important;
}

.page-next:hover a{
    color: #fff !important
}