.cn-bubbles-container {
    display: block;
    position: relative;
    padding: 20px 0 0 0;
}
ul.cn-bubbles {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.cn-bubbles > li {
    display: block;
    text-align: left;
    font-size: 0;
}
.cn-bubbles-container ul.cn-bubbles > li {
    padding: 0 20px 20px 20px;
}
.cn-bubbles-container ul.cn-bubbles > li.my {
    text-align: right;
}
.cn-bubble {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    max-width: 75%;
    vertical-align: bottom;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    -webkit-animation: cnChatBubbleShow 0.7s both;
    animation: cnChatBubbleShow 0.7s both;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cn-ai-bubble {
    max-width: 100% !important;
    min-width: 100% !important;
}

.cn-bubble .cn-bubble-img {
    display: block;
    width: 100%;
}    
.cn-bubble > :first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.cn-bubble > :last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
@keyframes cnChatBubbleShow {
    0% {
    }
    80% {
    }
    100% {
    }
}
.my .cn-bubble {
    background-color: #348cff;
    color: #FFFFFF;
}
.cn-bubble.text {
    padding: 18px 20px;
    word-break: break-word;
}
.cn-bubble.user-status {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.cn-bubble.cn-terminate {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #999;
    border-radius: 0;
}
.cn-bubble.cn-terminate > .cn-terminate-msg {
    display: block;
}
.cn-bubble.attach-obj {
    width: 100%;
    max-width: 320px;
}
.cn-bubble.attach-obj.attach-personnel .info-rows {
    word-break: break-all;
}
.cn-bubble.cn-adv-deal-bubble {
    max-width: 500px;
    min-width: 300px;
    border: 1px solid #DDD;
}
.cn-bubble.attach-obj .cn-obj-img {
    display: block;
    position: relative;
    min-width: 200px;
    height: 140px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cn-bubble.attach-obj.attach-personnel .cn-obj-img {
    height: 320px;
}
.cn-obj-img.cn-video > div.play {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-image: url(../images2/play-video.png);
    background-size: 44px 44px;
    background-position: center center;
    background-repeat: no-repeat;
}
.cn-bubble ul.info-rows {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cn-bubble ul.info-rows > li {
    display: block;
    position: relative;
    padding: 20px 20px 15px;
    overflow: hidden;
}
.cn-bubble ul.info-rows > li.full-white {
    background-color: #FFFFFF;
    color: #000000;
}
.cn-bubble ul.info-rows > li > table {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}
.cn-bubble ul.info-rows > li > table tr > td {
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    padding-right: 10px;
    vertical-align: top;
}
.cn-bubble ul.info-rows > li > table tr > td.pb {
    padding-bottom: 5px;
}
.cn-bubble ul.info-rows > li > table tr > td:last-child {
    padding-right: 0;
}
.cn-bubble ul.info-rows > li > table tr > td.thumb > div {
    display: block;
    width: 64px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cn-bubble ul.info-rows > li .cn-thumbs > li .cn-thumb > img {
    width: 72px;
}
.cn-bubble ul.info-rows > li .cn-thumbs > li .cn-logo > img {
    width: 48px;
    margin: 12px 5px;
}
.cn-bubble ul.info-rows .cn-body-style {
    padding-bottom: 10px;
}
.cn-bubble ul.info-rows .cn-body-style > li {
    margin: 10px;
    text-align: center;
    width: 80px;
}
.cn-bubble ul.info-rows > li .line-item {
    display: block;
}
.cn-bubble ul.info-rows > li .line-item.top-padded {
    padding-top: 10px;
    text-align: center;
}
.cn-bubble ul.info-rows > li .line-item .bold {
    font-weight: bold;
}
.cn-bubble ul.info-rows > li.full-fill {
    padding: 0;
}
.cn-bubble ul.info-rows > li > table tr > td.sub-text {
    opacity: 0.8;
}    
.cn-bubble ul.info-rows > li > table tr > td.high-text {
    font-weight: bold;
}    
.cn-bubble ul.info-rows > li > table tr > td.title-text {
    color: #AAAAAA;
    padding-bottom: 5px;
    vertical-align: bottom;
}    
.cn-bubble ul.info-rows > li > table tr > td .label-text {
    color: #888888;
    font-size: 12px;
}    
.my .cn-bubble ul.info-rows > li > table tr > td.title-text {
    color: #DEDEDE;
}
.my .cn-bubble ul.info-rows > li > table tr > td .label-text {
    color: #DDDDDD;
}
.cn-bubble ul.info-rows > li > table.listing tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.cn-bubble ul.info-rows > li > table.listing tr:first-child > td {
    padding-top: 0;
}    
.cn-bubble ul.info-rows > li > table.listing tr:last-child > td {
    padding-bottom: 0;
    border-bottom: 0;
}    
.cn-bubble ul.info-rows > li > table tr > td.small-text {
    font-size: 12px;
}    
.cn-bubble ul.info-rows > li .cn-item-button,
.cn-bubble ul.info-rows > li .cn-button {
    display: block;
    min-height: 44px;
    line-height: 42px !important;
    font-size: 14px !important;
    padding: 0px 10px;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    border-radius: 0 !important;
    cursor: pointer;
}
.cn-bubble ul.info-rows > li .cn-inline-button {
    display: inline-block;
    border-right: 1px solid #DDDDDD;
    vertical-align: top;
}
.cn-bubble ul.info-rows > li .cn-inline-button:last-child {
    border-right: none;
}
.cn-bubble ul.info-rows > li .cn-item-button i,
.cn-bubble ul.info-rows > li .cn-button i {
    display: inline-block;
    margin-left: -16px;
    margin-right: 5px;
}
.cn-bubble ul.info-rows > li .cn-button.cn-button-left {
    text-align: left;
    padding: 0 20px;
}
.cn-bubble ul.info-rows > li .cn-button.cn-button-left i {
    margin: 0 5px 0 0;
}
.my .cn-item-button i, .my .cn-button > i {
    color: #FFFFFF;
}
.cn-bubble ul.info-rows > li.cn-hidden-button {
    display: none;
}
.cn-bubble ul.info-rows > li .cn-button > .cn-button-arr {
    display: block;
    line-height: 44px;
    float: right;
}
.cn-bubble ul.info-rows > li .cn-button > .cn-button-arr > i {
    margin: 0 0 0 0;
}
.cn-bubble ul.info-rows > li .cn-input-row {
    display: block;
    padding: 0 20px 10px;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs input,
.cn-bubble ul.info-rows > li .cn-input-row > input {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 16px;
    font-size: 16px;
    padding: 9px 10px;
    background-color: rgba(0,0,0,0.3) !important;
    color: #FFF;
    border-radius: 0 !important;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs input::placeholder {
    color: #FFF;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs input::-webkit-input-placeholder {
    color: #FFF;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs input::-moz-placeholder {
    color: #FFF;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs {
    padding-top: 0;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs table {
    width: 100%;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs table tr > td {
    padding: 0 20px 10px 20px !important;
}
.cn-bubble ul.info-rows > li.cn-bubble-inputs table tr:last-child > td {
    padding-bottom: 20px;
}
.cn-bubble td.rating i {
    color: #FFFFFF;
    margin: 0 2px;
    font-size: 18px;
}
.cn-bubble .cn-top-box {
    display: block;
}
.cn-bubble .cn-top-box > div {
    display: table;
    width: 100%;
}
.cn-bubble .cn-top-box > div > div {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.cn-bubble .cn-top-box .cn-ico-img {
    padding: 20px 0 20px 20px;
}
.cn-bubble .cn-top-box .cn-ico-img > span {
    display: block;
    position: relative;
    text-align: center;
}
.cn-bubble .cn-top-box .cn-ico-img > span > img {
    display: inline-block;
    height: 60px;
    vertical-align: top;
}
.cn-bubble .cn-top-box .cn-ico-img > span > .file-type {
    display: block;
    position: absolute;
    top: 14px;
    left: 5px;
    width: 28px;
    line-height: 10px;
    color: #FFFFFF;
    background-color: rgba(52, 140, 255, 1);
    background-color: #000000;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    line-height: 14px;
}
.cn-bubble .cn-top-box td.title-text {
    color: #DDDDDD;
}
.cn-no-bot-messages ul.cn-bubbles li[data-bn-bot='1'] {
    display: none;
}
.cn-chat-intro {
    display: block;
    padding: 20px 20px 0px 20px;
}
.cn-chat-intro > div {
    display: block;
    text-align: center;
}
.cn-chat-intro > div.title {
    font-size: 24px;
}
.cn-msg-user-img {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    /* box-shadow: 0 0 0 1px rgba(0,0,0,0.3); */
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background-color: #FFFFFF;
}
.cn-msg-user-img.cn-msg-brand-img {
    box-shadow: none;
    background-color: none;
    border-radius: 0;
}
.cn-msg-user-img > img {
    max-width: 32px;
    max-height: 32px;
}
.cn-msg-user-img.cn-msg-brand-img > img {
    max-width: 32px;
    max-height: 32px;
}
.my > .cn-msg-user-img {
    display: none;
}
.cn-badge {
    display: inline-block;
    line-height: 16px;
    font-size: 10px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0 5px;
    border-radius: 8px;
    height: 16px;
}
.my .cn-badge {
    color: rgba(52, 140, 255, 1);
    background-color: #FFFFFF;
}
.my .cn-bubble ul.info-rows > li .cn-item-button,
.my .cn-bubble ul.info-rows > li .cn-button {
    color: #FFFFFF;
}
.cn-bubble.typing {
    font-size: 14px;
    padding: 10px;
    opacity: 0;
    -webkit-animation: bubbleDelayedShow 0.1s both;
    animation: bubbleDelayedShow 0.1s both;
    /* -webkit-animation-delay: 1s;
    animation-delay: 1s; */
}
.cn-bubble.typing > div {
    display: block;
    position: relative;
    width: 52px;
    height: 12px;
}
.cn-bubble.typing .loading-circles {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
}
.cn-bubble.typing .loading-circles li {
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: 0;
    height: 12px;
    width: 12px;
    border: 2px solid #418fde;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transform: transformZ(0);
            transform: transformZ(0);
    -webkit-animation: LOADING 1s infinite;
            animation: LOADING 1s infinite;
    border-color: #999999;
}
.cn-bubble.typing .loading-circles li:nth-child(1n) {
    left: -16px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.cn-bubble.typing .loading-circles li:nth-child(2n) {
    left: 0;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
.cn-bubble.typing .loading-circles li:nth-child(3n) {
    left: 16px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
@keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.cn-icon-interested {
    vertical-align: top !important;
    color: rgba(52, 140, 255, 1) !important;
    font-size: 16px !important;
    font-weight: bold !important;
    -webkit-animation: fadeIn 0.7s both;
    animation: fadeIn 0.7s both;
}
.cn-icon-interested.cn-left {
    display: none;
    margin-right: 5px;
}
.cn-icon-interested.cn-right {
    display: inline-block;
    margin-left: 5px;
}
.my .cn-icon-interested.cn-left {
    display: inline-block;
}
.my .cn-icon-interested.cn-right {
    display: none;
}
.cn-icon-interested:before {
    content: "\e962";
} 
.cn-bubble .cn-medium-text {
    font-size: 18px;
}
.cn-bubble .cn-medium-text {
    font-size: 18px;
}
.cn-bubble .cn-large-text {
    font-size: 32px;
}
.cn-block {
    display: block;
}
.cn-stretched {
    width: 100%;
}
.cn-bn-view .cn-chat-welcome {
    display: none;
    text-transform: initial;
}
.cn-q-ans {
    display: block;
    padding: 0 0 0 10px;
    font-size: 0;
}
.cn-q-ans.cn-q-ans-scroller {
    height: 56px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.cn-q-ans .cn-ans-option {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: top;
    height: 36px;
    border: 1px solid #348cff;
    border-radius: 3px;
    padding: 10px;
    line-height: 16px;
    font-size: 13px;
    color: #348cff;
}
.cn-select-list {
    display: block;
    max-height: 175px;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 8px;
    border-top: 1px solid #DDD;
}
.cn-select-list > .cn-select-option {
    display: block;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.cn-select-list > .cn-select-option:hover {
    background-color: rgba(0,0,0,0.1);
}
.cn-bubble-cal {
    width: 100%;
}
.cn-bubble-cal tr > td {
    width: 14.285%;
    padding: 0 0 0 0 !important;
}
.cn-bubble-cal tr > td :first-child {
    border-left: none;
}
.cn-bubble-cal tr > td > span, .cn-bubble-cal tr > td > a {
    display: block;
    text-align: center;
    line-height: 36px;
}
.cn-bubble-cal tr.cn-months > td {
    background-color: rgba(255,255,255,0.2);
}
.cn-bubble-cal tr > td.cn-month-name {
    width: auto;
}
.cn-bubble-cal tr > td > a.cn-unavailable {
    opacity: 0.4;
    pointer-events: none;
}
.cn-bubble-cal tr > td > a.cn-today {
    font-weight: bold;
}
.cn-bubble-cal tr > td > a.cn-selected {
    background-color: rgba(255,255,255,1);
    color: #348cff;
    font-weight: bold;
}
.cn-bubble ul.info-rows > li.cn-bubble-cf {
    padding-top: 0;
}
.cn-bubble-cf table tr > td {
    padding-bottom: 10px !important;
}
.cn-bubble-cf table tr:last-child > td {
    padding-bottom: 0px !important;
}
.cn-bubble-cf input {
    background-color: #FFF !important;
    padding: 12px 10px !important;
    height: 40px !important;
    color: #000 !important;
    width: 100%;
}
.cn-page-body .cn-chat-inline-button {
    display: inline-block;
    border: 1px solid #555555;
    color: #555555;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.cn-thin-scroll::-webkit-scrollbar {
    width: 8px;
}
.cn-thin-scroll::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}
.cn-thin-scroll::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.4);
}
.cn-hidden-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
.cn-hidden-scroll::-webkit-scrollbar-track {
    width: 0;
    height: 0;
    background: transparent;
}
.cn-hidden-scroll::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    background: transparent;
}
@keyframes bubbleDelayedShow {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
li[data-type='2'][data-user-no='2'] ~ li[data-type='2'][data-user-no='2'], 
li[data-type='2'][data-user-no='3'] ~ li[data-type='2'][data-user-no='3'], 
li[data-type='2'][data-user-no='4'] ~ li[data-type='2'][data-user-no='4'], 
li[data-type='2'][data-user-no='5'] ~ li[data-type='2'][data-user-no='5'], 
li[data-type='2'][data-user-no='6'] ~ li[data-type='2'][data-user-no='6'], 
li[data-type='2'][data-user-no='7'] ~ li[data-type='2'][data-user-no='7'], 
li[data-type='2'][data-user-no='8'] ~ li[data-type='2'][data-user-no='8'], 
li[data-type='2'][data-user-no='9'] ~ li[data-type='2'][data-user-no='9'], 
li[data-type='2'][data-user-no='10'] ~ li[data-type='2'][data-user-no='10'] {
    display: none;
}
