/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2021, 10:03:10 AM
    Author     : Lean Programmers
*/

.ses_feeling_emoji_container_inner, .ses_gif_container_inner {
    background: #fff;
}

.feed_item_bodytext .emojione, .comments_body .emojione, .comments_reply_body .emojione {
    width:20px;
    height:20px;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain;
    margin-right:1px;
    font-style:normal;
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.feed_item_options_menu .activity_drop_menu {
    z-index: 1;
}