.note {
    --mdb-note-padding: 10px;
    --mdb-note-border-width: 6px;
    --mdb-note-border-radius: 5px;
    --mdb-note-strong-font-weight: 600;
    padding: var(--mdb-note-padding);
    border-left: var(--mdb-note-border-width) solid;
    border-radius: var(--mdb-note-border-radius);
}

.bg-label-white {
  background-color: #ffffff !important;
  color: #333333 !important;
}

.border-label-white {
  border: 3px solid #ced3da !important;
}