body {
  background-color: #eee;
  overflow-x: hidden;
}

header {
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  header .container {
    padding: 0;
  }
  header .container .row {
    margin: 0 auto;
  }
  header .container .row .col {
    padding: 0;
  }
  header .container .row .col img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  header .position-relative {
    height: 123px;
  }
  header img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    height: 123px;
  }
}

section.main {
  background-color: #eee;
}
section.main .chatCard {
  background-color: #fafafa;
}
@media (max-width: 767.98px) {
  section.main .chatCard {
    max-height: 75vh;
  }
}
section.main .chatCard .chatWindow {
  background-color: #fff;
  position: relative;
  height: 400px;
  overflow-y: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-right: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
}
section.main .chatCard .chatWindow .botResponse .responseImg {
  display: block;
  max-width: 60%;
  max-height: 260px;
  margin: 1.5rem auto;
  border-radius: 6px;
}
section.main .chatCard .form-control {
  border-color: transparent;
}
section.main .chatCard .form-control:focus {
  border-color: transparent;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
section.main .chatCard .typing-indicator {
  background-color: #fff;
  border-top: 2px solid #F2F2F2;
}
section.main .card-header {
  background-color: #fff;
}
section.main .card-body {
  scrollbar-gutter: var(--gutter, auto);
}
section.main .card-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
section.main .card-body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
section.main .card-body::-webkit-scrollbar-thumb {
  background-color: #00c500;
  border-radius: 100px;
}
section.main .card-footer {
  background-color: #fff;
  border-top: 2px solid #F2F2F2;
}

footer img {
  max-width: 80vw;
  max-height: 20px;
}/*# sourceMappingURL=style.css.map */