body {
  background-color: #0d0d0d !important;
  color: #d9d9d9 !important;
}

.card {
  background-color: #1c1c1c !important;
  color: #d9d9d9 !important;
  border: none !important;
}

.card-title {
  color: #d2b48c !important;
}

.u_carousel_overview {
  overflow-x: auto !important;
  white-space: nowrap !important;
}

svg {
  fill: #d9d9d9 !important;
}

h3.dashboard-heading {
  color: #d2b48c !important;
}

/* Table style */
table {
  background-color: #1c1c1c !important;
  color: #d9d9d9 !important;
  border-collapse: collapse !important;
}

table td,
table th {
  border: 1px solid #444 !important;
  padding: 0.5rem !important;
}

table th {
  background-color: #3a3a3a !important;
  font-weight: bold !important;
}

table td {
  background-color: #1c1c1c !important;
}
