
    body.ms-v104 .v10163-live .v10163-message-text::after{
      content:"";
      display:inline-block;
      width:2px;
      height:1em;
      margin-left:3px;
      vertical-align:-2px;
      background:currentColor;
      opacity:.7;
      animation:v10163Cursor .75s infinite;
    }
    @keyframes v10163Cursor{0%,49%{opacity:.75}50%,100%{opacity:0}}
    body.ms-v104 .v10163-connection{
      display:inline-flex;
      align-items:center;
      gap:5px;
      border-radius:999px;
      padding:4px 7px;
      font-size:7px;
      font-weight:950;
      background:#fff3d8;
      color:#825700;
    }
    body.ms-v104 .v10163-connection.on{background:#e5f8ef;color:#08724e}
    body.ms-v104 .v10163-connection i{width:6px;height:6px;border-radius:50%;background:currentColor}
    body.ms-v104 .v10163-stream-error{
      border-left:4px solid #d94b61;
      border-radius:11px;
      padding:8px 9px;
      background:#fff7f8;
      color:#863143;
      font-size:8px;
      line-height:1.4;
      margin-top:7px;
    }
  