
.emoji {
  color: transparent;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  height: 25px;
  width: 25px;
}

.emoji::selection {
  background-color: highlight;
  color: transparent;
}

.emoji-image {
  font-size: 14px;
  line-height: 28px;
}

.emoji-button {
	cursor: pointer;
	margin: 5px;
	display: block !important;
	float: left;
	position: absolute;
	z-index: 99;
    margin-top: -6px;
    margin-left: 81px;
} 

.emoji-editor {
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: text;
  font: medium -moz-fixed;
  font: -webkit-small-control;
  -webkit-font-smoothing: antialiased;
  height: 100px;
  overflow: auto;
  padding: 5px;
  resize: both;
  width: 100%;
}

.emoji-picker {
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  width: 214px;
  z-index:999;
}

.emoji-picker a {
  cursor: pointer;
  display: inline-block !important;
  font-size: 15px;
  padding: 3px !important;
}

.emoji-selector {
  border-bottom: 1px solid #ccc;
  display: flex;
}

.emoji-selector li { margin: 5px; }

.tab-content > .emoji-group.tab-pane  {
  display: grid;
  grid-template-columns: repeat(6, 16.66667%);
  height: 200px;
  overflow-y: scroll;
  padding: 3px;
}

/*# sourceMappingURL=style.css.map */
#bpfb_addPhotos {
    background: url(../../images/buddy-photo.png) left top no-repeat !important;
}
#bpfb_addVideos {
    background: url(../../images/buddy-video.png) left top no-repeat !important;
}
.emoji-button {
    background: url(../../images/buddy-emoji.png) left top no-repeat !important;
	min-height: 19%;
    width: 96px;
}
.ac-textarea .emoji-button {
    float: left;
    z-index: 999;
    display: block !important;
    margin-left: 10px;
    margin-top: 2px;
}
#buddypress div.activity-comments form#frm_buddypress-edit-activity .ac-textarea { 
    height: 100px;
}
#buddypress-edit-activity-wrapper .ac-textarea .emoji-button {
	height: 25px;
}
.courage_post_content #buddypress-edit-activity-wrapper {
    height: 112px;
}
.courage_post_content .ac-textarea .emoji-button{
	margin-top: -20px;
}