body {
    font-family: "Inter", sans-serif;
}
.note-filter {
    position: absolute;
    top:0;
    left: 0;
    max-width: 180px;
    z-index: 9;
}
/* Ensure fixed column headers match the main table */
table.dataTable th {
    background-color: #343a40 !important; /* Set to your preferred color */
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #ededed;
}

.table-striped tbody tr:nth-of-type(odd)> .dtfc-fixed-left, 
.table-striped tbody tr:nth-of-type(odd)> .dtfc-fixed-right {
    background-color: #ededed;
}

.sort-row + .sort-row {
    border-top: 1px solid #ced4da;
    padding-top: 0.5rem;
}
.table thead th {
    vertical-align: middle;
}

::-webkit-scrollbar {
width: 3px;
height: 8px; /* Reduce scrollbar height */

}
::-webkit-scrollbar-track {
background: transparent;
-webkit-border-radius: 20px;
border-radius: 20px;
margin: 2px;
}
::-webkit-scrollbar-thumb {
background: #CCCCCC;
-webkit-border-radius: 20px;
border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
background: #CCCCCC;
}
::-webkit-scrollbar-button {
height: 0;
display: none;
}
body {
-ms-overflow-style: none;
}
body::-ms-scrollbar {
width: 3px;
}
body::-ms-scrollbar-track {
background: transparent;
border-radius: 20px;
}
body::-ms-scrollbar-thumb {
background: #CCCCCC;
border-radius: 20px;
}
body::-ms-scrollbar-thumb:hover {
background: #CCCCCC;
}
body::-ms-scrollbar-button {
display: none;
}
body {
scrollbar-gutter: stable both-edges;
}

/* Custom scrollbar styles for Firefox */
@-moz-document url-prefix() {
    * {
    scrollbar-width: thin; / Make scrollbar thinner /
    scrollbar-color: #CCCCCC transparent; / Thumb color and track color /
    }

    / Additional hack to hide scrollbar buttons in Firefox /
    *::-moz-scrollbar-button {
    display: none;
    }
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate {
    font-size: 0.847rem;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    margin-bottom: 1rem;
}
/* Custom overrides from above */
  .select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding-right: 1.5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px);
    right: 0.75rem;
}

label {
    margin-bottom: .25rem;
}

.dataTables_wrapper .dataTables_filter input {
    display: block;
    width: 30%;
    /* height: calc(1.5em + .75rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
    margin-top: 1rem;
}
.dataTables_wrapper .dataTables_length {
    float: none !important;
    text-align: right !important;
}
.dataTables_wrapper .dataTables_filter label {
    width: 100%;
    margin: 0;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da  !important;
    border-radius: .5rem  !important;
    padding: .375rem .75rem  !important;
    background-color: #fff  !important;
    margin-left: 0  !important;
    height: calc(2.25em + .75rem + 4px);
}
button.filer-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

table  th, 
table td {
    font-size: 0.847rem;
}

button.btn-export.btn.btn-success.btn-lg {
    position: relative;
    bottom: 177px;
    left: 1200px;
}

.dataTables_wrapper .dataTables_scroll {
    margin-top: 1rem;
}
.dataTables_wrapper .dataTables_length label {
    margin-top: 0.5rem;
}