/* Tom Select Dark Mode Anpassungen */
.ts-control {
    background-color: #1f2937 !important; border: 1px solid #4b5563 !important; color: #ffffff !important;
    border-radius: 0.375rem !important; padding: 0.5rem 0.75rem !important; min-height: 42px; box-shadow: none !important; transition: all 0.2s;
}
.ts-control > input { color: #ffffff !important; }
.ts-control > input::placeholder { color: #9ca3af !important; }
.ts-wrapper.focus .ts-control { border-color: #3b82f6 !important; box-shadow: 0 0 0 1px #3b82f6 !important; }
.ts-dropdown { background-color: #1f2937 !important; border: 1px solid #4b5563 !important; color: #ffffff !important; border-radius: 0.375rem !important; margin-top: 0.25rem !important; z-index: 100 !important; }
.ts-dropdown .option { padding: 0.5rem 0.75rem !important; color: #d1d5db !important; }
.ts-dropdown .active, .ts-dropdown .option:hover { background-color: #374151 !important; color: #ffffff !important; }

/* Light Mode Styles */
body.light-mode { background-color: #f3f4f6 !important; color: #111827 !important; }
body.light-mode .bg-gray-900 { background-color: #ffffff !important; }
body.light-mode .bg-gray-800 { background-color: #f9fafb !important; }
body.light-mode .bg-gray-700 { background-color: #e5e7eb !important; color: #111827 !important; }
body.light-mode .bg-gray-750 { background-color: #f3f4f6 !important; }
body.light-mode .border-gray-700, body.light-mode .border-gray-600 { border-color: #d1d5db !important; }
body.light-mode .text-white, body.light-mode .text-gray-200 { color: #111827 !important; }
body.light-mode .text-gray-300 { color: #374151 !important; }
body.light-mode .text-gray-400, body.light-mode .text-gray-500 { color: #4b5563 !important; }
body.light-mode .text-blue-400 { color: #2563eb !important; }
body.light-mode .text-green-400 { color: #16a34a !important; }
body.light-mode .text-red-400, body.light-mode .text-red-500 { color: #dc2626 !important; }
body.light-mode .text-purple-400 { color: #9333ea !important; }
body.light-mode .text-yellow-400 { color: #d97706 !important; }
body.light-mode input, body.light-mode select { background-color: #ffffff !important; color: #111827 !important; border-color: #d1d5db !important; }
body.light-mode input::placeholder { color: #9ca3af !important; }
body.light-mode tr.hover\:bg-gray-700:nth-child(even), body.light-mode tr.hover\:bg-gray-750:nth-child(even), body.light-mode tr.hover\:bg-gray-800:nth-child(even) { background-color: #f8fafc !important; }
body.light-mode tr.hover\:bg-gray-700:nth-child(odd), body.light-mode tr.hover\:bg-gray-750:nth-child(odd), body.light-mode tr.hover\:bg-gray-800:nth-child(odd) { background-color: #ffffff !important; }
body.light-mode tr.hover\:bg-gray-700:hover, body.light-mode tr.hover\:bg-gray-750:hover, body.light-mode tr.hover\:bg-gray-800:hover { background-color: #e2e8f0 !important; }