﻿.dataTables_wrapper {
    font-size: 12px !important;
}

    .dataTables_wrapper th, .dataTables_wrapper td {
        font-size: 12px !important;
    }

    .dataTables_wrapper .table thead th {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .dataTables_wrapper .table tbody td {
        padding-top: .2rem !important;
        padding-bottom: .2rem !important;
    }

    .dataTables_wrapper .table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
        background-color: #4285f4 !important;
    }

    .dataTables_wrapper .pagination .page-item .page-link {
        font-size: 12px !important;
    }

    .dataTables_wrapper .btn {
        padding-top: .3rem !important;
        padding-bottom: .3rem !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        font-size: 12px !important;
    }


    .dataTables_wrapper select, .dataTables_wrapper input {
        display: unset !important;
    }
