.chat-field select{height:44px;padding:0 12px;border:1px solid #dce3ed;border-radius:11px;background:#fff}
.chat-inline-edit{display:flex;gap:8px;padding:0 20px 14px}
.chat-inline-edit input{min-width:0;flex:1;height:40px;padding:0 10px;border:1px solid #dce3ed;border-radius:10px}
.chat-inline-edit button{border:0;border-radius:10px;background:#edf3ff;color:#3765d3;font-weight:650}
.chat-group-section{padding:8px 20px;color:#66738a;font-size:.78rem}
.chat-member{display:flex;align-items:center;gap:12px;padding:8px 10px}
.chat-member>span:not(.chat-avatar){display:flex;min-width:0;flex:1;flex-direction:column}
.chat-member>button{border:0;background:transparent;color:#b63a4b}
.chat-user-list.is-compact{max-height:180px}
.chat-user-list.is-selectable>label{cursor:pointer;border:1px solid transparent;transition:background-color .15s,border-color .15s,box-shadow .15s}
.chat-user-list.is-selectable>label>input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}
.chat-user-list.is-selectable>label>i{margin-left:auto;color:#a4afc0;font-size:1.15rem}
.chat-user-list.is-selectable>label.is-selected{border-color:#9bb4ed;background:#edf3ff;box-shadow:0 0 0 2px rgba(55,101,211,.08)}
.chat-user-list.is-selectable>label.is-selected>i{color:#3765d3}
.chat-modal>footer{gap:10px;flex-wrap:wrap}
.chat-modal>footer>.d-flex{flex-wrap:wrap}
body.dark .chat-field select,body.dark .chat-inline-edit input{background:#141b27;border-color:#344057;color:#edf2fa}
