#liveChatBadge {
  display: none;
  height: 16px;
  align-items: baseline;
  font-size: 16px;
  margin-bottom: 10px;
}

#liveChatBadgeIcon {
  fill: white;
  width: 12px;
  height: 12px;
}

.liveChatBadgeText {
  color: #4286b0;
  font-weight: bold;
  margin-right: 2px;
  font-size: 12px;
  cursor: pointer;
}

.liveChatBadgeText:focus-visible {
  text-decoration: underline;
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.liveChatBadgeText:hover {
  text-decoration: underline;
}

#liveChatBadgePhrase {
  color: #999999;
  margin-right: 2px;
  font-size: 12px;
}

#live-chat-acc-rs-2 {
  position: relative;
  font-size: 12px;
}

#live-chat-acc-rs-2 > div {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#live-chat-acc-rs-2 > div > div {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
