.tgme_channel_info {
    position: relative;
    background: var(--box-bg);
    color: var(--text-color);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 16px;
}

.tgme_footer_nav {
    padding: 16px 0 0;
    text-align: center;
    border-top: none;
    margin: 0 auto 0px;
    max-width: 424px;
}

.tgme_footer_column {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}

.tgme_footer_column a {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: var(--second-color);
    margin: 0;
}

.tgme_footer_column h5 a {
    color: inherit !important;
}

@media (max-width: 500px) {
    .tgme_footer_nav li {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
}

.tgme_body_wrap {
    padding-bottom: 0;
}

.tgme_widget_message_wrap {
    position: relative;
    margin: 16px auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 482px;
}

body {
    --text-color: #212121;
    --second-color: #738ca7;
    --accent-color: #2481cc;
    --accent-line-color: #4ca3e2;
    --accent-btn-color: #2481cc;
    --bubble-bgcolor: #fff;
    --bubble-border-color: #d7e3ec;
    --views-icon-svg: 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%238197af%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    --light-btn-text: #fff;
    --bgcolor5: #65aadd;
    --bgcolor5-top: #72d5fd;
    --bgcolor5-bottom: #2a9ef1;
}

body {
    background-color: #e5ebef;
}

:root {
    color-scheme: light dark;
}

.tgme_widget_message_wrap {
    position: relative;

}

.tgme_widget_message {
    display: inline-block;
    max-width: 100%;
    padding-right: 6px;
    box-sizing: border-box;
    color: var(--text-color);
}



.tgme_widget_message_service_date_wrap {
    position: absolute;
    text-align: center;
    display: none;
    top: 9px;
    left: 0;
    right: 0;
}

.tgme_widget_message_service_date_wrap {
    display: block;
}

.tgme_widget_message_user {
    float: left;
}

.tgme_widget_message_bubble {
    position: relative;
    border: 1px solid var(--bubble-border-color);
    border-radius: 10px;
    background: var(--bubble-bgcolor);
    padding: 0 17px;
}



.tgme_widget_message_bubble {
    position: relative;
    background-color: var(--box-bg);
    border: none;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    max-width: 450px;
    padding: 0px 9px 20px;
}

.tgme_widget_message_bubble {
    border: none;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}


.tgme_widget_message_service_date {
    display: inline-block;
    font-weight: 500;
    background: var(--service-bg-blured);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: none;
    color: #fff;
    border-radius: 13px;
    padding: 3px 12px;
    margin: 0 10px;
}

.tgme_widget_message_service_date {
    font-size: 14px;
    line-height: 19px;
    padding-top: 4px;
}

.widget_frame_base a {
    color: var(--accent-color);
    text-decoration: none;
}

.tgme_widget_message_user a {
    display: inline-block;
    border-radius: 18px;
}

.widget_frame_base a, a:hover {
    color: var(--accent-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.tgme_widget_message_bubble_tail {
    pointer-events: none;
    position: absolute;
    left: -8px;
    top: -1px;
}

.tgme_widget_message_author {
    font-size: 16px;
    line-height: 23px;
    margin: -2px 0;
    color: var(--accent-color);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
}

.tgme_widget_message_author {
    font-size: 14px;
    line-height: 19px;
    margin: 1px 0 0;
}

.media_not_supported_cont {
    display: none;
}

.tgme_widget_message_footer {
    font-size: 14px;
    line-height: 19px;
    color: var(--second-color);
    margin: 5px 0 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tgme_widget_message_footer {
    font-size: 12px;
    line-height: 14px;
    margin-right: -2px;
}

.tgme_widget_message_footer {
    color: var(--second-color);
}

.tgme_widget_message_inline_row {
    margin-top: 6px;
    display: flex;
}

.tgme_widget_message_user_photo {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.tgme_widget_message_user_photo {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 37px;
    color: #fff;
    background: #e57979;
    overflow: hidden;
}

.bgcolor5 {
    background: var(--bgcolor5) linear-gradient(var(--bgcolor5-top), var(--bgcolor5-bottom));
}

.tgme_widget_message_user_photo:before, .tgme_widget_login_user_photo:before {
    content: attr(data-content);
    font-weight: 500;
}

.tgme_widget_message_bubble_tail .bubble_icon {
    transform-origin: 8px 1px;
}

.tgme_widget_message_owner_name {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}

.tgme_widget_message_author a {
    color: inherit;
}

.tgme_widget_message_author a, .widget_frame_base .tgme_widget_message_author a:hover {
    color: inherit;
}

.tgme_widget_message_photo_wrap {
    display: block;
    background: no-repeat -10000px -10000px;
    background-size: 0 0;
    margin: 12px -17px;
    min-width: calc(100% + 34px) !important;
    max-width: calc(100% + 34px) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tgme_widget_message_bubble > .media_supported_cont > .tgme_widget_message_photo_wrap {
    margin: 10px -9px;
    min-width: calc(100% + 18px) !important;
    max-width: calc(100% + 18px) !important;
}

.tgme_widget_message_photo_wrap:hover {
    text-decoration: none;
}

.tgme_widget_message_text {
    font-size: 16px;
    line-height: 21px;
    word-break: break-word;
    margin-top: 6px;
}

.tgme_widget_message_text {
    font-size: 14px;
    line-height: 21px;
}

.message_media_not_supported_wrap {
    padding: 0 10px;
    margin: 16px 0 26px;
    text-align: center;
}

.message_media_not_supported_wrap {
    padding: 0 10px;
    margin: 6px 0 0;
}

.tgme_widget_message_info {
    text-align: right;
}

.tgme_widget_message_info.short {
    float: right;
}

.tgme_widget_message_inline_button {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    background: #b5c0c8;
    box-shadow: none;
    color: #fff;
    border-radius: 10px;
    padding: 7px 12px 6px;
    text-align: center;
    width: 1px;
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
}

.tgme_widget_message_inline_button {
    font-size: 14px;
    line-height: 21px;
}

.tgme_widget_message_inline_button {
    background: var(--service-bg-blured);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

a.tgme_widget_message_inline_button {
    color: #fff !important;
    text-decoration: none;

    background: #2481cc;
    padding: 10px 0;
    font-size: 17px;
}

a.tgme_widget_message_inline_button, .widget_frame_base a.tgme_widget_message_inline_button:hover {
    color: #fff !important;
    text-decoration: none;
}

.tgme_widget_message_user_photo img {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.tgme_widget_message_user_photo img {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
}

.widget_frame_base .tgme_widget_message_author a, .widget_frame_base .tgme_widget_message_author a:hover, .widget_frame_base .tgme_widget_message_forwarded_from a, .widget_frame_base .tgme_widget_message_forwarded_from a:hover {
    color: inherit;
}

.tgme_widget_message_photo {
    display: block;
    position: relative;
    background: no-repeat center;
    background-size: cover;
    background-image: inherit;
    margin: 0 auto;
    z-index: 2;
}

.tgme_widget_message_text b {
    font-weight: 500;
}

tg-emoji {
    display: inline-block;
    position: relative;
}

.message_media_not_supported {
    font-size: 14px;
    line-height: 20px;
    color: var(--second-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.message_media_not_supported {
    color: var(--second-color);
}

.tgme_widget_message_views {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: 10px;
}

.tgme_widget_message_views {
    margin-left: 7px;
}

.tgme_widget_message_views:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    background: var(--views-icon-svg) no-repeat 0 0;
    margin-left: 5px;
}

.tgme_widget_message_views:after {
    vertical-align: -1px;
}

.copyonly {
    color: transparent;
    display: inline-block;
    vertical-align: baseline;
    width: 1px;
    height: 0;
    background: 0 no-repeat none;
    font-size: 0;
    float: left;
    text-rendering: auto;
}

.tgme_widget_message_meta {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    max-width: calc(100% - 10px);
    display: inline-flex;
    justify-content: flex-end;
}

.tgme_widget_message_meta {
    margin-left: 7px;
}

.tgme_widget_message_meta {
    max-width: 100%;
}

.widget_frame_base a.tgme_widget_message_inline_button, .widget_frame_base a.tgme_widget_message_inline_button:hover {
    color: #fff !important;
    text-decoration: none;
}

.tgme_widget_message_inline_button_text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover :has(.emoji) {
    text-decoration: inherit;
}

tg-emoji span.tg-emoji-wrap {
    --size: calc(1.25em + 1px);
    position: absolute;
    display: inline-block;
    width: var(--size);
    height: var(--size);
    margin-right: calc(-1 * var(--size));
    vertical-align: top;
    background: no-repeat 2px 50%;
    background-size: 1.25em 1.25em;
    transform: translateX(calc(1px - 0.125em)) translateY(calc(1px - 0.125em));
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.emoji {
    font-style: normal;
}

.emoji {
    width: 1.25em;
    height: 1.25em;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background: no-repeat -1000px -1000px;
    background-size: 1.25em 1.25em;
    text-indent: -10em;
    padding: 3px 3px 3px 2px;
    margin: -3px -2px;
}

tg-emoji .emoji {
    background: none !important;
}

.emoji_image .emoji::before {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    background-position: 2px 50%;
    background-position-y: calc(50% + 1px);
}

.message_media_view_in_telegram {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid var(--accent-line-color);
    transition: all .2s ease;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--accent-color);
    padding: 10px 20px 9px;
    margin-top: 12px;
}

.message_media_view_in_telegram {
    border: 1px solid var(--accent-btn-color);
    padding: 7px 12px 6px;
    margin-top: 7px;
}

.widget_frame_base a.message_media_view_in_telegram:hover {
    text-decoration: none;
    background: var(--accent-line-color);
    color: var(--light-btn-text);
}

.widget_frame_base a.message_media_view_in_telegram:hover {
    background: var(--accent-btn-color);
}

a.tgme_widget_message_date {
    vertical-align: top;
    white-space: nowrap;
    color: inherit;
}

a.tgme_widget_message_date, .widget_frame_base a.tgme_widget_message_date:hover {
    vertical-align: top;
    white-space: nowrap;
    color: inherit;
}

tg-emoji .tg-emoji {
    position: relative;
    display: inline-block;
    width: 100%;
}

tg-emoji .tg-emoji::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.emoji > b {
    font-weight: normal;
}

.emoji > b {
    letter-spacing: 12em;
    pointer-events: none;
}

tg-emoji .tg-emoji-webp {
    background: no-repeat center;
    background-size: 100%;
}

.widget_frame_base a.tgme_widget_message_date, .widget_frame_base a.tgme_widget_message_date:hover {
    vertical-align: top;
    white-space: nowrap;
    color: inherit;
}

tg-emoji .tg-emoji-tgs canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* These were inline style tags. Uses id+class to override almost everything */
#style-wl7oV.style-wl7oV {
    width: 800px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-image: url('https://cdn4.cdn-telegram.org/file/qcA3q9dwnztVSBkJDikRLMde1mA34T409fgoUYqEQGDdmj0vJjXLosJiZXKt1VzBCIkqXy0SASk5lsboA-DbAwQPWKk8Q8JFjM-ZFV6ZNrP_Exi9X3AdguSyVMUMryuhHM1iccVzH1cH7UL_KW1Fo-E4m_HOVAEWjzHbe6S7y5-JL_5Th5DfkD8v8pk7YXMoRBNlT7DNmHKnVuHII_Vl27vBonAI894MS4mNlAtNGAgQ0V2Z03E9FXZuUOdFjpU_poh9PyO_VH9rJM6KQAOuFg5A6fo7gUoKB5GTSvu5wSdwDAzk5R_14HIyuePJFfenSbniiqzlSzIxHbdaecxg0A.jpg');
}

#style-NHfJg.style-NHfJg {
    background-image: url("https://cdn4.cdn-telegram.org/file/b9838379ed.webp?token=AUT9wjb2fmVsn2kMLVXJDgObr-XJFWvJ1XuPu2ykewv0bgkQJF0V3tanl2Wqn1Sacdwy94Ayqa76RhMrPQ4UrjWjm-vC7p9ZgyBjnNkDw7U_nrRlgcWAUjZybB3SRqXna1d5c-DVUBxGFN7MJEKNqE3cGEEKAD8DL9mO7pYezNNtm42QGo3IiRg5TdEVeKyEyUEFqmBRk7kTOrS1MD06BQ2haI5FQ7z-_48vco92Z0mxoTdYN4XzfpiaYN_UmPaK2W30d7_IOYMOMFBEQ5UdtZysA6yYR6eOrjFhs-zNGLEX6sTujp9v4k5H8VIK297ZQWJS-c8GP9JfcJJwFBz9Ew");
}

#style-tZd8l.style-tZd8l {
    background-image: url("https://cdn4.cdn-telegram.org/file/b9838379ed.webp?token=AUT9wjb2fmVsn2kMLVXJDgObr-XJFWvJ1XuPu2ykewv0bgkQJF0V3tanl2Wqn1Sacdwy94Ayqa76RhMrPQ4UrjWjm-vC7p9ZgyBjnNkDw7U_nrRlgcWAUjZybB3SRqXna1d5c-DVUBxGFN7MJEKNqE3cGEEKAD8DL9mO7pYezNNtm42QGo3IiRg5TdEVeKyEyUEFqmBRk7kTOrS1MD06BQ2haI5FQ7z-_48vco92Z0mxoTdYN4XzfpiaYN_UmPaK2W30d7_IOYMOMFBEQ5UdtZysA6yYR6eOrjFhs-zNGLEX6sTujp9v4k5H8VIK297ZQWJS-c8GP9JfcJJwFBz9Ew");
}

#style-cMvMr.style-cMvMr {
    background-image: url("https://cdn4.cdn-telegram.org/file/b9838379ed.webp?token=AUT9wjb2fmVsn2kMLVXJDgObr-XJFWvJ1XuPu2ykewv0bgkQJF0V3tanl2Wqn1Sacdwy94Ayqa76RhMrPQ4UrjWjm-vC7p9ZgyBjnNkDw7U_nrRlgcWAUjZybB3SRqXna1d5c-DVUBxGFN7MJEKNqE3cGEEKAD8DL9mO7pYezNNtm42QGo3IiRg5TdEVeKyEyUEFqmBRk7kTOrS1MD06BQ2haI5FQ7z-_48vco92Z0mxoTdYN4XzfpiaYN_UmPaK2W30d7_IOYMOMFBEQ5UdtZysA6yYR6eOrjFhs-zNGLEX6sTujp9v4k5H8VIK297ZQWJS-c8GP9JfcJJwFBz9Ew");
}

#style-POIpq.style-POIpq {
    background-image: url("https://cdn4.cdn-telegram.org/file/b9838379ed.webp?token=AUT9wjb2fmVsn2kMLVXJDgObr-XJFWvJ1XuPu2ykewv0bgkQJF0V3tanl2Wqn1Sacdwy94Ayqa76RhMrPQ4UrjWjm-vC7p9ZgyBjnNkDw7U_nrRlgcWAUjZybB3SRqXna1d5c-DVUBxGFN7MJEKNqE3cGEEKAD8DL9mO7pYezNNtm42QGo3IiRg5TdEVeKyEyUEFqmBRk7kTOrS1MD06BQ2haI5FQ7z-_48vco92Z0mxoTdYN4XzfpiaYN_UmPaK2W30d7_IOYMOMFBEQ5UdtZysA6yYR6eOrjFhs-zNGLEX6sTujp9v4k5H8VIK297ZQWJS-c8GP9JfcJJwFBz9Ew");
}

#style-C7K2C.style-C7K2C {
    background-image: url("https://cdn4.cdn-telegram.org/file/b9838379ed.webp?token=AUT9wjb2fmVsn2kMLVXJDgObr-XJFWvJ1XuPu2ykewv0bgkQJF0V3tanl2Wqn1Sacdwy94Ayqa76RhMrPQ4UrjWjm-vC7p9ZgyBjnNkDw7U_nrRlgcWAUjZybB3SRqXna1d5c-DVUBxGFN7MJEKNqE3cGEEKAD8DL9mO7pYezNNtm42QGo3IiRg5TdEVeKyEyUEFqmBRk7kTOrS1MD06BQ2haI5FQ7z-_48vco92Z0mxoTdYN4XzfpiaYN_UmPaK2W30d7_IOYMOMFBEQ5UdtZysA6yYR6eOrjFhs-zNGLEX6sTujp9v4k5H8VIK297ZQWJS-c8GP9JfcJJwFBz9Ew");
}

#style-sYLxH.style-sYLxH {
    background-image: url("https://cdn4.cdn-telegram.org/file/b9838379ed.webp?token=AUT9wjb2fmVsn2kMLVXJDgObr-XJFWvJ1XuPu2ykewv0bgkQJF0V3tanl2Wqn1Sacdwy94Ayqa76RhMrPQ4UrjWjm-vC7p9ZgyBjnNkDw7U_nrRlgcWAUjZybB3SRqXna1d5c-DVUBxGFN7MJEKNqE3cGEEKAD8DL9mO7pYezNNtm42QGo3IiRg5TdEVeKyEyUEFqmBRk7kTOrS1MD06BQ2haI5FQ7z-_48vco92Z0mxoTdYN4XzfpiaYN_UmPaK2W30d7_IOYMOMFBEQ5UdtZysA6yYR6eOrjFhs-zNGLEX6sTujp9v4k5H8VIK297ZQWJS-c8GP9JfcJJwFBz9Ew");
}