ul, li { list-style: none; margin: 0; padding: 0; }

.hide {
    display: none;
}

body {
    min-width: unset;
}

.chat-root, .container-chat {
    width: 100%;
    height: 100%;
}

.chat-root {
    position: fixed;
    top: 0;
    right: 0;
}

.container-chat {
    position: unset;
}

.chat-root .chat-wrap {
    height: calc(100% - 150px);
}

.chat-wrap .message-box {
    height: 100%;
}

.write-form {
    position: relative;
    width: 100%;
}

.chat-root .chat-head .tts {
    background-image: url("../img/volume_up_24dp.svg");
    margin-top: 44px;
    padding: 0;
    width: 24px;
    height: 24px;
}

.chat-root .chat-head .tts.disabled {
    background-image: url("../img/volume_off_24dp.svg");
}

.MuiAutocomplete-popper .MuiAutocomplete-paper {
    font-size: 14px;
}

.chat-root .bubble svg.more {
   font-size: 15px;
    width: 1em;
    height: 1em;
}

.chat-root .foot > ul {
    border-radius: 5px;
    box-shadow: 0 1px 15px rgb(156 153 150 / 23%);
}

.chat-root .foot > ul > li {
    padding: 6px 16px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #797979;
    cursor: pointer;
}

.chat-root .foot > ul > li.disabled {
    cursor: initial;
}

.chat-root .foot > ul > li:not(:last-child) {
    border-bottom: 1px solid #eeede6;
}

.chat-root .foot > ul > li:not(.disabled):hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.chat-root .foot > ul > li svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    cursor: pointer;
}

.chat-root .foot > ul > li span {
    width: 249px;
    display: inline-block;
    vertical-align: top;
}

.chat-root .foot > ul.campaign > li span {
    padding-left: 22px;
}

.chat-root .foot > ul > li input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e4ea;
    color: inherit;
    font-size: inherit;
}

.chat-root .foot > ul > li input:focus {
    outline: none;
}

.chat-root .foot > ul > li input::-webkit-input-placeholder { color: #a0a6b3; text-align: center;}
.chat-root .foot > ul > li input::-ms-input-placeholder { color: #a0a6b3; text-align: center;}
.chat-root .foot > ul > li input::placeholder { color: #a0a6b3; text-align: center;}

#konanbot_chat { position: fixed; z-index: 1; bottom: 40px; right: 20px; width: 40px; height: 40px; border: none; border-radius: 20px; background: url(../img/ico-chat4.png) 0 0 no-repeat;}
#konanbot_chat:hover { background-position: -40px 0; cursor: pointer;}
#konanbot_demo iframe {width:400px;height: 700px;max-height:calc( 100vh - 180px);float:right;bottom: 150px;position:fixed;right:0px;z-index:1; border-radius: 12px;}