.dialog_flow_chatbot{
  position: fixed;
  height: 450px;
  width: 336px;
  bottom: 70px;
  right: 40px;
  background: white;
  border: solid 1px;
  z-index: 1;
}
.dialog_flow_chatbot.hide{
  display: none;
}
form {
  margin: 0;
}
.dialog_flow_chatbot .b-agent-demo {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  width: 100%;
  height: auto;
  color: #2b313f;
  font-size: 12px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog_flow_chatbot .b-agent-demo .user-request,
.dialog_flow_chatbot .b-agent-demo .server-response {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 3px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  font-size: 16px;
  clear: both;
}
.dialog_flow_chatbot .b-agent-demo .user-request.server-response-error,
.dialog_flow_chatbot .b-agent-demo .server-response.server-response-error {
  background-color: #f76949;
}
.dialog_flow_chatbot .b-agent-demo .user-request {
  background-color: #efefef;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
  margin-left: 15px;
}
.dialog_flow_chatbot .b-agent-demo .server-response {
  color: #ffffff;
  background-color: #a5d175;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_result {
 
  overflow-y: auto;
  background: white;
  top: 110px;
  bottom: 55px;
  width: 100%;
  position: absolute;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_result-table {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_result-table td {
  vertical-align: bottom;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_header {
  min-height: 80px;
  height: 80px;
  overflow: hidden;
  
  top: 0;
  width: 100%;
  background-color: #4285F4;
  display: table;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_header-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_header-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  /* border-radius: 100%; */
  /*background-color: @response-color;*/
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_header-icon img {
  height: 100%;
 width: 100%;
  /* width: auto;
  height: auto; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  margin: auto;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_header-agent-name {
  padding-left: 80px;
  font-size: 18px;
  color: #ffffff;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_header-description {
  color: white;
  font-weight: bolder;
  padding-left: 80px;
  padding-top: 7px;
  font-size: 12px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 24px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_input {
  
  bottom: 1px;
  height: 55px;
  border-top: 1px solid lightgray;
  background-color: white;
  width: 100%;
  position: absolute;
}
.dialog_flow_chatbot .b-agent-demo #agentDemoForm {
  display: block;
  margin-left: 15px;
  margin-right: 55px;
}
.dialog_flow_chatbot .b-agent-demo #query {
  width: 100%;
  border: 0;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  height: 55px;
}
.dialog_flow_chatbot .b-agent-demo #query:focus {
  outline: none;
  outline-offset: 0;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_input-microphone {
  display: none;
  position: absolute;
  font-size: 20px;
  width: 54px;
  height: 54px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  /* line-height: 30px; */
  line-height: 54px;
  background: white;
  color: #b7bbc4;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_input-microphone.active {
  color: #f76949;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_powered_by {
  
  left: 0;
  right: 0;
  top: 80px;
  height: 30px;
  background-color: #F8F8F8;
  vertical-align: middle;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_powered_by span {
  color: black;
  text-transform: uppercase;
  float: right;
  vertical-align: middle;
  line-height: 20px;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 10px;
  margin-left: -10px;
}
.dialog_flow_chatbot .b-agent-demo .b-agent-demo_powered_by img {
  margin-top: 7px;
  height: 16px;
  margin-right: 20px;
  float: right;
  vertical-align: middle;
  border: 0;
}
.dialog_flow_chatbot .clearfix {
  clear: both;
.dialog_flow_chatbot }