.hstack, li.list-group-item.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.gap-3 {
  gap: 1rem !important;
}
.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.font-monospace {
  font-family: SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-opacity-25 {
  opacity: 0.25;
}
.text-end {
  text-align: right !important;
}
.float-end {
  float: right;
}
.ms-4 {
  margin-left: 1.5rem !important;
}