body {
  background: #f6f7fb;
}

.navbar-brand {
  font-weight: 700;
}

.card {
  border: 0;
  box-shadow: 0 6px 20px rgba(20, 27, 45, 0.06);
}

.table td,
.table th {
  vertical-align: middle;
}

.badge-soft {
  background: #eef2ff;
  color: #3730a3;
}

textarea.form-control {
  min-height: 130px;
}

