/* Dark theme override for Admin Panel */
body {
  background-color: #0a0e1a !important;
}

/* Login page */
.min-h-screen {
  background-color: #0a0e1a !important;
}

/* Cards */
[class*="bg-white"], 
[class*="bg-gray-50"],
.card {
  background-color: #1a1f2e !important;
  border-color: #2a3142 !important;
}

/* Text colors */
h1, h2, h3, h4, h5, h6,
[class*="text-2xl"],
[class*="CardTitle"] {
  color: white !important;
}

[class*="CardDescription"],
[class*="text-gray-600"],
[class*="text-gray-500"] {
  color: #9ca3af !important;
}

/* Inputs */
input, select, textarea {
  background-color: #0f1419 !important;
  border-color: #2a3142 !important;
  color: white !important;
}

input::placeholder {
  color: #6b7280 !important;
}

/* Tables */
table {
  color: white !important;
}

table thead th {
  color: #9ca3af !important;
  border-color: #2a3142 !important;
}

table tbody tr {
  border-color: #2a3142 !important;
}

table tbody tr:hover {
  background-color: #2a3142 !important;
}

table tbody td {
  color: #d1d5db !important;
}

/* Tabs */
[role="tablist"] {
  background-color: #1a1f2e !important;
  border-color: #2a3142 !important;
}

[role="tab"] {
  color: #9ca3af !important;
}

[role="tab"][data-state="active"] {
  background-color: #2a3142 !important;
  color: white !important;
}

/* Buttons */
button[class*="outline"] {
  border-color: #2a3142 !important;
  color: #d1d5db !important;
}

button[class*="outline"]:hover {
  background-color: #2a3142 !important;
  color: white !important;
}

/* Header */
header {
  background-color: #1a1f2e !important;
  border-color: #2a3142 !important;
}

/* Labels */
label {
  color: #d1d5db !important;
}

/* Config items */
[class*="border rounded"] {
  background-color: #0f1419 !important;
  border-color: #2a3142 !important;
}

[class*="font-bold"] {
  color: white !important;
}
