/* add the below rule to your CSS */
.se-emoji {
	font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";
}

.se-emojis {
	overflow: auto;
	position: relative;
	font-family: helvetica;
}

.se-emojis span.emoji {
	font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji";
}

.se-emojis .sun-editor .se-list-layer button {
	width: auto;
}

.se-emojis button {
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: inherit;
}

.se-emojis button.btn-emoji {
	padding: 2px 4px;
	box-shadow: none !important;
	font-size: 22px !important;
}

.se-emojis button.btn-emoji:hover {
	background-color: #dadada;
}

.se-emojis .clear-recent {
	display: inline-block;
	float: left;
	line-height: .6rem;
	height: .6rem;
	padding: 0;
	cursor: pointer;
	font-weight: bold;
	background:	rgba(245, 245, 245, 1);
	color: #666;
	border: 1px solid #ddd;
	margin-top: 5px;
}
.se-emojis i.clear-recent:hover {
	border: 1px solid #dadada;
	color: maroon;
}

.se-emojis header:not(:first) {
	margin-top: 5px;
}

.se-emojis header {
	padding: 3px;
	float: left;
	font-size: small;
	font-weight: bold;
	width: 100%;
	min-width: 100%;
	background:	rgba(245, 245, 245, 1);
	color: gray;
}

.se-emojis .topmenu {
	position: fixed;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-content: flex-end;
	background-color: #fafafa;
	background-color: rgba(245, 245, 245, 0.7);
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.se-emojis .topmenu input,
.se-emojis .topmenu span {
	background-color: rgba(245, 245, 245, 1);
}
.se-emojis .topmenu .topmenu-item {
	margin: 2px;
	margin-top: 1px;
	border-radius: 4px;
}

.se-emojis .btn-iconsize, 
.se-emojis .btn-skintone {
	font-size: small;
	line-height: initial;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	cursor: pointer;
	border: 1px dotted #ebebeb;
	border-radius: 4px;
	opacity: .7;
}
.se-emojis .btn-skintone-active {
	border: 1px solid #ccc;
}

.se-emojis .btn-iconsize:hover,
.se-emojis .btn-skintone:hover {
	background-color: #dadada;
}

.se-emojis-group div {
	width: 100%;
	padding: .4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: left;
}
.se-emojis-group div button {
	flex: 1;
}
.se-emojis-recent button {
	display: inline-block;
	width: auto !important;
	float: left;
}	

.se-emojis-recent {
	display: block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ebebeb !important;
}

.se-emojis-result {
	display: hidden;
	float: left;
	border-bottom: 1px solid #ebebeb !important;
	width: 100%;
}



