    /* @import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap'); */

    thead {
        color: aliceblue;
        /* background: #2270ae; */
        background-color: #0582b5;
    }

    table#example {
        padding-bottom: 10px;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-color: #fff;
        border-top-color: rgb(255, 255, 255);
        border-style: solid;
        border-top-style: solid;
        border-width: 0;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        /* border: 1px solid transparent; */
        /* background: var(--bs-breadcrumb-table) !important; */
        box-shadow: none;
        color: aliceblue;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        /* border: 1px solid transparent; */
        border-radius: 2px;
        /* background: var(--bs-breadcrumb-table) !important; */
        color: #0582b5;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #0582b5;
        border: 1px solid #979797;
        /* background-color: white !important; */
    }

    div#example_paginate {
        /* background: var(--bs-breadcrumb-table); */
        padding: 5px 0;
        color: #fff;
        font-size: 12px;
    }

    .icon-size {
        font-size: 1.2rem;
        color: red;
    }

    a#example_next {
        color: #fff;
    }

    .table>thead>tr>th {
        border-bottom-width: 1px;
        font-size: 16px;
        font-weight: 400;
    }

    .pdf_href {
        color: #000;
        font-family: serif;
        font-size: 14px;
        line-height: 1.5;
    }

    .contactless .pdf_href {
        color: var(--bs-contactless-pdf) !important;
        font-family: serif;
        font-size: 14px;
        line-height: 1.5;
    }