/* styles.css - Custom overrides for DataCenter Manager */
body {
  background-color: #181c20;
  color: #e0e0e0;
}
.navbar, .footer {
  background-color: #23272b !important;
}
.card {
  background-color: #23272b;
  border: 1px solid #343a40;
  color: #e0e0e0;
}
.table {
  color: #e0e0e0;
}
.progress {
  background-color: #343a40;
  height: 1.2rem;
}
.progress-bar {
  background-color: #0dcaf0;
  font-weight: 500;
}
.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
::-webkit-scrollbar {
  width: 8px;
  background: #23272b;
}
::-webkit-scrollbar-thumb {
  background: #343a40;
  border-radius: 4px;
} 