/* Sipariş satır renklendirme - 200 tonları (2 kat daha yoğun) */
tr.bg-red-200, .fi-ta-row.bg-red-200 {
    background-color: rgb(254 202 202) !important;
}

tr.bg-blue-200, .fi-ta-row.bg-blue-200 {
    background-color: rgb(191 219 254) !important;
}

tr.bg-green-200, .fi-ta-row.bg-green-200 {
    background-color: rgb(187 247 208) !important;
}

tr.bg-yellow-200, .fi-ta-row.bg-yellow-200 {
    background-color: rgb(254 240 138) !important;
}

tr.bg-purple-200, .fi-ta-row.bg-purple-200 {
    background-color: rgb(233 213 255) !important;
}

tr.bg-orange-200, .fi-ta-row.bg-orange-200 {
    background-color: rgb(254 215 170) !important;
}

tr.bg-pink-200, .fi-ta-row.bg-pink-200 {
    background-color: rgb(251 207 232) !important;
}

tr.bg-gray-200, .fi-ta-row.bg-gray-200 {
    background-color: rgb(229 231 235) !important;
}

/* Dark mode renkleri - 800 tonları (2 kat daha yoğun) */
.dark tr.dark\:bg-red-800\/40,
.dark .fi-ta-row.dark\:bg-red-800\/40 {
    background-color: rgb(153 27 27 / 0.4) !important;
}

.dark tr.dark\:bg-blue-800\/40,
.dark .fi-ta-row.dark\:bg-blue-800\/40 {
    background-color: rgb(30 64 175 / 0.4) !important;
}

.dark tr.dark\:bg-green-800\/40,
.dark .fi-ta-row.dark\:bg-green-800\/40 {
    background-color: rgb(22 101 52 / 0.4) !important;
}

.dark tr.dark\:bg-yellow-800\/40,
.dark .fi-ta-row.dark\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4) !important;
}

.dark tr.dark\:bg-purple-800\/40,
.dark .fi-ta-row.dark\:bg-purple-800\/40 {
    background-color: rgb(107 33 168 / 0.4) !important;
}

.dark tr.dark\:bg-orange-800\/40,
.dark .fi-ta-row.dark\:bg-orange-800\/40 {
    background-color: rgb(154 52 18 / 0.4) !important;
}

.dark tr.dark\:bg-pink-800\/40,
.dark .fi-ta-row.dark\:bg-pink-800\/40 {
    background-color: rgb(157 23 77 / 0.4) !important;
}

.dark tr.dark\:bg-gray-800\/40,
.dark .fi-ta-row.dark\:bg-gray-800\/40 {
    background-color: rgb(31 41 55 / 0.4) !important;
}
