span.ts-online-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgb(48 162 76);
  font-size: 22px;
  border: 3px solid white;
  display: inline-block;
  line-height: 1em;
  border-radius: 100%;
  height: 15px;
  width: 15px;
}
.convo-head .ts-convo-name span.ts-last-active {
  font-weight: 400;
  color: #606060;
  font-size: 80%;
}

a.convo-pic {
  position: relative;
}

.ea4v-get-notification-link {
  border-top: 0.5px solid var(--ts-shade-4);
  padding: 10px;
  position: sticky;
  bottom: 0;
  background: white;
  margin-top: auto;
}
.ea4v-get-notification-link a {
  color: #424242;
  font-size: 90%;
  padding: 0;
  height: unset;
  white-space: wrap;
  justify-content: flex-start;
  text-align: left;
}
