
    /* pagination */
    .page-item.active .page-link{
        border: none;
    height: 45px;
    width: 55px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #343a40;
    /* margin: 0 -8px 0 0; */
    border-radius: 0;
    transition: all 0.3s linear 0s;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
    a:hover,
    a:focus {
        text-decoration: none;
        outline: none
    }

    .pagination-outer {
        text-align: center;
    }

    .pagination {
      display: flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
overflow: hidden;
border-radius: 0 !important;
justify-content:center;
    }
    .pagination li{
      margin-bottom: 10px
    }

    .pagination li a.page-link,
    .page-item.active .page-link,
    .pagination li:first-child a.page-link,
    .pagination li:last-child a.page-link {
        border: none;
        height: 45px;
        width: 55px;
        line-height: 45px;
        text-align: center;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        /* background-color: #343a40; */
        background-color: rgb(3, 87, 13);
        /* margin: 0 -8px 0 0; */
        border-radius: 0;
        transition: all 0.3s linear 0s;
        -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    }

    .pagination li a.page-link:before,
    .page-item.active .page-link:before,
    .pagination li:first-child a.page-link:before,
    .pagination li:last-child a.page-link:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        /* background-color: #ff771a; */
        background-color: rgb(40, 255, 26);
        display: block;
        opacity: 0;
        transform: scale(0.1);
        z-index: -1;
        transform-origin: bottom right 0;
    }

    .pagination li a.page-link:hover:before,
    .page-item.active .page-link:before {
        opacity: 1;
        transform: scale(1);
        transition: all 0.3s linear 0s;
    }

    .pagination li:first-child a.page-link {
       -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
        border-radius: 0;
    }

    .pagination li:last-child a.page-link {
        margin-right: 0;
        -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);


        border-radius: 0;
    }

    .page-item.active .page-link,
    .page-item.active .page-link,
    .pagination li a.page-link:hover,
    .page-item.active .page-link:hover {
        border: none;
        background: transparent;
        /* color: rgb(197, 20, 20); */
    }


    .page-item .page-link:hover,
    .pagination li:first-child a.page-link:hover,
    .pagination li:last-child a.page-link:hover,
    .pagination li:first-child a.page-link:hover {
z-index: 3;
color: #fff;
/* background-color: #c70000; */
/* border-color: #007bff; */
}
/* .page-item.active .page-link {

background-color: #c70000;

} */

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    border: none;
    height: 45px;
    width: 55px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    /* background-color: #343a40; */
    background-color: rgb(3, 87, 13);

    /* margin: 0 -8px 0 0; */
    border-radius: 0;
    transition: all 0.3s linear 0s;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
