.chat-wrap .info-panel * {
  color: #405c6e;
}
.chat-wrap .info-panel p,
.chat-wrap .info-panel li {
  line-height: 1.4rem;
}
.chat-wrap .chat-panel {
  float: right;
  line-height: 1.4rem;
  margin-left: 2rem;
  width: 55%;
}
.chat-wrap .chat-panel .chat-box {
  height: 35vh;
  overflow-y: auto;
}
.chat-wrap .chat-panel .chat-box .chat-wrap .chat-card {
  display: inline-block;
  max-width: 85%;
  position: relative;
  width: auto;
}
.chat-wrap .chat-panel .chat-box .chat-wrap.bot .chat-card {
  background: #007398 !important;
  color: #fff;
}
.chat-wrap .chat-panel .chat-box .chat-wrap.bot .chat-card .fa {
  color: #007398;
  left: -0.5rem;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}
.chat-wrap .chat-panel .chat-box .chat-wrap.user {
  justify-content: flex-end;
}
.chat-wrap .chat-panel .chat-box .chat-wrap.user .chat-card {
  background: #71B1C8;
}
.chat-wrap .chat-panel .chat-box .chat-wrap.user .chat-card .fa {
  color: #71B1C8;
  right: -0.5rem;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
}
.chat-wrap .chat-panel .card-footer textarea {
  border: none;
  border-bottom: #333333 solid 0.15rem;
  color: #405c6e;
  font-size: 1rem;
  font-weight: bolder;
  line-height: 1.4rem;
  margin-right: 0.25rem;
  overflow: auto;
  outline: none;
  padding: 0 1rem;
  resize: none;
  width: 100%;
}
.chat-wrap .chat-panel .card-footer .hpu-btn {
  align-self: flex-end;
  background: #007398;
  color: #fff;
  border: transparent;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.2rem rgba(51, 51, 51, 0.25);
  cursor: pointer;
  font-family: "Gotham-Bold";
  font-size: 1rem;
  font-weight: bolder;
  height: 3rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out !important;
  width: 100%;
}
@media (max-width: 992px) {
  .chat-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .chat-wrap .chat-panel {
    display: block;
    float: none;
    margin-left: unset;
    width: 100%;
  }
}/*# sourceMappingURL=chat-styles.css.map */