.kd-chat-body,
.kd-chat-room,
.kd-chat-mini-messages {
  min-height: 0;
}

.kd-chat-body {
  overflow: hidden;
}

.kd-chat-mini-messages {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.kd-chat-mini-form textarea[aria-invalid="true"] {
  border-color: #d85b4b;
  box-shadow: 0 0 0 3px #d85b4b18;
}

.kd-chat-mini-error {
  grid-column: 1 / -1;
  color: #a93d30;
  font-size: 11px;
  font-weight: 700;
}

.kd-chat-mini-form button:disabled {
  opacity: .55;
  cursor: wait;
}

.kd-chat-room-head{flex-wrap:wrap}.kd-chat-room-head b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.kd-chat-room-head .kd-chat-open-large{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 11px;border-radius:10px;background:#173426;color:#fff;font-size:12px;font-weight:800;white-space:nowrap;text-decoration:none}
.kd-chat-room-head .kd-chat-open-large:hover,.kd-chat-room-head .kd-chat-open-large:focus-visible{background:#315d35;color:#fff}
.kd-chat-mini-form textarea{min-width:0;width:100%;box-sizing:border-box}
