﻿
.pagination {
    display: flex;
    list-style: none;
    padding-bottom: 25px;
    justify-content: center;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #E52729;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    color: #E52729;
}

.page-link {
    padding: 5px 10px;
    font-size: 16px;
    position: relative;
    display: block;
    line-height: 1.25;
    color: rgb(3, 78, 162, 0.5);
}

    .page-link:hover {
        background-color: #eaeaea;
    }

.pagination .current {
    color: #fff;
    background-color: #034EA2;
}

    .pagination .current:hover {
        background-color: #8c8c8c;
    }

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
