/* New css added on 16-09-2025 */
.custom-btn-primary {
    background-color: #344767 !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 500;
}

.custom-btn-pagination {
    background-color: #7cacff !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 500;
}

.custom-btn-pagination.active {
    background-color: #2676ff !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 500;
}