.d-inline {
  display: inline;
}
.d-flex {
  display: flex;
}
.d-flex-inline {
  display: inline-flex;
}
.gap-1 {
  gap: 0.25rem !important;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-start {
  justify-content: flex-start;
}
.align-items-center {
  align-items: center;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
