.chatbot-box{
    position:fixed;
    bottom:90px;
    left:20px;
    width:320px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    z-index:9999;
}

.chat-body{
    height:300px;
    overflow-y:auto;
}

.chat-icon-wrapper{
    width:55px;
    height:55px;
    background:#198754;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}