.heading {
  /* font-size: 26px; */
  font-weight: bold;
  text-align: left;
}

.label { 
  /* font for labels */
  /* font-weight: bold; */
  color: var(--bs-secondary-color);
  text-align: center;
}

.oneline {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.title {
  font-size: 26px;
  /* font-weight: bold; */
  text-align: left;
  line-height: 2;
}

.note {
  color: var(--bs-secondary-color);
  /* font-weight: 600; */
  font-size: small;
}