#widget_whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

#widget_whatsapp_icon {
    background: #57b752;
	background: -moz-linear-gradient(-45deg, #57b752 0%, #118715 50%, #57b752 100%);
	background: -webkit-linear-gradient(-45deg, #57b752 0%,#118715 50%,#57b752 100%);
	background: linear-gradient(135deg, #57b752 0%,#118715 50%,#57b752 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57b752', endColorstr='#57b752',GradientType=1 );
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    transition: all 0.1s ease;
    cursor:pointer;
}

#widget_whatsapp_icon:hover {
	transform: scale(1.1);
}

#widget_whatsapp_icon svg {
	fill: white;
}

.widget_whatsapp_tooltip{
	background-color: #fff;
	border-radius: 12px;
	/* border: 1px solid #398439; */
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	position: absolute;
    width: 300px;
    right: -30px;
    display: none;
    opacity: 0;
}

.widget_whatsapp_lateral_padding_zero {
	padding-left: 0;
	padding-right: 0;
}

.widget_whatsapp_close {
	color: #fff;
    padding: 11px 15px 12px 0px;
    float: right;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.widget_whatsapp_close:hover {
	color: #949494;
}

.widget_whatsapp_close a {
	text-decoration: none;
	color: inherit;
}

.widget_whatsapp_shadow {
	-webkit-box-shadow: 6px 7px 30px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 7px 30px -5px rgba(0,0,0,0.75);
box-shadow: 6px 7px 30px -5px rgba(0,0,0,0.75);
}

.chat_header{
	height: 55px;
	background-color: #29d42e;
}

.chat_contacts{
	height: 285px;
	overflow: auto; 
}

.contact{
	display: flex;
	border-bottom: 1px solid #e7e7e7;
	text-decoration: none !important;
	height: 72px;
}

.contact:hover{
	background: rgba(0,0,0,8%);
}

.contact-img{
	width: 25%;
	text-align: center;
	border-radius: 50%;
}

.contact-img img{
	max-width: 100%;
	height: 100%;
    padding: 6px;
}

.widget-img{
	width: 57px;
    height: 57px;
    text-align: center;
    left: 9px;
    float: left;
    position: absolute;
}

.widget-img img{
	max-width: 100%;
    height: 100%;
    padding: 6px;
}

.contact-info{
	width: 75%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	padding: 0px 6px;
}

.attendant-sector{
	font-size: 13px;
	color: #666;
}

.attendant-name{
	font-weight: 700;
    color: #000;
    font-size: 16px;
}

.attendant-online{
	font-size: 10px;
	color: #666;
}

.online-circle{
	font-size: 8px;
	color: #29d42e;
}

.offline-circle{
	font-size: 8px;
	color: #adadad;
}

.contact-info p{
	margin: 0;
}

.title-chat-header {
	margin: 0;
	text-align: center;
	font-weight: bolder;
    font-size: 17px;
    color: #ffffff;
	padding: 15px 0px;
}