.btn {
  --bs-btn-bg:#32a39b;
}
:root {
  --bs-body-bg:#f2f2f2;
  --bs-link-color:#32a39b;
}
.label{
  --min-width:74px;
}

.error{
  color: red
}

.success{
  color: green
}

.row {
  display: flex; /* equal height of the children */
}

.flex {
text-decoration: none;
  height: 100%;
  width: 100%;
  overflow:auto;
}

