.dark body {
    background-color: #1a202c;
    color: #ffffff;
}

.dark .bg-gray-50 {
    background-color: #1a202c;
}

.dark .text-gray-800,
.dark .text-gray-900 {
    color: #ffffff;
}

.dark * {
    color: #ffffff;
}

.dark .text-gray-500,
.dark .text-gray-600,
.dark .text-gray-700 {
    color: #a0aec0;
}

.dark .bg-gray-100,
.dark .bg-white,
.dark .bg-gray-200 {
    background-color: #2d3748;
    border-color: #4a5568;
}

.dark .hover\:bg-gray-100:hover {
    background-color: #4a5568;
}

.dark .hover\:text-gray-900:hover {
    color: #ffffff;
}

.dark .shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dark .group:hover .shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(255, 255, 255, 0.1), 0 10px 10px -5px rgba(255, 255, 255, 0.04) !important;
}

.dark .bg-purple-500 {
    background-color: #805ad5;
}

.dark .text-white {
    color: #ffffff;
}

.dark .hover\:bg-red-50:hover {
    background-color: #4a5568;
}

.dark .text-red-600 {
    color: #e53e3e;
}

.dark .hover\:text-red-700:hover {
    color: #fc8181;
}

.dark input,
.dark textarea,
.dark select {
    background-color: #2d3748;
    color: #ffffff;
    border-color: #4a5568;
}

.dark input::placeholder,
.dark textarea::placeholder {
    color: #a0aec0;
}

.dark .my-files-table thead {
    background-color: #374151 !important;
}

.dark .my-files-table tbody {
    background-color: #1f2937 !important;
}


.dark .select2-container .select2-selection--single {
    background-color: rgba(15, 23, 42, 0.5) !important;

    border-color: #334155 !important;

    color: #ffffff !important;
}

.dark .select2-container .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
}

.dark .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #94a3b8 !important;

}

.dark .select2-dropdown {
    background-color: #1e293b !important;

    border-color: #334155 !important;
    color: #ffffff !important;
}

.dark .select2-container .select2-search--dropdown .select2-search__field {
    background-color: #0f172a !important;

    border-color: #334155 !important;
    color: #ffffff !important;
}

.dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #334155 !important;

    color: #ffffff !important;
}

.dark .select2-container--default .select2-results__option--selected {
    background-color: #334155 !important;
}

.dark .select2-container--default .select2-selection--multiple {
    background-color: rgba(15, 23, 42, 0.5) !important;
    border-color: #334155 !important;
}

.dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #334155 !important;
    border-color: #334155 !important;
    color: #ffffff !important;
}

.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
}

.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #cbd5e0 !important;
}