#wwc-chat-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 9999;
}
#wwc-chat-icon img {
    width: 80px!important;
    border-radius: 50%!important;
    height: 80px!important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px!important;
}

#wwc-chatbox {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    height: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    overflow: hidden;
}

.wwc-header {
    background: #3441be;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
}
.wwc-header img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

#wwc-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    background: #fff;
}
.wwc-msg {
    padding: 6px 10px;
    margin: 6px 0;
    border-radius: 8px;
    max-width: 70%;
    clear: both;
}
.wwc-msg.user {
    background: #dfe1f5;
    float: right;
}
.wwc-msg.bot {
    background: #fdddeb;
    float: left;
}

#wwc-input {
    /* border: none; */
    /* border-top: 1px solid #ccc; */
    padding: 10px;
    resize: none;
    height: 0px;
    background: #fbebeb;
    margin: 0 20px;
    width: 88%;
    max-height: 10px;
    margin-bottom: 23px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.fl-345{
    display: flex;
    padding: 0px 35px 10px;
    margin-top: -10px;
}
.gh-69{
    width: 50%;
}
.yt-6{
    float: right;
}
.gh-69 i{
    color: #161616;
    font-size: 17px;
    font-weight: bold;
}
.gt-567{
   padding-right: 7px;
}