/* PG16 - keep Kiwi emote picker from covering the IRC chat */

.kiwi-controlinput-active-tool {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;

    /* The large wrapper should not block the IRC behind it */
    pointer-events: none !important;
}

/* Emotes themselves must remain clickable */
.kiwi-controlinput-active-tool .kiwi-inputtool-emoji,
.kiwi-controlinput-active-tool .kiwi-inputtool-emoji-palette,
.kiwi-controlinput-active-tool .kiwi-inputtool-emoji-emoji {
    pointer-events: auto !important;
}

/* Remove the white card behind the emotes too */
.kiwi-inputtool-emoji,
.kiwi-inputtool-emoji-palette {
    background: transparent !important;
    box-shadow: none !important;
}

/* Hide the old duplicate side-chat emote button */
#pg16-sidechat-emote-button {
    display: none !important;
}
