html,
body {
    height: 100%;
}

body {
    margin: 0;
}

#webchat {
    height: 100%;
    width: 100%;
}

#webchat[watermark="true"] [role="complementary"] ul[role="list"]::after {
    content: "Powered By ...";
    background: linear-gradient(rgba(248, 248, 248, 0), rgba(248, 248, 248, .63), #F8F8F8 40%);
    bottom: 0;
    right: 0;
    color: #707070;
    display: block;
    font-family: 'Segoe Semibold', Calibri, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    padding: 15px 10px 10px;
    position: absolute;
    position: sticky;
    text-align: right;
}

#webchat[watermark="true"] .webchat__scrollToEndButton {
    bottom: 32px;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
}

#webchat .webchat__bubble__content {
    box-shadow: 0 8px 17px 0 rgb(85 85 89 / 10%);
}

#webchat .ac-pushButton {
    border-radius: 10px;
}

#webchat .webchat__send-box .webchat__send-box__main {
    display: none;
}