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 #d3d3d3;
  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: break-all !important;
}