.pagination {
    justify-content: center!important;
    display: flex;
    list-style: none;
    border-radius: .25rem;
    text-align: center;
}

.pagination > li > a {
    color: #003926;
    font-size: 1.4rem;
    background: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
}

.page-item:first-child .page-link {
    margin-left: 0;
   
}

.page-item:last-child .page-link {
    border: 1px solid #003926;
    border-radius: 0;
    z-index: 3;
    line-height: 1;
}

.page-link:focus, .page-link:hover {
    color: #fff;
}

.page-item.active .page-link {
    z-index: 2;
    color: #1f1f1f;
    background-color: #ffffff;
    border-color: #ffffff;
}

.pagination > li > a:hover {
    color: #ffffff;
    background-color: #003926;
}

.page-link:focus, .page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #003926;
    border-color: #ffffff;
}

.page-item:first-child .page-link {
    border: 1px solid #003926;
    border-radius: 0;
    z-index: 3;
    line-height: 1;
}
