.post_cmt {
    background-color: #eee;
    color: #242424;
    border: none;
    padding: 8px 15px !important;
    font-family: 'Roboto';
    border-radius: 5px;
}
.comment_button {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding:5px;
    float:left;
}
.sticker_box
{
	position: absolute;
	background: #fff;
	border: 2px solid #eee;
	width: 380px;
	height: 200px;
	float: left;
	z-index: 10000;
	top: 42px;
	display:none;
	
}
.new_stickers {
  display: block;
  position: absolute;
  right: 5px;
  color: #fff;
  font-size: 8px;
  background-color: #bd0926;
  border-radius: 5px;
  top: 5px;
  min-width: 11px;
  text-align: center;
  line-height: 11px;
}
.sticker_group
{
	cursor:pointer;
	width:38px;
	height: 38px;
	position:relative;
}
.sticker
{
	width: 64px;
	height: 64px;
	margin: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	cursor: pointer;
	
}
.sticker_box:after, .sticker_box:before {
	bottom: 100%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.sticker_selector 
{
	position: absolute;
	bottom: 0;
	height:32px;
	width:100%;
	background-color: #eee;
	height: 38px;
}
.sticker_group_active
{
	background-color: #fff;
}
.sticker_box:after {
	border-color: rgba(255, 77, 13, 0);
	border-bottom-color: #fff;
	border-width: 11px;
	margin-left: 27px;
}
.sticker_box:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 14px;
	margin-left: 25px;
}

.post_cmt_new {
    background-color: #eee;
    color: #242424;
    border: none;
    padding: 8px 15px !important;
    font-family: 'Roboto';
    border-radius: 5px;
}