/* ==================== 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;
}

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

.livechat-company-logo-container img {
    width: 164px;
    height: 30px;
}

.livechat-inchat-buttons {
    position: absolute;
    top: 48px;
    right: 13px;
}
.livechat-inchat-buttons-container {
    position: relative;
    margin-bottom: 40px;
}

.livechat-company-logo-container {
    position: relative;
    margin-top: 10px;
}
.livechat-text {
    font-size: 18px;
}

.livechat-subtext {
    font-size: 16px;
}
.livechat-close-btn {
    top: -3px;
}
.livechat-prechat-form .form-group label {
	font-size: 15px;
	line-height: 14px;
}
.livechat-prechat-form .form-group  input {
    height: 34px !important;
    font-size: 14px  !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #livechat-prechat-form .form-group .select-style {
        padding-right: 0;
    }
}

.livechat-disclosure {
    margin: 15px 0;
}
