#page_conversations {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  overflow: hidden;
}
#page_conversations > DIV {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child {
  flex-grow: 1;
  border: solid 1px var(--conv-border-item);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:first-child {
  display: flex;
  align-items: flex-end;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:first-child > IMG:first-child {
  width: 40px;
  height: 40px;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:first-child > DIV {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:first-child > DIV > SPAN {
  text-align: center;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:first-child > DIV > SPAN:first-child {
  font-size: 14px;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:first-child > IMG:last-child {
  width: 30px;
  height: 30px;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:last-child {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:last-child > SPAN {
  font-size: 14px;
  font-style: italic;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:first-child > DIV:last-child > SPAN:nth-child(2) {
  font-style: normal;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:last-child {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:last-child > BUTTON {
  width: 30px;
  height: 30px;
  border: none;
  padding: 0px;
  background-color: transparent;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(5) > DIV > DIV:last-child > BUTTON > IMG {
  width: inherit;
  height: inherit;
}
#page_conversations > DIV:nth-child(1) > DIV:nth-child(6) {
  height: 150px;
  background-color: var(--background);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_conversations > DIV:nth-child(1) > DIV.hidden {
  display: none;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(1) {
  margin-bottom: 10px;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(1) > DIV {
  display: flex;
  align-items: flex-end;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(1) > DIV > SPAN {
  flex-grow: 1;
  text-align: center;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(1) > DIV > SPAN > SPAN {
  font-size: 12px;
  margin-left: 5px;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(1) > DIV > IMG {
  width: 25px;
  height: 25px;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) > DIV {
  margin-top: 20px;
  direction: inherit;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) > DIV:first-child {
  margin-top: 0px;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) > DIV > DIV {
  direction: inherit;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) > DIV > DIV:first-child {
  direction: inherit;
  color: var(--conv-title-participant);
  font-size: 14px;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) > DIV > DIV:first-child > SPAN {
  direction: inherit;
  color: inherit;
  font-size: 12px;
  margin-left: 5px;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) > DIV > DIV:last-child {
  direction: inherit;
}
#page_conversations > DIV:nth-child(2) > DIV:nth-child(2) > DIV > DIV:last-child > SPAN {
  direction: inherit;
  display: block;
  margin-top: 8px;
}