.msg-chat-wiget-text{
  position:absolute;
  display:none;
  padding:4px 8px 4px !important;
  background: red !important;
  border: none;
  border-radius:50% !important;
  font-family: Verdana, Arial !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
}
.msg-chat-wiget-text-right-bottom{
  right:0 !important;
  margin-top:-10px !important;
}
.msg-chat-wiget{
  display:block;
  position:fixed !important;
  cursor:pointer !important;
  width:40px !important;
  height:40px !important;
  border: none;
  border-radius:50% !important;
  z-index:99999 !important;
  padding:0 !important;
  margin:0 !important;
}
.msg-chat-closebtn, .msg-chat-fullbtn {
  position:absolute;
  display:inline-block;
  width: 32px;
  height: 32px;
  cursor:pointer;
  z-index:100000 !important;
}
.msg-chat-closebtn{
  top: 0px;
  left:50%;
  transform: translateX(-16px);
  background:url(https://qaim.me/images/macos-close.png) round;
}
.msg-chat-fullbtn{
  display:none;	
  background:url(https://qaim.me/images/macos-full.png) round;
}
.msg-chat-cover{
  display:none;
  position:fixed !important;
  top:0;
  left:0;
  width:100% !important;
  height:100% !important;
  border: none !important;
  z-index:9999 !important;
  padding:0 !important;
  margin:0 !important;
  background:rgba(0,0,0,.7);
}
.msg-chat-window{
  display:block;
  position:fixed !important;
  cursor:pointer !important;
  top:0;
  left:0;
  width:100% !important;
  height:100% !important;
  border: none !important;
  z-index:100000 !important;
  padding:0 !important;
  margin:0 !important;
  background:#fff;
}
.msg-chat-iframe{
  display:block;
  margin-top: 0px;
  padding-bottom: 0px;
  width:100% !important;
  height:100% !important;
  border:none;
}
.msg-chat-right-bottom{
  bottom:10% !important;
  left:2% !important;
}
@media (min-width: 1024px) {
	.msg-chat-wiget{
		width:50px !important;
		height:50px !important;
	}	
	.msg-chat-right-bottom{
		bottom:8% !important;
		left:2% !important;
	}
	.msg-chat-window{
		position:fixed !important;
		top:10% !important;
		left:50% !important;
		transform: translateX(-320px) !important;
		width:640px !important;
		height:80% !important;
		border: 1px #999 solid !important;
		border-radius:4px !important;
		padding:0 !important;
		margin:0 !important;
	}
	.msg-chat-closebtn{
		top: 4px;
		left: 4px;	
		width: 16px;
		height: 16px;
		transform: unset;
	}
	.msg-chat-fullbtn{
		display:inline-block;	
		top: 4px;
		left: 24px;	
		width: 16px;
		height: 16px;
	}
	.msg-chat-iframe{
		display:block;
		margin-top: 24px;
		padding-bottom: 24px;
		width:100% !important;
		height:100% !important;
		border:none;
	}
}
