.cardx { border: 1px solid rgba(0,0,0,.06); border-radius: 14px; }
.pill { display:inline-block; padding:.2rem .55rem; border-radius: 999px; font-size:.75rem; }
.pill-ok { background: rgba(25,135,84,.12); color:#198754; border:1px solid rgba(25,135,84,.25); }
.pill-muted { background: rgba(108,117,125,.12); color:#6c757d; border:1px solid rgba(108,117,125,.25); }
.cardx{
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.06);
}

#linesTable tbody tr:hover{
  background: #f8fafc;
}

#linesTable td, #linesTable th{
  vertical-align: middle;
}

.line-total{
  text-align: right;
  font-weight: 700;
}

#statusBadge .badge{
  font-size: .85rem;
  padding: .5rem .7rem;
}

.btn{
  border-radius: 10px;
}