.borderless td, .borderless th {
    border: none !important;
}

/* Select2 Dark Mode Styles */
[data-bs-theme="dark"] .select2-container--default .select2-selection--single,
[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple {
    background-color: #212529 !important;
    border-color: #495057 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adb5bd !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #495057 !important;
    border-color: #6c757d !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #adb5bd !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-search--inline .select2-search__field {
    color: #fff !important;
    background-color: transparent !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #adb5bd !important;
}

[data-bs-theme="dark"] .select2-dropdown {
    background-color: #212529 !important;
    border-color: #495057 !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-results__option {
    background-color: #212529 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0d6efd !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #495057 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #212529 !important;
    border-color: #495057 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #0d6efd !important;
    outline: none !important;
}

[data-bs-theme="dark"] .select2-container--default.select2-container--focus .select2-selection--single,
[data-bs-theme="dark"] .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0d6efd !important;
}

[data-bs-theme="dark"] .select2-container--default.select2-container--open .select2-selection--single,
[data-bs-theme="dark"] .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #0d6efd !important;
}