  .chatdot1 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--primary-color);
    color: #fff;
    z-index: 999;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  #chat_noti_id1 p {
    font-size: 11px;
    /* color: #000; */
    margin-bottom: 0px;
    font-weight: bold;
    display: contents;
  }

  .spacedot1 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--primary-color);
    color: #fff;
    z-index: 999;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  #space_noti_id1 p {
    font-size: 11px;
    /* color: #000; */
    margin-bottom: 0px;
    font-weight: bold;
    display: contents;
  }

  .conns-cnt {
    font-size: 12px !important;
  }