/* pepitenet homelab — dark theme for LemonLDAP NG bootstrap skin */

body, html {
  background: #0d1117 !important;
  color: #e6edf3 !important;
}

.card, .panel, .well {
  background: #161b22 !important;
  border-color: #30363d !important;
  color: #e6edf3 !important;
}

.card-header, .panel-heading {
  background: #1c2128 !important;
  border-color: #30363d !important;
  color: #e6edf3 !important;
}

.card-body, .panel-body {
  color: #e6edf3 !important;
}

.form-control, input[type=text], input[type=password], textarea, select {
  background: #0d1117 !important;
  color: #e6edf3 !important;
  border-color: #30363d !important;
}

.form-control:focus, input:focus {
  background: #161b22 !important;
  border-color: #388bfd !important;
  box-shadow: 0 0 0 3px rgba(56, 139, 253, 0.3) !important;
  color: #e6edf3 !important;
}

.btn-primary {
  background: #1f6feb !important;
  border-color: #1f6feb !important;
}

.btn-primary:hover {
  background: #388bfd !important;
  border-color: #388bfd !important;
}

.btn-secondary {
  background: #21262d !important;
  border-color: #30363d !important;
  color: #e6edf3 !important;
}

.navbar, nav, .header-top {
  background: #161b22 !important;
  border-color: #30363d !important;
}

a { color: #58a6ff; }
a:hover { color: #79c0ff; }

.text-muted, .help-block {
  color: #8b949e !important;
}

label {
  color: #e6edf3 !important;
}

hr {
  border-color: #30363d !important;
}

.alert-info {
  background: #1c2128 !important;
  border-color: #1f6feb !important;
  color: #e6edf3 !important;
}

.alert-danger, .alert-error {
  background: #1c0f0f !important;
  border-color: #f85149 !important;
  color: #ff7b72 !important;
}

.alert-success {
  background: #0f1c0f !important;
  border-color: #238636 !important;
  color: #56d364 !important;
}

.dropdown-menu {
  background: #161b22 !important;
  border-color: #30363d !important;
}

.dropdown-item { color: #e6edf3 !important; }
.dropdown-item:hover { background: #1c2128 !important; }

.modal-content {
  background: #161b22 !important;
  color: #e6edf3 !important;
  border-color: #30363d !important;
}

.modal-header, .modal-footer {
  border-color: #30363d !important;
}

.list-group-item {
  background: #161b22 !important;
  border-color: #30363d !important;
  color: #e6edf3 !important;
}

#appList .card:hover {
  border-color: #388bfd !important;
}
