:root {
  --mojito-livechat-primary: #2563eb;
  --mojito-livechat-secondary: #1E40AF;
  --mojito-livechat-bubble-user: #2563eb;
  --mojito-livechat-bubble-bot: #f3f4f6;
  --mojito-livechat-white: #ffffff;
  --mojito-livechat-input: #f5f5f5;
  --mojito-livechat-border: #d3d3d3;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input,
select {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
input {
  color: #212121;
  font-size: 0.857rem;
  font: inherit;
}
label input {
  color: #212121;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
  transition: 0.2s;
}
label.mojito-text-icon {
  background: #fff;
  position: relative;
  height: 35px;
  display: block;
  border: 1px solid var(--mojito-livechat-border);
  border-radius: 4px;
  transition: 0.2s;
}
label.mojito-text-icon > i {
  color: #073c9d;
  font-size: 0.857rem;
  position: absolute;
  top: 4px;
  left: 0;
  width: 35px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  transition: 0.2s;
}
label.mojito-text-icon input {
  padding-left: 45px;
}
button {
  padding: 0;
  font: inherit;
  outline: none;
  border: none;
  cursor: pointer;
}
.mojito-textarea:empty:before {
  content: attr(placeholder);
  color: #757575;
}
.mojito-tooltip-box {
  border-radius: 4px;
  position: fixed;
  padding: 4px 8px !important;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1010;
  display: none;
}
.mojito-tooltip-box p {
  font-size: 11px !important;
  color: #fff;
  margin: 0 !important;
}
.mojito-login-livechat article .mojito-btn-fb.show-mojito-btn-fb {
  display: flex;
}
.mojito-login-livechat article .mojito-btn-fb-name {
  display: none;
  align-items: center;
  margin: 0 auto 1.25rem auto;
  width: 180px;
  height: 40px;
  border: 1px solid #3b5998;
  background-color: #fff;
}
.mojito-login-livechat article .mojito-btn-fb-name span {
  display: block;
}
.mojito-login-livechat article .mojito-btn-fb-name span.mojito-avatar {
  position: relative;
  width: 40px;
  height: 38px;
}
.mojito-login-livechat article .mojito-btn-fb-name span.mojito-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px 0 0 0;
}
.mojito-login-livechat article .mojito-btn-fb-name span.mojito-avatar i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #3b5998;
  text-align: center;
  font-size: 0.714rem;
  color: #fff;
  border-radius: 0 4px 0 0;
}
.mojito-login-livechat article .mojito-btn-fb-name span.mojito-name {
  width: calc(100% - 35px);
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  color: #3b5998;
}
.mojito-login-livechat article .mojito-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ed1c24;
}
.mojito-login-livechat article button {
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}
.mojito-login-livechat article .mojito-btn-fb {
  align-items: center;
  margin: 0 auto 1.25rem auto;
  width: 180px;
  height: 35px;
  background-color: #3b5998;
  color: #fff;
}

.chat-message-text p a.linkified {
  color: white !important;
}

.error-rate-limit {
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 9px;
  border-radius: 6px;
  background-color: #e41e25;
}

.modal {
  z-index: 2001 !important;
}

.mojito-message a.linkified {
  word-break: break-all !important;
}

.mojito-message.multi-lines-text {
  word-break: normal;
}

.chat-login-form input::placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}

.mojito-chat-header .mojito-logout,
.mojito-chat-header .mojito-minimizer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--mojito-livechat-white);
  cursor: pointer;
  transition: 0.2s;
  border-radius: 50%;
  font-size: 14px !important;
  padding: 6px;
}

.mojito-chat-header .mojito-logout:hover,
.mojito-chat-header .mojito-minimizer:hover {
  background-color: rgba(255, 255, 255, 0.15);
}