/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/styles/chatbotPage.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/

.chatbotPage___auChatbot__s4wul {
  width: 100%;
  max-width: 600px;
  height: 100dvh;
  position: relative;
  margin: 0 auto;;
  /* z-index: 99;
  top: 0;
  right: 0; */
  /* transform: translateX(420px); */
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  /*background: #fff url(images/back_bonus.svg) no-repeat center center / cover;*/
  /* background: radial-gradient(circle, #FC8019, #ffc3a0); */
  background: radial-gradient(circle at top right, var(--bg-color-light), var(--bg-color-light), var(--bg-color-white), var(--bg-color-white), var(--bg-color-white), var(--bg-color-light));
  background-repeat: no-repeat;
}

/* .__auChatbot::before{content: ''; width: 100%; height: 70px; background-color: #fff; position: absolute; bottom: 0px; left:0px; border-radius: 0;} */
/* .__auChatbot.visible {
  transform: translateX(0px);
} */

.chatbotPage___auChatbot__s4wul button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
}



.chatbotPage_yscroll__O5hyR {
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden
}

.chatbotPage_yscroll__O5hyR::-webkit-scrollbar {
  width: 5px
}

.chatbotPage_yscroll__O5hyR::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px
}

.chatbotPage_yscroll__O5hyR::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d1d1d1;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.chatbotPage_yscroll__O5hyR::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, .4)
}


