﻿/* Extracted from index.ejs style block 1 */
    * {
    font-family: serif;
    font-size: 15.2px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont3295.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.label-primary, .btn-primary, .bg-primary {
    background-image: none;
    background-color: var(--bt-primary) !important;
}

#story {
    border-bottom: 2px solid var(--bt-primary) !important;
}

#d2 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

#room {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    overflow: hidden !important;
}

#room > #d2 {
    order: 3;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#room > #roomHeader {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
}

#room > .qzbcx {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    position: sticky;
    top: 0 !important;
    z-index: 0;
    padding: 0 !important;
}

#room > .qzbcx > div {
    position: static !important;
    top: auto !important;
    margin: 0 auto !important;
}

#room > .isreply {
    order: 4;
    flex: 0 0 auto;
    width: 100%;
}

#room > .tablebox.footer {
    order: 5;
    flex: 0 0 auto;
    width: 100%;
}

#room > .tablebox.footer {
    display: flex !important;
    align-items: center;
    gap: 8px;
    direction: ltr;
    padding: 4px 8px !important;
    min-height: 48px;
    height: auto !important;
    flex-wrap: nowrap;
    position: relative;
}

#room > .tablebox.footer > #tbox,
#room > .tablebox.footer > .tbox.filw {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

#room > .tablebox.footer > .btn,
#room > .tablebox.footer > .fa-sign-out {
    flex: 0 0 auto;
}

#room > .tablebox.footer .room-footer-tools {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

#room > .tablebox.footer .room-footer-input,
#room > .tablebox.footer #tbox,
#room > .tablebox.footer .tbox.filw {
    padding: 0.55rem 0.85rem !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: 76px;
    border-radius: 10px !important;
    line-height: 1.4;
}

#room > .tablebox.footer .room-footer-icon-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    float: none !important;
    font-size: 22px !important;
    color: #777 !important;
    cursor: pointer;
}

#room > .tablebox.footer .room-footer-leave-btn {
    color: darkred !important;
}

#room > .tablebox.footer .room-footer-action-btn {
    width: 41px;
    height: 35px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

#room > .tablebox.footer .room-footer-action-btn .fa {
    font-size: 21px !important;
}

#room > .tablebox.footer .room-footer-send-btn {
    background-color: #4eac6d !important;
    border-color: #4eac6d !important;
}

#room > .tablebox.footer .room-footer-brb-btn {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}

#room > .tablebox.footer .room-upload-progress {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: calc(100% + 8px);
    z-index: 16;
    width: auto;
    margin: 0;
}

#room > .tablebox.footer .room-composer-menu {
    position: relative;
    flex: 0 0 auto;
}

#room > .tablebox.footer .room-composer-menu__toggle {
    background: linear-gradient(135deg, #0f766e, #14b8a6) !important;
    border-color: #0f766e !important;
    color: #fff !important;
}

#room > .tablebox.footer .room-composer-menu__panel {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    min-width: 182px;
    padding: 8px 0;
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
    overflow: hidden;
    z-index: 18;
}

#room > .tablebox.footer .room-composer-menu__panel::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.99);
    border-right: 1px solid rgba(203, 213, 225, 0.95);
    border-bottom: 1px solid rgba(203, 213, 225, 0.95);
    transform: rotate(45deg);
}

#room > .tablebox.footer .room-composer-menu__item {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    direction: rtl;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    transition: background .16s ease, color .16s ease;
}

#room > .tablebox.footer .room-composer-menu__item + .room-composer-menu__item {
    border-top: 1px solid rgba(226, 232, 240, 0.95);
}

#room > .tablebox.footer .room-composer-menu__item:hover,
#room > .tablebox.footer .room-composer-menu__item:focus {
    background: rgba(248, 250, 252, 0.96);
    color: #334155;
}

#room > .tablebox.footer .room-composer-menu__item i {
    width: 24px;
    text-align: center;
    font-size: 24px;
    color: inherit;
}

#room > .tablebox.footer .room-composer-menu__item--files i {
    color: #2563eb;
}

#room > .tablebox.footer .room-composer-menu__item--youtube i {
    color: #dc2626;
}

#room > .tablebox.footer .room-composer-menu__item--audio i {
    color: #059669;
}

#room > .tablebox.footer .room-voice-recorder {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}

#room > .tablebox.footer.room-voice-recording .room-footer-tools,
#room > .tablebox.footer.room-voice-recording .room-footer-input {
    display: none !important;
}

#room > .tablebox.footer.room-voice-recording .room-voice-recorder {
    display: flex !important;
}

#room > #d0 {
    order: 6;
}

#d0 .ae {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

#d0 .ae[data-active-label]:not([data-active-label=""])::after {
    content: attr(data-active-label);
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

.xqv-rh-a93 {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-bottom: 1px solid #d6d6d6;
    background: #f7f7f7;
    position: sticky;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 6px !important;
    z-index: 0;
}

.xqv-rh-p2 {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.xqv-rh-m7 {
    min-width: 0;
    flex: 1;
}

.xqv-rh-t2 {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.xqv-rh-m9 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    min-width: 0;
}

.xqv-rh-a8 {
    flex: 0 0 auto;
}

.xqv-rh-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

.xqv-rh-chip-icon {
    font-size: 12px !important;
    line-height: 1 !important;
    flex: 0 0 auto;
}

.xqv-mt-k4 {
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #333;
    border-radius: 6px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.xqv-mt-k4 .fa {
    font-size: 16px !important;
}

.xqv-mt-k4 .xqv-mt-t1 {
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.xqv-mt-k4.is-off {
    background: #f7f7f7;
    color: #666;
}

.xqv-rh-n3 {
    font-size: 14px !important;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    min-width: 0;
}

.xqv-rh-c6 {
    font-size: 12px !important;
    color: #666;
    margin: 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xqv-rh-b5 {
    font-size: 12px !important;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.xqv-rh-o1 {
    font-size: 11px !important;
    color: #333;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.xqv-rh-ob {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 1px 6px;
    border-radius: 10px;
    color: #fff;
    background: #2f4f7f;
    white-space: nowrap;
    max-width: 170px;
    overflow: hidden;
}

.xqv-rh-ob img {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.xqv-rh-obn {
    font-size: 11px !important;
    line-height: 1.2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xqv-rh-mm {
    flex: 0 0 auto;
    font-size: 11px !important;
    font-weight: 700;
}

.xqv-rh-mm.is-real {
    background: rgba(74, 222, 255, 0.14);
    border-color: rgba(125, 240, 255, 0.28);
    color: #d8fbff;
}

.xqv-rh-mm.is-local {
    background: rgba(255, 193, 7, 0.18);
    border-color: rgba(255, 223, 128, 0.32);
    color: #fff2c6;
}

.room-card-v2 {
    display: flex !important;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}

.room-card-v2__pic {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    flex: 0 0 58px;
    border-radius: 0px;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    margin: 0 !important;
}

.room-card-v2__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    width: auto !important;
    float: none !important;
}

.room-card-v2__top {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
}

.room-card-v2__titlebox {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1 1 auto;
    min-width: 0;
}

.room-card-v2 .u-topic {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    flex: 1 1 auto;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-card-v2 .u-msg,
.room-card-v2__about {
    width: auto !important;
    min-width: 0;
    float: none !important;
    margin: 0 !important;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-card-v2 .uc {
    margin-top: 0 !important;
    min-width: 40px;
    max-width: 76px;
    flex: 0 0 auto;
    float: none !important;
    text-align: center;
    line-height: 1.15;
    direction: ltr;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px !important;
}

.room-card-v2 .room-lock-icon {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px !important;
}

.room-message-mode-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-width: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

.room-message-mode-badge.is-real {
    background: linear-gradient(135deg, #0f766e, #0284c7);
}

.room-message-mode-badge.is-local {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.room-message-mode-icon {
    font-size: 9px !important;
    line-height: 1 !important;
}

.room-message-mode-label {
    display: none;
}

.room-owner-badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    vertical-align: middle;
}

.room-owner-badge-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.room-owner-badge-inline-icon img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.room-owner-badge-inline-name {
    display: inline-flex;
    align-items: center;
    padding: 1px 6px;
    border-radius: 10px;
    background-clip: border-box;
    background-size: 220% auto;
    color: #fff;
    font-size: 11px !important;
    line-height: 1.2 !important;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    vertical-align: middle;
}

.site-badge-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-badge-inline-icon img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.site-badge-inline-name {
    display: inline-flex;
    align-items: center;
    padding: 1px 6px;
    border-radius: 10px;
    background-clip: border-box;
    background-size: 220% auto;
    color: #fff;
    font-size: 11px !important;
    line-height: 1.2 !important;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@keyframes textclip {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.bg {
    background-color: var(--bg-primary) !important;
}

.light {
    background-color: var(--hi-light);
}

.mic_chat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 15px !important;
    background: var(--bt-primary);
}

.mic_chat > div > .micborder > hr {
    margin: 0;
    border-top-color: var(--bt-primary);
}

.mic_chat > div > .micborderr {
    background-image: var(--mic-url2);
}

.daymsg .u-pic {
    background-image: var(--daymsg) !important;
}

.daymsg {
    background-color: rgba(0, 77, 255, 0.08) !important;
}

.btn-primary {
    color: #fff;
}

:root {
    --entry-right-width: 380px;
}

body.entry-split .entry-split-stage {
    display: block;
}

.entry-split-stage {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: var(--entry-right-width);
    z-index: 1;
    overflow: hidden;
    display: none;
    background: #0e0e0e;
}

.entry-split-stage ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}

.entry-split-stage li {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .9s ease;
}

.entry-split-stage li.active {
    opacity: 1;
}

.entry-split-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: entrySplitKenburns 16s ease-in-out infinite;
}

.entry-split-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, .04) 45%, rgba(0, 0, 0, .25));
    pointer-events: none;
}

body.entry-split .dad {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    margin: 0 !important;
    width: var(--entry-right-width) !important;
    max-width: var(--entry-right-width) !important;
    overflow: hidden !important;
}

body.entry-split #Hchat {
    height: 100% !important;
}

/* Defer heavy off-screen panels to speed initial post-login paint */
#dpnl,
#users,
#chats,
#rooms,
#wall,
#settings,
#topWall,
#topWall2,
#topWall3,
#stories2 {
    content-visibility: auto;
    contain-intrinsic-size: 600px;
}

#wall.wall-inline-media-active {
    content-visibility: visible;
    contain-intrinsic-size: auto;
}

#wall.wall-inline-media-active:not(.wall-inline-media-external-stage) > #d2bc.wall-feed {
    overflow-y: auto;
}

#wall.wall-inline-media-typing > #d2bc.wall-feed {
    opacity: 1;
}

body.entry-split .dad > #room,
body.entry-split .dad > .qzbcx,
body.entry-split .dad > .pallboll,
body.entry-split .dad > #dpnl,
body.entry-split #room,
body.entry-split #d0,
body.entry-split #d2,
body.entry-split .tablebox.footer {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@keyframes entrySplitKenburns {
    0% { transform: scale(1.02); }
    50% { transform: scale(1.10); }
    100% { transform: scale(1.02); }
}

@media (max-width: 980px) {
    body.entry-split .entry-split-stage {
        display: none !important;
    }
    body.entry-split .dad {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 380px !important;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    from {
        box-shadow: 0px 4px 10px rgba(255, 182, 193, 0.6);
    }

    to {
        box-shadow: 0px 8px 20px rgba(255, 182, 193, 0.8);
    }
}

@keyframes glow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.youtubeContainer {
    display: flex;
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
}

.fa-angle-up:before {
    content: '\f106';
}

.vieYoutube {
    flex: 1 1 calc(20% - 10px);
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    min-width: 120px;
}

.youtubeContainer::-webkit-scrollbar {
    height: 8px;
}

.youtubeContainer::-webkit-scrollbar-thumb {
    background: #03a9f4;
    border-radius: 4px;
}

.youtubeContainer::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.vieYoutube img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.vieYoutube:hover {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.fa-refresh:before {
    content: '\f021';
}

.fa-eye:before {
    content: '\f06e';
}

.fa-user:before {
    content: '\f007';
}

.fa-star:before {
    content: '\f005';
}

.fa-gear:before, .fa-cog:before {
    content: '\f013';
}

.fa-comment:before {
    content: '\f075';
}

.fa-group:before, .fa-users:before {
    content: '\f0c0';
}

.fa-comment:before {
    content: '\f075';
}

.fa-user:before {
    content: '\f007';
}

.fa-trash:before {
    content: '\f1f8';
}

.fa-sign-out:before {
    content: '\f08b';
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: '\f03e';
}

.fa-send:before, .fa-paper-plane:before {
    content: '\f1d8';
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: '\f00d';
}

.fa-mail-reply:before, .fa-reply:before {
    content: '\f112';
}

.fa-bullhorn:before {
    content: '\f0a1';
}

.fa-heart:before {
    content: '\f004';
}

.fa-youtube:before {
    content: '\f167';
    font-weight: 300 !important;
}

.fa-search:before {
    content: '\f002';
}

.fa-camera:before {
    content: '\f030';
}

.fa-comment:before {
    content: '\f075';
}

.fa-envelope-o:before {
    content: '\f003';
}

.fa-diamond:before {
    content: '\f219';
}

.fa-ban:before {
    content: '\f05e';
}

#settings .fa-ban:before {
    content: '\f00c' !important;
}

#settings .fa-comments::before {
    font-weight: 300;
}

.fa-user-times:before {
    content: '\f235';
}

.fa-star:before {
    content: '\f005';
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: '\f071';
}

.fa-save:before, .fa-floppy-o:before {
    content: '\f0c7';
}

.fa-check:before {
    content: '\f00c';
}

.fa::before {
    font-size: 92%;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: '\f00d';
}

.fa-comments:before {
    content: '\f086';
}

.fa-phone:before {
    content: '\f095';
}

.fa-microphone:before {
    content: '\f130';
}

.fa-stop:before {
    content: '\f04d';
}

.fa-minus:before {
    content: '\f068';
}

.fa-expand:before {
    content: '\f065';
}

.fa-volume-up:before {
    content: '\f028';
}

.fa-key:before {
    content: '\f084';
}

.fa-home:before {
    content: '\f015';
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: '\f044';
}

.fa-sign-out:before {
    content: '\f08b';
}

.fa-save:before, .fa-floppy-o:before {
    content: '\f0c7';
}

.fa-refresh:before {
    content: '\f021';
}

.fa-chrome:before {
    content: '\f268';
}

.fa-internet-explorer:before {
    content: '\f26b';
}

.fa-android:before {
    content: '\f17b';
}

.fa-firefox:before {
    content: '\f269';
}

.fa-opera:before {
    content: '\f26a';
}

.fa-edge:before {
    content: '\f282';
}

.fa-scribd:before {
    content: '\f28a';
}

.fa-windows:before {
    content: '\f17a';
}

.fa-linux:before {
    content: '\f17c';
}

.fa-apple:before {
    content: '\f179';
}

.fa-times-circle:before {
    content: '\f057';
}

.fa-android:before {
    content: '\f17b';
}

.fa-th-large:before {
    content: '\f009';
}

.fa-bell:before {
    content: '\f0f3';
}

.fa-area-chart:before {
    content: '\f1fe';
}

.fa-expand:before {
    content: '\f065';
}

.fa-compress:before {
    content: '\f066';
}

.fa-bell-slash:before {
    content: '\f1f6';
}

.fa-plus:before {
    content: '\f067';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-plus-circle:before {
    content: '\f055';
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#d2bc > div.uzr.fl.borderg.MFT.mm {
    margin-bottom: -17px !important;
}

#d2 > div.uzr.d-flex.mm > div.uzr.flex-fill.break > div.d-flex.fr {
    display: none;
}

.flex-fill {
    flex: 1 1 auto !important;
    overflow-y: hidden;
}

.mic_chat video {
    display: contents !important;
}

a {
    color: #337ab7;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

th {
    text-align: left;
}

.fa-th-list::before {
    content: '\f00b';
    font-weight: 300;
}

body > div.center-block.bg.dad > div.hand.corner.nosel > div {
    margin-top: 7px !important;
    padding: 0 !important;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-info {
    color: #fff;
    background-color: #3ac2c3;
    border-color: #3ac2c3;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fa-microphone-slash:before {
    content: '\f131';
}

.fa-volume-off:before {
    content: '\f026';
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: '\f19d';
}

.fa-heartbeat:before {
    content: '\f21e';
}

.fa-comments::before {
    content: '';
}

.fa-bars:before, .fa-navicon:before {
    content: '\f06d';
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

#wall .Del_com {
    margin-top: 8px;
}

#d2 .Del_com, .bgg .Del_com {
    display: none !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.viewers-list {
    display: none;
    background-color: #ffffff;
    color: #333333;
    padding: 10px;
    border-radius: 10px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 250px;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.viewers-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.viewers-list li {
    font-size: 16px;
    padding: 8px 0;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.3s, padding-left 0.3s;
}

.viewers-list li:hover {
    background-color: #f5f5f5;
    padding-left: 10px;
}

.viewers-list strong {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #4caf50;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.uzr .fa-youtube:before {
    color: #232323;
    padding-top: 5px;
    padding-right: 5px;
}

#d2bc > div.uzr.d-flex.mm > div > div.u-msg.break > button {
    margin-top: -5px;
}

#d2bc > div.uzr.d-flex.mm > div > div.u-msg.break > .fa-youtube {
    margin-top: 8px;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

.popover.top {
    margin-top: 0px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-content {
    padding: 9px 14px;
}

.btn.active, .btn:active {
    background-image: none;
}

.btn-primary:focus, .btn-primary:hover {
    background-position: 0 -15px;
}

.btn-success:focus, .btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success.active, .btn-success:active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-danger:focus, .btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.fa-arrow-left::before {
    content: '';
}

.fa-arrow-right::before {
    content: '';
}

.bgm {
    background-color: #40404f;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.uhtml {
    text-align: left;
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid #e6e6fa;
    padding-right: 1px;
    background-color: #fafafa;
}

.uzr .fitimg {
    background-size: cover;
    margin: 0;
}

.as.borderg.fl.fitimg.hand.u-pic {
    width: 52px;
    height: 52px;
}

.label-primary, .btn-primary {
    background-color: var(--bt-primary) !important;
    background-image: none;
}

.bgg {
    background-color: lightslategray;
}

.pophead {
    background-color: slategrey;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

b, strong {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type='button'] {
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

td, th {
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:hover, a:focus {
    color: #23527c;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

[role='button'] {
    cursor: pointer;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border: 1px solid #2f4078 !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.tab-content > .active {
    display: block;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

#d2bc .uzr.d-flex.mm:nth-child(even) {
    background-color: #f7f7f7 !important;
}

#d2bc .uzr.d-flex.mm:nth-child(odd) {
    background-color: #ffffff !important;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.fa::before {
    font-size: 92%;
}

.u-msg {
    line-height: 1.5 !important;
}

.ae {
    border: 1px solid #000 !important;
    border-radius: 2px !important;
    float: left;
    text-align: center;
    width: 20%;
    max-width: 80px;
    padding: 4px 0;
    margin: 1px;
    margin-bottom: 2px;
}

.label, .btn {
    border-radius: 1px !important;
}

button.btn {
    padding: 5px !important;
}

.bgf {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.msg {
    background-color: #f0f0f5;
    border: 1px solid grey;
    margin-top: -1px;
    padding: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

.tbox {
    overflow: scroll;
    border-radius: 1px;
    border: 1px solid lightgrey;
    padding: 6px;
    max-height: 32px;
    min-height: 32px;
    height: 32px;
    font-weight: 700;
    overflow: hidden;
    resize: none;
}

.emoii {
    width: 22px;
    max-width: 22px;
    height: 22px;
    margin: 0;
    padding: 5px;
}

.hid {
    display: none;
}

.noflow {
    overflow: hidden;
}

div {
    line-height: 20px;
}

.popover {
    height: 250px;
    overflow-y: auto;
    white-space: pre-wrap;
}

.item3 {
    font-size: 16px !important;
    color: #000;
}

.item5 {
    color: gray;
}

@keyframes slideInOut {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    10% {
        opacity: 1;
        transform: translateX(0);
    }

    85% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.grid-container {
    background: #f0f8ff;
    text-align: right;
    margin-left: 50px;
    padding: 8px;
    border-left: 6px solid #6495ed;
}

.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}

#u1, #u2, #u3, #pass1, #pass2 {
    width: 230px;
    padding: 5px;
    margin-bottom: 2px;
    border-radius: 2px;
    height: 33px;
    border: 1px solid rgb(0 0 0) !important;
}

.fa-user-plus::before {
    content: '';
}

.bgg .fitimg.u-pic {
    min-height: 51px;
    min-width: 51px;
    max-width: 87px;
    width: 50px !important;
}

.bgg div.btn.minix.btn-primary.fa.fa-times.fr {
    height: 24px;
}

.bgg div > div.uzr.flex-fill.break > div.d-flex.fr {
    display: none;
}

.mic_chat > div > .micborder > .fa-microphone {
    font-size: 16px !important;
    text-align: center;
    margin-top: 2px;
}

.mic_chat > div > .micborder > .ismute {
    position: absolute;
    height: 2px;
    background: #999;
    display: none;
    width: 65px;
    margin-left: -3px;
    margin-top: 0;
    transform: rotate(136deg);
}

.u-topic.dots {
    white-space: nowrap;
    max-width: 130%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pmsgc {
    background-color: rgba(0, 77, 255, 0.08) !important;
}

.ppmsgc {
    background-color: #f1f1ff !important;
}

.typingIndicatorBubbleDot {
    width: 4px;
    height: 4px;
    margin-right: 4px;
    background-color: #57585a;
    border-radius: 50%;
    animation-name: bounce;
    animation-duration: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.typingIndicatorBubbleDot:first-of-type {
    margin: 0 4px;
}

.typingIndicatorBubbleDot:nth-of-type(2) {
    animation-delay: 0.15s;
}

.typingIndicatorBubbleDot:nth-of-type(3) {
    animation-delay: 0.3s;
}

@keyframes bounce {
    0%, 60%, 100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-4px);
    }
}

.hid {
    display: none;
}

.hand {
    cursor: hand;
}

img {
    vertical-align: middle;
}

.break {
    overflow: auto;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-wrap: break-word;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.u-ico {
    padding-right: 2px;
    margin-top: 2px;
    max-height: 20px;
}

.emoi {
    max-width: 260px;
    max-height: 24px;
}

.unread {
    background-color: #ffc89d !important;
}

div {
    line-height: 20px;
}

.fa-commenting::before {
    content: '';
}

th, td {
    padding: 0;
}

.mini {
    font-size: 90% !important;
}

.corner {
    border-radius: 5px;
}

.minix {
    font-size: 80% !important;
}

@keyframes animate {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

.center {
    margin: 0 auto;
}

.dots {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 100%;
}

.borderg {
    border: 1px solid #f4f4f4;
}

.border {
    border: 1px solid #000;
    border-radius: 2px !important;
}

.fitimg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bord {
    border-inline: 4px solid #1e90ff !important; }

.modal-header {
    padding: 5px;
}

.badge {
    padding: 0 3px;
}

.tab-pane {
    padding: 0;
}

.popover-content {
    padding: 1px;
}

.bgg .uzr.d-flex.mm:nth-child(2n) {
    background-color: rgb(249, 249, 249) !important;
}

.notification {
    min-width: 180px;
    max-width: 260px;
    border: 1px solid #000;
    z-index: 2000;
    background-color: #efefef;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    margin: 0.7rem auto 0;
    border-radius: 0;
}

.notification__title.label-primary {
    border-radius: 0 !important;
    border: 0 !important;
}

.notification__sender__avatar {
    border-radius: 5px;
    margin-right: 0.1em;
}

.notification__sender__name {
    margin: 0.2em 0;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.15em 0 0;
    max-width: 80%;
    color: #000;
    display: inline-block;
}

.notification p {
    margin-bottom: 0.4em;
}

.notification__message {
    font-size: 0.6rem;
    font-weight: 700;
    margin-top: 0.2em;
    width: 100%;
    padding: 0 0.2em;
    word-break: break-word;
}

.notification__time {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    font-size: 0.5rem;
}

.notification__title {
    font-size: 0.6rem;
    text-align: center;
    margin: -14px auto 0;
    width: 50%;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 1.6;
}

.c-flex {
    display: flex;
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.column {
    float: left;
    min-height: 100%;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

#StoryProgress {
    width: 100%;
    background-color: #ddd;
}

#BarStory {
    width: 0%;
    height: 3px;
    background-color: #6495ed;
    margin-bottom: 15px;
}

.popover {
    z-index: 9000 !important;
    position: fixed !important;
    height: 350px !important;
    min-width: 312px !important;
    border: 1px solid;
    border-radius: 0;
}

#tlogins .co {
    width: 18px;
    height: 18px;
    border-radius: 1px;
    margin-top: -2px;
    margin-left: 1px;
}

#users .co {
    width: 18px;
    height: 18px;
    border-radius: 1px;
    margin-top: -2px;
}

.mic_chat > div {
    max-width: 350px;
}

.mic_chat > div > .micborder {
    float: right;
    color: #113233;
    width: 53px;
    height: 50px;
    margin: 1px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    transform: translateX(-61px);
}

.mic_chat > div > .micborder img {
    padding: 2px;
}

.c-flex {
    display: flex;
    flex-direction: column;
}

.mic_chat > div > .micborder > .evant > i {
    position: relative;
    font-size: 16px !important;
    text-align: center;
    color: #906464;
    top: 36px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffffc7;
    border: 1px solid #d9534f70;
}

#tlogins .hand.nosel.fl.uzr.borderg {
    border: 1px solid #e0e0e0;
}

#d2 .MFT {
    background-size: 100%;
    border-radius: 0 !important;
    width: 100%;
    margin-left: -1px !important;
}

#mute, #mute1 {
    color: #000;
    margin: 4px;
    padding: 8px;
    width: 99%;
    border: 1px solid #4e4e4e;
}

#settings .fa-bell-slash:before, #settings .fa-bell:before {
    float: left;
}

#users .fl.u-pic {
    height: 56px !important;
    width: 56px !important;
}

.Border_TH .light {
    border: 1px solid #d5d5d5;
}

#d2bc.fitimg.fl.u-pic {
    height: 49px !important;
    width: 55px !important;
}

.story {
    background-color: #906464;
    color: White;
    margin: 4px;
    padding: 8px;
    width: 45%;
    border: 1px solid #000 !important;
    text-align: center;
}

.wall {
    background-color: #906464;
    color: White;
    margin: 4px;
    padding: 8px;
    width: 45%;
    border: 1px solid #000 !important;
    text-align: center;
}

#wall {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    width: 100%;
}

#wall.tab-pane {
    display: none;
}

#wall.tab-pane.active {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0;
    overflow: hidden !important;
}

