﻿.page-item.active .page-link {
    background-color: #9F2241;
    border-color: #9F2241;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #9F2241;
    border-color: #9F2241;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button .page-link {
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    padding: 8px !important;
    margin: 0 3px !important;
    line-height: 20px !important;
    text-align: center !important;
}
