
.chatbot-start{
    background:transparent;
    border:none;
    position:absolute;
    bottom:30px;
    right:30px;
    width:50px;
    height:50px;
    padding:0px;

}
.chatbot-start img{
    
    width:50px;
    height:50px;
}

.chatbot-box{
    /* width:362px;
    height:617px; */
    width:100%;
    height:100%;
    /* max-width: 362px;
    position:absolute; */
    /* right:10px;
    bottom:10px; */
    align-items: center;
    border:none;
    /* overflow:hidden; */
    display:block;
    overflow-y: auto;
    /* font-size: 20px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%; */
    background-color: #fff;
}

.chatbot-box .chatbot-frame{
    border:1px solid #aaa;
    width:100%;
    height:100%;
    /* width:362px;
    height:617px; */

    /* top:615px; */
    /* position:absolute; */
}

.chatbot-box .close{
    position:absolute;
    width:34px;
    height:55px;
    top:0px;
    right:10px;
    font-size: 28px;
    background:transparent;
    outline:none;
    border:none;
}

.chatbot-box .close img{
    
    width:24px;
    height:24px;
    
}
.chatbot-box .open{
    top:625px;
}


.chatbot-loading{
    background:#fff;
    color:#000;
    font-size:18px;
    text-align:center;
    width:100%;
    height:100%;
    border:none;
    vertical-align:middle;
    padding-top:100px;
}

.chatbot-reload{
    font-size:18px;
}