#dpnl.dpnl--wall-media-stage-active {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
}

#dpnl.dpnl--wall-media-stage-active > .label-danger.chroo,
#dpnl.dpnl--wall-media-stage-active > .pnhead {
    flex: 0 0 auto;
}

#dpnl.dpnl--wall-media-stage-active > #wall.tab-pane.active {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

#wall > .wall-inline-media-stage,
#wall > .wall-top-panels,
#wall > .wall-youtube-legacy-search,
#wall > #d2bc.wall-feed,
#wall > .wall-upload-progress,
#wall > .tablebox.wall-composer {
    flex: 0 0 auto;
    width: 100%;
    float: none !important;
    box-sizing: border-box;
}

#wall > .wall-inline-media-stage {
    display: none;
    position: relative;
    min-height: 0;
    background: #050505;
    overflow: hidden;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    isolation: isolate;
    contain: layout paint;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#wall > .wall-inline-media-stage.is-active {
    display: block;
    width: 100%;
    min-height: 160px;
    aspect-ratio: 16 / 9;
}

#wall.video-active > .wall-top-panels {
    display: none !important;
}

#wall > .wall-top-panels {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    position: relative;
    z-index: 2;
    background: #fff;
}

#wall > .wall-top-panels > .wall-top-action {
    flex: 1 1 33.333%;
    float: none !important;
    margin: 0 !important;
    min-width: 0;
}

#wall > #d2bc.wall-feed {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    width: 100% !important;
    float: none !important;
    overflow-y: auto;
    transition: opacity .18s ease;
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    overscroll-behavior: contain;
}

#wall > .wall-new-messages-indicator {
    position: absolute;
    left: 50%;
    bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    z-index: 8;
    display: none;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #1f78ff !important;
    border-color: #1f78ff !important;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.24);
    font-size: 13px;
    line-height: 18px;
}

#wall > .wall-upload-progress {
    display: none;
    margin: 0;
    padding: 8px 10px;
    background: #f8fbff;
    border-top: 1px solid rgba(37, 99, 235, 0.12);
    border-bottom: 1px solid rgba(37, 99, 235, 0.12);
}

#wall > .wall-upload-progress.is-active {
    display: block !important;
}

#wall > .wall-upload-progress .wall-upload-progress__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

#wall > .wall-upload-progress .wall-upload-progress__name {
    color: #0f172a;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wall > .wall-upload-progress .wall-upload-progress__cancel {
    border: 1px solid rgba(220, 38, 38, 0.28);
    background: #fff;
    color: #dc2626;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.4;
}

#wall > .wall-upload-progress .wall-upload-progress__bar {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.22);
    overflow: hidden;
}

#wall > .wall-upload-progress .wall-upload-progress__fill {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%);
    transition: width .16s ease;
}

#wall > .wall-upload-progress .wall-upload-progress__value {
    margin-top: 6px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

#wall > .tablebox.wall-composer {
    display: flex !important;
    align-items: center;
    gap: 6px;
    direction: ltr;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 !important;
    padding: 4px 6px !important;
    float: none !important;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-sizing: border-box;
    z-index: 9;
    margin-top: 0;
    position: sticky;
    bottom: 0;
    min-height: 52px;
    box-shadow: 0 -6px 18px rgba(15, 23, 42, 0.08);
}

#wall.wall-voice-recording > .tablebox.wall-composer {
    gap: 0;
}

#wall > .tablebox.wall-composer > .wall-voice-recorder {
    display: none;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
    direction: ltr;
    padding: 4px 0;
}

#wall.wall-voice-recording > .tablebox.wall-composer > .wall-voice-recorder {
    display: flex !important;
}

#wall.wall-voice-recording > .tablebox.wall-composer > .wall-composer-menu,
#wall.wall-voice-recording > .tablebox.wall-composer > .wall-composer-emoji,
#wall.wall-voice-recording > .tablebox.wall-composer > .wall-composer-input,
#wall.wall-voice-recording > .tablebox.wall-composer > .wall-composer-record,
#wall.wall-voice-recording > .tablebox.wall-composer > .wall-composer-send {
    display: none !important;
}

#wall > .tablebox.wall-composer > .wall-composer-record {
    width: 38px;
    height: 38px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #22c55e 0%, #14b8a6 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(20, 184, 166, 0.22);
    font-size: 17px !important;
}

#wall > .tablebox.wall-composer > .wall-composer-record:hover,
#wall > .tablebox.wall-composer > .wall-composer-record:focus {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

#wall > .tablebox.wall-composer > .wall-voice-recorder .wall-voice-recorder__cancel,
#wall > .tablebox.wall-composer > .wall-voice-recorder .wall-voice-recorder__send {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 0;
    color: #fff;
    font-size: 17px !important;
}

#wall > .tablebox.wall-composer > .wall-voice-recorder .wall-voice-recorder__cancel {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.15);
}

#wall > .tablebox.wall-composer > .wall-voice-recorder .wall-voice-recorder__send {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 10px 20px rgba(22, 163, 74, 0.22);
}

#wall > .tablebox.wall-composer > .wall-voice-recorder .wall-voice-recorder__status {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

#wall > .tablebox.wall-composer > .wall-voice-recorder .wall-voice-recorder__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
    animation: wallVoicePulse 1.2s infinite;
}

#wall > .tablebox.wall-composer > .wall-voice-recorder .wall-voice-recorder__time {
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .03em;
}

@keyframes wallVoicePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.45);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

#wall > .tablebox.wall-composer > .wall-composer-btn,
#wall > .tablebox.wall-composer > .wall-composer-emoji,
#wall > .tablebox.wall-composer > .wall-composer-menu {
    flex: 0 0 auto;
    float: none !important;
    margin: 0 !important;
}

#wall > .tablebox.wall-composer > .wall-composer-menu {
    position: relative;
}

#wall > .tablebox.wall-composer > .wall-composer-btn-icon {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

#wall > .tablebox.wall-composer > .wall-composer-menu > .wall-composer-menu__toggle {
    margin: 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    border: 1px solid rgba(148, 163, 184, 0.45) !important;
    color: #475569 !important;
}

#wall > .tablebox.wall-composer > .wall-composer-menu.is-open > .wall-composer-menu__toggle {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
    border-color: rgba(59, 130, 246, 0.38) !important;
    color: #1d4ed8 !important;
}

#wall > .tablebox.wall-composer > .wall-composer-menu > .wall-composer-menu__panel {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    min-width: 176px;
    padding: 8px 0;
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
    overflow: hidden;
    z-index: 9;
}

#wall > .tablebox.wall-composer > .wall-composer-menu > .wall-composer-menu__panel::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.98);
    border-right: 1px solid rgba(203, 213, 225, 0.95);
    border-bottom: 1px solid rgba(203, 213, 225, 0.95);
    transform: rotate(45deg);
}

#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    transition: background .16s ease, color .16s ease;
}

#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item + .wall-composer-menu__item {
    border-top: 1px solid rgba(226, 232, 240, 0.95);
}

#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item:hover,
#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item:focus {
    background: rgba(248, 250, 252, 0.96);
    color: #334155;
}

#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item i {
    width: 24px;
    text-align: center;
    font-size: 24px;
    color: inherit;
}

#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item--files i {
    color: #2563eb;
}

#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item--youtube i {
    color: #dc2626;
}

#wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item--audio i {
    color: #059669;
}

#wall > .tablebox.wall-composer > .wall-composer-emoji {
    width: 34px !important;
    height: 34px;
    padding: 5px !important;
    display: inline-block;
    cursor: pointer;
}

#wall > .tablebox.wall-composer > .wall-composer-input.tboxbc {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: 76px;
    padding: 8px 12px !important;
    line-height: 1.45;
    resize: none;
}

#wall > .tablebox.wall-composer > .wall-composer-send {
    min-width: 60px;
    height: 36px;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#wallDetachedMediaRoot {
    position: fixed;
    z-index: 10031;
    pointer-events: none;
    padding: 0;
    box-sizing: border-box;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#wallDetachedMediaRoot:empty {
    display: none;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    pointer-events: auto;
    padding: 0;
    border-radius: 0;
    background: #050505;
    box-shadow: none;
    overflow: hidden;
    border: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__body {
    width: 100%;
    height: 100%;
    min-height: 0;
    align-items: center;
    justify-content: center;
    background: #050505;
    overflow: hidden;
    contain: strict;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__tools {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 2;
    margin: 0;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__close {
    margin-right: auto;
    background: rgba(226, 232, 240, 0.88);
    color: #0f172a;
    width: 40px;
    height: 40px;
    font-size: 22px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.28);
}

#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__body iframe,
#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__body video,
#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__body audio {
    width: 100% !important;
    max-width: 100% !important;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__body iframe,
#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__body video {
    height: 100% !important;
    max-height: none !important;
    background: #000;
    border: 0;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal .inline-media-player__body video {
    object-fit: contain;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal.inline-media-player--audio {
    background: rgba(15, 23, 42, 0.98);
    padding: 10px;
    border-radius: 0;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal.inline-media-player--audio .inline-media-player__tools {
    position: static;
    margin-bottom: 8px;
}

#wallDetachedMediaRoot .inline-media-player--wall-portal.inline-media-player--audio .inline-media-player__body {
    min-height: 0;
    background: transparent;
    aspect-ratio: auto;
}

@media (max-width: 768px) {
    #wallDetachedMediaRoot {
        max-width: calc(100vw - 12px);
    }
}

#wall .sndytbc {
    background: #e53935 !important;
    border-color: #c62828 !important;
}

#wall .sndttbc {
    background: linear-gradient(135deg, #111827 0%, #111827 48%, #ef4444 48%, #ef4444 63%, #22d3ee 63%, #22d3ee 78%, #111827 78%, #111827 100%) !important;
    border-color: #111827 !important;
    color: #fff !important;
}

@media (max-width: 520px) {
    #wall > .tablebox.wall-composer > .wall-composer-menu > .wall-composer-menu__panel {
        min-width: 164px;
        left: -2px;
    }

    #wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item {
        min-height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }

    #wall > .tablebox.wall-composer > .wall-composer-menu .wall-composer-menu__item i {
        font-size: 21px;
    }
}

.wall-youtube-dialog {
    position: fixed;
    inset: 0;
    z-index: 100090;
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(8, 15, 26, 0.3), rgba(8, 15, 26, 0.48));
    backdrop-filter: blur(4px);
    padding: 8px;
}

.wall-youtube-dialog__panel {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(19, 84, 122, 0.22);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.22);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    direction: rtl;
}

.wall-youtube-dialog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 14px;
    background: linear-gradient(135deg, #0f7c99 0%, #155a7a 100%);
    color: #fff;
}

.wall-youtube-dialog__title {
    font-size: 16px;
    font-weight: 700;
}

.wall-youtube-dialog__title i {
    margin-left: 6px;
}

