body {
  font-family: Roboto, sans-serif;
  overflow: hidden;
}

.botui-message-content:not(.human) > span p:not(:last-child) {
  margin-bottom: 8px;
}
* {
  margin: 0;
  box-sizing: border-box;
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
}

input:focus {
  outline: none;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#left {
  width: 30px;
  overflow: hidden;
  display: inline-block;
  background: rgba(204, 204, 204, 0.5);
  height: 30px;
  float: left;
  clear: none;
  position: fixed;
  z-index: 2;
}

#leftQR {
  width: 40px;
  overflow: hidden;
  display: block;
  background: rgba(204, 204, 204, 0.5);
  height: 40px;
  clear: none;
  position: fixed;
  z-index: 2;
}

#right {
  width: 30px;
  overflow: hidden;
  display: inline-block;
  background: rgba(204, 204, 204, 0.5);
  height: 30px;
  clear: none;
  float: left;
  position: fixed;
  z-index: 2;
}

#rightQR {
  width: 60px;
  overflow: hidden;
  display: block;
  background: rgba(204, 204, 204, 0.5);
  height: 50px;

  clear: none;
  right: 0;
  position: fixed;
  z-index: 2;
}

body {
  font: 13px Helvetica, Arial;
  /*background: rgba(215, 215, 215, 0.9);*/
}

form {
  width: 98%;
  max-width: 500px;
  position: absolute;
  bottom: 50px;
  left: 51%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 11111;
}

form input {
  border-radius: 16px;
  border: none;
  /* padding: 10px; */
  width: 85%;
  /* margin-right: 0.5%; */
  font-family: 'Figtree', sans-serif;
}

form input::placeholder {
  font-family: 'Figtree', sans-serif;
}

.bottomContainer {
display: flex;
/* margin-bottom: 8px; */
position: absolute;
width: 98%;
background-color: #fff;
margin-top: 15px;
/* justify-content: center; */
/* bottom: -40px; */
}

.inputContainer {
  border-radius: 8px;
  border: 1px solid #34495e;
  width: 78%;
  margin-right: 0.5%;
  padding: 8px 8px 8px 8px;
}

.attachInput {
  display: none;
}

.attachIcon {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

form button {
  width: 18%;
  border-radius: 16px;
  background: #34495e;
  border: none;
  color: white;
}

@media (min-width: 500px) {
  .botui-app-container {
    width: 450px;
  }
}

.botui-container {
  position: relative;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.87);
  font-family: Roboto, sans-serif;
  /* margin-top: -10px;*/
  height: 81vh;
}

.botui-messages-container {
  padding: 10px 10px 0px 10px;
}

.botui-actions-container {
  position: relative;
  padding: 0px 10px 10px 10px;
  /*    white-space: nowrap;*/
  overflow-x: auto;
  overflow-y: hidden;
}

.botui-message {
  min-height: 30px;
}

.botui-message-content {
  color: #243648;
  background-color: #f6f7fa;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 16px 10px 16px;
  border-radius: 10px 10px 10px 0px;
}

.botui-message-content.human {
  color: #243648;
  background-color: #fff4f6;
}

.botui-message-content.text {
  line-height: 1.3;
}

.botui-message-content.html {
  line-height: 1.3;
}

.botui-message-content.loading {
  /* background-color: #fff; */
  line-height: 0.4;
  text-align: center;
}

.botui-message-content.embed {
  padding: 5px;
  border-radius: 5px;
}

.botui-message-content-link {
  color: #919292;
}

