.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
    padding-left: 8px;
    background-color: #e9e9e9;
    margin: 2px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    cursor: pointer;
    border-radius: 35px;
    height: 22px;
    display: flex;
    align-items: center;
} 

.page-item.active {
    border: 1px solid #0a2658;
    color: white;
    background-color: #0a2658;
} 