<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#chat2 {
    height: calc(100vh - 198px);
}

#chat2-messagescroller {
    padding: 12px;
    border-bottom: 1px solid #aaa;
    height: calc(100% - 108px); 
    background-color: white; 
    overflow-y: auto;
}

html.pncchat .label {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

#chat2-messagectx .btn-info {
    line-height: initial !important;
}

html.pncchat #chat2 {
    height: calc(100vh - 50px);
    border-bottom: 1px solid #aaa;
}

html.pncchat #chat2-messagescroller {
    height: calc(100% - 138px);
}

html.pncchat #chat2-write {
    bottom: 52px;
}

.chat2-chat {
    border-bottom: 1px solid #aaa;
    padding: 6px;
}

.chat2-chat.active {
    background-color: #C2E7FF;
}

#chat2-messageheader  {
    height: 60px;
    border-bottom: 1px solid #aaa;
    padding: 5px;
    text-align: center;
    overflow-x: auto;
}

#chat2-messagetitle {
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.chat2-chat .new, .chat2-chat .fa-thumb-tack {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.chat2-lmdate {
    font-size: 0.85em;
    float: right;
}

.chat2-members, .chat2-title {
    font-weight: bold;
}

.chat2-members, .chat2-lmtext {
    font-size: 0.9em;
}

.chat2-chat:hover {
    background-color: lightyellow;
    cursor: pointer;
}

.chat2-chat:hover .info {
    display: block !important;
}

#chat2-chats {
    width: 40%;
    height: 100%;
    float: left;
    border-right: 1px solid #aaa;
    background-color: #F6F8FC;
}

#chat2-scroller {
    position: relative;
    height: calc(100% - 30px);
    overflow-y: auto;
}

#chat2-messages {
    float: left;
    width: 60%;
    vertical-align: top;
    height: 100%;
}

#chat2-write {
    position: absolute;
    bottom: 0;
    width: 60%;
    padding: 2px;
}

#chat2-write .reply {
    width: calc(100% - 35px);
}

#chat2 .me {
    float: right;
    max-width: 60%;
}

#chat2 .system {
    font-style: italic;
    font-weight: bold;
    background-color: initial;
    padding: 0;
}

.chat2-messagetext {
    width: fit-content;
    max-width: 60%;
    border-radius: 15px;
    padding: 8px;
    background-color: #F2F2F2;
    white-space: pre-wrap;
}

.chat2-messagetext.me {
    background-color: #ECF3FE;
}

.chat2-lastmessage {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat2-messageinfo .date {
    font-size: 0.85em;
}

#chat2-send {
    height: 64px;
    width: 33px;
}

#chat2 #search {
    width: 100%; 
    border: 0; 
    height: 32px; 
    border-bottom: 1px solid #aaa;
}

#chat2 #MessageText {
    resize: none;
}</pre></body></html>