/* VelChat chat-only gray restoration.
   Color override only: no sizing, positioning, scrolling or message logic changes. */
body .tag_msg_user_chat,
body .tag_msg_user_chat .text-sender-container,
body .tag_msg_header,
body .tag_msg_container,
body .tag_msg_body,
body .tag_msg_main_body,
body .messagejoint,
body .messages-container,
body .messages-load-more-messages,
body .tag_msg_write,
body .tag_msg_user_list,
body .messages-recipients-list {
  background: #212121 !important;
  background-color: #212121 !important;
}

body .tag_msg_header,
body .tag_msg_write,
body .tag_msg_user_list {
  border-color: rgba(255,255,255,.08) !important;
}

body .messages-container .no-messages,
body .messages-container .empty_state {
  background: transparent !important;
}

body .tag_msg_write_tarea,
body .tag_write_msg,
body .tag_msg_write .emojionearea,
body .tag_msg_write .emojionearea-editor {
  background-color: #2b2b2b !important;
  color: #f1f1f1 !important;
}