.wall-youtube-dialog__close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.wall-youtube-dialog__search {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
    min-width: 0;
    padding: 12px 14px 8px;
    background: linear-gradient(180deg, rgba(236, 246, 252, 0.9), rgba(248, 250, 252, 0.98));
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.wall-youtube-dialog__search-btn {
    min-width: 74px;
    height: 46px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f7c99 0%, #1f96b7 100%);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(15, 124, 153, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.wall-youtube-dialog__query {
    flex: 1 1 auto;
    min-width: 0;
    width: 0;
    height: 46px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 14px;
    padding: 0 14px;
    direction: rtl;
    text-align: right;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.wall-youtube-dialog__status {
    display: none !important;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.wall-youtube-dialog__results {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2px 14px 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: start;
}

.wall-youtube-result-card {
    width: 100%;
    border: 2px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    padding: 8px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    appearance: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.wall-youtube-result-card.is-active {
    border-color: #0f7c99;
    background: linear-gradient(180deg, #ffffff 0%, #eef9fd 100%);
    box-shadow: 0 14px 28px rgba(15, 124, 153, 0.18);
    transform: translateY(-2px);
}

.wall-youtube-result-card__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
    background: #dbe4ee;
}

.wall-youtube-result-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.wall-youtube-result-card__title {
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wall-youtube-result-card__time {
    color: #64748b;
    font-size: 11px;
}

.wall-youtube-dialog__composer {
    padding: 10px 14px 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), #ffffff 36%);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
    backdrop-filter: blur(8px);
    position: sticky;
    bottom: 0;
    z-index: 4;
}

.wall-youtube-dialog__message {
    width: 100%;
    min-height: 58px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    border-radius: 16px;
    padding: 12px 14px;
    resize: none;
    direction: rtl;
    text-align: right;
    background: rgba(255,255,255,0.98);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.wall-youtube-dialog__selected {
    min-height: 56px;
}

.wall-youtube-selected-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.wall-youtube-selected-card__thumb {
    width: 86px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    background: #dbe4ee;
}

.wall-youtube-selected-card__meta {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wall-youtube-selected-card__title {
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wall-youtube-selected-card__time {
    color: #64748b;
    font-size: 11px;
}

.wall-youtube-dialog__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.wall-youtube-dialog__actions .btn {
    flex: 1 1 0;
    min-height: 44px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 520px) {
    .wall-youtube-dialog {
        padding: 6px;
    }

    .wall-youtube-dialog__panel {
        border-radius: 14px;
    }

    .wall-youtube-dialog__head {
        padding: 10px 10px 9px;
    }

    .wall-youtube-dialog__title {
        font-size: 14px;
    }

    .wall-youtube-dialog__close {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 20px;
    }

    .wall-youtube-dialog__search {
        padding: 10px 10px 8px;
        gap: 7px;
    }

    .wall-youtube-dialog__search-btn {
        min-width: 68px;
        height: 42px;
        padding: 0 12px;
        border-radius: 12px;
        font-size: 14px;
        flex: 0 0 auto;
    }

    .wall-youtube-dialog__query {
        height: 42px;
        border-radius: 12px;
        padding: 0 12px;
        font-size: 14px;
    }

    .wall-youtube-dialog__status {
        padding: 0 10px 8px;
        font-size: 11px;
    }

    .wall-youtube-dialog__results {
        padding: 0 10px 10px;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wall-youtube-result-card {
        padding: 5px;
        gap: 5px;
        border-radius: 13px;
    }

    .wall-youtube-result-card__thumb {
        border-radius: 10px;
    }

    .wall-youtube-result-card__title {
        font-size: 11px;
        line-height: 1.35;
    }

    .wall-youtube-result-card__time {
        font-size: 10px;
    }

    .wall-youtube-dialog__composer {
        padding: 8px 10px 10px;
        gap: 7px;
    }

    .wall-youtube-dialog__message {
        min-height: 52px;
        border-radius: 13px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .wall-youtube-selected-card {
        gap: 8px;
        padding: 6px;
        border-radius: 12px;
    }

    .wall-youtube-selected-card__thumb {
        width: 72px;
        height: 42px;
    }

    .wall-youtube-selected-card__title {
        font-size: 11px;
    }

    .wall-youtube-selected-card__time {
        font-size: 10px;
    }

    .wall-youtube-dialog__actions {
        gap: 6px;
    }

    .wall-youtube-dialog__actions .btn {
        min-height: 40px;
        border-radius: 12px;
        font-size: 13px;
    }
}

.wall-youtube-dialog {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px;
}

.wall-youtube-dialog__panel {
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 0;
}

.wall-youtube-dialog__search,
.wall-youtube-dialog__tabs,
.wall-youtube-dialog__status,
.wall-youtube-dialog__viewer,
.wall-youtube-dialog__composer {
    flex-shrink: 0;
}

.wall-youtube-dialog__viewer {
    display: none;
}

.wall-youtube-dialog__tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px 12px;
    background: linear-gradient(180deg, rgba(236, 246, 252, 0.92), rgba(248, 250, 252, 0.98));
}

.wall-youtube-dialog__tab {
    flex: 1 1 0;
    min-height: 42px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #315569;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.wall-youtube-dialog__tab.is-active {
    background: linear-gradient(135deg, #0f7c99 0%, #1f96b7 100%);
    border-color: rgba(15, 124, 153, 0.92);
    color: #fff;
    box-shadow: 0 10px 20px rgba(15, 124, 153, 0.18);
}

.wall-youtube-result-card {
    position: relative;
}

.wall-youtube-result-card__badge,
.wall-youtube-selected-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(217, 35, 35, 0.09);
    color: #d92323;
    font-size: 11px;
    font-weight: 800;
}

.wall-youtube-result-card--shorts .wall-youtube-result-card__badge,
.wall-youtube-selected-card--shorts .wall-youtube-selected-card__badge {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
}

.wall-youtube-result-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wall-youtube-result-card__actions .btn {
    flex: 1 1 0;
    min-height: 38px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.wall-youtube-selected-card {
    gap: 12px;
}

.wall-youtube-selected-card--shorts {
    flex-direction: column;
    align-items: stretch;
}

.wall-youtube-selected-card__player {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.16);
    contain: layout paint style;
    isolation: isolate;
    transform: translateZ(0);
}

.wall-youtube-selected-card__iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #000;
    transform: translateZ(0);
}

.wall-youtube-selected-card--compact {
    padding: 10px 12px;
}

.wall-youtube-selected-card__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 2px;
}

.wall-youtube-selected-card__nav-btn {
    min-width: 88px;
    min-height: 38px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.wall-youtube-selected-card__nav-count {
    flex: 1 1 auto;
    text-align: center;
    color: #315569;
    font-size: 12px;
    font-weight: 800;
}

.wall-youtube-selected-card__nav-hint {
    text-align: center;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-dialog__results {
    display: none;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 0;
    gap: 0;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-dialog__viewer {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    min-height: 280px;
    padding: 0 14px 10px;
    contain: layout paint;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-selected-card--shorts {
    width: min(100%, 360px);
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 12px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-selected-card__player {
    width: 100%;
    max-width: none;
    min-height: 0;
    flex: 1 1 auto;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-selected-card__nav-hint {
    display: none;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-dialog__composer {
    padding-top: 8px;
    position: sticky;
    bottom: 0;
    z-index: 4;
    margin-top: auto;
    box-shadow: 0 -4px 10px rgba(15, 23, 42, 0.05);
    backdrop-filter: none;
    background: #ffffff;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-dialog__selected {
    min-height: 0;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-result-card {
    flex: 0 0 64px;
    width: 64px;
    min-width: 64px;
    padding: 4px;
    gap: 4px;
    border-radius: 14px;
    scroll-snap-align: start;
    box-shadow: none;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-result-card__thumb {
    aspect-ratio: 9 / 16;
    max-height: none;
    border-radius: 10px;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-result-card__meta {
    display: none;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-result-card__actions {
    display: none;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-result-card__title {
    font-size: 11px;
    line-height: 1.35;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-result-card__time {
    font-size: 10px;
}

.wall-youtube-dialog.is-shorts-tab {
    background: rgba(8, 15, 26, 0.18);
    backdrop-filter: none;
}

.wall-youtube-dialog.is-shorts-tab .wall-youtube-dialog__panel {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.wall-tiktok-dialog .wall-youtube-dialog__head {
    background: linear-gradient(135deg, #111827 0%, #1f2937 62%, #0f172a 100%);
}

.wall-tiktok-dialog .wall-youtube-dialog__search-btn {
    background: linear-gradient(135deg, #111827 0%, #1f2937 62%, #0f172a 100%);
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.22);
}

.wall-tiktok-dialog .wall-youtube-dialog__viewer {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    align-items: stretch;
    justify-content: center;
    padding: 0 12px 8px;
}

.wall-tiktok-dialog .wall-youtube-dialog__results {
    display: none;
    grid-template-columns: 1fr;
}

.wall-tiktok-dialog .wall-youtube-dialog__selected {
    display: none;
}

.wall-tiktok-dialog .wall-youtube-selected-card {
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.wall-tiktok-dialog .wall-youtube-selected-card__player {
    width: min(100%, 420px);
    max-width: min(100%, 420px);
    margin: 0 auto;
}

.wall-tiktok-dialog .wall-youtube-selected-card__nav {
    margin-top: 8px;
}

.wall-tiktok-dialog .wall-youtube-dialog__search {
    padding-bottom: 8px;
}

.wall-tiktok-dialog .wall-youtube-dialog__status {
    padding: 0 14px 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}

.wall-tiktok-dialog .wall-youtube-dialog__composer {
    padding-top: 6px;
}

.wall-tiktok-dialog .wall-youtube-selected-card__badge,
.wall-tiktok-dialog .wall-youtube-result-card__badge {
    background: rgba(17, 24, 39, 0.08);
    color: #111827;
}

.wall-tiktok-result-card {
    text-align: right;
}

.wall-tiktok-result-card__thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 82px;
    padding: 12px;
    border-radius: 12px;
    background:
        linear-gradient(135deg, #111827 0%, #111827 48%, #ef4444 48%, #ef4444 62%, #22d3ee 62%, #22d3ee 76%, #111827 76%, #111827 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    direction: ltr;
    overflow: hidden;
}

.wall-tiktok-result-card__thumb--compact {
    width: 86px;
    min-height: 50px;
    flex: 0 0 auto;
    font-size: 12px;
    padding: 8px;
}

.wall-tiktok-selected-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top, rgba(34, 211, 238, 0.26), transparent 30%),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.wall-tiktok-selected-card__placeholder-text {
    max-width: 210px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
}

.wall-tiktok-empty-state {
    width: 100%;
    padding: 18px 16px;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 520px) {
    .wall-tiktok-dialog .wall-youtube-dialog__viewer {
        padding: 0 6px 8px;
    }

    .wall-tiktok-result-card__thumb {
        min-height: 70px;
        font-size: 13px;
    }

    .wall-tiktok-dialog .wall-youtube-selected-card__player {
        width: min(100%, 100vw - 28px);
        max-width: min(100%, 100vw - 28px);
    }

    .wall-tiktok-selected-card__placeholder-text {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .wall-youtube-dialog {
        padding: 6px;
    }

    .wall-youtube-dialog__panel {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 14px;
        border-width: 1px;
    }
}

@media (max-width: 520px) {
    .wall-youtube-dialog__tabs {
        padding: 0 10px 10px;
        gap: 6px;
    }

    .wall-youtube-dialog__tab {
        min-height: 40px;
        border-radius: 12px;
        font-size: 12px;
        gap: 5px;
    }

    .wall-youtube-dialog.is-shorts-tab .wall-youtube-dialog__results,
    .wall-youtube-dialog__results {
        grid-template-columns: minmax(0, 1fr);
    }

    .wall-youtube-dialog.is-shorts-tab .wall-youtube-dialog__viewer {
        padding: 0 10px 8px;
        min-height: 230px;
    }

    .wall-youtube-dialog.is-shorts-tab .wall-youtube-result-card {
        flex-basis: 58px;
        width: 58px;
        min-width: 58px;
    }

    .wall-youtube-result-card {
        padding: 8px;
    }

    .wall-youtube-result-card__actions {
        gap: 6px;
    }

    .wall-youtube-result-card__actions .btn {
        min-height: 36px;
        font-size: 11px;
    }

    .wall-youtube-selected-card__player {
        max-width: min(100%, 250px);
    }

    .wall-youtube-selected-card__nav {
        gap: 6px;
    }

    .wall-youtube-selected-card__nav-btn {
        min-width: 72px;
        min-height: 34px;
        font-size: 11px;
    }

    .wall-youtube-selected-card__nav-count,
    .wall-youtube-selected-card__nav-hint {
        font-size: 10px;
    }
}

.inline-youtube-card {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: auto !important;
    max-width: min(100%, 278px) !important;
    margin: 4px 0 !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(217, 35, 35, 0.18) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at top right, rgba(217, 35, 35, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fff8f8 100%) !important;
    box-shadow: 0 14px 30px rgba(217, 35, 35, 0.08) !important;
    vertical-align: middle !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.inline-youtube-card:hover,
.inline-youtube-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(217, 35, 35, 0.12) !important;
    border-color: rgba(217, 35, 35, 0.28) !important;
}

.inline-youtube-card__meta {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
}

.inline-youtube-card__eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #d92323 !important;
    letter-spacing: .2px !important;
}

.inline-youtube-card__eyebrow.is-shorts {
    color: #ea580c !important;
}

.inline-youtube-card__shorts-icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(180deg, #ff4d4f 0%, #ff7a00 100%);
    transform: skewY(-10deg);
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.25);
}

.inline-youtube-card__shorts-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    transform: translate(-35%, -50%) skewY(10deg);
}

.inline-youtube-card__title {
    display: block !important;
    width: 100% !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    text-align: right !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis !important;
    word-break: break-word;
}

.inline-youtube-card__hint {
    display: block !important;
    width: 100% !important;
    color: #64748b !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: right !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis !important;
    word-break: break-word;
}

.inline-youtube-card__thumb-wrap {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
}

.inline-youtube-card--shorts {
    border-color: rgba(234, 88, 12, 0.26) !important;
    background: linear-gradient(180deg, #fffaf5 0%, #fff1e6 100%) !important;
    box-shadow: 0 8px 18px rgba(234, 88, 12, 0.1) !important;
}

.inline-youtube-card__brand {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important;
    color: #d92323 !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
}

.inline-youtube-card__brand.is-shorts {
    color: #ea580c !important;
}

.inline-youtube-card__brand .fa {
    font-size: 24px !important;
    margin-bottom: 3px !important;
}

.inline-youtube-card__brand.is-shorts .fa {
    color: #f97316 !important;
}

.inline-youtube-card__thumb {
    width: 96px !important;
    height: 54px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    background: #dbe4ee !important;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12) !important;
}

.inline-youtube-card__play {
    position: absolute !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(217, 35, 35, 0.94) !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: 0 8px 18px rgba(217, 35, 35, 0.32) !important;
}

#wall .inline-youtube-card {
    width: min(100%, 100%) !important;
    max-width: none !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 10px 12px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
    direction: rtl !important;
}

#wall .inline-youtube-card.is-media-open {
    border-color: rgba(236, 72, 153, 0.34) !important;
    box-shadow: 0 14px 28px rgba(236, 72, 153, 0.12) !important;
}

#wall .inline-youtube-card__thumb-wrap {
    width: 132px !important;
    height: 74px !important;
}

#wall .inline-youtube-card__thumb {
    width: 132px !important;
    height: 74px !important;
    border-radius: 14px !important;
}

#wall .inline-youtube-card__play {
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
}

@media (max-width: 768px) {
    #wall .inline-youtube-card {
        padding: 10px !important;
        gap: 10px !important;
    }

    #wall .inline-youtube-card__thumb-wrap,
    #wall .inline-youtube-card__thumb {
        width: 112px !important;
        height: 64px !important;
    }

    #wall .inline-youtube-card__title {
        font-size: 12px !important;
    }
}

.inline-youtube-card.inline-tiktok-card {
    border-color: rgba(17, 24, 39, 0.14) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1) !important;
}

.inline-tiktok-card .inline-youtube-card__brand,
.inline-tiktok-card__brand {
    color: #111827 !important;
}

.inline-tiktok-card .inline-youtube-card__brand .fa,
.inline-tiktok-card__brand .fa {
    color: #111827 !important;
}

.inline-tiktok-card__thumb {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 96px !important;
    height: 54px !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    background:
        linear-gradient(135deg, #111827 0%, #111827 46%, #ef4444 46%, #ef4444 60%, #22d3ee 60%, #22d3ee 74%, #111827 74%, #111827 100%) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.16) !important;
    overflow: hidden !important;
    direction: ltr !important;
}

.inline-media-player {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 8px 0;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.inline-media-player__tools {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.inline-media-player__close {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #334155;
}

.inline-media-player__body {
    display: flex;
    justify-content: center;
}

.inline-media-player--wall-floating {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 56px;
    z-index: 18;
    width: auto;
    max-width: min(100%, 420px);
    margin: 0 auto;
}

.inline-media-player--wall-floating.inline-media-player--wall-detached {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    z-index: 10011;
    width: auto;
    max-width: min(calc(100vw - 16px), 420px);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

.inline-media-player--wall-floating .inline-media-player__body iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.inline-media-player--wall-floating.inline-media-player--wall-detached .inline-media-player__body iframe {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.wall-inline-media-stage .inline-media-player--wall-head {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #050505;
    box-shadow: none;
    position: relative;
    isolation: isolate;
    contain: layout paint;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.wall-inline-media-stage .inline-media-player--wall-head .inline-media-player__tools {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    z-index: 3;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    pointer-events: none;
}

.wall-inline-media-stage .inline-media-player--wall-head .inline-media-player__body {
    width: 100%;
    height: auto;
    min-height: 160px;
    border-radius: 0;
    overflow: hidden;
    background: #020617;
    align-items: stretch;
    aspect-ratio: 16 / 9;
    contain: strict;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.wall-inline-media-stage .inline-media-player--wall-head .inline-media-player__body > iframe,
.wall-inline-media-stage .inline-media-player--wall-head .inline-media-player__body > video {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border: 0;
    background: #020617;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.wall-inline-media-stage .inline-media-player--wall-head .inline-media-player__body > video {
    object-fit: contain;
}

.wall-inline-media-stage .inline-media-player--wall-head .inline-media-player__close {
    pointer-events: auto;
    width: 34px;
    height: 34px;
    background: rgba(241, 245, 249, 0.92);
    color: #0f172a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.26);
}

@media (max-width: 768px) {
    #wall > .wall-inline-media-stage.is-active {
        max-height: 30vh;
        min-height: 140px;
    }

    #wall > .wall-inline-media-stage.is-active {
        max-height: 30vh;
    }

    .wall-inline-media-stage .inline-media-player--wall-head .inline-media-player__body {
        min-height: 140px;
        max-height: 30vh;
    }

    #wall > .tablebox.wall-composer {
        padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px)) !important;
    }

    #wall > #d2bc.wall-feed {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }
}

.inline-media-player--wall-floating.is-low-bandwidth {
    max-width: min(100%, 240px);
}

.inline-media-player--wall-floating.is-low-bandwidth .inline-media-player__body iframe {
    height: 124px !important;
    min-height: 124px !important;
}

.inline-media-player--wall-floating.is-typing {
    max-width: 180px;
    padding-bottom: 4px;
}

.inline-media-player--wall-floating.is-typing .inline-media-player__body {
    height: 1px;
    min-height: 1px;
    overflow: hidden;
}

.inline-media-player--wall-floating.is-typing .inline-media-player__body iframe {
    height: 1px !important;
    min-height: 1px !important;
    opacity: 0.01;
    pointer-events: none;
}

.uhtml {
    text-align: left;
    width: 100%;
    margin: 0 !important;
    padding-right: 1px;
    background-color: #fafafa;
}

.uhtml .co.ico {
    width: 18px;
    height: 18px;
    border-radius: 1px;
    margin-top: -2px;
    margin-left: auto;
}

.d-flex {
    display: flex;
}

#chats .u-pic {
    width: 56px;
    height: 56px;
}

#chats .ustat {
    width: 3px !important;
    height: 56px !important;
}

#chats .label-danger {
    border: 0;
}

#users .fl.ustat {
    width: 4px !important;
    height: 80px !important;
    margin: -2px;
}

#users .hand.nosel.fl.uzr.borderg {
    border: 1px solid #e6e6fa !important;
    text-align: left !important;
    width: 107% !important;
    margin: 0 !important;
    border-bottom: 1px solid #f2f2ff !important;
    padding-right: 1px !important;
    margin-bottom: -2px !important;
    cursor: pointer;
    background-size: 100% 100% !important;
}

#users .fr.co {
    right: 0;
    position: sticky;
}

#users .u-topic.dots {
    margin-left: 1px !important;
    margin-top: 2px !important;
}

#dpnl .uhash {
    position: relative;
}

#users .fl.hand.nosel.uzr.uhtml {
    border-bottom: 1px solid #f3f3f3;
}

span#name {
    height: 26px !important;
    padding: 5px 0 0 1px !important;
    top: 53px !important;
    right: 1px;
}

#TH_WETCH .fl.borderg.corner.uzr {
    margin-left: 2px !important;
    border-radius: 37px;
    height: 71px;
    border: 1px solid #5f92a1;
    box-shadow: 7px 7px 50px #a4afc5;
}

#ZAYWETCH_TH {
    background: #e91e63db !important;
    color: #fff;
    border-radius: 80px 80px 0 0 !important;
    border: 0;
}

#TH_WETCH img.corner.borderg.fl {
    width: 80px !important;
    height: 69px !important;
    border-radius: 50%;
    margin: 0;
    border: 0;
}

#TH_WETCH .u-topic.dots {
    display: flex;
    align-items: baseline;
    margin: 5px 0 0;
}

#TH_WETCH .break.fl {
    text-align: center;
    color: #fff;
    position: relative;
    margin: -34px 0 0 92px;
    border-radius: 4px;
    font-family: el messiri, FontAwesome !important;
    width: 67% !important;
    font-weight: 300 !important;
}

#TH_WETCH .hand.corner.wetchnot {
    display: contents;
}

#d2 > div.uzr.d-flex.pmsgcxx > div.btn.minix.btn-primary.fa.fa-reply.fr, #d2 > div.uzr.d-flex.pmsgcxx > div.btn.minix.btn-primary.fa.fa-times.fr, #d2 > div.uzr.d-flex.pmsgcxx > .btn-like.fr {
    display: none !important;
}

#d2 > div.uzr.d-flex.pmsgcx2 > div.btn.minix.btn-primary.fa.fa-reply.fr, #d2 > div.uzr.d-flex.pmsgcx2 > div.btn.minix.btn-primary.fa.fa-times.fr, #d2 > div.uzr.d-flex.pmsgcx2 > .btn-like.fr {
    display: none !important;
}

#d2 > div.uzr.d-flex.pmsgcx2 > div.fitimg.u-pic {
    border-radius: 50% !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin-top: 9px;
}

#d2 > div.uzr.d-flex.pmsgcx2.mm {
    background: -webkit-linear-gradient(135deg, #61e0f9, #ffffff) !important;
    height: 80px;
}

#d2 > div.uzr.d-flex.pmsgcx2 > div.uzr.flex-fill.break > div.u-msg.break {
    color: #000000 !important;
    font-family: 'el messiri';
    font-weight: 300 !important;
    display: inline-grid;
    text-align: center;
}

#d2 > div.uzr.d-flex.pmsgcx2 > div.uzr.flex-fill.break > div.u-msg.break > label {
    background: #f1feff;
    padding: 5px;
    border-radius: 25px 0px;
    text-align: center;
    width: 308px;
    font-weight: 300 !important;
    font-family: 'el messiri';
}

#d2 > div.uzr.d-flex.pmsgcx2 > div.btn.minix.btn-primary.fa.fa-reply.fr, #d2 > div.uzr.d-flex.pmsgcx2 > div.btn.minix.btn-primary.fa.fa-times.fr {
    display: none !important;
}

.dpnl {
    border: 0 !important;
}

#chats .fl.mini.u-msg.dots {
    margin-top: 0 !important;
}

#users iframe, #upro iframe {
    min-width: 240px;
    top: 69px;
    display: inline-block;
    position: absolute;
    height: 256px;
    left: 0;
    margin: 0;
}

.ntop {
    width: 33px;
    display: inline-block;
    background-size: 30px !important;
    margin: 0 0 0 -10px;
    padding: 13px 0 0 7px !important;
    background-size: 121% 114% !important;
    background-repeat: no-repeat;
    height: 39px;
}

#top10 > div.ltop > div:nth-child(1) {
    background-color: #ffb850 !important;
}

#top10 > div.ltop > div:nth-child(2) {
    background-color: #cddc39 !important;
}

#top10 > div.ltop > div:nth-child(3) {
    background-color: #00bcd4 !important;
}

#top10 > div.ltop > div:nth-child(4) {
    background-color: #f5bdff !important;
}

#top10 > div.ltop > div:nth-child(5) {
    background-color: #41efa3 !important;
}

#top10 > div.ltop > div:nth-child(6) {
    background-color: #58ff5f !important;
}

#top10 > div.ltop > div:nth-child(7) {
    background-color: #eb73ff !important;
}

textarea#usearch::placeholder {
    color: #fff;
}

#more .fa-youtube:before {
    color: red;
    font-weight: 200;
}

#more .fa-send:before {
    left: 10px !important;
    position: absolute;
}

#more .fa-bell-slash:before {
    left: 10px !important;
    position: absolute;
}

#more .fa-bell:before {
    left: 10px !important;
    position: absolute;
}

label, .fl, .bg, button, .bgm {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.VBORB.dslita div {
    margin-top: -7px;
    border: 2px solid #000;
    width: 83px;
    height: 84px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-size: 100%;
    display: inline-table;
}

.VBOR.dslists div {
    border: 2px solid #000;
    width: 97%;
    height: 100px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-size: 100% 100%;
}

#d0 .label-warning {
    background-color: #0000 !important;
    color: orange!important;
}

@media only screen and (min-width: 380px) {
    #dpnl {
        width: 73% !important;
    }
}

#rooms .fl.u-pic {
    height: 58px !important;
    border: 1px solid #a4a4a4 !important;
    margin-left: -2px;
    min-height: 58px;
    max-height: 58px;
    width: 58px !important;
}

.bgg .fl.ustat {
    height: 20px !important;
}

#rooms .bord {
    border-right: 3px solid #1e90ff !important;
    border-left: 0 !important;
    padding: 0 !important;
}

.star.ashh {
    display: none;
}

.uhtml .u-pic {
    min-width: 55px !important;
    width: 55px !important;
    min-height: 48px !important;
    max-height: 61px !important;
    background-color: #f3f3f3 !important;
    margin-top: 1px !important;
}

#users .uhtml .ustat {
    padding-top: 1px !important;
    width: 4px !important;
    min-height: 48px !important;
    max-height: 62px !important;
    height: auto !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

#settings .tc {
    border-radius: 3px !important;
    padding: 7px !important;
    border: 1px solid #2b2b2b !important;
    margin: 6px 0 0 1px !important;
    width: 99.6% !important;
    margin-top: 2px !important;
}

#blockpro {
    margin: 16px 0 0 -18px !important;
}

textarea:focus {
    outline: none;
    box-shadow: none;
}

span#name {
    height: 26px !important;
    padding: 5px 0 0 1px !important;
    top: 12px !important;
    right: 1px;
    width: 53px;
    border-radius: 0 0 6px 6px;
    background: #ffffffa8 !important;
    margin-top: 12px;
    color: #000 !important;
}

#users .d-flex.fl {
    max-height: 200px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.camlive video {
    position: absolute;
    height: 270px;
    right: 0;
    margin: 338px -3px 0 28px;
    border-radius: 0;
    display: block !important;
    border: 3px solid #4caf50;
    filter: drop-shadow(2px 2px 4px black);
}

.fa-video-camera:before {
    content: '\f03d';
    margin: 0 4px 0 -2px;
}

.mic_chat > div > .micborder.camlive {
    background-image: url(/cam.png);
    background-size: 140%;
}

body {
    background-color: #40404f;
}

#tlogins .u-pic {
    min-width: 56px;
    width: 52px;
    min-height: 48px;
    max-height: 63px;
    background-color: #f3f3f3;
    margin-top: 0px;
}

#tlogins .u-msg {
    max-height: 40px;
    color: #888;
}

#tlogins .co {
    width: 20px;
    height: 20px;
    border-radius: 1px;
    margin-top: -2px;
    margin-left: 1px;
}

@font-face {
    font-family: el messiri;
    font-style: normal;
    font-weight: 400;
    src: local('El Messiri'), url(https://fonts.cdnfonts.com/s/15411/ElMessiri[wght].woff) format('woff');
}

#more .fa::before {
    position: static !important;
}

#more .fa-send:before {
    float: inline-start;
}

#more .fa-bell-slash:before, #more .fa-bell:before {
    float: inline-start;
}

#users .u-msg {
    margin-top: 0px !important;
    max-height: 40px !important;
}

#users .uhtml .ustat {
    padding-top: 1px !important;
}

#mkr input[type='checkbox'] {
    margin: 0 5px -5px 0px;
}

#story::-webkit-scrollbar {
    display: none;
}

#story video.fitimg.u-pic.borderg {
    cursor: pointer;
    border-radius: 6px !important;
    background-size: cover;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    margin-bottom: 10px;
    object-fit: cover !important;
    min-width: 45px !important;
    width: 54px !important;
    height: 73px !important;
}

#story img.fitimg.u-pic.borderg {
    cursor: pointer;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    margin-bottom: 16px;
    border: 0;
    padding: 0;
    border-radius: 0px !important;
    background-size: 100% 100%;
    height: 75px!important;
}

#story > div.itemstory > div.str > div:nth-child(2) {
    position: absolute;
    bottom: 0.1rem;
    font-size: 0.4rem !important;
    color: #ffffff !important;
    margin-bottom: 5px;
    margin-left: 3px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.fa-wifi:before {
    content: '\f1eb';
}

#upro {
    overflow: auto;
}

.modal-body {
    padding: 10px;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#upro .fa.fa-star.checked {
    color: #ffc047;
    font-weight: 300 !important;
}

#upro .fa.fa-star {
    font-weight: 300 !important;
    color: #bbbbbb8f;
}

#tlogins .fa.fa-star {
    font-weight: 300 !important;
    color: #9595958f !important;
    margin-top: 4px;
    margin-bottom: -2px;
}

#lonline > div > div.d-flex.fl > div > div.new-stars_users_uhtml {
    margin-top: -8px !important;
    margin-bottom: 1px;
    padding-top: 2px;
    justify-content: center;
}

#rooms .DivBanner {
    display: flex;
    margin-bottom: -4px;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#rooms .DivBanner .u-topic-baner {
    position: absolute;
    left: 0;
    margin-top: -148px;
    font-family: 'El Messiri', FontAwesome !important;
}

