<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is for the Chat Frontend, which the user sees */

.tx-supportchat {
    font-family: sans-serif;
}

.tx-supportchat h1,
.tx-supportchat h2 {
    background: rgb(2, 19, 61);
    color: #fff;
    font-size: 1.25em;
    margin: 0 0 .3rem;
    min-height: 3rem;
    padding: .75rem .5rem;
}

.tx-supportchat h1 {
    font-weight: normal;
}

.tx-supportchat h2 {
    font-size: 1em;
}

.tx-supportchat #supportchatbox {
    background: #fff;
    color: #000;
    font-size: 16px;
    height: 250px;
    overflow: auto;
}

.tx-supportchat p {
    border-top: 1px solid #ccc;
    margin: 0;
    min-height: 4rem;
    padding: .5rem;
}

.tx-supportchat .bottom-cont p {
    border-top: none;
}

.tx-supportchat-pi1 p:first-of-type {
    border-top: none;
}

.tx-supportchat span {
    color: rgb(64, 77, 109);
    font-size: .9em;
    text-transform: uppercase;
}

.tx-supportchat .date {
    color: #333;
}

.tx-supportchat .supportler-message {
    color: #172e75;
}

.tx-supportchat .message {
    color: #000;
    font-size: 1em;
    line-height: 1.5;
    text-transform: none;
}

.message:before {
    content: "\A";
    white-space: pre;
}

#message-label {
    border-bottom: none;
    border-top: 1px solid #ccc;
    color: #172e75;
    margin: 0;
    max-height: 2rem;
    min-height: 2rem;
    padding: .5rem 0 0 .5rem;
}

.tx-supportchat textarea {
    font-family: sans-serif;
    font-size: 1rem;
    height: 100px;
    margin: 0 .5rem .5rem -10px !important;
    padding: 15px 15px 15px 10px;
    width: 90%;
}
.tx-supportchat .close {
    border: none;
    float: left;
    margin: .2em 0;
    padding: 0;
    text-align: left;
    width: 50%;
}

.tx-supportchat .send-message {
    border: none;
    margin: .2em 0;
    padding: 0;
    text-align: right;
}

.tx-supportchat input {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 1rem;
    padding: 5px 10px;
}

.tx-supportchat input[type='image'] {
    margin-top: 0.25em;
    padding: 0.375em 0.375em 0.25em;
    width: 1.125em;
    height: 1.125em;
}

.tx-supportchat #typingPen {
    float:right;
    width:2em;
    margin-top:5em;
    display:none;
    border:0;
}

#sendMessage {
    background: lightgreen;
}

.tx-supportchat .hidden {
    display: none;
}</pre></body></html>