/* assets/css/custom.css */

body {
  background: #f6f7f9;
}

.bg-dark {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background-color: #4a3325 !important;
}

.page-wrap {
  padding: 24px 0;
}

.card {
  border-radius: 14px;
}

.table thead th {
  white-space: nowrap;
}

.badge-soft {
  font-weight: 600;
  padding: 0.5em 0.7em;
  border-radius: 999px;
}

.badge-soft-ok {
  background: #d1e7dd;
  color: #0f5132;
}

.badge-soft-warn {
  background: #fff3cd;
  color: #664d03;
}

.badge-soft-danger {
  background: #f8d7da;
  color: #842029;
}

.form-help {
  font-size: 0.9rem;
  color: #6c757d;
}

.footer-mini {
  font-size: 0.9rem;
  color: #6c757d;
  padding: 18px 0;
}

.btn-primary {
    background-color: #4a3325 !important;
    border-color: #4a3325 !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #3a2518 !important;
    border-color: #3a2518 !important;
}