.paginate_button a {
    border:none !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -40px !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #1F2322 !important;
    border-radius: 8px !important;
    border-color: #0d6efd !important;
    background: #F1F4F3 !important;
}
.page-item .page-link {
    color: #1F2322 !important ;
}
.page-item .page-link:hover{
     color: #1F2322 ;
     border-radius: 8px !important;
}
.page-item .page-link:focus{
    box-shadow:none;
}

table.table-bordered.table-border-bottom-0.dataTable th, table.table-bordered.table-border-bottom-0 tbody tr:not(:last-child) td {
    border-bottom-width: 0px !important;
}

table.table-bordered.table-border-bottom-0 tbody tr:not(:last-child) {
    border-width: 0 0;
}

table.table-bordered.table-border-bottom-0 tbody tr:last-child {
    border-width: 0 0 1px 0;
}

table.table-striped-success-even > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg:none !important;
}
table.table-striped-success-even > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: #F9FBFA;
}
@media screen and (max-width: 768px) {
    div .dataTables_wrapper div.dataTables_paginate {
        margin-top: 0px !important;
    }
}

#weather-forecast-weekly-table_wrapper .row {
    margin: 0px !important;
}