/* media queries */
.component-live-chat .live-chat-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.component-live-chat .live-chat-wrap {
  margin-right: 2em;
}
.component-live-chat .btn {
  margin-top: -65px;
}
.component-live-chat.light {
  background: #fff;
}
#iwt-container .iwt-chat-participant {
  display: none;
}
#iwt-container .iwt-message-text-wrapper {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#iwt-container .btn {
  background: #ffc429;
  border-color: #ffc429;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  padding: 6px 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
