.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.pagination a,
.pagination span {
    font-size: 14px;
    cursor: pointer;
    color: #1f2d3b;
    padding: 10px 15px;
    min-width: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-weight: 600;
    background: #f5f5f5;
}

.pagination a:hover {
    background-color: #1f2d3b;
    color: #fff !important;
}

.pagination a:first-child {
    border-radius: 10px 0 0 10px;
}

.pagination a:last-child {
    border-radius: 0 10px 10px 0;
}

.pagination .jp-current {
    background: #df5104 !important;
    color: #fff;
}

.pagination .active span{
    background: #df5104 !important;
    color: #fff;
}

.pagination .jp-current:hover {
    cursor: default;
    background-color: #df5104;
}

.pagination .jp-disabled,
.pagination .jp-disabled:hover {
    color: #bbb !important;
    cursor: default;
    background-color: #f5f5f5;
}

.pagination-chevron{
    Margin :0 1rem
}

.mypagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.mypagination a,
.mypagination span {
    font-size: 14px;
    cursor: pointer;
    color: #1f2d3b;
    padding: 10px 15px;
    min-width: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-weight: 600;
    background: #f5f5f5;
}

.mypagination a:hover {
    background-color: #1f2d3b;
    color: #fff;
}

.mypagination a:first-child {
    border-radius: 10px 0 0 10px;
}

.mypagination a:last-child {
    border-radius: 0 10px 10px 0;
}

.mypagination .jp-current {
    background: #df5104;
    color: #fff;
}

.mypagination .jp-current:hover {
    cursor: default;
    background-color: #df5104;
}

.mypagination .jp-disabled,
.mypagination .jp-disabled:hover {
    color: #bbb;
    cursor: default;
    background-color: #f5f5f5;
}
