.firstTd {
    border-top-left-radius: 10px;
    border-top: none !important;
    border-left: none !important;
}

.lastTd {
    border-top-right-radius: 10px;
    border-top: none !important;
    border-right: none !important;
}

.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: var(--custom-theme-color);
    border-color: var(--custom-theme-color);
}

/* .table td, .table th{
    border: none;
} */

