.message-status{
  display:inline-block;
  margin-left:2px;
  color:#71817a;
  font-size:12px;
  font-weight:800;
  letter-spacing:-3px;
  line-height:1;
  vertical-align:-1px;
}
.message-status.sending{letter-spacing:0;color:#71817a}
.message-status.read{color:#2aa6dc}
.message-status.error{
  display:inline-grid;
  place-items:center;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#e85b53;
  color:#fff;
  font-size:9px;
  letter-spacing:0;
  vertical-align:0;
}
.number-menu-button{grid-template-columns:38px minmax(120px,1fr) auto 14px}
.top-unread-badge,.unread-badge,.chat-unread-badge{
  display:inline-grid;
  place-items:center;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:999px;
  background:#24b962;
  color:#fff;
  font-size:10px;
  font-style:normal;
  font-weight:850;
  line-height:1;
}
.top-unread-badge{min-width:18px;height:18px;font-size:9px}
.channel-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.unread-badge{min-width:18px;height:18px;font-size:9px}
.chat-row-meta .unread-time{color:#16994b;font-weight:800}
.chat-unread-badge{min-width:20px;height:20px;background:#20b75c;font-size:10px}
.emoji-menu{
  position:absolute;
  z-index:4;
  bottom:65px;
  right:82px;
  width:min(410px,calc(100% - 28px));
  overflow:hidden;
  border:1px solid #d9e6dd;
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 42px #16392436;
}
.emoji-picker-heading{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-bottom:1px solid #e7eee9}
.emoji-picker-heading b{font-size:12px}.emoji-picker-heading small{color:#73887d;font-size:10px}
.emoji-grid{display:grid;grid-template-columns:repeat(9,1fr);max-height:265px;overflow:auto;padding:8px}
.emoji-item{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1;
  border:0;
  border-radius:8px;
  background:transparent;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  font-size:21px;
  line-height:1;
}
.emoji-item:hover{background:#e8f6ec;transform:scale(1.12)}
@media(max-width:540px){.emoji-menu{right:10px;bottom:60px;width:calc(100% - 20px)}.emoji-grid{grid-template-columns:repeat(8,1fr)}}
