body {
  background-color: #fcfcfc;
  font-size: 14px!important;
  color: rgb(83,110,123)!important;
}

.user.show.peak-thumb {
  padding-right: 0;
}

.cf-chat-response.user thumb {
  display: none;
}

cf-chat-response.user.show thumb {
  display: none;
}

cf-chat-response.robot thumb {
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
}

cf-chat-response.robot {
  padding-left: 54px;
}

.conversational-form--show {
  display: none;
}

.chat-bot {
  position: absolute;
  background-color: #1393f6;
  color: #fff;
  padding: 20px;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  right: 50%;
  top: 20px;
  cursor: pointer;
  outline: none;
}
.chat-bot:hover {
  background-color: #0a5ea0;
}

.chat-bot:active {
  background-color: #0e7cd1;
  top: 21px;
  right: 49.9%;
}