.bchat-header-link{position:relative}.bchat-header-link .bchat-header-badge{position:absolute;top:4px;right:4px;font-size:10px}.bchat-convs{display:flex;flex-direction:column;height:100%}.bchat-convs .bchat-convs-header{border-bottom:1px solid #e4e7ea}.bchat-convs .bchat-convs-list{flex:1 1 auto;overflow-y:auto}.bchat-convs .bchat-conv-item{display:flex;align-items:flex-start;padding:10px 14px;gap:10px;cursor:pointer;border-bottom:1px solid #f0f3f5;position:relative}.bchat-convs .bchat-conv-item:hover{background:#f6f9fc}.bchat-convs .bchat-conv-item.active{background:#eaf4fb}.bchat-convs .bchat-conv-item.unread .bchat-conv-title{font-weight:700}.bchat-convs .bchat-conv-item .bchat-conv-avatar{width:36px;height:36px;flex-shrink:0;background:#e4e7ea;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#73818f}.bchat-convs .bchat-conv-item .bchat-conv-body{flex:1 1 auto;min-width:0}.bchat-convs .bchat-conv-item .bchat-conv-body .bchat-conv-title{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:70%}.bchat-convs .bchat-conv-item .bchat-conv-body .bchat-conv-preview{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bchat-convs .bchat-conv-item .bchat-conv-badge{position:absolute;top:10px;right:10px;font-size:10px}.bchat-thread{display:flex;flex-direction:column;height:100%}.bchat-thread .bchat-thread-header{border-bottom:1px solid #e4e7ea;background:#f6f9fc}.bchat-thread .bchat-thread-body{flex:1 1 auto;overflow-y:auto;background:#f8f9fb}.bchat-thread .bchat-thread-input{border-top:1px solid #e4e7ea;background:#fff}.bchat-thread .bchat-msg{display:flex;margin:4px 0}.bchat-thread .bchat-msg .bchat-msg-bubble{max-width:70%;padding:8px 12px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d;font-size:14px;word-break:break-word}.bchat-thread .bchat-msg .bchat-msg-author{font-size:11px;font-weight:600;color:#73818f;margin-bottom:2px}.bchat-thread .bchat-msg .bchat-msg-when{margin-top:2px;font-size:10px;color:#8a95a0;text-align:right}.bchat-thread .bchat-msg.is-mine{justify-content:flex-end}.bchat-thread .bchat-msg.is-mine .bchat-msg-bubble{background:#20a8d8;color:#fff}.bchat-thread .bchat-msg.is-mine .bchat-msg-bubble .bchat-msg-when{color:#ffffffbf}.bchat-thread .bchat-msg.is-theirs{justify-content:flex-start}.bchat-page .bchat-card{height:calc(100vh - 160px);min-height:500px;overflow:hidden}.bchat-page .bchat-layout{display:flex;height:100%}.bchat-page .bchat-sidebar{width:320px;flex-shrink:0;border-right:1px solid #e4e7ea;display:flex;flex-direction:column;min-height:0}.bchat-page .bchat-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.bchat-page .bchat-empty{flex:1 1 auto}@media(max-width:767px){.bchat-page .bchat-sidebar{width:100%;display:none}.bchat-page .bchat-sidebar.show-mobile{display:flex}}
