<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chatbot-start{
	background:transparent;
    border:none;
    position:fixed;
    bottom:22px;
    right:39px;
    width:50px;
    height:50px;
    padding:0px;
	z-index:201;
	cursor: pointer;
	-webkit-box-shadow: -5px -5px 27px rgba(0,0,0, .2);
	-moz-box-shadow: -5px -5px 27px rgba(0,0,0, .2);
	box-shadow: -5px -5px 27px rgba(0,0,0, .2);
	border-radius: 50%;
	
}
.chatbot-start img{width: 100%;z-index:201;}
.chatbot-box{
    width:362px;
    height:617px;
    position:fixed;
    right:115px;
    bottom:20px;
    border:none;
    overflow:hidden;
    display:none;
    z-index:99999; 
    
}

.chatbot-box .chatbot-frame{
    border:1px solid #ddd;
    border-top: none;
    width:360px;
    height:615px;
    top:615px;
    position:absolute;
    
}

.chatbot-box .headerImg{
    position:absolute;
    top:0px;
    width:360px;
    font-size: 28px;
    background:#fff;
    outline:none;
    border:none;
	z-index:200; 
	border-top:1px solid #d1d1d6;
	
}

.chatbot-box .headerImg img{
    margin-left:-19px;
}

.chatbot-box .close{
    position:absolute;
    width:45px;
    height:50px;
    top:0px;
    right:15px;
    font-size: 28px;
    background:transparent;
    outline:none;
    border:none;
	z-index:201; 
   
}

.chatbot-box .close img{
   width:18px;
   vertical-align:middle;
}

.chatbot-box .open{
    top:625px;

}

</pre></body></html>