.record-left {
    width:calc(100% - 94px);
    white-space:nowrap;
    overflow:hidden;
}
.record-right {
    min-width:94px;
}

.dataTables_filter {
    text-align:right;
}


/*** DATATABLES ***/
.dataTables_filter label {
    display:inline-block;
    white-space:nowrap;
    text-align:left;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    margin-left:0.5em;
    display:inline-block;
    width:auto;
}

div.dataTables_wrapper div.dataTables_length label {
    display:inline-block;
    white-space:nowrap;
    text-align:right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content:flex-end;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top:0.85em;
}

.pointer {
    cursor:pointer;
}

.input-group {
    width:auto;
}

@media(min-width:1200px) {
    td.tw-100 {
        width:100px;
        max-width:100px;
    }
    td.tw-150 {
        width:150px;
        max-width:150px;
    }
    td.tw-250 {
        width:250px;
        max-width:250px;
    }
    .card-body .table {
        margin-bottom:0;
    }
}

.form-check {
    position: relative;
    text-align: left;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-check {
    display: block;
    min-height: 1.2375rem;
    padding-left: 1.6em;
    margin-bottom: .125rem;
}
    /* Container for tables to add some spacing */
    .table-container {
        margin: 20px 0;
    }

    /* Basic table styling */
    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1rem;
    }

    th, td {
        padding: 12px;
        text-align: left;
    }

    /* Desktop view (min-width: 768px) */
    @media screen and (min-width: 768px) {
        table {
            table-layout: fixed;
        }

        th, td {
            width: 33.33%; /* Equal width for 3 columns */
        }
    }

    /* Mobile view */
    @media screen and (max-width: 767px) {
        table {
            table-layout: auto;
        }
    }
