:root{
  --bs-primary: #0d6efd;
}
.badge-soft{
  background: rgba(13,110,253,.12);
  color: #0d6efd;
  border: 1px solid rgba(13,110,253,.25);
}
.card{
  border-radius: 1rem;
}
.btn, .form-control, .form-select{
  border-radius: .8rem;
}
.table thead th{
  background: rgba(13,110,253,.08);
}
