.webinarkit-chat-popover {
	z-index: 100000;
	position: absolute;
	bottom: 50px;
	right: 0;
	box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .08);
	background-color: #fff;
	border-radius: 6px;
	transition-duration: 200ms;
	transition-delay: 0ms;
	transform-style: flat;
	transform-origin: 50% 50% 0;
	opacity: 0;
	transition: opacity 0.2s linear;
	visibility: hidden;
}

.webinarkit-chat-popover.active {
	visibility: visible;
	opacity: 1;
}

.webinarkit-emoji-picker {
	width: 310px;
	height: 260px;
}

.webinarkit-chat-popover-header {
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 40px;
	border-bottom: 1px solid #edeff1;
}

.webinarkit-chat-popover-input {
	background-image: url(https://js.intercomcdn.com/images/search.7ae40c25.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0 12px;
	font-weight: 400;
	font-size: 14px;
	color: #6e7a89;
	padding-left: 25px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	background-image: url(https://js.intercomcdn.com/images/search@2x.9f02b9f3.png);
	border: none;
	outline: none;
}

.webinarkit-chat-popover-body {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 5px;
	padding: 0 20px;
	overflow-y: scroll;
}

.webinarkit-emoji-picker-group {
	margin: 10px -5px;
}

.webinarkit-emoji-picker-group {
	margin: 10px -5px;
}

.webinarkit-emoji-picker-emoji {
	padding: 5px;
	width: 30px;
	line-height: 30px;
	display: inline-table;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	font-size: 28px;
	transition: -webkit-transform 60ms ease-out;
	transition: transform 60ms ease-out;
	transition: transform 60ms ease-out, -webkit-transform 60ms ease-out;
	transition-delay: 60ms;
	font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
}

.webinarkit-emoji-picker-emoji:hover {
	transition-delay: 0ms;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.webinarkit-chat-popover-caret {
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent; 
	border-top: 8px solid #fff;
	right: 50px;
}