<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================== Imports ==================== */
@font-face {}

/* ==================== Common ==================== */
.is-mobile .livechat-subtext {
  display: none;
}

/* ==================== Pre-Chat ==================== */
.livechat-prechat {
  background-color: #eee;
}

.livechat-prechat-form-container {
  background: #fff;
}

.livechat-prechat-submit-btn,
.livechat-prechat-submit-btn:focus {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin: auto;
}

.livechat-prechat-submit-btn:hover {
  background-color: #444;
  color: #fff;
}

/* ==================== In-Chat ==================== */
.livechat-inchat {
  background-color: #eee;
}

.liveAgentQueuePosition:not(:empty)::before {
  content: 'Current Queue Position: ';
}

.liveAgentChatRow {
  padding-bottom: 10px;
}

#liveAgentChatLog {
  margin-bottom: -15px;
}

#liveAgentChatLogText {
  display: inline-block;
}

.livechat-send-btn,
.livechat-send-btn:focus {
  background-color: #000;
}

.livechat-send-btn:hover {
  background-color: #444;
}

.client {
  background-color: #38e;
}

.client:after {
  border-bottom-color: #38e;
}
</pre></body></html>