.elementor-button-content-wrapper {
  align-items: center;
}

.ts-single-status.pending {
  opacity: 0.6;
}

.ea4v-qrcode-btns {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ea4v-qrcode-btns a {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 10px;
  flex-basis: 50%;
  color: black;
}

.ea4v-qrcode-btns a:hover {
  background-color: #00000005;
}

.elementor-button-text.ea4v-button-text {
  flex-grow: unset;
}

.ea4v-button {
  cursor: pointer;
}

.ts-popup-content-wrapper {
  overflow: scroll;
}






/* online status  */

.elementor-element .ea4v-is-online::after {
  content: '';
  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;
}

.elementor-element .ea4v-is-online {
  position: relative;
}

.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;
}

/* 
.ts-notification-list li a .notification-image {
  border-radius: 0 !important;
  background: unset !important;
} */

/* .ts-notification-list li a .notification-image img {
  border-radius: 50%;
} */


.ts-user-area>ul>li.ts-user-area-avatar .ea4v-is-online img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}