/********** Chat bot***********/

.bpw-widget-btn {
  background-color: #47b2e4 !important;
  
}

#bp-web-widget {
  max-height: 720px !important;
  top: unset !important;
  bottom: 0 !important;
  right: 10px !important;
  z-index: 999 !important;
}

.bpw-layout {
  margin-right: 0 !important;
}

.bpw-composer textarea {
  border: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  border-radius: 25px !important;
}

@media (max-width: 480px) {
  #bp-web-widget {
    max-height: 100% !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
}
#app {
  margin-bottom: 10px !important;
  margin-right: 5px !important;
}
}