﻿/*!
 Tabulator 5.6.2 (Bootstrap 5 theme)
*/
.tabulator {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    background-color: #fff;
    overflow: hidden
}

    .tabulator .tabulator-header {
        border-bottom: 1px solid #dee2e6;
        background-color: #f8f9fa;
        font-weight: 600
    }

    .tabulator .tabulator-col {
        padding: .5rem;
        border-right: 1px solid #dee2e6
    }

    .tabulator .tabulator-tableHolder {
        overflow: auto
    }

    .tabulator .tabulator-table {
        font-size: .9rem
    }

.tabulator-row {
    border-bottom: 1px solid #dee2e6
}

    .tabulator-row.tabulator-row-even {
        background-color: #f9fafb
    }

.tabulator-cell {
    padding: .45rem .5rem;
    vertical-align: middle
}

.tabulator-footer {
    background-color: #f8f9fa;
    padding: .5rem;
    border-top: 1px solid #dee2e6;
    text-align: right
}

.tabulator-page {
    margin: 0 .2rem;
    padding: .25rem .6rem;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    cursor: pointer
}

    .tabulator-page.active {
        background-color: #0d6efd;
        color: #fff
    }

    .tabulator-page:hover {
        background-color: #0d6efd;
        color: #fff
    }
