.chatbot {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 9999 !important;
  box-shadow: 0 1px 4px #d4d4d4;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 400px;
  background: #fff;
}
.chatbot-none {
  display: none;
}
.chatbot-box {
  border-radius: 15px;
  margin-bottom: 20px;
  width: 400px;
  background: #fff;
}
.chatbot-box-text-parent {
  overflow-y: scroll;
  max-height: 470px;
}
.chatbot-box-text-img img {
  max-height: 50px;
  margin-top: 5px;
}
.chatbot-box-header {
  position: relative;
  background: #f2f2f2;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chatbot-box-header-text {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.chatbot-box-header-close {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 30px;
  color: #b1b1b1;
  cursor: pointer;
}

.chatbot-box-text-parent {
  padding-top: 20px;
}
.chatbot-box-text {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  /*overflow-y: scroll;*/
}
.chatbot-box-text-jawaban {
  padding: 10px 10px;
  background: #ebf5ff;
  color: #2d363f;
  width: auto;
  line-height: 1.4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 500;
  margin-top: 8px;
  position: relative;
  font-size: 15px;
}
.chatbot-box-text-jawaban p {
  line-height: 1.4;
  font-size: 15px;
}
.chatbot-box-text-jawaban small,
.chatbot-box-text-pertanyaan small {
  bottom: 0px;
  position: absolute;
  right: 10px;
  font-size: 72%;
}
.chatbot-box-text .col-left {
  padding-left: 0px;
}
.chatbot-box-text .col-left-img {
  padding-left: 5px;
}
.chatbot-box-text .col-right {
  padding-right: 0px;
}
.chatbot-box-text .col-right-img {
  padding-right: 5px;
}
.chatbot-box-text-jawaban-parent,
.chatbot-box-text-pertanyaan-parent {
  margin-bottom: 15px;
}

.chatbot-box-text-pertanyaan {
  padding: 10px 10px;
  background: #0075ff;
  color: #fff;
  width: auto;
  line-height: 1.4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 500;
  margin-top: 8px;
  position: relative;
}

.chatbot-box-send {
  padding: 15px 25px 35px 20px;
  background: #fff;
  position: relative;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.chatbot-box-send input {
  border-radius: 50px;
  background: #f2f2f2;
  width: 90%;
}
.chatbot-box-send button {
  background: #0077ff;
  border: none;
  position: absolute;
  top: 16px;
  right: 15px;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  width: 38px;
  height: 38px;
}

.chatbot-icon {
  position: fixed;
  bottom: 30px;
  right: 32px;
  z-index: 9999 !important;
}
.chatbot-icon img {
  max-height: 60px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .chatbot {
    bottom: 0px;
    right: 0px;
    width: auto;
    max-width: 400px;
  }
  .chatbot-box-text-parent {
    max-height: 420px;
  }
  .chatbot-icon {
    right: 26px;
  }
}
