    table {
        border-spacing: 0;
        font-size: small;
        table-layout: auto !important;
        white-space: nowrap !important;
    }

    td {
        padding: 0.1rem 0.3rem !important;
    }

    tr.text-center th {
        text-align: center !important;
    }

    .table td,
    .table th {
        align-content: center;
    }

    hr {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* DataTable */

    .dataTables_info,
    .pagination,
    .dataTables_length,
    .dataTables_filter {
        font-size: small !important;
    }


    @media (max-width: 767.98px) {

     
        .dataTables_length {
            display: none !important;
        }

        .nav-link {
            padding: 0.1rem 0.2rem !important;
        }

        .nav-tabs .nav-link {
            font-size: small !important;
            margin-left: 0.1rem !important;

        }

        .nav-tabs .nav-link.active {
            color: #1c606a;
            background-color: #d7f1f5;
            border-color: #c7ebf1;
        }
    }