@charset "UTF-8";

/*!
 * LiteWebChat_Frame 2.2.1 (https://lab.morfans.cn/LiteWebChat_Frame)
 * MorFans Lab(c) 2017-2023
 * Licensed under LGPL
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    scrollbar-color: #5c6163 rgba(56, 59, 60, .031372549)
}

::-webkit-scrollbar {
    width: 7px;
    height: 1px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(144, 147, 153, .5);
    border: 0
}

[litewebchat-theme=dark] ::-webkit-scrollbar-thumb {
    background-color: rgba(84, 91, 95, .5)
}

::-webkit-scrollbar-track {
    background: #fff;
    min-height: 50%;
    min-height: 20px
}

[litewebchat-theme=dark] ::-webkit-scrollbar-track {
    background: #181a1b
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

::-moz-selection {
    background-color: #1963bd !important;
    color: #f8f6f3 !important
}

::selection {
    background-color: #1963bd !important;
    color: #f8f6f3 !important
}

body {
    font-family: Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif
}

.lite-chatbox {
    scroll-behavior: smooth;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 16px;
    background-color: #f8f9fa;
    overflow-y: auto;
    overflow-x: hidden
}

.lite-chatbox .tips {
    margin: 12px;
    text-align: center;
    font-size: 12px
}

.lite-chatbox .tips span {
    display: inline-block;
    padding: 4px;
    background-color: #ccc;
    color: #fff;
    border-radius: 6px
}

[litewebchat-theme=dark] .lite-chatbox .tips span {
    background-color: rgba(0, 0, 0, .3)
}

[litewebchat-theme=dark] .lite-chatbox .tips span {
    color: #bec5cc
}

.lite-chatbox .tips .tips-primary {
    background-color: #3986c8
}

[litewebchat-theme=dark] .lite-chatbox .tips .tips-primary {
    background-color: #447fb2
}

.lite-chatbox .tips .tips-success {
    background-color: #49b649
}

[litewebchat-theme=dark] .lite-chatbox .tips .tips-success {
    background-color: #66a651
}

.lite-chatbox .tips .tips-info {
    background-color: #5bb6d1
}

[litewebchat-theme=dark] .lite-chatbox .tips .tips-info {
    background-color: #3f889e
}

.lite-chatbox .tips .tips-warning {
    background-color: #eea948
}

[litewebchat-theme=dark] .lite-chatbox .tips .tips-warning {
    background-color: #af7728
}

.lite-chatbox .tips .tips-danger {
    background-color: #e24d48
}

[litewebchat-theme=dark] .lite-chatbox .tips .tips-danger {
    background-color: #ad3531
}

[litewebchat-theme=dark] .lite-chatbox {
    background-color: #131415
}

.lite-chatbox .cmsg {
    position: relative;
    margin: 4px 7px;
    min-height: 50px;
    border: 0
}

.lite-chatbox .cright {
    text-align: right;
    margin-left: 64px
}

.lite-chatbox .cright img.headIcon {
    right: 0
}

.lite-chatbox .cright .name {
    margin: 0 48px 2px 0
}

.lite-chatbox .cright .content {
    margin: 0 48px 0 0;
    border-radius: 20px 0 20px 20px;
    color: #fff;
    background: -o-linear-gradient(70deg, rgba(63, 143, 225, .8) 0, #44d7c9 100%);
    background: linear-gradient(20deg, rgba(63, 143, 225, .8) 0, #44d7c9 100%);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(102, 102, 102, .15);
    box-shadow: 5px 5px 15px 0 rgba(102, 102, 102, .15)
}

[litewebchat-theme=dark] .lite-chatbox .cright .content {
    background: -o-linear-gradient(70deg, rgba(25, 91, 159, .8) 0, #219a92 100%);
    background: linear-gradient(20deg, rgba(25, 91, 159, .8) 0, #219a92 100%)
}

.lite-chatbox .cright .content::after {
    left: -12px;
    top: 8px
}

.lite-chatbox .cleft {
    text-align: left;
    margin-right: 64px
}

.lite-chatbox .cleft img.headIcon {
    left: 0
}

.lite-chatbox .cleft .name {
    margin: 0 0 2px 48px
}

.lite-chatbox .cleft .content {
    margin: 0 0 0 48px;
    border-radius: 0 20px 20px 20px;
    background: #fff;
    color: #373737;
    border: 1px solid rgba(0, 0, 0, .05);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(102, 102, 102, .1);
    box-shadow: 5px 5px 15px 0 rgba(102, 102, 102, .1)
}

[litewebchat-theme=dark] .lite-chatbox .cleft .content {
    background: #22242a
}

[litewebchat-theme=dark] .lite-chatbox .cleft .content {
    color: #d4d4d4
}

.lite-chatbox .cleft .content::after {
    left: -12px;
    top: 8px
}

.lite-chatbox img.headIcon {
    width: 34px;
    height: 34px;
    top: 9px;
    position: absolute
}

.lite-chatbox img.radius {
    border-radius: 50%
}

.lite-chatbox .name {
    color: #8b8b8b;
    font-size: 12px;
    display: block;
    line-height: 18px
}

.lite-chatbox .name>span {
    vertical-align: middle
}

.lite-chatbox .name .htitle {
    display: inline-block;
    padding: 0 3px 0 3px;
    background-color: #ccc;
    color: #fff;
    border-radius: 4px;
    margin-right: 4px;
    font-size: 11px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 50px
}

[litewebchat-theme=dark] .lite-chatbox .name .htitle {
    background-color: #4c5052
}

.lite-chatbox .name .htitle.admin {
    background-color: #72d6a0
}

[litewebchat-theme=dark] .lite-chatbox .name .htitle.admin {
    background-color: #3c916e
}

.lite-chatbox .name .htitle.owner {
    background-color: #f2bf25
}

[litewebchat-theme=dark] .lite-chatbox .name .htitle.owner {
    background-color: #9a7c21
}

.lite-chatbox .content {
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 20px;
    white-space: pre-wrap;
    min-width: 9px;
    min-height: 18px
}

.lite-chatbox .content img {
    width: 100%;
    height: auto
}

.lite-chatbox .content a {
    color: #0072c1;
    margin: 0 5px;
    cursor: hand
}

[litewebchat-theme=dark] .lite-chatbox .content a {
    color: #00c3ff
}

/*# sourceMappingURL=map/litewebchat.min.css.map */