.botui-actions-text-input {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  font-family: Roboto, sans-serif;
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-submit {
  color: #fff;
  width: 30px;
  padding: 5px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #919292;
  background: #777979;
}

.botui-actions-buttons-button {
  border: 10px;
  margin-bottom: 5px;
  border: 1px solid #e3e9ee;
  color: #768493;
  line-height: 20px !important;
  cursor: pointer;
  font-size: 14px;
  background: white;
  font-weight: 400;
  padding: 8px 12px 8px 12px;
  border-radius: 36px;
  font-family: Roboto, sans-serif;
  /*box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .25)*/
}

.botui-actions-buttons-button:hover {
  background-color: #FFF4F6;
  color: #172332;
  border-color: #E77183;
}

/* Suggested QuickReply Tag */
.suggested-tag {
  display: inline-block;
  vertical-align: middle;
  background-color: #26CBA3;
  color: #fff;
  /* font-family: Cabin; */
  font-weight: 700;
  font-style: normal;
  font-size: 8px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 8px;
  border-radius: 12px;
  /* margin-right: 8px; */
  text-transform: uppercase;
}

.botui-actions-text-select {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  font-family: Roboto, sans-serif;
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-searchselect {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  font-family: Roboto, sans-serif;
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-searchselect .dropdown-toggle {
  border: none !important;
}

.botui-actions-text-searchselect .selected-tag {
  background-color: transparent !important;
  border: 0 !important;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
  transform: translateX(-10px);
}

.dot {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.5rem;
  display: inline-block;
  background-color: #8a8a8a;
  border: solid #8a8a8a;
  border-width: 0 3px 3px 0;
}

.dot:nth-last-child(1) {
  margin-left: 0.3rem;
  animation: loading 0.6s 0.3s linear infinite;
}

.dot:nth-last-child(2) {
  margin-left: 0.3rem;
  animation: loading 0.6s 0.2s linear infinite;
}

.dot:nth-last-child(3) {
  animation: loading 0.6s 0.1s linear infinite;
}
.btn-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.btn-group button {
  background-color: white;
  /* Green background */
  border: 1px solid #c0c0c0;
  /*
      box-shadow: 0 0px 4px 0 rgba(0,0,0,0.2), 0 0px 4px 0 rgba(0,0,0,0.19);
  */
  border-radius: 4px;
  font-weight: 600;
  /* Green border */
  color: #d9475c;
  font-size: 14px;
  /* White text */
  padding: 10px 24px;
  /* Some padding */
  cursor: pointer;
  /* Pointer/hand icon */
  width: 65%;
  /* Set a width if needed */
  display: block;
  /* Make the buttons appear below each other */
  margin-bottom: 5px;
}

.btn-group button:not(:last-child) {
  /*  border-bottom: none;*/
  /* Prevent double borders */
}

/* Add a background color on hover */

.btn-group button:hover {
  background-color: #34495e;
  color: white;
}

.chatbotImg {
  background: url(../jsChatbotIcon.png) no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-left: 5px;
}
.bot-card {
  width: 270px;
  margin-right: 10px;
  background: #ffffff80;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.bot-card img {
  /*    width: 270px;
      height: 120px;*/
  background-position: center center;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  max-width: 100%;
  max-height: 100%;
}

.bot-card-content {
  font-family: Roboto, sans-serif;
  color: rgb(102, 102, 102);
  margin: 10px 10px 15px 10px;
}

.bot-card-container {
  width: 100%;
  float: left;
  position: relative;
  white-space: nowrap;
  padding: 0 0 20px 5px;
  margin: 0 0 5px 0;
}
.bot-cardslide-container {
  position: relative;
}

.bot-card-content-text {
  white-space: normal;
}

.bot-card-content-text.title {
  font-size: 15px;
  font-weight: bold;
  color: #34495e;
}

.bot-card-content-text.subtitle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.bot-card-buttons {
  margin: 5px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.bot-card-buttons button {
  padding-top: 10px;
  width: 220px;
  text-align: center;
  border: 10px;
  margin: 0px;
  border-color: #d9475c;
  color: #d9475c;
  background: white;
  line-height: 1;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  border-radius: 15px;
  display: block;
  outline: none;
}

@keyframes loading {
  0% {
    transform: translate(0, 0);
    background-color: #8a8a8a;
  }
  25% {
    transform: translate(0, -3px);
  }
  50% {
    transform: translate(0, 0);
    background-color: #8a8a8a;
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* ::-webkit-scrollbar {
      width: 5px;
      height: 5px;
  } */

/* Handle */

/* ::-webkit-scrollbar-thumb {
      background: #eaeaea;
  } */

/* Handle on hover */

/* ::-webkit-scrollbar-thumb:hover {
      background: #c2c2c2;
  } */

.arrow-left {
  background: url(../left-arrow.png) no-repeat;
  height: 27px;
  position: absolute;
  left: 3px;
  display: none;
  z-index: 1111;
  width: 25px;
  top: 5px;
  cursor: pointer;
}

.arrow-right {
  background: url("../right-arrow.png") no-repeat;
  height: 27px;
  position: absolute;
  left: 316px;
  display: none;
  z-index: 1111;
  width: 25px;
  top: 5px;
  cursor: pointer;
}
.card-arrow-left {
  background: url("../left-arrow.png") no-repeat;
  height: 27px;
  position: absolute;
  left: 3px;
  display: inline-block;
  z-index: 1111;
  width: 25px;
  top: 45px;
  cursor: pointer;
}

.card-arrow-right {
  background: url("../right-arrow.png") no-repeat;
  height: 27px;
  position: absolute;
  display: inline-block;
  z-index: 1111;
  right: 0;
  width: 25px;
  top: 45px;
  cursor: pointer;
}

.bot-qr-container {
  position: relative;
}
.heading {
  height: 35px;
  margin: 0 auto;
  box-shadow: 5px 0 15px #666;
}

.heading .cross {
  background: url("../cancel.png") no-repeat;
  height: 23px;
  width: 23px;
  float: left;
  margin-right: 10px;
}

.heading .mainhead {
  color: #666;
  position: absolute;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-left: 5px;
}

.green-dot {
  display: inline-block;
  background: #00e600;
  position: relative;
  left: 165px;
  height: 10px;
  border-radius: 10px;
  top: -8px;
  width: 10px;
  margin-left: 5px;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}
.addIcon1 {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(http://uimocks.infoedge.com/images/addBlue.png);
  background-size: 100%;
  vertical-align: middle;
  margin-right: 4px;
}

.selectTag .addIcon {
  width: 20px;
  height: 20px;
  /*            background-image: url(http://uimocks.infoedge.com/images/tickBlue.png);*/
}

.selectTag {
  background-color: #d9475c;
  border-color: #d9475c;
  color: #ffffff;
}
.selectTag:hover {
  /*    background-color: rgba(152,216,244,.25);*/
  background-color: #f2b6be;
}

.buttons__primaryRegular {
  background: #d9475c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: none;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-top: 14px;
  width: 100%;
  display: none;
}

.chatBot_msg_time {
  color: #8993a4;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  display: table;
  padding: 7px 8px 0 8px;
  text-align: right;
  text-transform: uppercase;
  float: right;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.chatNavbar {
  position: relative;
  height: 64px;
  z-index: 1200;
}

.chatNavbar nav {
  width: 100%;
  height: 64px;
  position: fixed;
  background: white;
  box-shadow: 0px 3px 8px rgba(31 92 163 / 20%);
  z-index: 1;
}

.chatNavbar.desktop .nav-wrapper {
  background: #0078db !important;
}

.nav-wrapper {
  height: 64px;
  padding: 12px 20px;
}

.chatBot_icon {
  background-image: url(jeevansathiChatBotIconNew.png);
  width: 36px;
  height: 36px;
}

.chatBot_icon,
.chatBot_Button_icon,
.chatBot_Online_icon,
.chatBot_Close_icon,
.chatBot_tick_icon,
.chatBot_info_icon,
.chatBot_shortlist_icon,
.chatBot_view_all_arrow_icon,
.chatBot_mobile_icon,
.chatBot_email_icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

.chatNavbar nav .botTitle {
  position: relative;
  top: -2px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.chatNavbar nav .botTitle > .chatBot_heading {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #041533;
}

.chatNavbar.desktop .chatBot_heading,
.chatNavbar.desktop .chatBot_online {
  color: #fff !important;
}

.chatNavbar nav .botTitle > .chatBot_online {
  color: #8993a4;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.chatNavbar.desktop .chatBot_Online_icon {
  background-image: url(online_6px.png);
  width: 10px;
  height: 10px;
  vertical-align: baseline;
  margin-right: 5px;
}
.chatBot_Online_icon {
  background-image: url(online_6px.png);
  width: 6px;
  height: 6px;
  vertical-align: middle;
}

.chatNavbar nav .chatBot_close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -2px;
  right: 15px;
  bottom: 0;
  padding: 0 5px;
  margin: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.chatNavbar.desktop .chatBot_Close_icon {
  display: none;
}

.chatBot_Close_icon {
  background-image: url(cross.png);
  width: 24px;
  height: 24px;
}

.editButton {
  width: 20px;
  height: 20px;
  margin-top: 6.1px;
  float: right;
}

.editButtonFadeIn {
  animation: fadeInAnimation ease 500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.editButtonFadeOut {
  animation: fadeOutAnimation ease 500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.skipButton {
  display: inline-block;
  background-color: #fff;
  color: #d8465c;
  font-family: Cabin;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  /* text-align: left; */
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.circle-button {
  position: relative;
  display: inline-block;
  width: 35px; /* Adjust width and height as needed */
  height: 35px;
  border-radius: 50%;
  margin: 0px 10px 0px 10px;
  background-color: #d8465c;
  border: none;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s;
  /* opacity: 50%; */
}

.circle-button :hover {
  transform: scale(1.03);
}

.circle-button :active {
  transform: scale(0.98);
}

/* .circle-button:hover {
      opacity: 100%;
    } */

.circle-button img {
  /* display: block; */
  /* width: 50%; Make the image fill the button */
  height: 50%;
  padding: 2px 0px 0px 2px;
  object-fit: cover; /* Maintain aspect ratio of the image */
}

.suggestionBox {
  background-color: white;
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.autocomplete-items {
  line-height: 20px;
  font-size: 14px;
  color: #34495e;
  padding: 8px 8px 8px 70px;
  overflow: scroll;
  max-height: 250px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.individual-items {
  padding: 8px 0px;
  transition: all 0.3s;
}

.individual-items :hover {
  transform: scale(1.03);
}

.individual-items :active {
  transform: scale(0.98);
}
.autocomplete-items::-webkit-scrollbar {
  display: none;
}