#rooms .u-msg-baner {
    display: none;
}

#rooms .uc-baner {
    margin-top: -31px !important;
    width: 338px;
    margin-left: 0 !important;
    background-color: #3939396b !important;
}

#rooms .room:nth-child(even) {
    background-color: #f7f7f7 !important;
}

#rooms .room:nth-child(odd) {
    background-color: #ffffff !important;
}

#chats div.fl.hand.nosel.uzr.uhtml > div.c-flex.fr > img {
    display: none;
}

@keyframes gradientAnimation {
    0% {
        background: #ff9f68;
    }

    33% {
        background: #ff6b6b;
    }

    66% {
        background: #6bbaff;
    }

    100% {
        background: #ff9f68;
    }
}

#d0 > button.fl.fa.fa-bell {
    background: #ff9f68;
    color: white;
    border: none;
    transition: background 0.3s ease-in-out !important;
    animation: gradientAnimation 4s infinite alternate ease-in-out;
}

.is_speaking {
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 transparent, 0 0 0 1px rgba(0, 200, 45, 0.3), 0 0 0 2px rgba(0, 200, 45, 0.3), 0 0 0 3px rgba(0, 200, 45, 0.3);
    }

    to {
        box-shadow: 0 0 0 1px rgba(0, 200, 45, 0.3), 0 0 0 4px rgba(0, 200, 45, 0.3), 0 0 0 5px rgba(0, 200, 45, 0.3), 0 0 0 6px transparent;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 transparent, 0 0 0 1px rgba(0, 200, 45, 0.3), 0 0 0 2px rgba(0, 200, 45, 0.3), 0 0 0 3px rgba(0, 200, 45, 0.3);
    }

    to {
        box-shadow: 0 0 0 1px rgba(0, 200, 45, 0.3), 0 0 0 4px rgba(0, 200, 45, 0.3), 0 0 0 5px rgba(0, 200, 45, 0.3), 0 0 0 6px transparent;
    }
}

.like-btn {
    font-size: 28px !important;
    cursor: pointer;
    user-select: none;
    transition: transform 0.2s;
    position: relative;
}

.like-btn.liked {
    color: red;
    transform: scale(1.2);
}

.like-count {
    font-size: 18px !important;
    color: #fff;
}

.burst {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 10;
}

.dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: 0;
    animation: burst 0.6s forwards;
}

@keyframes burst {
    0% {
        transform: scale(0.5) translate(0, 0);
        opacity: 1;
    }

    100% {
        transform: scale(1.5) translate(var(--dx), var(--dy));
        opacity: 0;
    }
}

#story-comment-input {
    color: #000;
}

.fa-bookmark::before {
    font-family: 'FontAwesome';
    content: '\f02e';
    display: inline-block;
}

div.uzr.d-flex.Welcome_user .u-ico {
    display: none;
}

.hostwelcome {
    font-size: 10px !important;
    font-weight: bold;
    color: transparent;
    background-image: linear-gradient(90deg, #ff7eb3, #ff758c, #a591e2, #758cff);
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text !important;
    animation: glow 3s infinite linear;
    font-family: 'el messiri';
}

@keyframes glow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@supports not (--css: variables) {
    .hostwelcome {
        color: #ff7eb3;
        background: none;
    }
}

.daymsg, .welcpic {
    background-color: rgba(0, 77, 255, 0.08) !important;
}

.hmsg {
    background-color: linen !important;
}

.loginItmsS, .loginItmsS1 {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideInOut 7s ease-in-out forwards;
}

@keyframes slideInOut {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    10% {
        opacity: 1;
        transform: translateX(0);
    }

    85% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.loginItms {
    position: absolute;
    display: none;
    border: 2px solid #ddd;
    background: -webkit-linear-gradient(135deg, #bcbcbc, #4caf50) !important;
    box-shadow: 7px 7px 50px #a4afc5;
    border-radius: 25px 0 0 25px;
    background-image: url(/imgs/banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 30px;
    width: 250px;
    height: 51px;
    border-radius: 25px 0;
}

.loginItmsS {
    position: absolute;
    display: none;
    background-image: url(/imgs/l1.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 43px;
    width: 327px;
    height: 179px;
    filter: drop-shadow(2px 4px 5px black);
}

.loginItmsS1 {
    position: absolute;
    display: none;
    background-image: url(/imgs/l2.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 43px;
    width: 325px;
    height: 178px;
    filter: drop-shadow(2px 4px 5px black);
}

.loginImg {
    float: right;
    width: 46px;
    height: 43px;
    border: 1px solid #ddd;
    margin: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.loginImgG {
    float: right;
    width: 67px;
    height: 74px;
    margin: 1px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 216px;
    margin-top: 35px;
    box-shadow: 0px 0px 0px 2px #efa9c54a;
}

.loginImgG1 {
    float: right;
    width: 66px;
    height: 68px;
    margin: 1px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 215px;
    margin-top: 39px;
    box-shadow: 0px 0px 0px 5px #ecbf6d45;
}

.loginLogo {
    float: right;
    margin: 1px;
    margin-top: -20px;
}

.loginLogoO, .loginLogoO1 {
    float: right;
    margin: 1px;
    margin-top: -20px;
    display: none;
}

.loginIco {
    float: right;
    margin: 0 1px 1px;
    max-height: 18px;
    background-color: #fff;
    padding: 1px;
    border-radius: 2px;
}

.loginIcoO {
    float: right;
    margin: 0 1px 1px;
    max-height: 18px;
    background-color: #fff;
    padding: 1px;
    border-radius: 2px;
}

.loginFlog {
    float: left;
    margin: 2px 0 5px 5px;
    max-height: 15px;
}

.loginFlogG, .loginFlogG1 {
    float: left;
    margin: 2px 0 5px 5px;
    max-height: 15px;
    display: none;
}

.loginUserName {
    font-size: 16px !important;
    float: right;
    font-family: arial;
    font-weight: 9000;
    max-width: 170px;
    min-width: 100px;
    text-align: right;
    text-shadow: -1px 1px 2px #fff;
    color: #eee;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    float: left;
    font-family: el messiri, FontAwesome !important;
}

.loginUserNameE, .loginUserNameE1 {
    max-width: 168px;
    min-width: 100px;
    color: #0c0c0c;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-family: el messiri, FontAwesome !important;
    margin-left: 43px;
    float: right;
    width: 150px;
}

.loginUserNameE {
    color: #000000;
    margin-top: -32px;
    margin-right: 42px;
}

.loginUserNameE1 {
    color: #0c0c0c;
    margin-top: -37px;
    margin-right: 32px;
}

.story-avatar {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ddd center / cover no-repeat;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.story-progress {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    height: 3px;
    display: flex;
    gap: 4px;
    z-index: 10;
}

.story-progress .sp-bar {
    flex: 1 1 auto;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
    overflow: hidden;
}

.story-progress .sp-fill {
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 0.2s linear;
}

.story-progress .sp-bar.done .sp-fill {
    width: 100%;
}

.inline-image-preview-card {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    max-width: 278px;
    margin: 2px 0 12px;
    padding: 10px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.inline-image-preview-card__image-btn {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease;
}

.inline-image-preview-card__image-btn:hover,
.inline-image-preview-card__image-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
}

.inline-image-preview-card__image {
    display: block;
    width: 100%;
    max-width: 252px;
    max-height: 228px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    transition: transform .22s ease, filter .22s ease;
}

.inline-image-preview-card__image-btn:hover .inline-image-preview-card__image,
.inline-image-preview-card__image-btn:focus .inline-image-preview-card__image {
    transform: scale(1.02);
    filter: saturate(1.04);
}

.inline-image-preview-card__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.inline-image-preview-card__download {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%) !important;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.24);
    font-weight: 700;
    font-size: 17px !important;
}

.inline-image-preview-card__download:hover,
.inline-image-preview-card__download:focus {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.inline-image-preview-modal__dialog {
    width: min(94vw, 920px);
    margin: 18px auto;
}

.inline-image-preview-modal__content {
    background:
        radial-gradient(circle at top, rgba(14, 165, 233, 0.16), transparent 34%),
        linear-gradient(180deg, #0f172a 0%, #020617 100%);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.55);
}

.inline-image-preview-modal__header,
.inline-image-preview-modal__footer {
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    border: 0;
    backdrop-filter: blur(14px);
}

.inline-image-preview-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
}

.inline-image-preview-modal__header .modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.inline-image-preview-modal__header-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.inline-image-preview-modal__close,
.inline-image-preview-modal__download {
    width: 46px;
    height: 46px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
}

.inline-image-preview-modal__download {
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%) !important;
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.24);
}

.inline-image-preview-modal__close {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.inline-image-preview-modal__close:hover,
.inline-image-preview-modal__close:focus,
.inline-image-preview-modal__download:hover,
.inline-image-preview-modal__download:focus {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.inline-image-preview-modal__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.82) 0%, rgba(15, 23, 42, 0.96) 100%);
}

.inline-image-preview-modal__image {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.inline-local-media-card {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    width: min(100%, 304px);
    margin: 2px 0 10px;
    padding: 11px;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    text-align: right;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.inline-local-media-card:hover,
.inline-local-media-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.14);
    border-color: rgba(59, 130, 246, 0.28) !important;
}

.inline-local-media-card__preview {
    position: relative;
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    border-radius: 16px;
    overflow: hidden;
    background: #dbeafe;
}

.inline-local-media-card__image,
.inline-local-media-card__video-bg,
.inline-local-media-card__audio-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.inline-local-media-card__image {
    object-fit: cover;
}

.inline-local-media-card__video-bg {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(37, 99, 235, 0.78)),
        linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.inline-local-media-card__audio-bg {
    background:
        linear-gradient(135deg, rgba(34, 197, 94, 0.82), rgba(6, 182, 212, 0.78)),
        linear-gradient(180deg, #14532d 0%, #134e4a 100%);
}

.inline-local-media-card__video-icon,
.inline-local-media-card__audio-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px !important;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.inline-local-media-card__meta {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.inline-local-media-card__title {
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline-local-media-card__name {
    color: #334155;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline-local-media-card__hint {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
}

.inline-local-media-card__action {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
    font-size: 14px;
    transform: scale(1);
    transition: transform .18s ease, box-shadow .18s ease;
}

.inline-local-media-card:hover .inline-local-media-card__action,
.inline-local-media-card:focus .inline-local-media-card__action {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}

#d2 .inline-youtube-card,
#d2 .inline-local-media-card {
    max-width: min(100%, 320px) !important;
    margin-top: 6px !important;
    margin-bottom: 2px !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12) !important;
}

#d2 .inline-youtube-card {
    background:
        radial-gradient(circle at top right, rgba(217, 35, 35, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fff6f7 100%) !important;
}

#d2 .inline-local-media-card {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

#d2 .inline-youtube-card__thumb,
#d2 .inline-local-media-card__image,
#d2 .inline-local-media-card__video-bg,
#d2 .inline-local-media-card__audio-bg {
    border-radius: 12px !important;
}

#d2 .inline-youtube-card__title,
#d2 .inline-local-media-card__title {
    font-size: 14px !important;
}

#d2 .inline-youtube-card__hint,
#d2 .inline-local-media-card__hint,
#d2 .inline-local-media-card__name {
    font-size: 11px !important;
}

:root {
    --card-bg: #fff;
    --card-border: #ececf2;
    --card-radius: 14px;
    --card-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    --text-main: #111322;
    --text-muted: #6b7280;
    --accent: #2563eb;
    --chip-bg: #f3f4f6;
    --chip-text: #111322;
    --msg-bg: #f8fafc;
    --msg-text: #0f172a;
    --btn-like: #ef4444;
    --btn-comm: #2563eb;
    --btn-icon: #334155;
}

#d2 > .uzr.d-flex.pmsgcxx.mm, #d2 > .uzr.d-flex.pmsgcx2.mm {
    background: var(--card-bg) !important;
    border: 1px solid var(--card-border) !important;
    border-radius: var(--card-radius) !important !important;
    box-shadow: var(--card-shadow) !important;
    padding: 10px 12px !important;
    margin: 8px 6px !important;
    height: auto !important;
    align-items: center;
    gap: 10px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

#d2 > .uzr.d-flex.pmsgcxx.mm:hover, #d2 > .uzr.d-flex.pmsgcx2.mm:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(37, 99, 235, 0.25) !important;
}

#d2 > .uzr.mm > .u-pic,
#d2bc > .uzr.mm > .u-pic {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    object-fit: cover;
}

#d2 > .uzr.d-flex.pmsgcxx.mm > .u-pic, #d2 > .uzr.d-flex.pmsgcx2.mm > .u-pic {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    border-radius: 50% !important;
    object-fit: cover;
    outline: 2px solid #fff2 !important;
    box-shadow: inset 0 0 0 1px var(--card-border), 0 2px 8px rgba(0, 0, 0, 0.07);
}

#d2 > .uzr.d-flex.pmsgcxx.mm > .uzr.flex-fill.break, #d2 > .uzr.d-flex.pmsgcx2.mm > .uzr.flex-fill.break {
    overflow: hidden !important;
    padding: 2px 2px 0 2px !important;
}

#d2 .pmsgcxx .d-flex:first-of-type, #d2 .pmsgcx2 .d-flex:first-of-type {
    height: 22px !important;
    align-items: center;
}

#d2 .pmsgcxx .u-topic, #d2 .pmsgcx2 .u-topic {
    max-width: 60%;
    font-family: 'Cairo', 'El Messiri', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: var(--chip-text) !important;
    background: var(--chip-bg) !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    margin-inline-start: 4px !important; white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

#d2 .brb-winner-msg .u-msg {
    width: 100%;
    margin-top: 4px;
}

.brb-winner-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 12px;
    background: linear-gradient(135deg, #163122 0%, #2f6f44 48%, #f0c94b 100%);
    background-size: cover;
    background-position: center;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.brb-winner-card-final {
    background: linear-gradient(135deg, #4a2a00 0%, #996300 48%, #ffd86a 100%);
}

.brb-winner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54));
}

.brb-winner-header,
.brb-winner-body {
    position: relative;
    z-index: 1;
}

.brb-winner-header {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    margin-bottom: 10px;
}

.brb-winner-body {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brb-winner-avatar-wrap {
    position: relative;
    width: 76px;
    min-width: 76px;
    height: 76px;
}

.brb-winner-crown {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: radial-gradient(circle at 30% 30%, #fff4b5, #e0a800 72%);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.brb-winner-avatar {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.88);
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.brb-winner-badge {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.brb-winner-cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 102px;
    max-width: 102px;
    height: auto;
    pointer-events: none;
}

.brb-winner-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.brb-winner-chip {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.brb-winner-subtitle {
    font-size: 13px;
    opacity: 0.92;
    margin-bottom: 6px;
}

.brb-winner-source {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 12px;
    font-weight: 700;
}

.brb-winner-points {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 13px;
    font-weight: 700;
}

.brb-bot-modal .modal-dialog {
    width: min(92vw, 420px);
    margin: 40px auto;
}

.brb-bot-modal .modal-content {
    border-radius: 22px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.brb-bot-shell {
    background: linear-gradient(160deg, #f7f1de 0%, #ffffff 100%);
}

.brb-bot-head {
    padding: 18px 18px 10px;
    background: radial-gradient(circle at top right, rgba(255, 210, 91, 0.5), transparent 42%), linear-gradient(135deg, #0f6d8f, #1b9aaa);
    color: #fff;
}

.brb-bot-panel {
    padding: 14px;
}

.brb-bot-panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, #125a72, #1b9aaa);
    color: #fff;
}

.brb-bot-panel-pic {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,0.14);
    padding: 6px;
    object-fit: contain;
}

.brb-bot-panel-title {
    font-size: 20px;
    font-weight: 800;
}

.brb-bot-panel-subtitle {
    font-size: 12px;
    opacity: 0.92;
}

.brb-bot-panel-btn {
    width: 100%;
    border: 0;
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #f0ad4e, #df8d17) !important;
    font-size: 16px !important;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(223, 141, 23, 0.24);
}

.brb-bot-head-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brb-bot-head-pic {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    padding: 6px;
    object-fit: contain;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.brb-bot-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.brb-bot-subtitle {
    margin-top: 6px;
    font-size: 13px;
    opacity: 0.92;
}

.brb-bot-body {
    padding: 18px;
}

.brb-bot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.brb-bot-action {
    border: 2px solid #d8e7eb;
    background: #fff;
    color: #0f5166;
    border-radius: 16px;
    padding: 12px 8px;
    font-weight: 700;
    transition: 0.18s ease;
}

.brb-bot-action.active {
    background: linear-gradient(135deg, #0f6d8f, #19a7b8);
    color: #fff;
    border-color: #0f6d8f;
    transform: translateY(-1px);
}

.brb-bot-field-label {
    display: block;
    margin-bottom: 7px;
    color: #23424d;
    font-weight: 700;
    font-size: 13px;
}

.brb-bot-points {
    width: 100%;
    border: 2px solid #d8e7eb;
    border-radius: 14px;
    height: 46px;
    padding: 0 14px;
    font-size: 18px;
    text-align: center;
    color: #173743;
    background: #fff;
}

.brb-bot-room {
    width: 100%;
    border: 2px solid #d8e7eb;
    border-radius: 14px;
    height: 46px;
    padding: 0 14px;
    font-size: 15px;
    color: #173743;
    background: #fff;
    margin-bottom: 12px;
}

.brb-bot-points:disabled {
    background: #eef3f5;
    color: #81939b;
}

.brb-bot-status {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #edf7fa;
    color: #1d5566;
    font-size: 13px;
}

.brb-bot-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 16px;
}

.brb-bot-cancel,
.brb-bot-submit {
    border: 0;
    border-radius: 999px;
    min-width: 110px;
    height: 44px;
    font-weight: 800;
}

.brb-bot-cancel {
    background: #d8edf5;
    color: #0f5e7a;
}

.brb-bot-submit {
    background: linear-gradient(135deg, #0f6d8f, #0a8c6c);
    color: #fff;
    box-shadow: 0 10px 24px rgba(15, 109, 143, 0.22);
}

#d2 .pmsgcxx .tago, #d2 .pmsgcx2 .tago {
    font-size: 12px !important;
    color: var(--text-muted) !important;
    padding-inline: 4px !important; }

#d2 .pmsgcxx .u-msg.break, #d2 .pmsgcx2 .u-msg.break {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 10px !important;
    margin-top: 6px;
    border-radius: 10px;
    background: var(--msg-bg) !important;
    color: var(--msg-text) !important;
    font-family: 'Cairo', 'El Messiri', system-ui, -apple-system, Segoe UI, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

#d2 .pmsgcxx .u-msg.break .fa-history, #d2 .pmsgcx2 .u-msg.break .fa-trash {
    margin-top: 0 !important;
    margin-inline-start: auto !important; color: var(--accent) !important;
    font-size: 13px !important;
    opacity: 0.9;
}

.fa-history::before {
    content: '\f1da';
}

#d2 > div.uzr.d-flex.pmsgcxx.mm, #d2 > div.uzr.d-flex.pmsgcx2.mm {
    background-image: none !important;
}

#d2 > div.uzr.d-flex.pmsgcxx > div.uzr.flex-fill.break > div.u-msg.break, #d2 > div.uzr.d-flex.pmsgcx2 > div.uzr.flex-fill.break > div.u-msg.break {
    text-align: start !important;
    display: flex !important;
    color: var(--msg-text) !important;
    font-weight: 500 !important;
}

.Welcome_user .fitimg.u-pic, #d2 > div.uzr.d-flex.Welcome_user.mm > div > div.d-flex {
    display: none !important;
}

.Welcome_user .welcome-compact {
    direction: rtl;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 252, 0.95));
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 10px;
    padding: 8px 10px;
    max-width: 320px;
    box-shadow: 0 6px 18px rgba(8, 15, 30, 0.04) !important;
    font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
    color: #0f172a;
    font-size: 13px !important;
    line-height: 1.1 !important;
    width: 100%;
    justify-content: flex-start;
}

#d2 .like-count {
    font-size: 11px !important;
}

.Welcome_user .welcome-compact::before {
    content: '';
    display: block;
    width: 4px;
    height: 48%;
    border-radius: 4px;
    background: linear-gradient(180deg, #38bdf8, #0ea5e9);
    margin-inline-start: 6px; }

.Welcome_user .welcome-compact .w-ava {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(12, 18, 29, 0.06);
    border: 1px solid rgba(16, 24, 40, 0.04);
}

.Welcome_user .welcome-compact .w-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.Welcome_user .welcome-compact .w-title {
    font-weight: 700;
    color: #d789d3;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Welcome_user .welcome-compact .w-username {
    font-weight: 600;
    color: #0b2540;
    margin-inline-start: 6px; }

.Welcome_user .welcome-compact .w-sub {
    font-weight: 500 !important;
    color: #9995e5;
    font-size: 12px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Welcome_user .welcome-compact:hover {
    transform: translateY(-2px);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
    box-shadow: 0 12px 30px rgba(8, 15, 30, 0.06);
}

@media (prefers-color-scheme: dark) {
    .Welcome_user .welcome-compact {
        background: linear-gradient(180deg, rgba(10, 14, 20, 0.6), rgba(8, 12, 18, 0.6));
        border: 1px solid rgba(255, 255, 255, 0.04);
        color: #e6eef8;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
    }

    .Welcome_user .welcome-compact::before {
        background: linear-gradient(180deg, #60a5fa, #38bdf8);
    }

    .Welcome_user .welcome-compact .w-sub {
        color: #a7b5c8;
    }

    .Welcome_user .welcome-compact .w-title {
        color: #eef6ff;
    }

    .Welcome_user .welcome-compact .w-ava {
        border: 1px solid rgba(255, 255, 255, 0.04);
    }
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    margin-right: 5px;
}

body > div.ppop.light.border.break.ppop-color-container {
    margin-left: -73px;
    margin-top: 1px;
}

#users .u-msg, #lonline .u-msg, .u-topic, .u-pic, .tago, .profile-name, .nosel {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: default !important;
}

#users > div > div > div.d-flex.fl > div > div.d-flex.dots > div {
    display: flex;
    justify-content: space-between;
}

body > div.center-block.bg.dad > div > div.break.fl > img {
    width: auto;
    max-width: 100px;
}

#upro {
    padding-left: 0px !important;
}

.story-thumb {
    position: relative;
    width: 60px;
    height: 75px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 0;
}

#story .str {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 57px !important;
    position: relative;
}


