
.talk-bubble {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}
.talk-text {
    padding: 1em;
    text-align: left;
    line-height: 1.5em
}
.talk-text p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #2099d5 transparent transparent transparent;
}
.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: #fdf7b6 transparent transparent transparent;
}

#soai-chat {
    width: 100%;
}
#soai-input {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 1em;
    text-align: left;
    line-height: 1.5em
}
.role-assistant {
    background-color: #2099d5;
}
.role-user {
    background-color: #fdf7b6;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltip-text {
    visibility: visible;
}
.soai-button {
    margin: 40px;
    display: inline-block;
    position: relative;
    height: auto;
    padding: 1em;
    text-align: left;
}
.hcb-clipboard {
    width: 2.25em !important;
}
