body .chatbox_wrapper{
	width: 0;
	height: 0;
	top: inherit;
	left: initial;
}
body .chatbox_wrapper.loaded{
	width: 420px;
	height: 400px;
}
.chatbox_wrapper input,.chatbox_wrapper textarea {
    -webkit-appearance: none;
    resize: none;
}
.chatbox_wrapper input,.chatbox_wrapper textarea{
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-hightlight-color: rgba(0, 0, 0, 0);
}
.start_chat_btn{
	/*background: url("../images/icon-border.png") no-repeat 50% 50%;*/
	background-size: contain;
	width: 70px;
	height: 70px;
	cursor: pointer;
	position: fixed;
	right: 25px;
	bottom: 25px;
	transition: 0.5s all;
	/*opacity: 0;*/
	z-index: 99;
}
.showing_buy_tickey_btn .start_chat_btn{
	bottom: 180px;	
}
.cb_btn_loaded .start_chat_btn{
	right: 25px;
	opacity: 1;
}
.cb_btn_loaded .start_chat_btn:hover{
	width: 80px;
	height: 80px;
}
.cb_loading_mask{
    position: fixed;z-index: 9999;
    transition: .3s all;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00a9e0;
}
.cb_btn_loaded .cb_loading_mask{
	opacity: 0;
}
.show_chatbot .cb_loading_mask{
	display: none;
}
body.show_chatbot .start_chat_btn{
    right: -85px;
}
@media(max-width: 780px){
    .start_chat_btn{bottom: 100px;right: 10px;}
	.cb_btn_loaded .start_chat_btn {
	    width: 60px;
	    height: 60px;
	    right: 10px;
	    bottom: 90px;
	    left: initial;
	}
	.cb_btn_loaded .theme_area1.start_chat_btn { bottom: 42%;  }
	.cb_btn_loaded .theme_area2.start_chat_btn{bottom: 100px; }
	.cb_btn_loaded.cb_btn_pos2 .theme_area1.start_chat_btn{ bottom: 140px; }
	.cb_btn_loaded.cb_btn_pos2 .theme_area2.start_chat_btn{ bottom: 140px; }
	.cb_btn_loaded.cb_btn_pos3 .theme_area1.start_chat_btn{ bottom: 240px; }
	.cb_btn_loaded.cb_btn_pos3 .theme_area2.start_chat_btn{ bottom: 240px; }
	.cb_btn_loaded .start_chat_btn:hover {
	    width: 70px;
	    height: 70px;
	}	
} 