/* Extracted from index.ejs style block 2 */
        .pmsgc {
            background: #c3ece8 !important;
            COLOR: white !important;
            box-shadow: inset 0px 0px 5px 5px #81a0bb;
        }

        .huebee {
            left: 25px !important;
            top: 200px !important;
        }

        img.private_message__check {
            display: block;
            width: 15px;
            position: relative;
            left: 60px;
            top: 35px;
            margin: -10px;
        }

        div#d2 img.private_message__check {
            display: none;
        }

        div#d2bc img.private_message__check {
            display: none;

        }

        p#isfil {
            text-align: center;
            margin: -15px auto -15px;
            width: 50%;
            border: 1px solid #000;
            border-radius: 5px;
            line-height: 1.6;
            display: block;
        }

        * {
            font-family: serif;
            font-weight: bold;
            text-shadow: none !important;
            font-size: 15px !important;
        }

        .huebee {
            position: absolute;
            z-index: 1;
            transition: opacity .15s, transform .15s
        }

        .huebee.is-hidden {
            opacity: 0;
            transform: translateY(10px)
        }

        .huebee.is-static-open {
            position: relative;
            z-index: auto
        }

        .huebee__container {
            position: absolute;
            left: 0;
            top: -190px;
            padding: 10px;
            background: #eee;
            border-radius: 5px;
            box-shadow: 0 5px 10px hsla(0, 0%, 0%, .3)
        }

        .huebee.is-static-open .huebee__container {
            position: relative;
            display: inline-block;
            left: auto;
            top: auto;
            box-shadow: none
        }

        .huebee__canvas {
            display: block;
            cursor: pointer
        }

        .huebee__cursor {
            width: 15px;
            height: 15px;
            position: absolute;
            left: 0;
            top: 0;
            box-sizing: content-box;
            border: 3px solid #fff;
            border-radius: 5px;
            pointer-events: none
        }

        .huebee__cursor.is-hidden {
            opacity: 0
        }

        .huebee__close-button {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            top: -9px;
            right: -9px;
            border-radius: 12px;
            background: #222
        }

        .huebee__close-button__x {
            stroke: #fff;
            stroke-width: 3;
            stroke-linecap: round
        }

        .huebee__close-button:hover {
            background: #fff;
            cursor: pointer
        }

        .huebee__close-button:hover .huebee__close-button__x {
            stroke: #222
        }

        div#blockuser .hand.chroo {
            width: 305px !important;
            padding: 20px 0 0 0;
            height: 125px;
            background-color: #ffffff !IMPORTANT;
            text-align: center !IMPORTANT;
            border: 3px solid;
            position: relative;
            right: 2px;
            top: 8px;
            box-shadow: inset 0px 1px 20px;
            border-top: 3px solid !important;
        }

        div#userblock img.fl.ustat {
            display: none !important;
        }

        .notification .break.fl {
            padding: 0 0.2em;
            min-height: 32px !important;
            height: auto;
            border: 3px solid #fefffc;
            padding: 28px;
            border-radius: 0 15px 15px 15px;
            box-shadow: 7px 7px 10px #000;
            background-color: #818181;
            background-image: linear-gradient(305deg, #818181 0%, #898989 74%) !important;
            color: #ffff;
        }

        .notification {
            margin: 0.7rem auto 0;
            box-shadow: inset 1px 2px 11px 5px #979797;
            border-inline: 4px solid #000 !important;
            border-top: 4px solid #000 !important;
            border-bottom: 4px solid #000 !important;
            padding: 15px;
        }

        .notification .dots.chroo.corner.u-topic.fl {
            display: inline-block;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            max-width: 36% !important;
        }

        p.chat__body__notifications-pane__back {
            margin-bottom: 2px;
        }

        label.label.tc.border.cp.btn.label-danger.fl {
            background: #28a745 !important;
        }

        label.fl.chroo.label.pnhead {
            text-align: center;
            color: #fff !important;
            word-wrap: break-word;
            padding: 2px;
            border-radius: 59px 0 68px 0;
            width: 130px;
            margin-left: 90px !IMPORTANT;
            background: linear-gradient(-45deg, #cc31cc, pink, #4997d0, #4caf50);
            background-size: 400% 400%;
            font-size: 15px !important;
            height: 25px;
            margin-top: -15px !IMPORTANT;
            font-weight: 700 !IMPORTANT;
        }

        label.label.tc.border.btn.fl {
            box-shadow: 0 3px 0 0;
            cursor: pointer;
            text-align: center;
            height: 35px;
            position: relative;
            border: 1px solid #000 !important;
            width: 100% !important;
            margin-left: 0px !IMPORTANT;
            display: block;
        }

        label.label.tc.border.cp.btn.label-danger.fl:hover {
            background: white !IMPORTANT;
        }

        label.label.tc.border.btn.fl:hover {
            background-color: #eee !important;
            color: #000 !IMPORTANT;
        }

        label.label.tc.border.btn.fl:active {
            box-shadow: none;
        }

        .label-primary,
        .btn-primary,
        .bg-primary,
        .label-primary:hover,
        .btn-primary:hover,
        .btn-primary:focus {
            background-color: var(--bt-primary) !important;
            background-image: none;
        }

        .bg {
            background-color: var(--bg-primary) !important;
        }

        .bgg {
            background-color: lightslategray;
        }

        .pophead {
            background-color: slategrey;
        }

        .light {
            background-color: var(--hi-primary, var(--bg-primary)) !important;
        }

        .label-primary,
        .btn-primary {
            background-color: var(--bt-primary) !important;
            background-image: none;
        }

        .qzbcx {
            position: relative;
            top: 0;
            width: 100%;
            background: var(--bt-primary);
            left: 0;
            box-shadow: inset 0px 1px 10px #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .qzbc2x {
            position: absolute;
            top: 0;
            width: 100%;
            background: var(--bt-primary);
            left: 0;
            box-shadow: inset 0px 1px 10px #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .qzbcx>div {
            max-width: 260px;
        }

        .qzbc2x>div {
            max-width: 260px;
        }
        .qzbcx>div>.prods {
            float: right;
            width: 40px;
            height: 40px;
            right: 5px;
            top: 8px;
            color: palevioletred;
            border: 2px solid;
            margin: 0 1px;
            text-align: center;
            border-radius: 50%;
            background-color: white;
        }
        .qzbc2x>div>.prods {
            float: right;
            width: 40px;
            height: 40px;
            right: 5px;
            top: 8px;
            color: palevioletred;
            border: 2px solid;
            margin: 0 1px;
            text-align: center;
            border-radius: 50%;
            background-color: white;
        }
        .qzbcx>div>.prods>.fa {
            font-size: 28px !important;
            text-align: center;
            margin-top: 5px;
            color: darkgray;
            "

        }
        .qzbc2x>div>.prods>.fa {
            font-size: 28px !important;
            text-align: center;
            margin-top: 5px;
            color: darkgray;
            "

        }

        .qzbcx>div>.prod {
            float: right;
            width: 50px;
            height: 52px;
            color: var(--bt-primary);
            border: 2px solid gainsboro;
            margin: 0 1px;
            text-align: center;
            border-radius: 50%;
            background-color: white;
        }
        .qzbc2x>div>.prod {
            float: right;
            width: 50px;
            height: 52px;
            color: var(--bt-primary);
            border: 2px solid gainsboro;
            margin: 0 1px;
            text-align: center;
            border-radius: 50%;
            background-color: white;
        }
        .qzbcx>div>.prod>.fa-microphone {
            font-size: 28px !important;
            text-align: center;
            margin-top: 2px;
        }
        .qzbc2x>div>.prod>.fa-microphone {
            font-size: 28px !important;
            text-align: center;
            margin-top: 2px;
        }
        .qzbc2x>div>.prod>hr {
            margin: 0;
            border-top-color: var(--bt-primary);
        }
        .qzbcx>div>.prod>hr {
            margin: 0;
            border-top-color: var(--bt-primary);
        }

        .qzbcx>div>.prod>.evant>i {
            position: relative;
            font-size: 16px !important;
            text-align: center;
            color: var(--bt-primary);
            top: 36px;
            height: 18px;
            border-radius: 50%;
            background-color: #ffffffc7;
            border: 1px solid #d9534f70;
        }
        .qzbc2x>div>.prod>.evant>i {
            position: relative;
            font-size: 16px !important;
            text-align: center;
            color: var(--bt-primary);
            top: 36px;
            height: 18px;
            border-radius: 50%;
            background-color: #ffffffc7;
            border: 1px solid #d9534f70;
        }
        .qzbcx>div>.prods>.ismute {
            position: absolute;
            height: 3px;
            background: gray;
            display: none;
            width: 38px;
            margin-left: -2px;
            margin-top: 17px;
            transform: rotate(135deg);
        }
        .qzbc2x>div>.prods>.ismute {
            position: absolute;
            height: 3px;
            background: gray;
            display: none;
            width: 38px;
            margin-left: -2px;
            margin-top: 17px;
            transform: rotate(135deg);
        }
        .qzbcx>div>.prod>.ismute {
            position: absolute;
            height: 3px;
            background: gray;
            display: none;
            width: 50px;
            margin-left: -3px;
            margin-top: 22px;
            transform: rotate(135deg);
        }
        .qzbc2x>div>.prod>.ismute {
            position: absolute;
            height: 3px;
            background: gray;
            display: none;
            width: 50px;
            margin-left: -3px;
            margin-top: 22px;
            transform: rotate(135deg);
        }
        .qzbcx .prod.speaking-gold,
        .qzbc2x .prod.speaking-gold {
            border: 2px solid #d4af37 !important;
            box-shadow: 0 0 8px #d4af37, 0 0 16px rgba(212, 175, 55, 0.7) !important;
            animation: speakingGoldPulse 1s ease-in-out infinite;
        }
        .qzbcx .prod.muted-red,
        .qzbc2x .prod.muted-red {
            border: 2px solid #e53935 !important;
            box-shadow: 0 0 10px rgba(229, 57, 53, 0.9), 0 0 20px rgba(229, 57, 53, 0.7) !important;
            animation: mutedRedPulse 1s ease-in-out infinite !important;
        }
        @keyframes speakingGoldPulse {
            0% { box-shadow: 0 0 6px rgba(212, 175, 55, 0.45), 0 0 12px rgba(212, 175, 55, 0.35); }
            50% { box-shadow: 0 0 12px rgba(212, 175, 55, 0.95), 0 0 20px rgba(212, 175, 55, 0.8); }
            100% { box-shadow: 0 0 6px rgba(212, 175, 55, 0.45), 0 0 12px rgba(212, 175, 55, 0.35); }
        }
        @keyframes mutedRedPulse {
            0% { box-shadow: 0 0 8px rgba(229, 57, 53, 0.45), 0 0 14px rgba(229, 57, 53, 0.35); }
            50% { box-shadow: 0 0 14px rgba(229, 57, 53, 0.95), 0 0 24px rgba(229, 57, 53, 0.8); }
            100% { box-shadow: 0 0 8px rgba(229, 57, 53, 0.45), 0 0 14px rgba(229, 57, 53, 0.35); }
        }
        .u-topic.dots {
            white-space: nowrap;
            max-width: 130%;
        }

/* Extracted from index.ejs style block 3 */
        #micHtml .micSp.green {
            border-color: green !important
        }

        #micHtml .micSp.red {
            border-color: red !important
        }

        #micHtml {
            display: block;
            margin-left: 2px;
            color: #fff;
            border: 1px solid#f9f9f9 !important;
            border-radius: 0;
            background-color: #4c6a8c !important;
            background-image: url(https://i.imgur.com/eqGvZEC.gif) !important;
            font-family: 'Almarai', sans-serif
        }

        #micHtml {
            text-align: left;
            height: 50px
        }

        #micHtml .micSp .micModal button[datacl="muteed"],
        #micHtml .micSp .micModal button[datacl="mute"] {
            display: block
        }

        #micHtml .micSp .micModal button[datacl="play"],
        #micHtml .micSp .micModal button[datacl="run"] {
            display: none
        }

        #micHtml .micSp.muted .micModal button[datacl="muteed"],
        #micHtml .micSp.memuted .micModal button[datacl="mute"] {
            display: none !important
        }

        #micHtml .micSp.muted .micModal button[datacl="play"],
        #micHtml .micSp.memuted .micModal button[datacl="run"] {
            display: block !important
        }

        span.fa.fa-microphone {
            margin-top: 2px;
            font-weight: 100 !important;
            font-size: 20px !important
        }

        #micHtml #allMute.muted {
            background-image: url(/mic/unmeut.png)
        }

        #micHtml .micSp.muted:after {
            position: absolute;
            left: 0;
            top: 50%;
            height: 2px;
            background: red;
            content: "";
            width: 100%;
            display: block;
            transform: rotate(135deg)
        }

        #micHtml .micSp {
            position: relative;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #dcdcdc;
            color: #000;
            display: inline-block;
            font-size: 22px;
            margin: 0 .3rem;
            border: 3px solid #989594;
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            background-image: url(/mic/mic.gif)
        }

        #micHtml #allMute {
            background: #fff;
            width: 37px;
            height: 37px;
            border-radius: 50%;
            padding: .2rem;
            display: inline-block;
            float: right;
            margin-right: .2rem;
            margin-top: .2rem;
            border: 1px solid;
            box-shadow: 0 0 5px 0 #5d5d5d;
            cursor: pointer;
            background-size: contain;
            background-image: url(/mic/meut.png)
        }

        #micHtml .micSp img {
            position: absolute;
            width: 39px;
            height: 39px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            display: none
        }

        #micHtml .micSp .micName {
            font-size: .53rem;
            max-width: 50px;
            display: block;
            position: absolute;
            bottom: -20px;
            left: -.45rem;
            z-index: 0;
            overflow: hidden;
            text-align: center;
            width: 50px
        }

        #micHtml .micModal {
            position: absolute;
            border-radius: 5px;
            background-color: #daa520;
            top: 46px;
            width: 80px;
            z-index: 2;
            left: -16px;
            padding: .4rem;
            height: auto;
            display: none;
            text-align: center;
            box-shadow: 0 0 10px 0 #9e9e9e
        }

        #micHtml .micSp .number {
            position: absolute;
            font-size: 15px;
            bottom: 0;
            right: 15px
        }

        #micHtml .micModal .btn {
            display: inline-block;
            margin-bottom: .2rem;
            width: 100%;
            padding: 0 !important
        }

