@import url('//fonts.googleapis.com/css?family=Lato');
#chatpop{
	z-index: 9999999;
    display: block;
    position: absolute;
}
.chatpop-wrapper{
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-family: 'Lato', sans-serif;
}
.chatpop-button-bullet{
	background: var(--chatpop-bubble-bg);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	outline: none;
	float: right;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	z-index: 9999;
}
.chatpop-button-bullet img{
	width: 25px;
	display: inline;
}
.chatpop-notif{
	background: var(--chatpop-notif-bg);
	max-width: 350px;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	z-index: 9999;
}
.chatpop-message{
	padding: 20px 20px;
}
.chatpop-person{
	width: 30%;
	float: left;
}
.chatpop-person img{
	border: 2px solid #efefef;
	border-radius: 10px;
}
.chatpop-content{
	width: 70%;
	float: left;
}
.chatpop-clear{
	clear: both;
	padding: 5px;
}
.chatpop-o-clear{
	clear: both;
}
.chatpop-content div{
	font-size: 12px;
	margin-bottom: 5px;
	color: var(--chatpop-notif-message-text);
}
.chatpop-content-inner{
	border: 2px solid #efefef;
	padding: 15px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	font-family: 'Lato', sans-serif;
	background: var(--chatpop-notif-message-bg);
	color: var(--chatpop-notif-message-text);
}
.chatpop-close{
	float: right;
	background: none;
	border: none;
	outline: none;
	padding: 5px 10px 0px 0px;
	cursor: pointer;
	color: var(--chatpop-notif-message-text);
}
.chatpop-icon ul{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.chatpop-icon ul li{
	display: inline-block;
	position: relative;
}
.chatpop-icon ul li a{
	font-size: 27px;
    color: #fff;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.chatpop-icon ul li a img{
	width: 100%;
	display:block;
}
.chatpop-icon ul li a:hover{
	/*background: #2d2d2d !important;*/
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.chatpop-icon ul li a.whatsapp{
	background: #00e676;
}
.chatpop-icon ul li a.wechat{
	background: #00cf0d;
}
.chatpop-icon ul li a.messenger{
	background: #0083ff;
}
.chatpop-icon ul li a.telegram{
	background: #32a9e1;
}
.chatpop-icon ul li a.phone{
	background: #3b5bdb;
}
.chatpop-icon ul li a.mail{
	background: #e8590c;
}