/* Custom overrides for Bootstrap dark theme */
.bg-dark {
  background-color: #0d1117 !important;
}

.card.bg-secondary {
  background-color: #161b22 !important;
  border-radius: 0.75rem !important;
}

.form-control,
.form-select {
  background-color: #0d1117;
  border-color: #30363d;
  color: #c9d1d9;
}

.form-control:focus,
.form-select:focus {
  background-color: #0d1117;
  border-color: #58a6ff;
  color: #c9d1d9;
  box-shadow: 0 0 0 0.25rem rgba(88, 166, 255, 0.25);
}

.form-control::placeholder {
  color: #8b949e;
}

.form-label,
.form-check-label {
  color: #ffffff !important;
}

.form-control-color {
  height: 3rem;
}

.btn-primary {
  background-color: #238636;
  border-color: #238636;
}

.btn-primary:hover {
  background-color: #2ea043;
  border-color: #2ea043;
}

.btn-success {
  background-color: #1f6feb;
  border-color: #1f6feb;
}

.btn-success:hover {
  background-color: #388bfd;
  border-color: #388bfd;
}

.btn-outline-light:hover {
  background-color: #30363d;
}

#qrImg {
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 auto;
}

.footer {
  background-color: #161b22 !important;
  border-top: 1px solid #30363d;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* Add padding to body to prevent content from going under footer */
body {
  padding-bottom: 60px;
}
