.header .title {
  text-align: center;
}

.header .logo {
  display: none;
}

.invitation-container {
  min-height: 200px;
  height: auto;
  position: fixed;
  bottom: 5px;
}

.invitation-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

button {
  background-color: #fff !important;
  color: #0072bc !important;
}

.invitation-message {
  min-height: auto !important;
}

.invitation-message .js-message,
#chatHeaderIntroductionId {
  font-size: 14px;
}

.pre-chat-container .inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#chatHeaderIntroductionId {
  text-align: center;
  padding: 0 10px;
}

.form-list>li {
  margin-bottom: 5px;
}

.form-list .required {
  display: flex;
  align-items: center;
}

span.error-image {
  background-position-y: 3px;
}

.footer {
  display: none;
}

.footer p {
  text-transform: capitalize;
}