[role=link] {
  color: blue;
  cursor: pointer;
}

.btn-warning, btn-warning:disabled {
  color: white !important;
}

.dropdown-item {
  font-size: 0.875rem;
}

.min-rem-5 {
  min-width: 5rem;
}

.min-rem-10 {
  min-width: 10rem;
}

.mw-vw-15 {
  max-width: 15vw;
}

.mw-vw-40 {
  max-width: 40vw;
}

.place-content-space-between {
  place-content: space-between;
}

.place-self-end {
  place-self: end;
}

.chat-avatar img {
  border: 1px solid gray;
}
