/* DESKTOP MENU RESTORATION FIX */
@media screen and (min-width: 769px) {
    .mobile_time_block {
        display: inline !important;
        position: static !important;
    }

    .i_post_shared_time {
        position: static !important;
    }

    .i_post_menu {
        position: absolute !important;
        top: 15px !important;
        right: 15px !important;
        display: block !important;
        z-index: 100 !important;
        width: auto !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .i_post_menu_dot {
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* MOVER PANEL DE PRIVACIDAD A LA IZQUIERDA */
.i_privacy_float_panel .i_modal_content {
    transform: translateX(-250px) !important;
}

/* FLOATING COMMENT TOOLS - FINAL COMPACT FIX */
.stickersContainer,
.emojiBoxC,
.emojiBox {
    width: 290px !important;
    max-width: 290px !important;
    min-width: 290px !important;

    height: 310px !important;
    max-height: 310px !important;
    min-height: 310px !important;

    position: absolute !important;
    top: auto;
    left: auto;
    bottom: auto !important;
    right: auto !important;
    transform: none !important;

    background: #1e1e1e !important;
    border: 1px solid #444 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
    z-index: 2147483647 !important;

    overflow: hidden !important;
    display: block !important;
}

.emojis_Container,
.stickers_wrapper,
.emoji_wrapper,
.i_emoji_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    overflow-y: auto !important;
    padding: 5px !important;
    box-sizing: border-box !important;
}

.stickersContainer img,
.emojiBoxC img,
.emojiBox img,
.emojis_Container img {
    max-width: 45px !important;
    height: auto !important;
}

body>.stickersContainer,
body>.emojiBoxC,
body>.emojiBox {
    flex: none !important;
}

/* FIX POINTS POPUP (Tus Diamantes) */
.glass-points-wrapper {
    height: auto !important;
    max-height: 600px !important;
    bottom: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
}

.glass-points-wrapper .btest {
    height: auto !important;
    overflow-y: visible !important;
    width: 100% !important;
}

/* HIDE SCROLLBAR IN LEFT SIDEBAR */
.leftSidebarWrapper {
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    /* IE and Edge */
}

.leftSidebarWrapper::-webkit-scrollbar {
    display: none !important;
    /* Chrome, Safari, Opera */
    width: 0px !important;
    background: transparent !important;
}

/* FIX ACTIVE / INACTIVE CASING */
.i_top_inora_hot_name,
.i_user_status,
.active_status,
.user_status,
.user_status_online,
.user_status_offline {
    text-transform: none !important;
}