.chat-container {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.chat-meta {
  padding: 10px;
  border-radius: 20px;
  margin-top: 10px;
  max-width: 53%;
  display: inline-flex;
  flex-direction: column;
  flex-basis: 100px;
}
input.form-control, textarea.form-control {
  font-size: 0.8em;
  font-family: monospace;
}
.menu-seller label {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  text-orientation: inherit;
  font-size: 0.8em;
  height: 75px;
  padding: 5px 8px;
  line-height: 1.5em;
}
.label {
  font-size: 0.8rem;
  text-align: right;
  /* margin-top: 5px; */
}

.chat-bubble {
  padding: 5px;
  border-radius: 20px;
  margin-top: 3px;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 10;
  font-size: 0.8em;
  font-family: monospace;
  line-height: 1.1em;
}

.subject {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
  color: yellow;
}

.colorbuyer {  background-color: #722a00; color: white;  border-bottom-left-radius: 0;}
.colorvictor {  background-color: #ff0080b6; color: white;  border-bottom-right-radius: 0;}
.colorpayer {  background-color: #1900ffb6; color: white;  border-bottom-left-radius: 0;}
.colordepositer {  background-color: #a200ffb6; color: white;  border-bottom-right-radius: 0;}
.colorseller {  background-color: #005807;   color: white;   border-bottom-left-radius: 0;}
.colorbreak {  background-color: #9e9e9e;   color: black;  margin-top: -2px; margin-bottom: -2px;}
#uploadImg {
  min-width: 100px;
  min-height: 100px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav {
  --bs-nav-link-padding-x: 0.5rem;
  --bs-nav-link-padding-y: 0.2rem;
}

.hide {
  display: none;
}