.chatbotPage___auChatbot__s4wul .chatbotPage_bot_intractions__Q4pbQ {
  width: calc(100% - 22px);
  height: calc(100vh - 135px);
  position: relative;
  margin: 55px auto 5px;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp {
  width: 100%;
  padding: 5px 10px 5px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  animation: chatbotPage_animateElement__SjbJD linear 0.3s;
  animation-iteration-count: 1;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC,
.chatbotPage_chatInput__ONxmp .chatbotPage_userWrap__tTwya {
  width: 100%;
  position: relative;
  display: inline-flex;
  margin: 5px auto;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC .chatbotPage_text__XjuIM {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC p{
  margin-bottom: 20px;
 }

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_userWrap__tTwya {
  flex-direction: row-reverse;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp div::after {
  content: '';
  clear: both;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_inputs__7f_DM {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding: 10px 15px;
  color: var(--text-color);
  word-wrap: break-word;
  margin: 0 0 30px;
  border: 1px solid;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_inputs__7f_DM a {
  color: var(--blue-color);
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_inputs__7f_DM.chatbotPage_bot__Ktca6 {
  border-radius: 5px;
  background-color: var(--bg-color-white);
  border-color: var(--bg-color-grey);
  padding:10px 12px 5px;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_inputs__7f_DM.chatbotPage_bot__Ktca6.chatbotPage_retry__44vkT{
  border-color:var(--bg-color-retry);
}

/* .__auChatbot .chatInput .inputs.bot.shareDiv{
  margin-bottom: 30px;
} */
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_inputs__7f_DM.chatbotPage_bot__Ktca6.chatbotPage_shareDiv__52Mhg .chatbotPage_copy__x2LGW{
  width: auto;
  height: 24px;
  position: absolute;
  bottom:-28px;
  left:0;
  z-index:1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_inputs__7f_DM.chatbotPage_bot__Ktca6.chatbotPage_shareDiv__52Mhg .chatbotPage_copy__x2LGW button{
  width:24px;
  height: 24px;
  display: inline-flex;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_inputs__7f_DM.chatbotPage_user__oXAty {
  /* border-radius: 20px 5px 20px 20px; */
  border-radius: 5px;
  background-color: var(--bg-color-mid);
  border-color: var(--bg-color-grey);
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage__image__BA_rn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  background-color: var(--bg-color);
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage__image__BA_rn img,
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage__image__BA_rn svg {
  width: 36px;
  height: 36px;
  display: inline-flex;
  padding: 2px;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage__image__BA_rn.chatbotPage_user__oXAty {
  margin: 0 0 0 10px;
  background-color: transparent;
  padding: 0
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC.chatbotPage_botList__xScLC {
  flex-direction: row;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC.chatbotPage_botList__xScLC .chatbotPage_related__NRQ3h{
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color-grey);
  margin-bottom: 8px;
  display: inline-flex;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC.chatbotPage_botList__xScLC ul {
  /* width: 240px; */
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botList__xScLC li {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 12px;
}


.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botList__xScLC li button,
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botList__xScLC li a {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 30px 5px 12px;
  color: var(--blue-color);
  background-color: var(--bg-color-white);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
  border: 1px solid var(--bg-color-grey);
}

.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botList__xScLC li button::after, .chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botList__xScLC li a::after {
  content: "";
  width: 9px;
  height: 9px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border: solid var(--text-color);
  border-width: 0 0 2px 2px;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  transition: all .3s ease-in-out;
}


@keyframes chatbotPage_animateElement__SjbJD {
  0% {
    opacity: 0;
    transform: translate(0px, 10px);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/*Bouncing dots*/
.chatbotPage_bouncing-dots__wjMk2 {
  display: flex;
  gap: 6px;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 30px;
  position: relative;
}
.chatbotPage_bouncing-dots__wjMk2::after{
font-size:12px;
line-height: 14px;
position: absolute;
}
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC .chatbotPage_bouncing-dots__wjMk2 {
  padding-right: 70px;
}
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_botWrap__6LbUC .chatbotPage_bouncing-dots__wjMk2::after {
content: 'Please wait';
right: 0;
}
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_userWrap__tTwya .chatbotPage_bouncing-dots__wjMk2 {
  padding-left: 70px;
}
.chatbotPage___auChatbot__s4wul .chatbotPage_chatInput__ONxmp .chatbotPage_userWrap__tTwya .chatbotPage_bouncing-dots__wjMk2::after {
content: 'Please wait';
left: 0;
}


.chatbotPage_bouncing-dots__wjMk2 span {
  width: 8px;
  height: 8px;
  padding-top: 5px;
  display: inline-flex;
  background-color: var(--bg-color);
  border-radius: 50%;
  animation: chatbotPage_bounce__wlFcK 0.6s infinite ease-in-out;
}

.chatbotPage_bouncing-dots__wjMk2 span:nth-child(2) {
  animation-delay: 0.2s;
}

.chatbotPage_bouncing-dots__wjMk2 span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes chatbotPage_bounce__wlFcK {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/*Bouncing dots cl*/

@media only screen and (max-width:960px) {
  .chatbotPage___auChatbot_backcover__R_rLm.chatbotPage_visible__L_zuT {
    cursor: pointer;
  }
}

@media only screen and (max-width:480px) {
  .chatbotPage___auChatbot__s4wul {
    max-width: 100%;
    /* transform: translateX(calc(100vw + 20px)); */
  }
}

button.chatbotPage_retry__44vkT{
  width: 82px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  background-color: var(--bg-color);
  color: var(--bg-color-white);
  font-size: 14px;
  line-height: 18px;
  border-radius: 30px;
}
button.chatbotPage_retry__44vkT img{
  margin-left: 5px;
  display: inline-flex;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/styles/chatbotHeader.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.chatbotHeader_bothead__45Fco {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  position: absolute;
  top:0;
  left:0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.chatbotHeader_bothead__45Fco .chatbotHeader_backOnPage__tXvOH {width: 100px;height: 50px;display: flex ; justify-content: center; align-items: center; cursor: pointer; }
.chatbotHeader_bothead__45Fco .chatbotHeader_backOnPage__tXvOH svg {width:24px;height:24px;display: inline-flex; }
.chatbotHeader_bothead__45Fco .chatbotHeader_backOnPage__tXvOH span{font-size:18px;line-height: 22px;display: inline-flex;margin-left: 4px;padding: 5px 0;color: var(--blue-color);}


/* .__auChatbot .bothead h2{width:210px;margin: 0; font-size:18px;line-height: 22px;font-weight: 500; color:#4D7FFF;display: inline-flex;align-items: center;justify-content: flex-start; padding-left:40px;} */

.chatbotHeader_rightdiv__emeJx {
  width: 136px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.chatbotHeader_rightdiv__emeJx .chatbotHeader_logoImage__01ouw {
    width: 98px;
    height: auto;
    max-width: 100%;
}

.chatbotHeader_bothead__45Fco .chatbotHeader_threeDot__Dy2AO {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}

.chatbotHeader_bothead__45Fco .chatbotHeader_threeDot__Dy2AO svg {
  width: 5px;
  height: 20px;
  display: inline-flex;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/styles/chatbotUserInput.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.chatbotUserInput_userInputWrapper__RS5A2 {
  width: calc(100% - 32px);
  height: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  position: absolute;
  bottom: 25px;
  left: 16px;
  z-index: 1;
  background-color: var(--bg-color-grey);
  border: 1px solid var(--bg-color-grey);
  border-radius: 45px;
}

.chatbotUserInput_userInputWrapper__RS5A2 input[type=text] {
  width: calc(100% - 92px);
  height: 50px;
  padding: 10px 15px;
  position: relative;
  display: inline-flex;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
}

.chatbotUserInput_userInputWrapper__RS5A2 input[type=text]::placeholder {
  color: var(--placeholder-color)
}

.chatbotUserInput_userInputWrapper__RS5A2 input[type=text]:hover, .chatbotUserInput_userInputWrapper__RS5A2 input[type=text]:focus{border:none;outline: none;}

.chatbotUserInput_userInputWrapper__RS5A2 button {
  width: 36px;
  height: 36px;
  display: inline-flex;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  margin: 5px;
}

.chatbotUserInput_userInputWrapper__RS5A2 button.chatbotUserInput_speak__7z5gr {
  background: url(/_next/static/media/mic.af2d3afc.svg) no-repeat center center / contain;
  background-size: 45%;
}

.chatbotUserInput_userInputWrapper__RS5A2 button.chatbotUserInput_submit__HX8PE {
  background: var(--bg-color) url(/_next/static/media/arrow-submitchat.d0e350c1.svg) no-repeat center center / contain;
  background-size: 60%;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/styles/chatbotScreen.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.chatbotScreen___auChatbotScreen__iJ_q_, .chatbotScreen___auChatbotSpeak___tpn6, .chatbotScreen___auChatbotSuccess__WMo4X {
  width: 100%;
  max-width: 600px;
  height: 100dvh;
  position: relative;
  margin: 0 auto;;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  background: radial-gradient(circle at top right, var(--bg-color-light), var(--bg-color-light), var(--bg-color-white), var(--bg-color-white), var(--bg-color-white), var(--bg-color-light));
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 28px;
  line-height: 36px;
  padding:16px;
}
.chatbotScreen___auChatbotSpeak___tpn6{background: transparent;}


.chatbotScreen___auChatbotScreen__iJ_q_ p{
    width: 100%;
    max-width: 360px;
    position: relative;
    margin: 10px;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.chatbotScreen___auChatbotScreen__iJ_q_ p b{color:var(--bg-color); display: inline;margin: 0;}

.chatbotScreen_line__CE1Uy {
  overflow: hidden;
  display: block;
  white-space: pre-wrap;
  opacity: 0;
  animation: chatbotScreen_typewriterLine__3lwaW 1s steps(30, end) forwards;
}

.chatbotScreen_line2__Qq3TS {
  animation-delay: 1s;
}

@keyframes chatbotScreen_typewriterLine__3lwaW {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Speak CSS */
.chatbotScreen___auChatbotSpeak___tpn6 .chatbotScreen_speakText__Ug3go {
  width: 100%;
  max-width:100%;
  position: relative;
  margin: 10px 0;
  font-size: 20px;
  line-height: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: chatbotScreen_typewriterLine__3lwaW 1s steps(30, end) forwards;
}


.chatbotScreen_speak_button__21Zkx {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.chatbotScreen_micImage__cAigH{
width: 56px;
height: 56px;
background: linear-gradient(180deg, var(--bg-color-dark) 0%, var(--bg-color) 100%);
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.chatbotScreen_micImage__cAigH img, .chatbotScreen_micImage__cAigH svg{display: inline-flex;}

.chatbotScreen_circle__NyEB0 {
  position: absolute;
  border: 2px solid var(--bg-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: chatbotScreen_pulse__M6ZEu 2s infinite;
  opacity: 0.6;
}

.chatbotScreen_speak_button__21Zkx.chatbotScreen_failure__UkieJ .chatbotScreen_micImage__cAigH{
background: linear-gradient(180deg, var(--bg-color-retry-dark) 0%, var(--bg-color-retry) 100%);
}
.chatbotScreen_speak_button__21Zkx.chatbotScreen_failure__UkieJ .chatbotScreen_circle__NyEB0{
  border-color: var(--bg-color-retry);
  animation: none;
}

.chatbotScreen_pulse2___fFK1 {
  animation-delay: 0.5s;
  width: 140%;
  height: 140%;
}

.chatbotScreen_pulse3__JGQYJ {
  animation-delay: 1s;
  width: 170%;
  height: 170%;
}

@keyframes chatbotScreen_pulse__M6ZEu {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.2;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

/* Success CSS */
.chatbotScreen___auChatbotSuccess__WMo4X{
  align-items: center;
}
.chatbotScreen___auChatbotSuccess__WMo4X .chatbotScreen_successText__g1fav {
  width: 100%;
  max-width: 260px;
  position: relative;
  margin: 10px 0 24px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  animation: chatbotScreen_typewriterLine__3lwaW 1s steps(30, end) forwards;
}
.chatbotScreen_success_tick__g6098{
width: 80px;
height: 80px;
background: var(--blue-color);
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.chatbotScreen_micImage__cAigH img, .chatbotScreen_micImage__cAigH svg{display: inline-flex;}
