﻿body
{
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
   border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    
}