﻿.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.pagination a {
    color: #000;
    padding: 18px;
    /* margin: 0px 10px; */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: none;
}

.pagination a.active {
    background: #376BE3;
    border-radius: 100%;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}
.inactive-button {
    pointer-events: none;
    color: #aaa !important;
}