/* Extracted from index.ejs style block 4 */
        @keyframes zuckSlideTime {
            0% {
                max-width: 0
            }

            to {
                max-width: 100%
            }
        }

        @keyframes zuckLoading {
            0% {
                transform: rotate(0deg)
            }

            to {
                transform: rotate(1turn)
            }
        }

        #zuck-modal {
            outline: 0 !important;
            overflow: hidden;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100%;
            background: rgba(0, 0, 0, .75);
            z-index: 100000;
            font-size: 14px;
            font-family: inherit
        }

        #zuck-modal-content,
        #zuck-modal-content .story-viewer,
        #zuck-modal-content .story-viewer>.slides,
        #zuck-modal-content .story-viewer>.slides>* {
            width: 100vw;
            height: 100%;
            top: 0;
            bottom: 0;
            position: absolute;
            overflow: hidden
        }

        #zuck-modal * {
            user-select: none;
            outline: 0
        }

        #zuck-modal.with-effects {
            transform: scale(.01);
            transform-origin: top left;
            transition: .25s
        }

        #zuck-modal.with-effects.animated {
            transform: scale(1);
            border-radius: 0;
            margin-top: 0 !important;
            margin-left: 0 !important
        }

        #zuck-modal.with-effects.closed {
            transform: translateY(100%)
        }

        #zuck-modal .slider {
            width: 300vw;
            left: -100vw
        }

        #zuck-modal .slider,
        #zuck-modal .slider>* {
            height: 100%;
            top: 0;
            bottom: 0;
            position: absolute
        }

        #zuck-modal .slider>* {
            width: 100vw
        }

        #zuck-modal .slider>.previous {
            left: 0
        }

        #zuck-modal .slider>.viewing {
            left: 100vw
        }

        #zuck-modal .slider>.next {
            left: 200vw
        }

        #zuck-modal .slider.animated {
            -webkit-transition: -webkit-transform .25s linear;
            transition: -webkit-transform .25s linear;
            transition: transform .25s linear;
            transition: transform .25s linear, -webkit-transform .25s linear
        }

        #zuck-modal.with-cube #zuck-modal-content {
            perspective: 1000vw;
            transform: scale(.95);
            perspective-origin: 50% 50%;
            overflow: visible;
            transition: .3s
        }

        #zuck-modal.with-cube .slider {
            transform-style: preserve-3d;
            transform: rotateY(0deg)
        }

        #zuck-modal.with-cube .slider>.previous {
            backface-visibility: hidden;
            left: 100vw;
            transform: rotateY(270deg) translateX(-50%);
            transform-origin: center left
        }

        #zuck-modal.with-cube .slider>.viewing {
            backface-visibility: hidden;
            left: 100vw;
            transform: translateZ(50vw)
        }

        #zuck-modal.with-cube .slider>.next {
            backface-visibility: hidden;
            left: 100vw;
            transform: rotateY(-270deg) translateX(50%);
            transform-origin: top right
        }

        #zuck-modal-content .story-viewer.paused.longPress .head,
        #zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
        #zuck-modal-content .story-viewer.paused.longPress .tip {
            opacity: 0
        }

        #zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers>*>.active>b {
            -webkit-animation-play-state: running;
            animation-play-state: running
        }

        #zuck-modal-content .story-viewer.next {
            z-index: 10
        }

        #zuck-modal-content .story-viewer.viewing {
            z-index: 5
        }

        #zuck-modal-content .story-viewer.previous {
            z-index: 0
        }

        #zuck-modal-content .story-viewer.loading .head .loading,
        #zuck-modal-content .story-viewer.muted .tip.muted {
            display: block
        }

        #zuck-modal-content .story-viewer.loading .head .right .close,
        #zuck-modal-content .story-viewer.loading .head .right .time {
            display: none
        }

        #zuck-modal-content .story-viewer .slides-pagination span {
            position: absolute;
            top: 50vh;
            font-size: 48px;
            color: #fff;
            line-height: 48px;
            width: 48px;
            margin: 6px;
            transform: translateY(-50%);
            z-index: 1;
            text-align: center
        }

        #zuck-modal-content .story-viewer .slides-pagination .previous {
            left: 0
        }

        #zuck-modal-content .story-viewer .slides-pagination .next {
            right: 0
        }

        #zuck-modal-content .story-viewer .slides-pointers {
            display: table;
            table-layout: fixed;
            border-spacing: 6px;
            border-collapse: separate;
            position: absolute;
            width: 100vh;
            top: 0;
            left: calc(50vw - 50vh);
            right: calc(50vw - 50vh);
            z-index: 100020
        }

        #zuck-modal-content .story-viewer .slides-pointers>* {
            display: table-row
        }

        #zuck-modal-content .story-viewer .slides-pointers>*>* {
            display: table-cell;
            background: hsla(0, 0%, 100%, .5);
            border-radius: 2px
        }

        #zuck-modal-content .story-viewer .slides-pointers>*>.seen {
            background: #fff
        }

        #zuck-modal-content .story-viewer .slides-pointers>*>*>b {
            background: #fff;
            width: auto;
            max-width: 0;
            height: 2px;
            display: block;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
            border-radius: 2px
        }

        #zuck-modal-content .story-viewer .slides-pointers>*>.active>b {
            -webkit-animation-name: zuckSlideTime;
            animation-name: zuckSlideTime;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear
        }

        #zuck-modal-content .story-viewer .head {
            position: absolute;
            height: 56px;
            left: 0;
            right: 0;
            line-height: 56px;
            z-index: 100010;
            color: #fff;
            font-size: 14px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, .35), 1px 0 1px rgba(0, 0, 0, .35);
            padding: 6px 12px
        }

        #zuck-modal-content .story-viewer .head .item-preview {
            overflow: hidden;
            vertical-align: top;
            background-size: cover;
            width: 42px;
            height: 42px;
            display: inline-block;
            margin-right: 9px;
            border-radius: 50%;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: 50%
        }

        #zuck-modal-content .story-viewer .head .item-preview img {
            display: block;
            box-sizing: border-box;
            height: 100%;
            width: 100%;
            background-size: cover;
            background-position: 50%;
            object-fit: cover
        }

        #zuck-modal-content .story-viewer .head .time {
            opacity: .75;
            font-weight: 500;
            font-size: 13px
        }

        #zuck-modal-content .story-viewer .head .left {
            line-height: 1 !important;
            display: inline-block;
            margin: 6px 0
        }

        #zuck-modal-content .story-viewer .head .left .info {
            display: inline-block;
            max-width: 30vw;
            vertical-align: middle
        }

        #zuck-modal-content .story-viewer .head .left .info>* {
            width: 100%;
            display: inline-block;
            line-height: 21px
        }

        #zuck-modal-content .story-viewer .head .left .info .name {
            font-weight: 500
        }

        #zuck-modal-content .story-viewer .head .right {
            float: right
        }

        #zuck-modal-content .story-viewer .head .back,
        #zuck-modal-content .story-viewer .head .right .close {
            font-size: 42px;
            width: 48px;
            height: 48px;
            line-height: 48px;
            cursor: pointer;
            text-align: center
        }

        #zuck-modal-content .story-viewer .head .left .back {
            display: none;
            width: 24px;
            margin: -9px -6px 0
        }

        #zuck-modal-content .story-viewer .head .right .time {
            display: none
        }

        #zuck-modal-content .story-viewer .head .loading {
            display: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            margin: 9px 0;
            box-sizing: border-box;
            border: 4px solid hsla(0, 0%, 100%, .2);
            border-top-color: #fff;
            -webkit-animation: zuckLoading 1s linear infinite;
            animation: zuckLoading 1s linear infinite
        }

        #zuck-modal-content .story-viewer .head,
        #zuck-modal-content .story-viewer .slides-pointers,
        #zuck-modal-content .story-viewer .tip {
            -webkit-transition: opacity .5s;
            transition: opacity .5s
        }

        #zuck-modal-content .story-viewer .slides .item {
            display: none;
            overflow: hidden;
            background: #000
        }

        #zuck-modal-content .story-viewer .slides .item:before {
            z-index: 4;
            background: transparent;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0
        }

        #zuck-modal-content .story-viewer .slides .item>.media {
            height: 100%;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            margin: auto
        }

        #zuck-modal-content .story-viewer .slides .item.active,
        #zuck-modal-content .story-viewer .slides .item.active .tip.link {
            display: block
        }

        #zuck-modal-content .story-viewer .tip {
            z-index: 5;
            text-decoration: none;
            display: none;
            border-radius: 24px;
            background: rgba(0, 0, 0, .5);
            font-size: 16px;
            position: absolute;
            bottom: 24px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            font-weight: 500;
            padding: 12px 24px
        }

        #zuck-modal.rtl {
            direction: rtl;
            left: auto;
            right: 0
        }

        #zuck-modal.rtl.with-effects {
            transform-origin: top right
        }

        #zuck-modal.rtl.with-effects.animated {
            margin-left: auto !important;
            margin-right: 0 !important
        }

        #zuck-modal.rtl .slider {
            left: auto;
            right: -100vw
        }

        #zuck-modal.rtl .slider>.previous {
            left: auto;
            right: 0;
            transform: rotateY(-270deg) translateX(50%)
        }

        #zuck-modal.rtl .slider>.viewing {
            left: auto;
            right: 100vw
        }

        #zuck-modal.rtl .slider>.next {
            left: auto;
            right: 200vw
        }

        #zuck-modal.rtl.with-cube .slider>.previous {
            left: auto;
            right: 100vw;
            transform-origin: center right
        }

        #zuck-modal.rtl.with-cube .slider>.viewing {
            left: auto;
            right: 100vw;
            transform: translateZ(50vw)
        }

        #zuck-modal.rtl.with-cube .slider>.next {
            left: auto;
            right: 100vw;
            transform-origin: top left;
            transform: rotateY(270deg) translateX(-50%)
        }

        #zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous {
            left: auto;
            right: 0
        }

        #zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next {
            right: auto;
            left: 0
        }

        #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
            margin-right: auto;
            margin-left: 9px
        }

        #zuck-modal.rtl #zuck-modal-content .story-viewer .head .right {
            float: left
        }

        #zuck-modal.rtl #zuck-modal-content .story-viewer .tip {
            left: auto;
            right: 50%;
            transform: translateX(50%)
        }

        @media (max-width:13266px) {
            .ae{
                border: 1px solid;
    border-radius: 0px !important;
    float: left;
    text-align: center;
    width: 18%;
    max-width: 66px !important;
    padding: 11px 5px 25px 3px !important;
    margin: 0px;
    margin-top: 2px;
    height: 33.5px;
    cursor: pointer;
            }
            #zuck-modal-content .story-viewer .head {
                top: 3px
            }

            #zuck-modal-content .story-viewer .head .loading {
                width: 24px;
                height: 24px;
                margin: 6px 0
            }

            #zuck-modal-content .story-viewer .head .item-preview {
                width: 30px;
                height: 30px;
                margin-right: 9px
            }

            #zuck-modal-content .story-viewer .head .left {
                font-size: 15px;
                margin: 15px 0
            }

            #zuck-modal-content .story-viewer .head .left>div {
                line-height: 30px
            }

            #zuck-modal-content .story-viewer .head .right .time {
                display: block;
                white-space: nowrap;
                font-size: 15px;
                margin: 15px 0;
                line-height: 30px
            }

            #zuck-modal-content .story-viewer .head .left>.back {
                display: none;
                background: transparent;
                z-index: 20;
                visibility: visible;
                position: absolute;
                height: 42px;
                width: 24px;
                line-height: 36px;
                text-align: left;
                vertical-align: top;
                text-shadow: none
            }

            #zuck-modal-content .story-viewer.with-back-button .head .left>.back {
                display: block
            }

            #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
                margin-left: 18px
            }

            #zuck-modal-content .story-viewer .slides-pointers {
                width: 100vw;
                left: 0;
                right: 0
            }

            #zuck-modal-content .story-viewer .tip {
                font-size: 14px;
                padding: 6px 12px
            }

            #zuck-modal-content .story-viewer .head .left .time,
            #zuck-modal-content .story-viewer .head .right .close {
                display: none
            }

            #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
                margin-right: auto;
                margin-left: 9px
            }

            #zuck-modal.rtl #zuck-modal-content .story-viewer .head .left>.back {
                text-align: right
            }

            #zuck-modal.rtl #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
                margin-left: auto;
                margin-right: 18px
            }
        }

        .stories.carousel {
            white-space: nowrap;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch
        }

        .stories.carousel::-webkit-scrollbar {
            width: 0;
            background: transparent
        }

        .stories.carousel .story {
            display: inline-block;
            width: 18vw;
            max-width: 90px;
            margin: 0 6px;
            vertical-align: top
        }

        .stories.carousel .story:first-child {
            margin-left: 0
        }

        .stories.carousel .story:last-child {
            margin-right: 0
        }

        .stories.carousel .story>.item-link {
            text-align: center;
            display: block
        }

        .stories.carousel .story>.item-link:active>.item-preview {
            transform: scale(.9)
        }

        .stories.carousel .story>.item-link>.item-preview {
            display: block;
            box-sizing: border-box;
            font-size: 0;
            max-height: 90px;
            height: 18vw;
            overflow: hidden;
            transition: transform .2s
        }

        .stories.carousel .story>.item-link>.item-preview img {
            display: block;
            box-sizing: border-box;
            height: 100%;
            width: 100%;
            background-size: cover;
            background-position: 50%;
            object-fit: cover
        }

        .stories.carousel .story>.item-link>.info {
            display: inline-block;
            margin-top: .5em;
            line-height: 1.2em;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .stories.carousel .story>.item-link>.info .name {
            font-weight: 300
        }

        .stories.carousel .story>.item-link>.info .time,
        .stories.carousel .story>.items {
            display: none
        }

        .stories.list {
            white-space: nowrap;
            overflow: auto
        }

        .stories.list .story {
            display: block;
            width: auto;
            margin: 6px;
            padding-bottom: 6px
        }

        .stories.list .story>.item-link {
            text-align: left;
            display: block
        }

        .stories.list .story>.item-link>.item-preview {
            height: 42px;
            width: 42px;
            max-width: 42px;
            margin-right: 12px;
            vertical-align: top;
            display: inline-block;
            box-sizing: border-box;
            font-size: 0;
            overflow: hidden
        }

        .stories.list .story>.item-link>.item-preview img {
            display: block;
            box-sizing: border-box;
            height: 100%;
            width: 100%;
            background-size: cover;
            background-position: 50%
        }

        .stories.list .story>.item-link>.info {
            display: inline-block;
            line-height: 1.6em;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: top
        }

        .stories.list .story>.item-link>.info .name {
            font-weight: 500;
            display: block;
            padding: 4px;
            padding-top: 0;
            padding-bottom: 0;
            margin-right: 1px;
            border-radius: 19px;
            margin-top: 9px;
            font-size: 12px !important;
            text-transform: uppercase;
            background-image: linear-gradient(-225deg, #8870e1 0%, #511559 29%, #51b6c2 67%, #fe16c8 100%);
            background-size: auto auto;
            background-clip: border-box;
            background-size: 220;
            background-image: linear-gradient(-225deg, #607d8b 0%, #511559 29%, #df3868 67%, #9e9e9e 100%);
            background-size: auto auto;
            background-clip: border-box;
            background-size: 236% auto;
            color: #fff;
            text-fill-color: #fff;
            -webkit-text-fill-color: #fff;
            animation: textclip 2s linear infinite;
            display: inline-block
        }

        .stories.list .story>.item-link>.info .time {
            display: inline-block
        }

        .stories.list .story>.items {
            display: none
        }

        .stories.rtl {
            direction: rtl
        }

        .stories.rtl.carousel .story:first-child {
            margin-left: auto;
            margin-right: 0
        }

        .stories.rtl.carousel .story:last-child {
            margin-right: auto;
            margin-left: 0
        }

        .stories.rtl.list .story>.item-link {
            text-align: right
        }

        .stories.rtl.list .story>.item-link>.item-preview {
            margin-right: auto;
            margin-left: 12px
        }
   

/* Extracted from index.ejs style block 5 */
        .fa-volume-up:before {
            content: "\f028";
            color: #000
        }

        * {
            font-family: serif;
            font-weight: 700;
            text-shadow: none !important;
            font-size: 15px !important
        }

        /* .ae {
            border: 1px solid black !important;
            border-radius: 2px !important;
            float: left;
            text-align: center;
            width: 18%;
            max-width: 80px;
            padding: 9px 0;
            margin: 1px;
            margin-top: 2px;
            height: 33.5px;
            cursor: pointer
        } */
        .ae {
    border: none;
    border-radius: 0px !important;
    float: left;
    text-align: center;
    width: 18%;
    max-width: 80px;
    padding: 11px 5px 25px 3px !important;
    margin: 0px;
    margin-top: 2px;
    height: 33.5px;
    cursor: pointer;
}
        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 1px !important;
            font-weight: 700
        }

        .pmsgc {
            background-color: rgba(0, 77, 255, .08) !important
        }

        .ppmsgc {
            background-color: #f1f1ff !important
        }

        .hmsg {
            background-color: linen !important
        }

        .bg {
            background-color: #DEDEDE
        }

        .bgg {
            background-color: lightslategray
        }

        .pophead {
            background-color: slategrey
        }

        .light {
            background-color: #f7f7f7
        }

        .label-primary,
        .btn-primary {
            background-color: #000;
            border-radius: 2px
        }

        .content-name {
            display: none
        }

        .hid {
            display: none
        }

        .typingIndicatorBubbleDot {
            width: 4px;
            height: 4px;
            margin-right: 4px;
            background-color: #57585a;
            border-radius: 50%;
            animation-name: bounce;
            animation-duration: 1.3s;
            animation-timing-function: linear;
            animation-iteration-count: infinite
        }

        .label-primary[href]:focus,
        .label-primary[href]:hover {
            background: none !important
        }

        .typingIndicatorBubbleDot:first-of-type {
            margin: 0 4px
        }

        .typingIndicatorBubbleDot:nth-of-type(2) {
            animation-delay: 0.15s
        }

        .typingIndicatorBubbleDot:nth-of-type(3) {
            animation-delay: 0.3s
        }

        @keyframes bounce {

            0%,
            60%,
            100% {
                transform: translateY(0)
            }

            30% {
                transform: translateY(-4px)
            }
        }

        .qzbcx {
            position: relative;
            top: 0;
            width: 100%;
            background: radial-gradient(circle at 12% 26%, rgba(84, 184, 255, .28), transparent 24%), radial-gradient(circle at 32% 72%, rgba(120, 236, 255, .18), transparent 20%), radial-gradient(circle at 72% 30%, rgba(214, 118, 255, .26), transparent 24%), linear-gradient(135deg, #173b84 0%, #2196F3 34%, #6818d1 72%, #9C27B0 100%);
            left: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-around;
            align-items: center
        }

        .qzbcx>div {
            max-width: 260px
        }

        span.number {
            font-size: 10px !important;
            margin-top: -4px
        }

        a.btn.minix.btn-primary.fa.fa-times.fr {
            background: none;
            color: #d9534f;
            border: none
        }

        .qzbcx>div>.prods {
            position: relative !important;
            float: left;
            width: 50px;
            height: 50px;
            margin: 0 1px;
            text-align: center;
            border-radius: 1% !important;
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: stretch;
            justify-content: flex-start;
            align-items: stretch;
            margin-top: -52px;
            padding: 5px;
            right: 55px !important;
            top: 2px;
            cursor: pointer !important;
            border: 1px solid #4caf50
        }

        .qzbcx>div>.prods>.fa {
            font-size: 28px !important;
            text-align: center;
            margin-top: 5px;
            color: darkgray
        }

        .qzbcx>div>.prod {
            position: relative;
            float: right;
            width: 50px;
            height: 50px;
            border: 2px solid gainsboro;
            margin: 0 1px;
            text-align: center;
            border-radius: 1%;
            background-color: #fff;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: stretch;
            justify-content: flex-start;
            align-items: stretch;
            padding: 5px;
            cursor: pointer !important
        }

        .qzbcx>div>.prod>.fa-microphone {
            font-size: 28px !important;
            text-align: center;
            margin-top: 2px
        }

        .qzbcx>div>.prod>hr {
            margin: 0;
            border-top-color: #d9534f
        }

        .qzbcx>div>.prod>.evant>i {
            position: relative;
            font-size: 16px !important;
            text-align: center;
            top: 36px;
            height: 18px;
            border-radius: 50%;
            background-color: #ffffffc7;
            border: 1px solid #d9534f70
        }

        .qzbcx>div>.prods>.ismute {
            position: absolute;
            height: 3px;
            background: gray;
            display: none;
            width: 38px;
            margin-left: -2px;
            margin-top: 17px;
            transform: rotate(135deg)
        }

        .qzbcx>div>.prod>.ismute {
            position: absolute;
            height: 3px;
            background: gray;
            display: none;
            width: 50px;
            margin-left: -3px;
            margin-top: 22px;
            transform: rotate(135deg)
        }

        .u-topic.dots {
            white-space: nowrap;
            max-width: 130%
        }

        .is_speaking {
            box-shadow: 0 0 10px #0f0
        }

        input#u2,
        input#pass1,
        input#u3,
        input#pass2 {
            width: 206px;
            padding: 5px;
            border-radius: 2px;
            height: 33px
        }

        input#u1 {
            width: 206px;
            margin-top: 33px;
            padding: 5px;
            border-radius: 2px;
            height: 33px
        }

        .typing {
            display: none
        }

        button.ae.fa.label.fa-commenting-o.label-warning {
            background: #9ba722 !important;
            color: #9ba722
        }

        .fa-commenting-o:before {
            content: ""
        }

        div#d2bc,
        div#settings,
        div#rooms,
        div#chats,
        div#users {
            border: none !important
        }

        .bord {
            border-left: 3px solid dodgerblue !important;
            border-right: 3px solid dodgerblue !important;
            border-bottom: none !important;
            border-top: none !important
        }

        .d2,
        #rooms,
        #users {
            background-color: #fafafa !important
        }

        .rating-box {
            color: #a2a2a2;
            text-shadow: 0 1px 10px #000;
            margin: -19px auto 2px auto;
            height: 20px
        }

        div#dpnl {
            border: 1px solid;
            border-radius: 0;
            width: 340px;
            max-width: 310px;
            min-width: 300px;
            padding-top: 20px;
            padding-bottom: 8px;
            position: absolute;
            display: inline-flex;
            top: 0;
            flex-flow: row-reverse wrap;
            place-content: space-around space-between;
            align-items: flex-end;
            right: 0px !important
        }

        .label-info {
            background-color: #5bc0de !important
        }

        label.label.tc.border.btn.label-info.fl {
            background: #fff !important
        }

        .fa-comments:before {
            content: "";
            color: #555;
            margin-right: 4px
        }

  

        #topWall div span:before {
            float: left;
            font-weight: 100 !important
        }

        .topWall3 {
            margin-top: 5px;
            width: 100%;
            height: 140px;
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: bottom;
            background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .8), rgba(236, 239, 241, 0) 100px, rgba(255, 255, 255, .69) 0, rgba(255, 246, 246, .6) 200px), repeating-linear-gradient(-45deg, rgba(255, 255, 255, .5), rgb(245, 245, 245) 100px, rgb(236, 239, 241) 0, rgba(255, 255, 255, .9) 200px) !important
        }

        .topWall3>div {
            width: 67px;
            height: 67px;
            border-radius: 50%;
            border: 3px solid #c7c2c2;
            background-size: contain
        }

        .uc {
            min-width: 45px
        }

        .minix {
            padding: 1px 4px;
            background: none;
            border: none;
            color: #e8e6e3;
            /* min-width: 30px; */
            font-size: 100% !important
        }

        .rating-star {
            font-size: 20px !important;
            width: 15px;
            height: 20px;
            padding: 0 2px;
            position: relative;
            display: block;
            float: left
        }

        .badge {
            display: inline-block;
            background-color: none;
            border-radius: 0;
            margin: -6px !important
        }

        .topWall3>div>span {
            margin-top: 70px;
            padding: 0 1px;
            text-align: center;
            margin-left: -10%;
            min-width: 120%;
            border-radius: 0;
            border-right: none !important;
            border-left: none !important;
            border-top: none !important;
            font-size: 13px !important;
            background: #f5f5f5;
            color: brown;
            font-weight: bold !important
        }

        .topWall3 .toptop {
            background-color: rgba(0, 0, 0, .1)
        }

        .topWall3 .toptop span.corner.dots {
            background-color: rgba(0, 0, 0, .1);
            height: 20px;
            border-radius: 0;
            border: none
        }

        .topWall10 {
            width: 100%;
            height: 75%;
            margin-top: 5px;
            border-top: 2px solid;
            color: #777
        }

        .topWall10>div.top {
            width: 99%;
            margin: 0 1px -1px 2px !important;
            padding: 1px;
            border-bottom: 2px solid
        }

        div.background {
            background-color: rgba(0, 9, 5, .2);
            -webkit-backdrop-filter: blur(5px);
         
            width: 99%;
            padding: 95px
        }

        div.safarihost {
            background-size: cover;
            position: absolute;
            top: 0;
            width: 99%;
            backdrop-filter: blur(11px);
            padding: 0
        }

        .topWall10>div.top>span.dots {
            padding: 0;
            width: 18px;
            text-align: center;
            margin: 15px 2px 0;
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-radius: 0
        }

        .full-star:before {
            color: #f2b01e;
            content: "\2605";
            position: absolute;
            left: 0;
            overflow: hidden
        }

        .points {
            max-width: 18% !important
        }

        .topWall10>div.top>img {
            margin-bottom: 4px;
            border-radius: 0;
            border: 1px solid;
            width: 45px;
            height: 45px;
            margin-left: 1px;
            margin-top: 2px;
            background-color: #fff
        }

        .j2 {
            width: 148px !important
        }

        .topWall10>div.top>div {
            width: 70%;
            margin-top: 6px
        }

        .topWall10>div.top>div>span.dots {
            padding: 0 2px
        }

        .topWall10>div.top>div>div {
            width: 100%
        }

        .topWall10>div.top>div>div>span {
            margin-top: -6px;
            padding: 1px 4px;
            width: 20%;
            text-align: center;
            border-bottom: 1px solid
        }

        .empty-star:before {
            content: "\2605";
            position: absolute;
            left: 0;
            overflow: hidden
        }

        .topWall10>div.toptop>div>span.dots {
            background-color: rgba(0, 0, 0, .1);
            border-radius: 0;
            width: 100%;
            margin-left: 4px;
            height: 20px
        }

        .topWall10>div.toptop>img {
            background-color: rgba(0, 0, 0, .1);
            border: none
        }

        .topWall10>div.toptop>div>div>span {
            background-color: rgba(0, 0, 0, .1);
            color: rgb(229 229 229);
            margin-top: -3px !important
        }

        .topWall10>div.toptop>span.dots {
            background-color: rgba(0, 0, 0, .1);
            color: #fff;
            text-shadow: -2px 1px 2px black !important;
            border-color: #9b9b9b
        }

        .topWall10>div.toptop>div>div {
            width: 96%;
            margin-left: 6px
        }

        .form {
            position: relative;
            top: 8px;
            left: 34px
        }

/* Extracted from index.ejs style block 6 */
        .listHome {
            display: none;
            width: 40%;
            background-color: #fff;
            margin: auto auto;
            position: absolute;
            right: 3px;
            top: 35px;
            z-index: 999;
            padding: 0 0;
            border: 1px solid #000;
            text-align: center
        }

        .dots3 {
            padding: 0;
            width: 100%;
            border-radius: 15px 0;
            border: 1px solid #fff;
            text-align: center;
            line-height: 30px
        }

        .listitem {
            width: 98%;
            padding: 0;
            margin: 1%;
            float: right
        }

        .divColorLo {
            display: none;
            width: 76%;
            background-color: #fff;
            margin: 2px 0 0;
            position: absolute;
            right: 24%;
            left: 0;
            top: 2px;
            z-index: 999;
            padding: 0 0;
            border: 1px solid #000;
            text-align: center;
            height: 32px
        }

        .dots2 {
            padding: 0;
            width: 100%;
            height: 27px;
            border-radius: 30px;
            border: 1px solid #fff;
            text-align: center;
            line-height: 27px
        }

        .inpDiv {
            width: 9%;
            padding: 0;
            display: block;
            float: left;
            margin: 1px 0 0 2px
        }

        .qzbcx {
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            height: 0
        }

        .qzbcx>div {
            width: 100%;
            max-width: 260px;
            margin: auto auto
        }

        .qzbcx>div>.prod {
            float: right;
            width: 50px;
            height: 52px;
            border: 1px solid;
            margin: 0 1px;
            text-align: center;
            border-radius: 50%;
            color: #d9534f;
            background-color: #fff
        }

        .qzbcx>div>.prod>.fa-microphone {
            font-size: 28px !important;
            text-align: center;
            margin-top: 2px
        }

        .qzbcx>div>.prod>hr {
            margin: 0;
            border-top-color: #d9534f
        }

        .qzbcx>div>.prod>.evant>i {
            color: #d9534f;
            font-size: 18px !important;
            text-align: center;
            margin-top: 2px;
            background-color: #ffffffc7;
            padding: 0 8px;
            border: 1px solid #d9534f70
        }

