.style_continueButton__3Qp2V {
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0.5rem 0 0 0;
}

.style_container__h3H5u {
  display: flex;
  justify-content: center;
  align-items: center;
}

.style_modal__i8pjk {
  width: 395px;
  position: relative;
  padding-bottom: 70px;
}

.style_content__pWjHO {
  padding: 10px 30px 0;
}

.style_icon__AufL9 {
  position: absolute;
  top: 0;
  left: -10px;
}

.style_wrapText__Zw8w5 {
  font-size: 14px;
  min-height: 120px;
}

.style_wrapAnswer__JzTLh {
  position: relative;
  padding-left: 27px;
}

.style_question__X1fp4 {
  margin: 5px 0 20px 0;
}

.style_dotAnimation__ZsNGI {
  display: inline-block;
}

.style_dot__6RaVu {
  opacity: 0;
  animation: style_blink__-PC-H 1.5s infinite;
}

.style_dot__6RaVu:nth-child(1) {
  animation-delay: 0.15s;
}

.style_dot__6RaVu:nth-child(2) {
  animation-delay: 0.3s;
}

.style_dot__6RaVu:nth-child(3) {
  animation-delay: 0.45s;
}

@keyframes style_blink__-PC-H {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.style_case_container__JZ7xT {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.style_case_container__JZ7xT.style_reduced__fPvab {
  opacity: 0;
}

.style_modal__s5UFY {
  width: 395px;
  background-color: var(--chat-ai-action-background);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 8px;
}

.style_content__Oza7d {
  padding: 0;
}

.style_wrap__AQoX4 {
  padding: 14px 18px;
  border-bottom: 1px solid #E6E6E6;
}
.style_wrap__AQoX4:last-child {
  border-bottom: 0;
}

.style_case_container__JZ7xT p {
  font-size: 14px;
  color: var(--chat-ai-input-placeholder);
  padding: 18px;
  margin: 0;
}
.styles_cursor__I8tiB {
  position: fixed;
  pointer-events: none;
  z-index: var(--chat-ai-z-index-max-priority);
}

.styles_introContainer__kswOY {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  width: 208px;
  height: 35px;
  position: relative;
  left: 20px;
  top: -25px;
}

.styles_introButton__FmhZw {
  position: absolute;
  display: flex;
  top: 0px;
  font-size: 14px;
  text-align: center;
  align-items: center;
  color: #fff
}

.style_demoChat__mqAy9 {
  width: max-content;
  height: max-content;
  position: relative;
  font-family: "Inter", sans-serif;
}

.style_container__gsZR6 {
  width: 395px;
  height: 67vh;
  min-height: 350px;
  background-color: var(--chat-ai-action-background);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: min-height 0.6s ease;
}

.style_container__gsZR6.style_reduced__1nBDs {
  height: auto;
  min-height: 200px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: var(--chat-ai-z-index-max-priority);
}

.style_aiChat__86WNo {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.style_chat-ai-close-button__5A6D0 {
  position: absolute;
  top: -44px;
  right: 0;
  padding: 16px;
  border-radius: 24px;
  border: 2px solid var(--chat-ai-close-icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
}

.style_chat-ai-close-button__5A6D0:hover {
  --chat-ai-close-icon-bg: #808080;
}

.style_chat-ai-close-icon__0eO8A {
  position: relative;
}

.style_chat-ai-close-icon__0eO8A:before,
.style_chat-ai-close-icon__0eO8A:after {
  content: "";
  background-color: var(--chat-ai-close-icon-bg);
  position: absolute;
  width: 18px;
  height: 4px;
  top: 50%;
  left: 50%;
}

.style_chat-ai-close-icon__0eO8A:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.style_chat-ai-close-icon__0eO8A:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.style_modal__5Bm-Y {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  width: 395px;
  height: 50px;
  transition:
    opacity 1s ease 1s,
    transform 1s ease 1s;
  animation: style_fadeIn__8cTym 0.7s;
  position: relative;
  z-index: 1;
}

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

.style_input__HBRe5 {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  padding: 23px 95px 23px 25px;
  width: 100%;
  height: 60px;
  background-color: var(--chat-ai-input-background);
  color: var(--chat-ai-input-text);
  font-size: 14px;
  z-index: var(--chat-ai-z-index-max-priority);
}

.style_input__HBRe5:focus-visible {
  outline: none;
}

.style_button__86Bux {
  padding: 8px;
  width: 58px;
  background: var(--chat-ai-action-background);
  border-radius: 999px;
  border-color: transparent;
  color: var(--chat-ai-action-text);
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: var(--chat-ai-z-index-max-priority);
}

.style_case_button__m3oIN {
  background: var(--chat-ai-action-background);
  border-radius: 999px;
  border-color: transparent;
  font-size: 14px;
  padding: 8px 16px;
  margin-left: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 40px;
  cursor: pointer;
}

.style_chat-ai-client-widget__95ip0 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 21474836472147483647;
  font-family: "Inter", sans-serif;
}

.style_chat-ai-togle-button__DleWh {
  border: 1 solid black;
  padding: 10px;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 5px solid #A9A9A9;
  transition: display 0.6s ease;
  background-color:#f4eeee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style_container__gqpHZ {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
}

.style_modalOverlay__hyMQ3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 137, 240, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: var(--chat-ai-z-index-max-priority);
  overflow: hidden;
}

.style_modal__kI8tJ {
  width: 890px;
  height: 532px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.style_modalContent__TVusY {
  padding: 40px;
  padding-top: 40px;
}

.style_modalButton__k2cKH {
  position: absolute;
  top: 50px;
  right: 30px;
  padding: 8px 56px;
  background: #000;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
}

.style_modalButton__k2cKH:hover {
  background: rgba(0, 0, 0, 0.8);
}

.style_title__94J-P {
  font-size: 22px;
  margin-bottom: 20px;
}

.style_wrap__Lb8Ld {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.style_wrapIcon__VQYR8 {
  position: absolute;
  top: 25px;
  left: 25px;
}

.style_wrapText__hcw-o {
  width: 615px;
  margin-bottom: 35px;
}

.style_modalBox__VGlH6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 250px;
  height: 256px;
  border: 1px solid #D4D4D4;
  background: #fff;
  padding: 0;
  padding-bottom: 0;
  border-radius: 20px;
}

.style_modalImg__PyZcD {
  display: flex;
  justify-content: end;
  position: relative;
}
.style_modalImg__PyZcD {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style_boxText__FQWpa {
  padding-top: 20px;
  width: 230px;
}

.style_text__Xmgso {
  margin-bottom: 0;
}
.style_header_text__IYTbC {
  color: #2C2C2C;
}

.style_text__Xmgso {
  color: #797979;
}

.style_wrapBoxButton__k3Kxs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.style_textButton__W37cF {
  position: absolute;
  top: -18px;
  font-size: 14px;
  text-align: center;
  padding-top: 7px;
}

.style_imgCursor__vq63K {
  position: absolute;
  top: 76px;
  left: -25px;
}

.style_bgImg__KW5-H {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 137, 240, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

:root {
  --chat-ai-main-text: #292929;
  --chat-ai-text: #707070;
  --chat-ai-background: rgba(249, 249, 249, 0.8);
  --chat-ai-input-placeholder: #707070;
  --chat-ai-input-background: #efedf0;
  --chat-ai-input-text: #161616;
  --chat-ai-action-background: #ffffff;
  --chat-ai-action-text: #292929;
  --chat-ai-icon-secondary: #bababa;
  --chat-ai-z-index-max-priority: 21474836472147483647;
  --chat-ai-close-icon-bg: #dcdcdc;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-Regular.otf") format("otf"),
    url("./assets/fonts/Inter/Inter-Regular.woff") format("woff"),
    url("./assets/fonts/Inter/Inter-Regular.woff2") format("woff2"),
    url("./assets/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-Medium.otf") format("otf"),
    url("./assets/fonts/Inter/Inter-Medium.woff") format("woff"),
    url("./assets/fonts/Inter/Inter-Medium.woff2") format("woff2"),
    url("./assets/fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter-Bold.otf") format("otf"),
    url("./assets/fonts/Inter/Inter-Bold.woff") format("woff"),
    url("./assets/fonts/Inter/Inter-Bold.woff2") format("woff2"),
    url("./assets/fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
