/* hide the original widget - that there were no two labels on the screen*/

#jivo_chat_widget{
	display: none;
}

/* the default style - for offline messages if no one is online */
#jivo_custom_widget{
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 35px;
  height: 35px;
	z-index: 300000;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2231%22%20viewBox%3D%220%200%2030%2031%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.967%2022.226l-.025.008s7.698%2013.9%2026.975%205.546c0%200-1.495-1.752-4.384-3.52a14.067%2014.067%200%200%200%202.588-14.047c-2.655-7.297-10.7-11.07-17.964-8.425C2.89%204.433-.847%2012.492%201.81%2019.79c.313.863.703%201.677%201.157%202.436z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center;
  background-size: 60%;
  background-color: rgb(68, 187, 110);
  background-repeat: no-repeat;
  border-radius: 50%;
}

/* if there are operators online - show other label*/
#jivo_custom_widget.jivo_online{
	
}