/* Extracted from index.ejs style block 7 */
        *::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #aaa
        }

        *::-webkit-scrollbar-thumb {
            background: #666
        }

        #Hchat .fa:before {
            font-weight: 400 !important
        }

        #Hchat .fa-arrows-h:before {
            font-size: 80% !important;
            float: right;
            margin: 3px 5px 0
        }

        #Hchat {
            z-index: 1000;
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            margin-left: 0 !important;
            width: 100%;
            border-radius: 0;
            margin: 0;
            max-width: 100%;
            overflow-x: hidden;
            border-left: 2px solid #5da4d3;
            border-right: 2px solid #5da4d3
        }

        #Hchat a.label.label-primary.fl {
            width: 100%;
            border-radius: 0;
            text-align: left;
            height: 40px;
            line-height: 40px;
            padding: 0
        }

        #Hchat a.label.label-primary.fl img {
            margin: 4px 2px 0;
            width: 32px
        }

        div#Hchat .fa.fa-paint-brush,
        div#Hchat .fa.fa-refresh,
        div#Hchat .fa.fa-th-list {
            background: none;
            border-color: #fff;
            box-shadow: none !important;
            outline: none;
            margin: 6px 2px
        }

        div#Hchat ul.nav.nav-tabs {
            background-color: transparent !important;
            height: 40px;
            float: left;
            width: 100%;
            margin-top: 1px
        }

        div#Hchat .nav-tabs>li {
            width: 33.3%
        }

        div#Hchat ul.nav.nav-tabs a {
            height: 40px;
            text-align: center;
            line-height: 40px;
            padding: 0;
            color: #8f6a7c;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(170, 126, 146, 0.22);
            transition: background .18s ease, color .18s ease, box-shadow .18s ease
        }

        div#Hchat ul.nav.nav-tabs>li.active>a,
        div#Hchat ul.nav.nav-tabs>li.active>a:hover,
        div#Hchat ul.nav.nav-tabs>li.active>a:focus {
            color: #fff !important;
            background: linear-gradient(135deg, #7d2d3f, #9f566b) !important;
            border-color: #7d2d3f !important;
            box-shadow: inset 0 -2px 0 rgba(255, 255, 255, .12)
        }

        div#Hchat ul.nav.nav-tabs>li>a:hover,
        div#Hchat ul.nav.nav-tabs>li>a:focus {
            color: #7d2d3f;
            background: rgba(255, 245, 248, 0.98);
            border-color: rgba(125, 45, 63, 0.24)
        }

        div#l1,
        div#l2,
        div#l3 {
            padding: 0;
            width: 100%
        }

        div#Hchat input.border {
            outline: none;
            width: 50%;
            margin: 4px 1%;
            text-align: center;
            border-radius: 3px;
            height: 30px;
            border-right-color: #545454;
            border-left-color: #545454
        }

        div#Hchat button.btn.btn-primary {
            float: right;
            width: 45%;
            margin: 3px 1% 0;
            border-radius: 3px;
            padding: 0;
            line-height: 27px;
            border: none !important;
            outline: none !important
        }

        div#Hchat .checkbox {
            width: 45%;
            margin: 3px 1% 16px;
            padding: 0;
            line-height: 27px
        }

        div#Hchat .checkbox label {
            width: 100%;
            text-align: center
        }

        div#Hchat input#stealth {
            display: block;
            margin-left: 0;
            margin-top: 8px
        }

        #wall > .tablebox.wall-composer {
            gap: 5px;
            padding: 4px !important;
        }

        #wall > .tablebox.wall-composer > .wall-composer-btn-icon {
            width: 34px;
            height: 34px;
        }

        #wall > .tablebox.wall-composer > .wall-composer-send {
            min-width: 56px;
            height: 34px;
            padding: 0 10px !important;
        }

        #wall > .tablebox.wall-composer > .wall-composer-input.tboxbc {
            width: auto !important;
        }

        div#Hchat label.fl.label.loginstat {
            padding: 0 5px;
            line-height: 24px;
            min-width: 25%;
            color: #155724;
            background-color: #b5e5c1;
            border-color: #b5e5c1;
            border-radius: 2px;
            margin: 2px;
            margin-left: 2px
        }

        div#Hchat label.fl.label.loginstat.label-info {
            color: #fff;
            background-color: #5bc0de;
            border-color: #5bc0de
        }

        div#Hchat label.fl.label.loginstat.label-success {
            color: #155724;
            background-color: #b5e5c1;
            border-color: #b5e5c1
        }

        div#Hchat label.fl.label.loginstat.label-danger {
            color: #fff;
            background-color: #d9534f;
            border-color: #d9534f
        }

        div#Hchat label.fl.label.loginstat.label-warning {
            color: #fff;
            background-color: #f0ad4e;
            border-color: #f0ad4e
        }

        div#Hchat label.label.mini.fl {
            padding: 0;
            width: 100%;
            border-radius: 0
        }

        div#Hchat label.label.mini.fl .lusd {
            margin: 1px 0;
            line-height: 26px;
            float: right;
            text-align: right
        }

        div#Hchat span.fa.fa-user.label.badgex {
            border-radius: 0;
            margin-right: 5px;
            background-color: #fff;
            padding: 0;
            color: #787878;
            line-height: 24px;
            width: 50px;
            text-align: center
        }

        div#Hchat .fr.borderg {
            position: absolute;
            right: 0;
            left: 0;
            width: 100%;
            bottom: 0;
            padding: 2px;
            background-color: #fff;
            margin-right: 4px;
            text-align: center;
            z-index: 99
        }

        div#Hchat .lonline {
            width: 100%;
            outline: lightgray solid 1px
        }

        div#Hchat .usero {
            border-radius: 0;
            width: 100%;
            margin: 0 1px 0 2px !important;
            padding: 1px;
            border: none;
            border-bottom: 1px solid #888
        }

        div#Hchat .usero .u-pic {
            width: 50px;
            height: 47px;
            margin-left: 1px
        }

        .usero .usinf {
            width: 100%;
            color: #888;
            margin-top: 0;
            margin-bottom: -2px
        }

        .usero .usinf .stars i {
            font-size: 80% !important;
            margin-left: 2px
        }

        .usero .u-msg {
            width: 100%;
            color: #888;
            overflow: hidden !important;
            max-height: 40px
        }

        .usero .fa-btc,
        .usero .fa-btc span {
            font-size: 80% !important;
            margin: 1px 0 0
        }

        .usero .u-topic {
            margin-top: -1px;
            overflow: hidden
        }

        .usero .u-topic span {
            padding: 0 8px;
            border-radius: 3px
        }

        .usero .co {
            width: 16px;
            border-radius: 1px;
            margin-top: 4px
        }

        .usero .u-ico {
            margin: 0;
            max-width: 90%
        }

        button.btn.fr.btn-success.fa.fa-refresh {
            background: #5cb85c;
            border-color: #5cb85c;
            padding: 5px 12px !important
        }

        .glow {
            -webkit-animation: animationglow 1.5s linear 0s infinite alternate;
            -moz-animation: animationglow 1.5s linear 0s infinite alternate;
            -o-animation: animationglow 1.5s linear 0s infinite alternate;
            animation: animationglow 2s linear 0s infinite alternate;
            width: 100%;
            height: 15px;
            background-image: linear-gradient(135deg, #fff0 5%, #fff 23%, #fff0 35%);
            opacity: .7;
            margin-top: -15px;
            margin-left: 3%
        }

        @keyframes animationglow {
            0% {
                margin-left: -10%;
                opacity: 1
            }

            10% {
                margin-left: 0%;
                opacity: .7
            }

            20% {
                margin-left: -10%;
                opacity: 1
            }

            30% {
                margin-left: 0%;
                opacity: .5
            }

            40% {
                margin-left: 15%;
                opacity: 1
            }

            50% {
                margin-left: 15%;
                opacity: .7
            }

            75% {
                margin-left: -10%;
                opacity: 1
            }

            100% {
                margin-left: 5%;
                opacity: .5
            }
        }

/* Extracted from index.ejs style block 8 */
        /* Final room mic bar override: keep a real reserved area under room header */
        #room > .qzbcx,
        #room > .xqv-micbar,
        #room > [data-micbar="live"] {
            height: 58px !important;
            min-height: 58px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            overflow: visible !important;
        }

        #room > .qzbcx > div,
        #room > .xqv-micbar > div,
        #room > [data-micbar="live"] > div {
            width: 100% !important;
            max-width: 320px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 2px !important;
            position: relative !important;
            overflow: visible !important;
        }

        #room > .qzbcx > div > .prod,
        #room > .qzbcx > div > .prods,
        #room > .xqv-micbar > div > .prod,
        #room > .xqv-micbar > div > .prods,
        #room > [data-micbar="live"] > div > .prod,
        #room > [data-micbar="live"] > div > .prods {
            float: none !important;
            position: relative !important;
            top: auto !important;
            right: auto !important;
            left: auto !important;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

        #room > .qzbcx #showpf,
        #room > .xqv-micbar #showpf,
        #room > [data-micbar="live"] #showpf {
            z-index: 10060 !important;
            top: 100% !important;
            left: 50% !important;
            right: auto !important;
            margin-top: 4px !important;
            margin-left: 0 !important;
            transform: translateX(-50%) !important;
        }

        #room.xqv-mh-1 > .qzbcx,
        #room.xqv-mh-1 > .xqv-micbar,
        #room.xqv-mh-1 > [data-micbar="live"] {
            display: none !important;
            height: 0 !important;
            min-height: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            margin: 0 !important;
        }

        #room.xqv-md-1 > .qzbcx,
        #room.xqv-md-1 > .xqv-micbar,
        #room.xqv-md-1 > [data-micbar="live"] {
            display: none !important;
            height: 0 !important;
            min-height: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            margin: 0 !important;
        }

        /* Side panels must stay above room header + mic bar */
        #dpnl,
        .dpnl {
            z-index: 0  !important;
        }

        /* Keep royal login entrance above room header and mic bar */
        .loginItms,
        .loginItmsS,
        .loginItmsS1 {
            position: fixed !important;
            z-index: 0 !important;
            pointer-events: none !important;
        }

        @media (max-width: 980px) {
            .qzbcx,
            .qzbc2x {
                top: auto !important;
            }

            body.keyboard-open .qzbcx,
            body.keyboard-open .qzbc2x {
                top: auto !important;
            }
        }

