.paginationshow { 
    height: 36px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    
}
 .paginationshow .page-link:hover {
    z-index: 2;
    color: #144a95;
    text-decoration: none;
    
}
.paginationshow .page-num, .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4E5969;
    background-color: #fff;
   border: 0px;
}
.paginationshow .page-num:hover{
     color: #144a95;
}
.paginationshow .page-num-current{
    color: #144a95;
    background-color: #f5f7fd;
}
.paginationshow .page-num:not(:disabled) {
    cursor: pointer;
}
.paginationshow span{
    font-size: 16px;
    line-height: 36px;
    margin: 0 10px;
}
