
/* Allow chatters to select/copy Telegram message text. */
.tg-standalone,
.tg-view,
.tg-chat,
.tg-main,
.tg-messages,
.tg-msg,
.tg-message,
.tg-bubble,
.tg-text,
.tg-msg-text,
.msg-text,
.message-text,
[class*="bubble"],
[class*="message"] {
  -webkit-user-select: text !important;
  user-select: text !important;
}

.tg-standalone button,
.tg-standalone .btn,
.tg-standalone input,
.tg-standalone textarea,
.tg-standalone select,
.tg-standalone [role="button"],
.tg-standalone .tg-avatar,
.tg-standalone .tg-thread,
.tg-standalone .tg-compose,
.tg-standalone .tg-composer,
.tg-standalone .tg-toolbar {
  -webkit-user-select: none;
  user-select: none;
}

.tg-standalone textarea,
.tg-standalone input,
.tg-standalone [contenteditable="true"] {
  -webkit-user-select: text !important;
  user-select: text !important;
}
