body {
  background-color: #e5ebef;
}

span.tg-spoiler {
  padding: 2px 0 3px;
}

.tgme_background_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.tgme_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tgme_background_pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.3;
  background: url('/img/tgme/pattern.svg') 0 0 repeat;
  background-size: contain;
}

.tgme_container {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 6px;
}
.tgme_header_right_column {
  position: absolute;
  width: 312px;
  top: 48px;
  right: 0;
  margin: 0 12px;
  z-index: 1;
}
.tgme_header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  height: 48px;
}
.tgme_header_search {
  position: absolute;
  left: calc(100% - 336px);
  right: 0;
  margin: 0 12px;
  padding: 6px 0;
  height: 48px;
  box-sizing: border-box;
  z-index: 1;
}
.tgme_header_search_form_icon {
  position: absolute;
  pointer-events: none;
  margin: 8px;
}
.tgme_header_search_form_clear {
  position: absolute;
  padding: 8px;
  border-radius: 8px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .1s ease;
  pointer-events: none;
}
.tgme_header_search_form.has_value .tgme_header_search_form_clear {
  opacity: 1;
  visibility: visible;
  transition-duration: 0s;
  pointer-events: auto;
  cursor: pointer;
}
.tgme_header_search_form_clear .tgme_action_button_icon {
  vertical-align: top;
}
.tgme_header_search_form_clear .tgme_action_button_icon .icon_body {
  stroke: #7D7F81;
  transform: translateX(-180px);
  animation-duration: 150ms;
  animation-timing-function: steps(9);
}
.tgme_header_search_form.has_value .tgme_header_search_form_clear .tgme_action_button_icon .icon_body {
  animation-name: play9;
}
@-webkit-keyframes play9 {
  0%   { transform: translateX(0px);    }
  100% { transform: translateX(-180px); }
}
@keyframes play9 {
  0%   { transform: translateX(0px);    }
  100% { transform: translateX(-180px); }
}
.tgme_header_search_form_input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 36px;
  height: 36px;
  margin: 0;
  border: none;
  background-color: rgba(125, 127, 129, 0.1);
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.tgme_header_search_form_input,
.tgme_header_search_form_input:focus {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}
.tgme_header_search_form_input::-webkit-input-placeholder {
  transition: color .2s ease;
  color: #7D7F81;
}
.tgme_header_search_form_input::-moz-placeholder {
  transition: color .2s ease;
  color: #7D7F81;
}
.tgme_header_search_form_input:-ms-input-placeholder {
  transition: color .2s ease;
  color: #7D7F81;
}
.tgme_header_search_form_input:focus::-webkit-input-placeholder {
  color: rgba(125, 127, 129, 0.4);
}
.tgme_header_search_form_input:focus::-moz-placeholder {
  color: rgba(125, 127, 129, 0.4);
}
.tgme_header_search_form_input:focus:-ms-input-placeholder {
  color: rgba(125, 127, 129, 0.4);
}
.tgme_header .tgme_container {
  padding: 0 12px;
}
.tgme_header_link {
  display: block;
  padding: 6px 0;
  overflow: hidden;
}
a.tgme_header_link:hover {
  text-decoration: none;
}
.tgme_page_photo_image,
.tgme_page_photo_image img {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.tgme_page_photo_image {
  position: relative;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 38px;
  margin: 0 8px 0 0;
  float: left;
  color: #fff;
  overflow: hidden;
}
.tgme_page_photo_image:before {
  content: attr(data-content);
  font-weight: 500;
}
.tgme_page_photo_image img {
  position: absolute;
  left: 0;
  top: 0;
}
.tgme_header_title_wrap {
  display: flex;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  margin: 2px 0 0;
}
.tgme_header_title {
  color: #000;
}
.tgme_header_counter {
  font-size: 12px;
  line-height: 14px;
  margin: -1px 0 2px;
  color: #7D7F81;
}
.tgme_header_title,
.tgme_header_counter {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tgme_main {
  padding: 48px 0 40px;
}
.tgme_webpreview .tgme_header_info,
.tgme_webpreview .tgme_channel_history {
  margin-right: 332px;
}
.tgme_channel_history {
  padding: 15px 0;
}
.tgme_channel_history:before,
.tgme_channel_history:after {
  content: '';
  display: table;
}
.tgme_channel_history:after {
  clear: both;
}
.tgme_widget_message_wrap {
  position: relative;
  padding: 3px 0;
}
.tgme_widget_message_wrap.prepare_highlight:before {
  content: '';
  position: absolute;
  left: -13px;
  right: -7px;
  bottom: 0;
  top: 0;
  z-index: 10;
  border-radius: 10px;
  background: rgba(255, 255, 255, .4);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  z-index: -1;
}
.tgme_widget_message_wrap.date_visible.prepare_highlight:before {
  top: 44px;
}
.tgme_widget_message_wrap.highlight:before {
  opacity: 1;
  visibility: visible;
}
.tgme_widget_message {
  display: inline-block;
  max-width: 100%;
  padding-right: 6px;
  box-sizing: border-box;
}
.tgme_widget_message_bubble_tail .bubble_icon {
  transform-origin: 8px 1px;
}
.tgme_widget_message_bubble {
  position: relative;
  border: none;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  padding: 4px 9px;
  max-width: 430px;
}
.tgme_widget_message_bubble_tail .border_1x,
.tgme_widget_message_bubble_tail .border_2x,
.tgme_widget_message_bubble_tail .border_3x {
  fill: transparent;
}
.tgme_right_column {
  padding: 24px 2px;
  margin: 0 -2px;
  height: calc(100vh - 48px);
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.tgme_right_column::-webkit-scrollbar {
  display: none;
}
.tgme_channel_info {
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 16px;
}
.tgme_channel_info_header .tgme_page_photo_image,
.tgme_channel_info_header .tgme_page_photo_image img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  margin-right: 12px;
}
.tgme_channel_info_header .tgme_page_photo_image {
  font-size: 37px;
  line-height: 74px;
}
.tgme_channel_info_header_title_wrap {
  display: flex;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding-top: 17px;
}
.tgme_channel_info_header_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tgme_channel_info_header_username {
  font-size: 14px;
  line-height: 16px;
  padding: 2px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tgme_channel_info_header_labels .verified-icon {
  vertical-align: -4px;
  margin-left: 6px;
}
.tgme_channel_info_description {
  font-size: 14px;
  line-height: 21px;
  margin-top: 14px;
}
.tgme_channel_info_counters {
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
.tgme_channel_info_counter {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  flex-basis: 25%;
  padding-right: 20px;
  box-sizing: border-box;
}
.tgme_channel_info_counter .counter_value {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  width: 100%;
}
.tgme_channel_info_counter .counter_type {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  vertical-align: top;
  margin-top: 3px;
  color: #7D7F81;
}
a.tgme_channel_join_telegram,
a.tgme_channel_download_telegram {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  padding: 10px 15px;
  margin-top: 14px;
  background: #1C93E3;
  text-transform: uppercase;
  color: #fff;
}
a.tgme_channel_join_telegram:hover,
a.tgme_channel_download_telegram:hover {
  text-decoration: none;
}
.tgme_channel_join_telegram_icon,
.tgme_channel_download_telegram_icon {
  vertical-align: text-top;
  margin-right: 12px;
}
.tgme_channel_download_telegram_bottom {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin-top: 11px;
  color: #1C93E3;
}
a.tgme_channel_join_telegram {
  display: none;
  float: right;
  line-height: 18px;
  padding: 7px 14px 5px;
  margin: 9px 2px 9px 12px;
}
.tgme_channel_join_telegram_icon {
  margin-right: 6px;
}

.tgme_footer {
  padding: 16px 0 0;
  text-align: center;
}
.tgme_footer_column {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
.tgme_footer_column h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #7D7F81;
  margin: 0;
}
.tgme_footer_column h5 a {
  color: inherit;
}

.verified-icon {
  vertical-align: -3px;
  margin-left: 5px;
  background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20width%3D%2226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m14.378741%201.509638%201.818245%201.818557c.365651.365716.861601.571194%201.378741.571259l2.574273.000312c1.01361.000117%201.846494.773578%201.940861%201.762436l.008905.187798-.000312%202.5727c-.000065.517322.205439%201.013454.571259%201.379222l1.819649%201.819337c.714441.713427.759174%201.843179.134563%202.609139l-.134797.148109-1.819181%201.8182502c-.365963.3657823-.571558.8620196-.571493%201.3794456l.000312%202.5737972c.000559%201.0136048-.772668%201.846676-1.7615%201.9412861l-.188266.0084786-2.573792-.0003107c-.517426-.0000624-1.013675.2055248-1.379456.5714956l-1.818245%201.8191823c-.71331.7145515-1.843049.7594886-2.609113.1349998l-.148135-.1347645-1.8193435-1.8196542c-.3657628-.3658252-.8618987-.5713214-1.3792103-.571259l-2.5727052.0003107c-1.0136048.0001222-1.846676-.7731321-1.9412861-1.761968l-.0089492-.1877967-.0003107-2.5742678c-.0000624-.5171478-.2055495-1.0130926-.571259-1.3787397l-1.8185622-1.8182515c-.7139886-.713869-.758706-1.843647-.1340846-2.609607l.1338493-.148109%201.8190328-1.81935c.3655665-.365625.5709613-.861471.5710237-1.378494l.0003107-2.573181c.0006006-1.076777.8734635-1.949636%201.9502353-1.950234l2.5731758-.000312c.5170321-.000065%201.0128768-.205452%201.3785044-.571025l1.8193448-1.819038c.761592-.761449%201.996254-.761345%202.757716.000247zm3.195309%208.047806c-.426556-.34125-1.032655-.306293-1.417455.060333l-.099151.108173-4.448444%205.55815-1.7460313-1.74707-.1104961-.096564c-.4229264-.32188-1.0291801-.289692-1.4154413.096564-.3862612.386269-.4184492.992511-.0965653%201.41544l.0965653.1105%202.5999987%202.5999987.109876.0961467c.419874.320359%201.015131.2873897%201.397071-.0773773l.098579-.107692%205.2-6.4999961.083772-.120484c.273208-.455884.174278-1.054885-.252278-1.396122z%22%20fill%3D%22%231c93e3%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
  font-size: 14px;
  line-height: 19px;
  margin: 1px 0 0;
}
.tgme_widget_message_document_title,
.tgme_widget_message_contact_name,
.tgme_widget_message_location_title,
.tgme_widget_message_game_title,
.tgme_widget_message_invoice_title,
.tgme_widget_message_game_text,
.tgme_widget_message_invoice_description,
.tgme_widget_message_error {
  font-size: 14px;
}
.tgme_widget_message_text,
.tgme_widget_message_poll,
.tgme_widget_message_inline_button {
  font-size: 14px;
  line-height: 21px;
}
.tgme_widget_message_poll_type {
  font-size: 13px;
  margin-top: 0;
}
.tgme_widget_message_poll_options {
  font-size: 14px;
  min-width: 240px;
  padding-top: 0;
  margin-bottom: 10px;
}
.tgme_widget_message_poll_option {
  padding-top: 10px;
  margin-top: 0;
}
.tgme_widget_message_poll_option_bar {
  margin-top: 4px;
}
.tgme_widget_message_poll_option_correct {
  margin-left: -20px;
  margin-top: 0;
}
.tgme_widget_message_info.short {
  float: right;
}
.tgme_widget_message_footer {
  font-size: 12px;
  line-height: 14px;
  margin-right: -2px;
}
.tgme_widget_message_voice_play,
.tgme_widget_message_voice_progress .bar s,
.tgme_widget_message_document_icon,
.tgme_widget_message_reply:after,
.tgme_widget_message_link_preview:before,
.tgme_widget_message_game:before,
.tgme_widget_message_poll_option_bar,
.tgme_widget_message_poll_option_correct,
.tgme_widget_message_poll_option_incorrect {
  background-color: #1c93e3;
}
.tgme_widget_message_voice_player + .tgme_widget_message_footer,
.tgme_widget_message_text.before_footer + .tgme_widget_message_footer {
  margin-top: -14px;
}
.tgme_widget_message_voice_player + .tgme_widget_message_footer .tgme_widget_message_info,
.tgme_widget_message_text.before_footer + .tgme_widget_message_footer .tgme_widget_message_info {
  position: relative;
}
.tgme_widget_message_bubble > .tgme_widget_message_photo_wrap,
.tgme_widget_message_bubble > .tgme_widget_message_video_player,
.tgme_widget_message_bubble > .tgme_widget_message_grouped_wrap,
.tgme_widget_message_bubble > .tgme_widget_message_location_wrap {
  margin: 10px -9px;
  min-width: calc(100% + 18px) !important;
  max-width: calc(100% + 18px) !important;
}
.tgme_widget_message_bubble > .tgme_widget_message_location_wrap {
  width: 300px;
}
.tgme_widget_message_bubble > .tgme_widget_message_voice_player {
  width: 300px;
  max-width: 100%;
}
.tgme_widget_message_views,
.tgme_widget_message_voters,
.tgme_widget_message_meta {
  margin-left: 7px;
}
.tgme_widget_message_meta {
  max-width: 100%;
}
.tgme_widget_message_reply_thumb {
  margin-right: 4px;
}
.tgme_widget_message_reply .tgme_widget_message_author {
  line-height: 19px;
  padding-left: 4px;
  margin: -3px 0 0;
}
.tgme_widget_message_reply .tgme_widget_message_text,
.tgme_widget_message_reply .tgme_widget_message_metatext {
  line-height: 19px;
  padding-left: 4px;
  margin: 0 0 -3px;
}
.tgme_widget_message_reply {
  padding-left: 6px;
  margin-top: 4px;
}
.tgme_widget_message_link_preview,
.tgme_widget_message_game {
  padding-left: 10px;
  margin-top: 4px;
}
.message_video_duration,
.tgme_widget_message_game_label,
.tgme_widget_message_invoice_label {
  margin: 5px;
}
.tgme_widget_message_location_info {
  margin: 4px 9px 0;
}
.tgme_widget_message_location_title {
  line-height: 21px;
}
.tgme_widget_message_location_address {
  margin-top: -2px;
}
.no_bubble .tgme_widget_message_bubble {
  background: none;
  box-shadow: none;
  filter: none;
  padding: 0;
}
.no_bubble .tgme_widget_message_roundvideo_wrap,
.no_bubble .tgme_widget_message_sticker,
.no_bubble .tgme_widget_message_tgsticker {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}
.thin_box_shadow .no_bubble .tgme_widget_message_bubble:before {
  background: none;
}
.no_bubble .tgme_widget_message_bubble > .tgme_widget_message_author,
.no_bubble .tgme_widget_message_bubble_tail {
  display: none;
}
.tgme_widget_message_sticker_wrap {
  margin: 0;
}
.tgme_widget_message_sticker_wrap,
.tgme_widget_message_sticker,
.tgme_widget_message_tgsticker {
  max-width: 144px;
  max-height: 144px;
}
.no_bubble .tgme_widget_message_footer {
  position: relative;
  overflow: visible;
  margin-top: 0;
}
.tgme_widget_message_roundvideo_player {
  width: 200px;
  margin: 0;
}
.playing .tgme_widget_message_roundvideo_progress_wrap {
  opacity: 0.7;
}
.tgme_widget_message_roundvideo_progress {
  r: calc(50% - 1.5px);
}
.tgme_widget_message_roundvideo_border {
  border-color: #e5ebef;
}
body.twallpaper .tgme_widget_message_roundvideo_wrap {
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
body.twallpaper .tgme_widget_message_roundvideo {
  margin: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
body.twallpaper .tgme_widget_message_roundvideo_border {
  display: none;
}
.tgme_widget_message_roundvideo_duration {
  font-size: 12px;
  line-height: 14px;
}
.no_bubble .tgme_widget_message_reply,
.no_bubble .tgme_widget_message_forwarded_from {
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 7px;
  /*background: #b5c0c8;*/
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: #fff;
  padding: 8px;
  margin: 0 0 0 9px;
  display: block;
}
.no_bubble .tgme_widget_message_forwarded_from {
  line-height: 20px;
  padding: 3px 7px;
}
.no_bubble .tgme_widget_message_forwarded_from,
.no_bubble .tgme_widget_message_forwarded_from_name,
.no_bubble .tgme_widget_message_reply .tgme_widget_message_author,
.no_bubble .tgme_widget_message_reply .tgme_widget_message_metatext,
.no_bubble .tgme_widget_message_reply .tgme_widget_message_text {
  color: #fff;
}
.no_bubble .tgme_widget_message_reply {
  padding-left: 16px;
}
.no_bubble .tgme_widget_message_reply:after {
  background: #fff;
  margin: 6px 0px 6px 8px;
}
.no_bubble.sticker_media .tgme_widget_message_forwarded_from {
  display: none;
}
.no_bubble.sticker_media .tgme_widget_message_reply {
  left: 144px;
  max-width: calc(100% - 153px);
  box-sizing: border-box;
}
.no_bubble.roundvideo_media .tgme_widget_message_reply {
  left: 200px;
  max-width: calc(100% - 209px);
  box-sizing: border-box;
}
.no_bubble.roundvideo_media .tgme_widget_message_forwarded_from {
  left: 170px;
  max-width: calc(100% - 179px);
  box-sizing: border-box;
  z-index: 1;
}
.no_bubble .tgme_widget_message_footer .tgme_widget_message_views {
  margin-left: 0;
  margin-right: 7px;
}
.no_bubble .tgme_widget_message_footer .tgme_widget_message_meta {
  margin-left: 0;
}
.no_bubble .tgme_widget_message_footer .tgme_widget_message_info {
  position: absolute;
  text-align: left;
  left: 100%;
  bottom: 100%;
  border-radius: 7px;
  /*background: #b5c0c8;*/
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: #fff;
  padding: 3px 7px;
  margin: 0 0 3px 9px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.no_bubble.sticker_media .tgme_widget_message_footer {
  margin-left: 153px;
  width: calc(100% - 153px);
}
.no_bubble.roundvideo_media .tgme_widget_message_footer {
  margin-left: 179px;
  width: calc(100% - 179px);
}
.no_bubble.sticker_media,
.no_bubble.roundvideo_media {
  width: 100%;
}
.no_bubble.sticker_media .tgme_widget_message_footer .tgme_widget_message_info,
.no_bubble.roundvideo_media .tgme_widget_message_footer .tgme_widget_message_info {
  margin: 0 0 3px;
  left: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.no_bubble.no_bubble.roundvideo_media .tgme_widget_message_roundvideo_duration {
  margin: 0 0 3px;
  border-radius: 7px;
  /*background: #b5c0c8;*/
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: #fff;
  padding: 3px 6px;
}
.tgme_widget_message_views:after {
  vertical-align: -1px;
  background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8%200c2.8897625%200%205.2230958%201.66666667%207%205-1.7769042%203.33333333-4.1102375%205-7%205-2.88976248%200-5.22309581-1.66666667-7-5%201.77690419-3.33333333%204.11023752-5%207-5zm0%201.48148148c-1.98523978%200-3.59459459%201.5752944-3.59459459%203.51851852s1.60935481%203.51851852%203.59459459%203.51851852%203.5945946-1.5752944%203.5945946-3.51851852-1.60935482-3.51851852-3.5945946-3.51851852zm0%201.85185185c.94037674%200%201.7027027.74619209%201.7027027%201.66666667s-.76232596%201.66666667-1.7027027%201.66666667-1.7027027-.74619209-1.7027027-1.66666667.76232596-1.66666667%201.7027027-1.66666667z%22%20fill%3D%22%237D7F81%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.no_bubble .tgme_widget_message_views:after {
  background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8%200c2.8897625%200%205.2230958%201.66666667%207%205-1.7769042%203.33333333-4.1102375%205-7%205-2.88976248%200-5.22309581-1.66666667-7-5%201.77690419-3.33333333%204.11023752-5%207-5zm0%201.48148148c-1.98523978%200-3.59459459%201.5752944-3.59459459%203.51851852s1.60935481%203.51851852%203.59459459%203.51851852%203.5945946-1.5752944%203.5945946-3.51851852-1.60935482-3.51851852-3.5945946-3.51851852zm0%201.85185185c.94037674%200%201.7027027.74619209%201.7027027%201.66666667s-.76232596%201.66666667-1.7027027%201.66666667-1.7027027-.74619209-1.7027027-1.66666667.76232596-1.66666667%201.7027027-1.66666667z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.tgme_widget_message_voters:after {
  background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.60486756.00162755%204.54930464-.00162755c1.33727811%200%201.82220747.13923842%202.3110964.40069906.4888888.26146064.8725717.6451435%201.1340323%201.13403238l.0922854.18482021c.2018093.43861897.3084137.9561578.3084137%202.12627615v4.3083444c0%201.33727811-.1392384%201.82220747-.4006991%202.3110964-.2614606.4888888-.6451435.8725717-1.1340323%201.1340323l-.1848203.0922854c-.43861892.2018093-.95615775.3084137-2.1262761.3084137h-4.3083444c-1.33727811%200-1.82220747-.1392384-2.31109636-.4006991-.48888888-.2614606-.87257174-.6451435-1.13403238-1.1340323l-.09228534-.1848203c-.18739436-.407289-.29269878-.88262629-.30678617-1.88531586l-.00162755-4.54930464c0-1.33727811.13923842-1.82220747.40069906-2.31109636.26146064-.48888888.6451435-.87257174%201.13403238-1.13403238l.18482021-.09228534c.40728905-.18739436.88262634-.29269878%201.88531591-.30678617zm6.42546254%202.96804236c-.26626658-.26626656-.68293026-.29047261-.97654175-.07261815l-.08411844.07261815-3.96966991%203.96933009-1.46966991-1.46933009-.08411844-.07261815c-.29361149-.21785446-.71027517-.19364841-.97654174.07261815-.26626656.26626657-.29047261.68293025-.07261815.97654174l.07261815.08411844%202%202%20.08411844.07261815c.26098799.19364841.61920241.19603913.88259105.00717216l.09395069-.07979031%204.50000001-4.5.0726181-.08411844c.2178545-.29361149.1936484-.71027517-.0726181-.97654174z%22%20fill%3D%22%237D7F81%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.message_media_not_supported_wrap {
  padding: 0 10px;
  margin: 6px 0 0;
}
.message_media_view_in_telegram {
  border: 1px solid #1c93e3;
  padding: 7px 12px 6px;
  margin-top: 7px;
}
.widget_frame_base a.message_media_view_in_telegram:hover {
  background: #1c93e3;
}

.tgme_widget_message.service_message {
  text-align: center;
  width: 100%;
}
.service_message .tgme_widget_message_user,
.service_message .tgme_widget_message_author,
.service_message .tgme_widget_message_bubble_tail,
.service_message .tgme_widget_message_footer {
  display: none;
}
.service_message .tgme_widget_message_text {
  line-height: 19px;
  margin-top: 1px;
}
.tgme_widget_service_strong_text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-top;
  max-width: 250px;
  line-height: 1.2em;
}
.tgme_widget_service_quote {
  white-space: nowrap;
}
.tgme_widget_message_service_date,
.service_message .tgme_widget_message_bubble {
  display: inline-block;
  font-weight: 500;
  /*background: #b5c0c8;*/
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  box-shadow: none;
  color: #fff;
  border-radius: 13px;
  padding: 3px 12px;
  margin: 0 10px;
}
.service_message .tgme_widget_message_bubble a,
.service_message .tgme_widget_message_bubble a:hover {
  color: inherit;
}
.tgme_widget_message_service_date_wrap {
  position: absolute;
  text-align: center;
  display: none;
  top: 9px;
  left: 0;
  right: 0;
}
.tgme_widget_message_inline_button {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.date_visible .tgme_widget_message {
  margin-top: 44px;
}
.date_visible .tgme_widget_message_service_date_wrap {
  display: block;
}
.tgme_widget_message_service_date {
  font-size: 14px;
  line-height: 19px;
  padding-top: 4px;
}
.thin_box_shadow .no_bubble .tgme_widget_message_reply:before,
.thin_box_shadow .no_bubble .tgme_widget_message_forwarded_from:before,
.thin_box_shadow .service_message .tgme_widget_message_bubble:before {
  display: none;
}
.tgme_widget_message_service_photo {
  position: absolute;
  left: 50%;
  margin: 6px 0 0 -50px;
  top: 100%;
}
.tgme_widget_message_service_photo,
.tgme_widget_message_service_photo img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.service_message_photo .tgme_widget_message_bubble {
  margin-bottom: 106px;
}
.tgme_widget_messages_helper {
  height: 0;
  overflow: hidden;
}
.tgme_widget_message.sticker_media,
.tgme_widget_message.roundvideo_media,
.tgme_widget_message.service_message {
  padding-right: 0;
}

.tgme_widget_message_centered {
  display: block;
  text-align: center;
}

.tme_messages_more,
.tme_no_messages_found {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #7d7f81;
  padding: 8px 14px;
  margin: 6px 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.tme_messages_more {
  margin: 9px 0;
  padding-right: 21px;
}
a.tme_messages_more,
a.tme_messages_more:hover {
  text-decoration: none;
  color: #7d7f81;
}
.tme_messages_more:before {
  content: 'Loading';
}

.message_media_not_supported,
.tgme_widget_message_roundvideo_duration,
.tgme_widget_message_voice_duration,
.tgme_widget_message_document_extra,
.tgme_widget_message_contact_phone,
.tgme_widget_message_location_address,
.tgme_widget_message_error,
.tgme_widget_message_reply .tgme_widget_message_metatext,
.tgme_widget_message_poll_type,
.tgme_widget_message_poll_votes,
.tgme_widget_message_footer {
  color: #7D7F81;
}

.dots-animated:after {
  position: absolute;
  display: inline-block;
  animation: dotty steps(1, end) 1s infinite;
  content: '...';
}

@-webkit-keyframes dotty {
  0%, 100% { content: '';    }
  25%      { content: '.';   }
  50%      { content: '..';  }
  75%      { content: '...'; }
}
@keyframes dotty {
  0%, 100% { content: '';    }
  25%      { content: '.';   }
  50%      { content: '..';  }
  75%      { content: '...'; }
}

.tgme_header_search {
  transition: left 0.2s ease, right 0.2s ease;
  transition-delay: 0.2s;
}
.tgme_header_search .tgme_header_search_form_input {
  transition: border-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  transition-delay: 0.2s;
}
.tgme_header .tgme_header_info {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.tgme_header.search_collapsed .tgme_header_search,
.tgme_header.search_collapsed .tgme_header_search_form_input {
  transition-delay: 0s;
}
.tgme_header .tgme_header_search_form_icon circle,
.tgme_header .tgme_header_search_form_icon path {
  transition: all 0.2s ease;
}
.tgme_header.search_collapsed .tgme_header_search_form_icon circle,
.tgme_header.search_collapsed .tgme_header_search_form_icon path {
  transition-delay: 0.2s;
}

@media (max-width: 720px) {
  .tgme_header_right_column {
    display: none;
  }
  a.tgme_channel_join_telegram {
    display: inline-block;
  }
  .tgme_webpreview .tgme_header_info {
    margin-right: 44px;
  }
  .tgme_webpreview .tgme_channel_history {
    margin-right: 0;
  }
  .tgme_header_search {
    left: 0;
  }
  .tgme_header .tgme_header_info {
    visibility: hidden;
    opacity: 0;
  }
  .tgme_widget_message_wrap.prepare_highlight:before {
    border-radius: 0;
  }
  .tgme_header.search_collapsed .tgme_header_info {
    visibility: visible;
    opacity: 1;
  }
  .tgme_header.search_collapsed .tgme_header_search {
    left: calc(100% - 58px);
    right: calc(-100% + 58px);
  }
  .tgme_header.search_collapsed .tgme_header_search_form_input {
    background-color: transparent;
    color: transparent;
    padding-left: 56px;
    cursor: pointer;
  }
  .tgme_header.search_collapsed .tgme_header_search_form_icon circle,
  .tgme_header.search_collapsed .tgme_header_search_form_icon path {
    stroke: #389CE9;
    stroke-width: 2;
  }
  .tgme_header.search_collapsed .tgme_header_search_form_icon circle {
    cx: 8; cy: 8; r: 7;
  }
  .tgme_header.search_collapsed .tgme_header_search_form_icon path {
    d: path('M13.5,13.5 L18,18');
  }
}
