/* ==================== Imports ==================== */
@font-face {}

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

/* ==================== Pre-Chat ==================== */

.livechat-company-logo-container img {
    width: 100%;
}

.livechat-loading-image {
    width: 80%;
}

.livechat-prechat-form-container {
  background: #fff;
  padding: 15px 15px 0;
}

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

.livechat-company-logo-container {
    text-align: center;
}

.livechat-text {
    padding: 0 30px;
    font-size: 21px;
}

.livechat-subtext {
    padding: 0 30px;
    font-size: 18px;
}

.livechat-prechat {
  background-color: #fff;
}

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

.livechat-inchat-buttons {
  display: none;
}

.timestamp {
  display: none;
}

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