/* Extracted from index.ejs style block 9 */
    .stories.snapgram .story>.item-link {
        text-decoration: none;
        color: #333;
    }

    .stories.snapgram .story>.item-link>.item-preview {
        border-radius: 50%;
        padding: 2px;
        background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
    }

    .stories.snapgram .story>.item-link>.item-preview img {
        border-radius: 50%;
        border: 3px solid #fff;
    }

    .stories.snapgram .story.seen {
        opacity: 0.75;
    }

    .stories.snapgram .story.seen>a>.item-preview {
        background: #999;
    }

    .stories.snapgram .story.seen>a {
        color: #999 !important;
    }

    .storiesWrapper {
        padding: 1px;
        max-width: 496px;
        margin: 0 auto;
    }

    .stories.snapgram .story>.item-link {
        text-decoration: none;
        color: rgb(6, 6, 6);
        font-size: 10px !important;
    }

    .stories.carousel .story {
        display: inline-block;
        width: 18vw;
        max-width: 44px;
        margin: 0 1px;
        vertical-align: top;
    }

    .stories.carousel .story>.item-link>.item-preview {
        display: block;
        box-sizing: border-box;
        font-size: 0;
        max-height: 67px;
        height: 40px;
        overflow: hidden;
        transition: transform .2s;
    }

    /* .stories.carousel .story {
    display: inline-block;
    width: 26vw;
    max-width: 55px;
    margin: 0 1px;
    vertical-align: top;
} */
    /* .stories.carousel .story>.item-link>.item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 80px;
    height: 52px;
    overflow: hidden;
    transition: transform .2s;
} */

    .room.borderg.hand.chroo.fl.rqk06l1e5gs .uc {

        padding: 5px;
        margin-right: -1px;
        border-radius: 1px;
        margin-top: -2px;
        text-transform: uppercase;
        /* letter-spacing: 1px; */
        background-image: linear-gradient(-225deg, #8870e1 0%, #511559 29%, #51b6c2 67%, #fe16c8 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220;
        background-image: linear-gradient(-225deg, #8870e1 0%, #511559 29%, #51b6c2 67%, #fe16c8 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        text-fill-color: #fff;
        -webkit-text-fill-color: #fff;
        animation: textclip 2s linear infinite;
        display: inline-block;

    }

    .stories.carousel .story>.item-link>.info .name {
        font-weight: 300;
        font-size: 10px !important;
    }

    .room.borderg.hand.chroo.fl.rqk06l1e5gs .uc {

        padding: 5px;
        margin-right: -1px;
        border-radius: 1px;
        margin-top: -2px;
        text-transform: uppercase;
        /* letter-spacing: 1px; */
        background-image: linear-gradient(-225deg, #8870e1 0%, #511559 29%, #51b6c2 67%, #fe16c8 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220;
        background-image: linear-gradient(-225deg, #8870e1 0%, #511559 29%, #51b6c2 67%, #fe16c8 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        text-fill-color: #fff;
        -webkit-text-fill-color: #fff;
        animation: textclip 2s linear infinite;
        display: inline-block;

    }

    .room.borderg.hand.chroo.fl.qk06l1e5gs .u-topic.ui-corner-all.dots {
        text-transform: uppercase;
        background-image: linear-gradient(-225deg, #571557 0%, #c81d2d 29%, #9c2f52 67%, #51b6c2 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        or: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;

    }

    .room.borderg.hand.chroo.fl.qk06l1e5gs img {
        background-image: 'uploads/1g8j5nsn9100DDGy91mOebu.gif.gif';
        border-radius: 50%;
    }

    .room.borderg.hand.chroo.fl.r4xfperui3b .fl.mini.u-msg {
        text-align: center;
        background-image: -webkit-linear-gradient(75deg, rgb(0 0 0 / 53%) 25%, #73336f 25%, #000000 50%, #73336f 50%, #ff006600 75%);
        background-size: 200% auto;
        background-clip: text;

        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        or: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* animation: textclip 2s linear infinite; */
        display: inline-block;
    }

    .room.borderg.hand.chroo.fl.r1a5cg2ky9c .u-topic.ui-corner-all.dots {
        text-transform: uppercase;
        background-image: linear-gradient(-225deg, #571557 0%, #c81d2d 29%, #9c2f52 67%, #51b6c2 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        or: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;

    }

    .room.borderg.hand.chroo.fl.r1a5cg2ky9c img {
        background-image: 'uploads/1g8j5nsn9100DDGy91mOebu.gif.gif';
        border-radius: 50%;
    }

    .room.borderg.hand.chroo.fl.r1a5cg2ky9c .fl.mini.u-msg {
        text-align: center;
        background-image: -webkit-linear-gradient(75deg, rgb(0 0 0 / 53%) 25%, #73336f 25%, #000000 50%, #73336f 50%, #ff006600 75%);
        background-size: 200% auto;
        background-clip: text;

        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        or: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* animation: textclip 2s linear infinite; */
        display: inline-block;
    }



    .room.borderg.hand.chroo.fl.re6rznackpg img {
        background-image: 'uploads/1g8j5nsn9100DDGy91mOebu.gif.gif';
        border-radius: 50%;
    }

    .room.borderg.hand.chroo.fl.re6rznackpg .uc {

        padding: 5px;
        margin-right: -1px;
        border-radius: 1px;
        margin-top: -2px;
        text-transform: uppercase;
        /* letter-spacing: 1px; */
        background-image: linear-gradient(-225deg, #8870e1 0%, #511559 29%, #51b6c2 67%, #fe16c8 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220;
        background: linear-gradient(60deg, #f00, #fff200, #f00);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        text-fill-color: #fff;
        -webkit-text-fill-color: #fff;
        animation: textclip 2s linear infinite;
        display: inline-block;

    }

    .room.borderg.hand.chroo.fl.re6rznackpg .u-topic.ui-corner-all.dots {
        text-transform: uppercase;
        background: linear-gradient(60deg, #f00, #fff200, #f00);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        or: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;

    }

    .room.borderg.hand.chroo.fl.re6rznackpg .fl.mini.u-msg {
        text-align: center;
        background-image: -webkit-linear-gradient(75deg, rgb(0 0 0 / 53%) 25%, #ff0066ab 25%, #000000 50%, #c90051b8 50%, #ff006600 75%);
        background-size: 200% auto;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #0000;
    }

    .chroo.d-flex.room.r180b31492f9x922d0131xn7fcg1 .fitimg.u-pic.borderg {
        border-radius: 100px;
        border: 2px solid #ff7ba7;
        letter-spacing: 1px;
        background-size: 108% 108%;
        -webkit-text-fill-color: white;
        animation: grad 2s cubic-bezier(.445, .05, .55, .95) alternate infinite;
    }

    .chroo.d-flex.room.r180b31492f9x922d0131xn7fcg1 .corner.fa.fa-user.label.uc.fa-microphone.label-danger {
        text-transform: uppercase;
        letter-spacing: 1px;
        background-image: linear-gradient(100deg, #231557 0%, #511559 29%, #ff1361 67%, #231557 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        text-fill-color: white;
        -webkit-text-fill-color: #fff;
        animation: textclip 2s linear infinite;
        display: inline-block;
    }

    .chroo.d-flex.room.r180b31492f9x922d0131xn7fcg1 .u-topic.dots {
        text-transform: uppercase;
        background-image: linear-gradient(-225deg, #000 0%, #000 29%, #ff1361 67%, #3600ff 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;
        font-size: 190px;
    }

    .room {
        background-color: #f5f5f5 !important;
    }

    .uc {
        margin-top: 11px !important;
    }

    @media (max-width: 640px) {
        .room-card-v2 .uc {
            min-width: 40px;
            max-width: 88px;
            font-size: 12px !important;
        }

        .room-message-mode-label {
            display: none;
        }
    }

    .room.borderg.hand.chroo.fl.r2dw850scal .uc {
        padding: 5px;
        margin-right: -1px;
        border-radius: 1px;
        margin-top: -2px;
        text-transform: uppercase;
        /* letter-spacing: 1px; */
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220;


        background: linear-gradient(60deg, #350505, #dd1515, #3c0404);
        background-size: auto;
        background-size: 220% auto;
        color: #fff;
        text-fill-color: #fff;
        -webkit-text-fill-color: #fff;
        animation: textclip 2s linear infinite;
        display: inline-block;
    }

    .room.borderg.hand.chroo.fl.r2dw850scal .u-topic.ui-corner-all.dots {
        text-transform: uppercase;
        background: linear-gradient(60deg, #350505, #dd1515, #3c0404);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        or: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;
    }



    .room.borderg.hand.chroo.fl.r2dw850scal .fl.mini.u-msg {
        text-align: center;
        background-image: -webkit-linear-gradient(75deg, rgb(0 0 0 / 53%) 25%, #ff0066ab 25%, #000000 50%, #c90051b8 50%, #ff006600 75%);
        background-size: 200% auto;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #0000;
    }

    .chroo.d-flex.room.r180b31492f9x922d0131xn7fcg1 .fitimg.u-pic.borderg {
        border-radius: 100px;
        border: 2px solid #ff7ba7;
        letter-spacing: 1px;
        background-size: 108% 108%;
        -webkit-text-fill-color: white;
        animation: grad 2s cubic-bezier(.445, .05, .55, .95) alternate infinite;
    }

    .chroo.d-flex.room.r180b31492f9x922d0131xn7fcg1 .corner.fa.fa-user.label.uc.fa-microphone.label-danger {
        text-transform: uppercase;
        letter-spacing: 1px;
        background-image: linear-gradient(100deg, #231557 0%, #511559 29%, #ff1361 67%, #231557 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        text-fill-color: white;
        -webkit-text-fill-color: #fff;
        animation: textclip 2s linear infinite;
        display: inline-block;
    }

    .chroo.d-flex.room.r180b31492f9x922d0131xn7fcg1 .u-topic.dots {
        text-transform: uppercase;
        background-image: linear-gradient(-225deg, #000 0%, #000 29%, #ff1361 67%, #3600ff 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 220% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;
        font-size: 190px;
    }

    .stories.carousel {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        background: white;
        border: 1px solid #abaaaa;
    }

    @keyframes jump_go {
        0% {
            transform: translateY(0px) scale(0.3)
        }

        30% {
            transform: translateY(0px) scale(0.7)
        }

        40% {
            transform: translateY(0px) scale(0.95)
        }

        50% {
            transform: translateY(0px) scale(1)
        }

        60% {
            transform: translateY(0px) scale(0.95)
        }

        100% {
            transform: translateY(0px) scale(1)
        }
    }

    @keyframes remove_animation_go {
        0% {
            transform: translateY(-130px) scale(1)
        }

        90% {
            transform: translateY(-130px) scale(1.1)
        }

        100% {
            transform: translateY(-130px) scale(0)
        }
    }

    @keyframes Fhd-80 {
        0% {
            transform: scaleY(.005) scaleX(0);
        }

        50% {
            transform: scaleY(.005) scaleX(1);
        }

        100% {
            transform: scaleY(1) scaleX(1);
        }
    }

    @keyframes fhd-81 {
        0% {
            background-position: 30% 0%;
        }

        50% {
            background-position: 100% 20%;
        }

        80% {
            background-position: 30% 20%;
        }

        100% {
            background-position: 0% 50%;
        }

    }

    @keyframes reg {
        from {
            color: red;
            transform: scale(1.3);
        }

        to {
            color: #fff;
            transform: none;
        }

    }

    @keyframes ludo-1 {
        0% {
            background-color: #f50f0f99;
        }

        50% {
            background-color: #007bff66;
        }

        100% {
            background-color: #ffff0066;
        }
    }

    @keyframes fhd51 {
        0% {
            background-position: 30% 0%;
        }

        50% {
            background-position: 100% 20%;
        }

        80% {
            background-position: 30% 20%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes fhd52 {
        0% {
            transform: scaleY(.005) scaleX(0);
        }

        50% {
            transform: scaleY(.005) scaleX(1);
        }

        100% {
            transform: scaleY(1) scaleX(1);
        }
    }

    @keyframes slide {
        0% {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        100% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }

    @keyframes InstagramBanner-module--move--NFUQa {
        0% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

        to {
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0)
        }
    }

    @-webkit-keyframes InstagramBanner-module--color--YgYqJ {
        0% {
            background-color: #ffdb28
        }

        20% {
            background-color: #efbfd5
        }

        40% {
            background-color: #abefa0
        }

        60% {
            background-color: #d1b7dd
        }

        80% {
            background-color: #9adae1
        }
    }

    @keyframes InstagramBanner-module--color--YgYqJ {
        0% {
            background-color: #ffdb28
        }

        20% {
            background-color: #efbfd5
        }

        40% {
            background-color: #abefa0
        }

        60% {
            background-color: #d1b7dd
        }

        80% {
            background-color: #9adae1
        }
    }

    @-webkit-keyframes _5Yaqq2UI {
        0% {
            background-position: 0 0
        }

        9.09091% {
            background-position: 0 -2.8rem
        }

        18.18182% {
            background-position: 0 -5.6rem
        }

        27.27273% {
            background-position: 0 -8.4rem
        }

        36.36364% {
            background-position: 0 -11.2rem
        }

        45.45455% {
            background-position: 0 -14rem
        }

        54.54545% {
            background-position: 0 -16.8rem
        }

        63.63636% {
            background-position: 0 -19.6rem
        }

        72.72727% {
            background-position: 0 -22.4rem
        }

        81.81818% {
            background-position: 0 -25.2rem
        }

        90.90909% {
            background-position: 0 -28rem
        }

        to {
            background-position: 0 -30.8rem
        }
    }

    @keyframes _5Yaqq2UI {
        0% {
            background-position: 0 0
        }

        9.09091% {
            background-position: 0 -2.8rem
        }

        18.18182% {
            background-position: 0 -5.6rem
        }

        27.27273% {
            background-position: 0 -8.4rem
        }

        36.36364% {
            background-position: 0 -11.2rem
        }

        45.45455% {
            background-position: 0 -14rem
        }

        54.54545% {
            background-position: 0 -16.8rem
        }

        63.63636% {
            background-position: 0 -19.6rem
        }

        72.72727% {
            background-position: 0 -22.4rem
        }

        81.81818% {
            background-position: 0 -25.2rem
        }

        90.90909% {
            background-position: 0 -28rem
        }

        to {
            background-position: 0 -30.8rem
        }
    }




    @-webkit-keyframes loading-message {

        0%,
        80%,
        to {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes loading-message {

        0%,
        80%,
        to {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }


    @-webkit-keyframes swiper-preloader-spin {
        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    @keyframes swiper-preloader-spin {
        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    @-webkit-keyframes loading-spinner {
        0% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    @keyframes loading-spinner {
        0% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    @-webkit-keyframes _3SdkSa20 {
        0% {
            -webkit-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }

        80% {
            -webkit-transform: translateY(.1rem);
            transform: translateY(.1rem)
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes _3SdkSa20 {
        0% {
            -webkit-transform: translateY(.5rem);
            transform: translateY(.5rem)
        }

        80% {
            -webkit-transform: translateY(.1rem);
            transform: translateY(.1rem)
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes show {
        0% {
            transform: translateX(120%);
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }

    @keyframes textclip {
        to {
            background-position: 200% center;
        }
    }

/* Extracted from index.ejs style block 10 */
       .theme {
                        position: relative;
                        height: fit-content;
                    }
                    /* .theme:has(>.u-them[style='background-image: none;']) {
                        height: fit-content !important;
                    } */
                    /* .u-ico[src]~span {
                        display: none !important;
                    }
                    
                    div:has(> .u-ico[src])>div {
                        display: none;
                    } */
                    /* .theme:has(>.u-them[style |='background']) {
                        height: 100px;
                    } */
                    
                    .u-them:has(>.uzr-itar[src='/sitar/1683744336193.png'])>.u-pic {
                        border-radius: 6px !important;
                    }
                    /* .theme:has(> .u-them[style |='background']) div:has(> .u-ico[src])>div {
                        display: none;
                    } */
                    /* .theme:has(> .u-them[style='background-image: none;'])>.u-them {
                        width: 0;
                    } */
                    
                    .theme>* {
                        position: relative;
                    }
                    
                    .qzbcx>div>.prod>.ismute {
                        position: absolute;
                        height: 3px;
                        background: gray;
                        display: none;
                        width: 50px;
                        margin-left: -3px;
                        margin-top: 22px;
                        transform: rotate(135deg);
                    }
                    
                    .u-topic.dots {
                        white-space: nowrap;
                        max-width: 130%;
                    }
                    
                    #chats .noflow .theme .u-them .uzr-itar {
                        display: none;
                    }
    span.fa.fa-microphone {
        margin-top: 2px;
        font-weight: 91 !important;
        font-size: 17px !important;
    }
    .qzbcx>div>.prod {
    float: right;
    width: 50px;
    height: 50px;
    border: 1px solid;
    margin: 0 1px;
    text-align: center;
    border-radius: 0%;
    color: #333;
    background-color: #fff;
}
    .fa-remove:before,
    .fa-close:before,
    .fa-times:before {
        content: "\f00d";
        color: wheat !important;
    }

    @media only screen and (max-width: 600px) {

 flogin       #zuck-modal-content .story-viewer .slides .item>.media {
            height: 50%;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            margin: auto;
            background-size: contain !important;
            width: 100%;
            margin-top: 50%;
        }

        #eas {
            height: 3%;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            margin: auto;
            background-size: contain !important;
            width: 4%;
            margin-top: 65%;
            /* border: 1px solid red; */
            z-index: 9;
            /* background: black; */
            color: #000000;
            background: white;
            font-size: 20px;
            border-radius: 10px;
            padding-right: 11px;
            font-size: 23px !important;

        }
    }

    #eas {
        height: 3%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: auto;
        background-size: contain !important;
        width: 4%;
        margin-top: 65%;
        /* border: 1px solid red; */
        z-index: 9;
        /* background: black; */
        color: #000000;
        background: white;
        font-size: 20px;
        border-radius: 10px;
        padding-right: 11px;
        font-size: 23px !important;

    }

    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        outline: 0;

        left: 10px;
        -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
        box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    }

.w3-container,
.w3-panel {
    padding: 0px !important;
}

.w3-bar {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.w3-bar-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.w3-button {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 8px 12px;
}

.w3-black {
    background: #101010 !important;
    color: #fff !important;
}

.w3-border {
    border: 1px solid #ddd !important;
}

.w3-red {
    background: #d9534f !important;
    color: #fff !important;
}



    /* Online users list layout (matches the requested card style) */
    #users {
        background: #f5f5f5 !important;
        overflow-x: hidden !important;
    }

    #users .theme.hand.nosel.fl.uzr.borderg {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #e3e3e3 !important;
        border-bottom-color: #ededed !important;
        border-left: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: hidden;
        box-sizing: border-box;
    }

    #users > * {
        max-width: 100% !important;
        box-sizing: border-box;
    }

    #users .theme .u-them {
        position: relative;
        min-height: 62px;
        padding: 2px 2px 2px 0;
        background: #fff;
    }

    #users .theme .u-pic,
    #users .fl.u-pic {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        margin: 2px 4px 2px 2px !important;
        border-radius: 4px !important;
        object-fit: cover !important;
        background-size: cover !important;
    }

    #users .theme .ustat,
    #users .fl.ustat {
        width: 5px !important;
        height: 58px !important;
        left: 0 !important;
        top: 2px !important;
        margin: 0 !important;
        border-radius: 6px !important;
    }

    #users .theme label.fl.muted.fa {
        display: none !important;
    }

    #users .theme .nek {
        width: calc(100% - 92px) !important;
        padding: 2px 6px !important;
        float: left;
        overflow: hidden !important;
    }

    #users .theme .u-headline,
    #users .theme .nek > .fl:first-child {
        width: 100% !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 8px !important;
        min-width: 0 !important;
    }

    #users .theme .u-titleline {
        display: flex !important;
        align-items: flex-start !important;
        gap: 4px !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    #users .theme .u-ico {
        max-height: 16px;
        min-height: 14px;
        margin-top: 2px !important;
        flex: 0 0 auto !important;
    }

    #users .theme .u-topic.dots {
        display: inline-block;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 1px 2px 2px !important;
        font-size: 15.2px !important;
        line-height: 1.55 !important;
        background: transparent !important;
        color: #000 !important;
        border-radius: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top !important;
    }

    #users .theme .u-msg {
        width: 100% !important;
        margin-top: 4px !important;
        padding: 2px 6px !important;
        color: #7d7d7d !important;
        border: 1px dashed #a9a9a9;
        border-radius: 8px;
        text-align: center;
        background: #fff;
        font-size: 14px !important;
    }

    #users .theme .co {
        width: 24px !important;
        height: 24px !important;
        border-radius: 50% !important;
        margin: 0 !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        z-index: 2;
        object-fit: cover !important;
        overflow: hidden !important;
    }

    #users .theme .uhash {
        width: 26px !important;
        height: 26px !important;
        line-height: 26px !important;
        text-align: center !important;
        border-radius: 50% !important;
        font-size: 12px !important;
        color: #5c5c5c !important;
        background: #f0f0f0 !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        margin: 0 !important;
        z-index: 3;
        box-shadow: inset 0 0 0 1px #d0d0d0;
    }

    #users .theme .u-side-meta {
        position: static !important;
        top: auto !important;
        right: auto !important;
        z-index: 3 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        width: auto !important;
        margin: 0 !important;
        float: none !important;
        flex: 0 0 auto !important;
    }

    #users .theme .u-card-meta {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        width: auto !important;
        margin: 0 !important;
    }

    #users .theme .u-subline {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 6px !important;
        margin: 4px 0 0 0 !important;
        clear: both !important;
        float: none !important;
        min-width: 0 !important;
    }

    #users .theme .u-handle {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    #users .theme .u-bottom-tools {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        width: auto !important;
        clear: none !important;
        float: none !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
    }

    #users .theme .site-badge-inline,
    #users .theme .room-owner-badge-inline {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        margin: 0 !important;
        max-width: 100% !important;
        float: none !important;
    }

    #users .theme .site-badge-inline-name,
    #users .theme .room-owner-badge-inline-name {
        max-width: 118px !important;
    }

    #users .theme .u-yt {
        display: none !important;
        align-items: center !important;
        justify-content: center !important;
        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        background: #e53935 !important;
        color: #fff !important;
        border: 0 !important;
        box-shadow: 0 6px 14px rgba(229, 57, 53, 0.24) !important;
        font-size: 0 !important;
        cursor: pointer !important;
    }

    #users .theme .u-yt::before {
        content: "\f16a";
        font-family: FontAwesome !important;
        font-size: 14px !important;
        line-height: 1 !important;
    }

    #users .theme.presence-plain-card {
        border: 1px solid #ece7eb !important;
        border-bottom-color: #f4eef2 !important;
        background: #fff !important;
        overflow: hidden !important;
    }

    #users .theme.presence-plain-card .u-them {
        min-height: 92px !important;
        background-color: var(--presence-card-bg, #ffffff) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 8px 10px !important;
        position: relative !important;
    }

    #users .theme.presence-plain-card .ustat,
    #users .theme.presence-plain-card .fl.ustat {
        position: absolute !important;
        left: 7px !important;
        top: 1px !important;
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        min-height: 14px !important;
        margin: 0 !important;
        padding: 1px !important;
        border-radius: 999px !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18) !important;
        z-index: 3 !important;
        object-fit: contain !important;
    }

    #users .theme.presence-plain-card .u-avatar-shell {
        display: block !important;
        position: relative !important;
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
        min-height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
        flex: 0 0 64px !important;
        margin: 0 !important;
        overflow: visible !important;
        align-self: center !important;
        isolation: isolate !important;
    }

    #users .theme.presence-plain-card .u-pic,
    #users .theme.presence-plain-card .fl.u-pic {
        width: 64px !important;
        height: 64px !important;
        flex: 0 0 64px !important;
        min-width: 64px !important;
        min-height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        border-radius: 999px !important;
        border: 2px solid rgba(255, 255, 255, 0.92) !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18) !important;
        object-fit: cover !important;
        background-size: cover !important;
        background-position: center center !important;
    }

    #users .theme.presence-plain-card .u-verified-badge {
        position: absolute !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, #3aa3ff 0%, #126bff 100%) !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 4px 10px rgba(18, 107, 255, 0.28) !important;
        z-index: 4 !important;
        pointer-events: none !important;
    }

    #users .theme.presence-plain-card .u-avatar-frame {
        position: absolute !important;
        display: block !important;
        left: -8px !important;
        top: -8px !important;
        width: 80px !important;
        height: 80px !important;
        min-width: 80px !important;
        min-height: 80px !important;
        border-radius: 999px !important;
        background: none !important;
        overflow: visible !important;
        pointer-events: none !important;
        z-index: 3 !important;
    }

    #users .theme.presence-plain-card .u-verified-badge::before {
        content: "\f00c";
        font-family: FontAwesome !important;
        font-size: 9px !important;
        line-height: 1 !important;
        color: #ffffff !important;
    }

    #users .theme.presence-plain-card .nek {
        float: none !important;
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 4px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #users .theme.presence-plain-card .nek > .fl:first-child {
        float: none !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        min-width: 0 !important;
    }

    #users .theme.presence-plain-card .u-ico {
        float: none !important;
        flex: 0 0 auto !important;
        max-height: 18px !important;
        min-height: 14px !important;
        margin: 0 !important;
    }

    #users .theme.presence-plain-card .u-topic.dots {
        display: inline-block !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        background: transparent !important;
        color: var(--presence-card-name-color, #1f2937) !important;
        border-radius: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    #users .theme.presence-plain-card .u-msg {
        float: none !important;
        width: auto !important;
        max-width: min(100%, 255px) !important;
        margin: 0 !important;
        padding: 3px 9px !important;
        color: #424242 !important;
        border: 1px solid rgba(185, 185, 185, 0.55) !important;
        border-radius: 11px !important;
        text-align: right !important;
        direction: rtl !important;
        background: rgba(255, 255, 255, 0.96) !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08) !important;
    }

    #users .theme.presence-plain-card .u-handle {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 0 1 auto !important;
        margin: 0 !important;
        padding: 0 2px !important;
        color: var(--presence-card-handle-color, #9aa4b2) !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        direction: ltr !important;
        text-align: left !important;
    }

    #users .theme.presence-plain-card .u-handle:empty {
        display: none !important;
    }

    #users .theme.presence-plain-card .u-bottom-tools {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        justify-content: flex-end !important;
        width: 100% !important;
        clear: none !important;
        float: none !important;
        margin: 0 !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        flex-direction: row !important;
        overflow: hidden !important;
    }

    #users .theme.presence-plain-card .u-side-meta {
        position: static !important;
        top: auto !important;
        right: auto !important;
        z-index: 3 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        width: auto !important;
        margin: 0 !important;
        float: none !important;
        flex: 0 0 auto !important;
    }

    #users .theme.presence-plain-card .u-card-meta {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        margin: 0 !important;
        width: auto !important;
    }

    #users .theme.presence-plain-card .u-subline {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        margin-top: -5px !important;
        margin-left: 0 !important;
        min-width: 0 !important;
        flex-wrap: nowrap !important;
    }

    #users .theme.presence-plain-card .site-badge-inline,
    #users .theme.presence-plain-card .room-owner-badge-inline,
    #users .theme.presence-plain-card .u-yt {
        flex: 0 0 auto !important;
    }

    #users .theme.presence-plain-card .site-badge-inline,
    #users .theme.presence-plain-card .room-owner-badge-inline {
        margin-right: 0 !important;
        min-width: 0 !important;
    }

    #users .theme.presence-plain-card .co {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        min-height: 20px !important;
        max-height: 30px !important;
        border-radius: 999px !important;
        border: 2px solid rgba(255, 255, 255, 0.95) !important;
        margin: 0 !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15) !important;
        object-fit: cover !important;
        overflow: hidden !important;
    }

    #users .theme.presence-plain-card .uhash {
        width: 20px !important;
        min-width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        text-align: center !important;
        border-radius: 50% !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #6b7a8f !important;
        background: rgba(255, 255, 255, 0.95) !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: inset 0 0 0 1px rgba(205, 214, 224, 0.95), 0 2px 8px rgba(15, 23, 42, 0.06) !important;
    }

    #users .theme.presence-plain-card .u-yt {
        display: none !important;
        align-items: center !important;
        justify-content: center !important;
        width: 20px !important;
        min-width: 20px !important;
        height: 20px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        background: #e53935 !important;
        color: #fff !important;
        border: 0 !important;
        box-shadow: 0 8px 18px rgba(229, 57, 53, 0.28) !important;
        font-size: 0 !important;
        cursor: pointer !important;
    }

    #users .theme.presence-plain-card .u-yt::before {
        content: "\f16a";
        font-family: FontAwesome !important;
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .lonline .theme.login-online-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        border: 1px solid #ece7eb !important;
        border-bottom-color: #f4eef2 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .lonline .theme.login-online-card .u-them {
        position: relative !important;
        min-height: 92px !important;
        padding: 8px 10px !important;
        background-color: var(--login-card-bg, #ffffff) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .lonline .theme.login-online-card .u-cover {
        display: none !important;
    }

    .lonline .theme .ustat,
    .lonline .theme .fl.ustat {
        position: absolute !important;
        left: -1px !important;
        top: -1px !important;
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        min-height: 14px !important;
        margin: 0 !important;
        padding: 1px !important;
        border-radius: 999px !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18) !important;
        z-index: 3 !important;
        object-fit: contain !important;
    }

    .lonline .theme.login-online-card .u-avatar-shell {
        display: block !important;
        position: relative !important;
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
        min-height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
        flex: 0 0 64px !important;
        margin: 0 !important;
        overflow: visible !important;
        align-self: center !important;
        isolation: isolate !important;
    }

    .lonline .theme.login-online-card label.fl.muted.fa {
        display: none !important;
    }

    .lonline .theme.login-online-card .u-pic,
    .lonline .theme.login-online-card .fl.u-pic {
        float: none !important;
        position: relative !important;
        z-index: 2 !important;
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
        max-width: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        border: 2px solid rgba(255, 255, 255, 0.92) !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18) !important;
        object-fit: cover !important;
        background-size: cover !important;
        background-position: center center !important;
        background-color: rgba(255, 255, 255, 0.25) !important;
        overflow: hidden !important;
        background-clip: padding-box !important;
        transform: translateZ(0) !important;
    }

    .lonline .theme.login-online-card .u-verified-badge {
        position: absolute !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, #3aa3ff 0%, #126bff 100%) !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 4px 10px rgba(18, 107, 255, 0.28) !important;
        z-index: 4 !important;
        pointer-events: none !important;
    }

    .lonline .theme.login-online-card .u-avatar-frame {
        position: absolute !important;
        display: block !important;
        left: -8px !important;
        top: -8px !important;
        width: 80px !important;
        height: 80px !important;
        min-width: 80px !important;
        min-height: 80px !important;
        border-radius: 999px !important;
        background: none !important;
        overflow: visible !important;
        pointer-events: none !important;
        z-index: 3 !important;
    }

    .lonline .theme.login-online-card .u-verified-badge::before {
        content: "\f00c";
        font-family: FontAwesome !important;
        font-size: 9px !important;
        line-height: 1 !important;
        color: #ffffff !important;
    }

    .lonline .theme.login-online-card .nek {
        float: none !important;
        position: relative !important;
        z-index: 2 !important;
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 4px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .lonline .theme.login-online-card .nek > .fl:first-child {
        float: none !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        min-width: 0 !important;
    }

    .lonline .theme.login-online-card .u-ico {
        float: none !important;
        flex: 0 0 auto !important;
        max-height: 18px !important;
        min-height: 14px !important;
        margin: 0 !important;
    }

    .lonline .theme.login-online-card .u-topic.dots {
        display: inline-block !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        background: transparent !important;
        color: var(--login-card-name-color, #1f2937) !important;
        border-radius: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-shadow: none !important;
    }

    .lonline .theme.login-online-card .u-msg {
        float: none !important;
        width: auto !important;
        max-width: min(100%, 255px) !important;
        margin: 0 !important;
        padding: 3px 9px !important;
        color: #424242 !important;
        border: 1px solid rgba(185, 185, 185, 0.55) !important;
        border-radius: 11px !important;
        text-align: right !important;
        direction: rtl !important;
        background: rgba(255, 255, 255, 0.96) !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08) !important;
    }

    .lonline .theme.login-online-card .u-handle {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 2px !important;
        color: var(--login-card-handle-color, #9aa4b2) !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        direction: ltr !important;
    }

    .lonline .theme.login-online-card .u-handle:empty {
        display: none !important;
    }

    .lonline .theme.login-online-card .u-bottom-tools {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        justify-content: flex-end !important;
        width: 100% !important;
        clear: none !important;
        float: none !important;
        margin: 0 !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        flex-direction: row !important;
        overflow: hidden !important;
    }

    .lonline .theme.login-online-card .u-headline {
        width: 100% !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 8px !important;
        min-width: 0 !important;
    }

    .lonline .theme.login-online-card .u-titleline {
        display: flex !important;
        align-items: flex-start !important;
        gap: 4px !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    .lonline .theme.login-online-card .u-subline {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        margin-top: -5px !important;
        margin-left: 0 !important;
        min-width: 0 !important;
        flex-wrap: nowrap !important;
    }

    .lonline .theme.login-online-card .u-side-meta {
        position: static !important;
        top: auto !important;
        right: auto !important;
        z-index: 3 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        width: auto !important;
        margin: 0 !important;
        float: none !important;
        flex: 0 0 auto !important;
    }

    .lonline .theme.login-online-card .u-card-meta {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        margin: 0 !important;
        width: auto !important;
    }

    .lonline .theme.login-online-card .site-badge-inline,
    .lonline .theme.login-online-card .room-owner-badge-inline,
    .lonline .theme.login-online-card .u-yt {
        flex: 0 0 auto !important;
    }

    .lonline .theme.login-online-card .site-badge-inline,
    .lonline .theme.login-online-card .room-owner-badge-inline {
        margin-right: 0 !important;
        min-width: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        max-width: 100% !important;
        float: none !important;
    }

    .lonline .theme.login-online-card .site-badge-inline-name,
    .lonline .theme.login-online-card .room-owner-badge-inline-name {
        max-width: 118px !important;
    }

    .lonline .theme.login-online-card .co {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        min-height: 20px !important;
        max-height: 30px !important;
        border-radius: 999px !important;
        border: 2px solid rgba(255, 255, 255, 0.95) !important;
        margin: 0 !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15) !important;
        object-fit: cover !important;
        overflow: hidden !important;
        background-clip: padding-box !important;
    }

    .lonline .theme.login-online-card .uhash {
        width: 20px !important;
        min-width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        text-align: center !important;
        border-radius: 50% !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #6b7a8f !important;
        background: rgba(255, 255, 255, 0.95) !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: inset 0 0 0 1px rgba(205, 214, 224, 0.95), 0 2px 8px rgba(15, 23, 42, 0.06) !important;
    }

    .lonline .theme.login-online-card .u-yt {
        display: none !important;
        align-items: center !important;
        justify-content: center !important;
        width: 20px !important;
        min-width: 20px !important;
        height: 20px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        background: #e53935 !important;
        color: #fff !important;
        border: 0 !important;
        box-shadow: 0 8px 18px rgba(229, 57, 53, 0.28) !important;
        font-size: 0 !important;
        cursor: pointer !important;
    }

    .lonline .theme.login-online-card .u-yt::before {
        content: "\f16a";
        font-family: FontAwesome !important;
        font-size: 10px !important;
        line-height: 1 !important;
    }

    /* Bottom footer tabs: fill full width with no empty space */
    #d0 {
        display: flex !important;
        align-items: stretch;
        justify-content: space-between;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #d0 > .ae {
        flex: 1 1 0 !important;
        width: auto !important;
        max-width: none !important;
        float: none !important;
        margin: 0 !important;
        border-radius: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 8px 4px !important;
    }

    #d0 > .ae.active,
    #d0 > .ae.active:hover,
    #d0 > .ae.active:focus {
        color: #fff !important;
        background-color: inherit !important;
        border-bottom-color: inherit !important;
    }

    #d0 > .ae.active i,
    #d0 > .ae.active .badge,
    #d0 > .ae.active::after {
        color: #fff !important;
    }

    #d0 > .ae .badge {
        margin: 0 0 0 3px !important;
        position: relative;
        top: 0;
    }

    #room > .tablebox.footer {
        gap: 6px;
        padding: 4px 6px !important;
    }

    #room > .tablebox.footer .room-footer-tools {
        gap: 6px;
    }

    #room > .tablebox.footer .room-footer-icon-btn {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
    }

    #room > .tablebox.footer .room-footer-action-btn {
        width: 38px;
        height: 34px;
    }

    /* Room header uses the same footer color */
    #roomHeader.xqv-rh-a93 {
        background: var(--bg-primary) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #roomHeader .xqv-rh-n3,
    #roomHeader .xqv-rh-c6,
    #roomHeader .xqv-rh-b5,
    #roomHeader .xqv-rh-o1,
    #roomHeader #roomHeaderOwnerText {
        color: #fff !important;
    }

    #roomHeader .xqv-rh-chip {
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.12);
    }

    #roomHeader .xqv-rh-mm.is-local {
        background: rgba(255, 193, 7, 0.2);
        border-color: rgba(255, 221, 128, 0.35);
    }

    #roomHeader .xqv-rh-mm.is-real {
        background: rgba(125, 240, 255, 0.16);
        border-color: rgba(125, 240, 255, 0.3);
    }

    #roomHeader .xqv-rh-t2 {
        align-items: flex-start;
    }

    #roomHeader .xqv-rh-m9 {
        margin-top: 6px;
    }


