.\!m-0 {
  margin: 0px!important;
}
.\!flex {
  display: flex!important;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-4 {
  gap: 1rem;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.opacity-50 {
  opacity: 0.5;
}
