html,
body {
    background-color: #f1f0f0;
    height: 100%;
}

.css-eycyw2 {
    background-color: #faf9f8;
}

.main {
    background-color: #f1f0f0;
    margin: 15px;
}

.css-eycyw2 .main {
    border-top: none;
}

.css-1vieo9r {
    background-color: #f1f0f0;
}

.css-o3xlyv {
    background-color: #f1f0f0;
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 20px;
}

.from-user .css-o3xlyv {
    color: #f1f0f0;
    background-color: #6e4e94;
}

body {
    background-image: url(/images/BotServices-Translucent.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    margin: 0;
}

#chatwindow {
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    height: calc(100% - 20px);
    overflow: hidden;
    position: fixed;
    width: 368px;
}

#heading {
    background-color: #6e4e94;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 48px;
    left: 10px;
    overflow: hidden;
    position: fixed;
    top: 10px;
    width: 368px;
}

.css-1fyy09s {
    background-color: rgb(255, 255, 255);
}

h1 {
    display: table-cell;
    vertical-align: middle;
    padding: 11px 0px 0px 11px;
    color: #f1f0f0;
    font-family: Segoe UI;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

#webchat {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: calc(100% - 3rem);
    left: 10px;
    overflow: hidden;
    position: fixed;
    top: 60px;
    width: 368px;
}
