table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 500;
    text-transform: uppercase;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    border-bottom: none;
}

/* .form-control {
    border-color: #ddd;
} */

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    /* border: 1px solid #333547; */
    border-radius: 0.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

button.select2-selection__clear {
    line-height: 35px;
}

.dataTables_length {
    margin-bottom: 15px;
}

input#skip_file {
    border: 1px solid #bdb2b2;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.table {
    table-layout: auto;
    width: 100% !important;
}

[data-theme="dark"] {
    --datatable-border-color: rgba(255, 255, 255, 0.2); /* subtle white */
}

.dark-theme table.dataTable.no-footer {
    border-bottom: 1px solid #43464a;
}

span.select2-selection__clear {
    margin-left: 10px;
}
[data-bs-theme="dark"] table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before  {
    color: gray !important;
}

[data-bs-theme="dark"] table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    color: #333333 !important;
}

/* light Table Pagination */
/* Pagination container */
/* .dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-top: 20px;
} */

/* Pagination buttons (light mode) */
/* .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 6px 14px;
    margin: 0; */
 /*   border: 1px solid #d1d5db;   light gray border */
    /* background: #fff; */
   /*  color: #374151 !important; dark gray text */
    /* cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
} */

/* Remove spacing between buttons */
/* .dataTables_wrapper .dataTables_paginate .paginate_button:not(:last-child) {
    border-right: none;
} */

/* Rounded corners only at edges */
/* .dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
    border-radius: 6px 0 0 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    border-radius: 0 6px 6px 0;
} */
 /* .dataTables_wrapper .dataTables_paginate #table_list_data_previous {
    border-radius: 6px 0 0 6px;
}
.dataTables_wrapper .dataTables_paginate #table_list_data_next {
    border-radius: 0 6px 6px 0;
} */

/* Active page */
/* .dataTables_wrapper .dataTables_paginate .paginate_button.current { */
  /*  background: #2563eb !important;  blue */
    /* color: #fff !important;
    border-color: #2563eb !important;
} */

/* Hover effect */
/* .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #2563eb;
    color: #fff !important;
} */

/* Disabled buttons */
/* .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { */
 /*   color: #9ca3af !important;  gray text */
 /*    background: #f9fafb; very light gray */
    /* border-color: #e5e7eb;
    cursor: not-allowed;
} */

/* Dark Table Pagination */

/* Pagination container */
/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-top: 20px;
} */

/* Pagination buttons */
/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 6px 14px;
    margin: 0; */
 /*   border: 1px solid #3b3b3b;   border color */
    /* background: transparent;
    color: #ddd !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
} */

/* Remove spacing between buttons */
/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button:not(:last-child) {
    border-right: none;
} */

/* Rounded corners only at edges */
/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
    border-radius: 6px 0 0 6px;
}
[data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    border-radius: 0 6px 6px 0;
} */

/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate #table_list_data_previous {
    border-radius: 6px 0 0 6px;
}
[data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate #table_list_data_next {
    border-radius: 0 6px 6px 0;
} */

/* Active page */
/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.current { */
  /*  background: #2563eb !important;  blue */
    /* color: #fff !important;
    border-color: #2563eb !important;
} */

/* Hover effect */
/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #2563eb;
    color: #fff !important;
} */

/* Disabled buttons */
/* [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #666 !important;
    cursor: not-allowed;
    background: #1e1e1e;
} */
 
[data-bs-theme="dark"] .form-control {
    border: 1px solid #494646;
}

a i.fas.fa-eye,
button i.fa.fa-eye,
a i.fa-pen-to-square {
    font-size: 16px;
}