html, body {
  background-color: #0e0e0e;
  color: #e6e6e6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.main,
.content,
.container,
.card,
.panel {
  background-color: #151515;
  color: #e6e6e6;
}

h1, h2, h3, h4, h5 {
  color: #ffffff;
}

a {
  color: #6bb6ff;
}
a:hover {
  color: #9fd0ff;
}

label {
  color: #cccccc;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px solid #444;
}

input::placeholder {
  color: #888;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #6bb6ff;
  outline: none;
  box-shadow: 0 0 0 1px rgba(107, 182, 255, 0.3);
}

button,
input[type="submit"] {
  background-color: #2a6fd1;
  color: #ffffff;
  border: none;
}

button:hover,
input[type="submit"]:hover {
  background-color: #3b82f6;
}

.error,
.alert-danger {
  background-color: #3a1515;
  color: #ffb4b4;
  border-left: 4px solid #ff4d4d;
}

.success,
.alert-success {
  background-color: #153a1f;
  color: #b4ffcf;
  border-left: 4px solid #4dff88;
}

table {
  background-color: #151515;
  color: #e6e6e6;
}

th {
  background-color: #202020;
  color: #ffffff;
}

td {
  border-color: #333;
}

footer {
  background-color: #0e0e0e;
  color: #888;
}

footer,
.footer,
#footer {
  display: none !important;
}
