.page-item .page-link {
    color: var(--dark-gray);
    padding-top: 10px;
    padding-bottom: 5px;
 }

 .page-item.active .page-link {
    color: #ffffff;
    background-color: #0f5943;
    border: 1px solid #dee2e6;
 }

 .page-item:first-child .page-link, .page-item:last-child .page-link {
    padding-right: 15px;
    padding-left: 15px;
 }


 .flip {
    transform: scaleX(-1);
}

.page-link {
    height: 100%;
}

.page-link span {
    background-image: url("../images/icons/arrow.svg");
    position: absolute;
    width: 8px;
    height: 16px;
    margin: 2px 0px 0px -3px;
    background-repeat: no-repeat;
}
