.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(var(--bs-dark-rgb), 0.1) !important;
}

div.dataTables_filter[id*="_filter"] {
    display: none !important;
}

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

th,
td {
    vertical-align: middle !important;
    white-space: nowrap !important;
    text-align: center !important;
}

/* custom search */
.custom-search { 
    border-radius: 50px;
    border: 0.01px solid #d9dee3 !important;
}

.icon-custom-search {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    height: 20px;
    color: #949698;
    pointer-events: none;
}
/* End custom search */

/* Custom styles for select 2 */
/* Select */
.select2-container--default .select2-selection--single {
    border: 0.01px solid #d9dee3 !important;
}

.select2-container .select2-selection--single {
    height: 37.5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-dropdown {
    border: 0.01px solid #d9dee3 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
    box-shadow: none;
}

/*  Multiple select */
.select2-container--default .select2-selection--multiple {
    padding-top: 4px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    border: 0.01px solid #d9dee3 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-dark) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-dark) !important;
    color: white !important;
    border: var(--bs-dark) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid var(--bs-dark) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(var(--bs-dark-rgb), 0.2) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: rgba(var(--bs-dark-rgb), 0.2) !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 25px !important;
}
/* End Styles for select2 */

.material-size {
    font-size: 15px !important;
}

.modal {
    z-index: 9999 !important
}

.toasts-top-center,
.toasts-top-right {
    z-index: 99999 !important;
}