/* ChainEsport social — online presence dots */
.ce-avatar-wrap,
.ce-lobby-avatar-wrap {
  position: relative;
  display: inline-block;
}
.ce-online-dot {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #0a101c;
  z-index: 2;
}
.ce-lobby-add-friend {
  margin-top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: none;
  background: #3b82f6;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.ce-unread-snippet {
  max-width: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #ef4444;
  border-radius: 10px;
  padding: 3px 8px;
  flex-shrink: 0;
  align-self: center;
  margin-left: 6px;
}
.ce-list-item.has-unread .ce-list-title {
  font-weight: 800;
}
.ce-list-item.has-unread .ce-list-sub {
  color: #e2e8f0;
  font-weight: 600;
}
.ce-composer-input {
  resize: none;
  min-height: 40px;
  max-height: 120px;
}

  opacity: 0.65;
  font-size: 9px;
  width: auto;
  padding: 0 6px;
  border-radius: 8px;
}
