.lbt-chat-toggle {
  position: relative;
  overflow: visible;
  padding: 3px !important;
}

.lbt-chat-toggle img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
}

.lbt-chat-toggle::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(0, 203, 254, 0.32);
  border-radius: 50%;
  pointer-events: none;
}

.lbt-chat-toggle::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 11px;
  height: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #2ee884;
}
