﻿.chatbox-holder-header {
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.chatbox-holder {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 600px;
    width: 400px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    border: 0;
}

.chatbox {
    padding: 10px !important;
    background: #f2f2f2 !important;
    overflow-y: scroll !important;
}

.chat-topbar {
    background-color: #3344ab;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.client-message {
    background-color: #497cfa;
    color: white;
    text-align: start;
    line-height: 2em;
    font-size: smaller;
    line-break: anywhere;
    margin-left: auto;
    width: fit-content;
}

.system-message {
    background-color: #707368;
    width: fit-content;
    color: white;
    line-height: 2em;
    font-size: smaller;
    line-break: anywhere;
}

.bot-or-support-message {
    background-color: #d2dbff;
    width: fit-content;
    color: #252121;
    line-height: 2em;
    font-size: smaller;
    line-break: anywhere;
}

.bot-link {
    text-decoration: underline !important;
}
