/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/botman-web-widget@0.0.20/build/assets/css/chat.csssss
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
body,
html {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3Cpath fill='%2357bfc7' fill-opacity='0.68' d=''%3E%3C/path%3E%3C/svg%3E");
    font-family: "TSTARPRO-Medium", Ubuntu, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#messageArea {
    overflow-y: scroll;
}
.chat {
    list-style: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
}
.chat li {
    padding: 8px;
    padding: 0.5rem;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #212529;
}
.visitor {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.visitor .msg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-top-right-radius: 2px;
}
.chatbot .msg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-top-left-radius: 2px;
}
.msg {
    word-wrap: break-word;
    min-width: 50px;
    max-width: 80%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    background: #ffffff;
    font-weight: 500;
}
.msg p {
    margin: 0 0 0.2rem 0;
}
.msg .time {
    font-size: 0.7rem;
    color: #212529;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.textarea {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 55px;
    z-index: 99;
    background-color: #fff;
    border: none;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #212529;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    background: #fff;
    font-weight: 500;
    font-family: "TSTARPRO-Medium";
}
::placeholder {
    color: #212529;
    opacity: 1;
    position: absolute;
    z-index: 100;
}
.textarea:focus {
    background: #fff;
    box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0);
    transition: 0.4s;
}
a.banner {
    position: fixed;
    bottom: 5px;
    right: 10px;
    height: 12px;
    z-index: 99;
    outline: 0;
    color: #777;
    font-size: 10px;
    text-align: right;
    font-weight: 200;
    text-decoration: none;
}
div.loading-dots {
    position: relative;
}
div.loading-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    border-radius: 50%;
    background: #212529;
    animation: blink 1.4s ease-out infinite;
    animation-fill-mode: both;
}
div.loading-dots .dot:nth-child(2) {
    animation-delay: -1.1s;
}
div.loading-dots .dot:nth-child(3) {
    animation-delay: -0.9s;
}
div.loading-dots .dot-grey {
    background: #787878;
}
div.loading-dots .dot-sm {
    width: 6px;
    height: 6px;
    margin-right: 2px;
}
div.loading-dots .dot-md {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}
div.loading-dots .dot-lg {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
@keyframes blink {
    0%,
    100% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
}
.btn {
    display: block;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    min-width: 100px;
    background-color: #f0e600;
    cursor: pointer;
    color: #212529;
    text-align: center;
}

/*# sourceMappingURL=/sm/7c9c120ae2d5b15e3da4e0825a551c32ef16068680518fd0f4ba94cf2c6d7a01.map */
