.hide_div_ngage_chatbot {
  display: none !important;
}

.hide_visibility_ngage_chatbot {
  visibility: hidden !important;
}

.error-border_ngage_chatbot {
  border: 1px solid red !important;
}

.chatbot_input_disable_ngage_chatbot,
.chatbot_input_disable_ngage_chatbot * {
  /* pointer-events: none; */
  cursor: not-allowed !important;
}

.chatbot_input_disable_ngage_chatbot:hover {
  cursor: not-allowed;
  /* Ensures cursor remains not-allowed on hover */
  background-color: white;
}

.userDetailsSendBtn_ngage_chatbot {
  display: flex;
}

.icon_ngage_chatbot {
  font-size: 70px;
  /* Adjust size as needed */
}

.your_details_ngage_chatbot {
  margin-block-start: 15px;
}

.user_details_skip_button_ngage_chatbot {
  background-color: #007bff;
  color: white;
  margin-inline-end: 5px;
  margin-block-start: 5px;
  height: 80%;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.1s ease;
}

.user_details_skip_button_ngage_chatbot:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

.user_details_skip_button_ngage_chatbot:active {
  background-color: #004085;
  /* Even darker blue on click */
}

#user_details_skip_button:disabled {
  background-color: #d6d6d6;
  /* Gray background when disabled */
  cursor: not-allowed;
  /* Not-allowed cursor when disabled */
}

.user_details_textbox_header_ngage_chatbot {
  /* display: block; */
  text-align: left !important;
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  margin: 0;
  padding: 0;
  width: 89%;
}

#show_more_chip {
  cursor: pointer;
}

/* ========================================================================================================= */

.flag_avatar_ngage_chatbot {
  --rem: 16;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  width: 12px;
  height: 12px;
  background-color: #bebebe;
}

.sender_img_ngage_chatbot svg {
  padding: 3px;
}

.MuiBox-root_ngage_chatbot .css-16awsaw_ngage_chatbot {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: flex-end;
  padding-block-end: 2px;
}

.flag_avatar_ngage_chatbot img {
  --rem: 16;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  user-select: none;
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.App_ngage_chatbot {
  text-align: center;
}

.App-logo_ngage_chatbot {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo_ngage_chatbot {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header_ngage_chatbot {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link_ngage_chatbot {
  color: #61dafb;
}

.custom-scrollbar_ngage_chatbot {
  animation: scrollUp 0 linear infinite;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(189, 189, 189) transparent;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.css-1hgo3lb-MuiButton-root_ngage_chatbot {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(25, 118, 210, 0.5);
  color: #1976d2;
  text-transform: none;
  padding: 5px 10px;
}

.css-1hgo3lb-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
  border: 1px solid #1976d2;
}

.MuiBox-root_ngage_chatbot .css-1j5p6ai_ngage_chatbot {
  overflow: hidden;
  word-wrap: break-word;
  padding: 10px;
  margin-block-end: 0px;
}

.MuiBox-root_ngage_chatbot .css-1jhl6hg_ngage_chatbot {
  overflow: hidden;
  word-wrap: break-word;
  padding: 10px;
}

.css-asuvm1-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(25, 118, 210, 0.5);
  color: #1976d2;
  text-transform: none;
  padding: 5px 10px;
}

.css-asuvm1-MuiButtonBase-root-MuiButton-root_ngage_chatbot::-moz-focus-inner {
  border-style: none;
}

.css-asuvm1-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-asuvm1-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-asuvm1-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
  border: 1px solid #1976d2;
}

@media (hover: none) {
  .css-asuvm1-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

@media (hover: none) {
  .css-1hgo3lb-MuiButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-1hgo3lb-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.css-asuvm1-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.css-tbf0o7-MuiFab-root_ngage_chatbot {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-height: 36px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
  width: 56px;
  height: 56px;
  z-index: 1050;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
  color: #fff;
  background-color: #1976d2;
  position: fixed;
  inset-block-end: 16px;
  inset-inline-end: 16px;
  outline: 3px dotted #3147ff;
  border: 4px solid white;
}

.css-tbf0o7-MuiFab-root_ngage_chatbot:active {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.css-tbf0o7-MuiFab-root_ngage_chatbot:hover {
  background-color: #f5f5f5;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-tbf0o7-MuiFab-root_ngage_chatbot.Mui-focusVisible_ngage_chatbot {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-tbf0o7-MuiFab-root_ngage_chatbot:hover {
  background-color: #1565c0;
}

.css-tbf0o7-MuiFab-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-height: 36px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
  width: 56px;
  height: 56px;
  z-index: 1050;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
  color: #fff;
  background-color: #1976d2;
  position: fixed;
  inset-block-end: 16px;
  inset-inline-end: 16px;
  outline: 3px dotted #3147ff;
  border: 4px solid white;
}

@media print {
  .css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot:active {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot:hover {
  background-color: #f5f5f5;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot.Mui-focusVisible_ngage_chatbot {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot::-moz-focus-inner {
  border-style: none;
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  pointer-events: none;
  cursor: default;
}

@media (hover: none) {
  .css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot:hover {
    background-color: #e0e0e0;
  }
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot:hover {
  background-color: #1565c0;
}

@media (hover: none) {
  .css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot:hover {
    background-color: #1976d2;
  }
}

.css-133ghfn-MuiAvatar-root_ngage_chatbot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
  height: 50px;
}

.css-1txpz90-MuiButtonBase-root-MuiFab-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.css-1pqm26d-MuiAvatar-img_ngage_chatbot {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}

.css-8je8zh-MuiTouchRipple-root_ngage_chatbot {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  border-radius: inherit;
}

.css-y4cjyz-MuiTouchRipple-ripple_ngage_chatbot.MuiTouchRipple-rippleVisible_ngage_chatbot {
  opacity: 0.3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation-name: animation-1taevns;
  animation-name: animation-1taevns;
  -webkit-animation-duration: 550ms;
  animation-duration: 550ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.css-y4cjyz-MuiTouchRipple-ripple_ngage_chatbot .MuiTouchRipple-child_ngage_chatbot {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: currentColor;
}

.css-y4cjyz-MuiTouchRipple-ripple_ngage_chatbot .MuiTouchRipple-childLeaving_ngage_chatbot {
  opacity: 0;
  -webkit-animation-name: animation-5ich1p;
  animation-name: animation-5ich1p;
  -webkit-animation-duration: 550ms;
  animation-duration: 550ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.css-y4cjyz-MuiTouchRipple-ripple_ngage_chatbot .MuiTouchRipple-childPulsate_ngage_chatbot {
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0;
  -webkit-animation-name: animation-f6tr5a;
  animation-name: animation-f6tr5a;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

@-webkit-keyframes animation-f6tr5a {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animation-f6tr5a {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.css-y4cjyz-MuiTouchRipple-ripple_ngage_chatbot.MuiTouchRipple-ripplePulsate_ngage_chatbot {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

@-webkit-keyframes animation-5ich1p {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes animation-1taevns {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
}

@keyframes animation-1taevns {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
}

.css-i4bv87-MuiSvgIcon-root_ngage_chatbot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 24px;
}

.chatbot_initial_container_ngage_chatbot {
  min-height: 240px;
  max-height: 240px;
}

.close-container_ngage_chatbot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  /* background-color: #f0f0f0; */
  border-radius: 50%;
  cursor: pointer;
}

.close-icon_ngage_chatbot {
  font-weight: lighter;
  font-size: 22px !important;
  /* Adjust this value to increase the icon size */
  color: #7c7c7c8e;
}

.chatbot_loading_ngage_chatbot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
}

.send_loading_ngage_chatbot {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 10px;
  padding: 0px 25px 15px 0px;
}

.css-mngoz2-MuiPaper-root_ngage_chatbot {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: fixed;
  inset-block-end: 80px;
  inset-inline-end: 35px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 10px grey;
  z-index: 1300;
  min-height: 475px !important;
}

/* before displaying chatbot */
.chatbot_initial_container_ngage_chatbot {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: fixed;
  inset-block-end: 80px;
  inset-inline-end: 35px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 10px grey;
  z-index: 1300;
  height: 50vh;
}

@media (min-width: 0px) {
  .css-mngoz2-MuiPaper-root_ngage_chatbot {
    width: 380px;
    height: 70vh;
  }

  .chatbot_initial_container_ngage_chatbot {
    width: 55%;
    /* height: 37vh; */
  }

  .css-1safqrj_ngage_chatbot {
    /* height: 48vh; */
  }
}

@media (min-width: 600px) {
  .css-mngoz2-MuiPaper-root_ngage_chatbot {
    width: 380px;
    height: 71vh;
  }

  .chatbot_initial_container_ngage_chatbot {
    width: 41%;
    /* height: 36vh; */
  }

  .chatbot_loading_ngage_chatbot {
    margin-block-start: -15px;
  }

  .css-1safqrj_ngage_chatbot {
    /* height: 49vh; */
  }
}

@media (min-width: 900px) {
  .css-mngoz2-MuiPaper-root_ngage_chatbot {
    width: 380px;
    height: 70vh;
  }

  .chatbot_initial_container_ngage_chatbot {
    width: 35%;
    /* height: 35vh; */
  }

  .chatbot_loading_ngage_chatbot {
    margin-block-start: 5px;
  }

  .css-1safqrj_ngage_chatbot {
    /* height: 48vh; */
  }
}

@media (min-width: 1200px) {
  .css-mngoz2-MuiPaper-root_ngage_chatbot {
    width: 380px;
    height: 70vh;
  }

  .chatbot_initial_container_ngage_chatbot {
    width: 27%;
    /* height: 32vh; */
  }
}

@media (min-width: 1536px) {
  .css-mngoz2-MuiPaper-root_ngage_chatbot {
    width: 380px;
    height: 65vh;
  }

  .chatbot_initial_container_ngage_chatbot {
    width: 20%;
    /* height: 16vh; */
  }

  .css-1safqrj_ngage_chatbot {
    margin-block-start: 20%;
  }
}

.css-349cgn-MuiAppBar-root_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: static;
  background-color: #3147ff;
  color: #fff;
}

.css-hip9hq-MuiPaper-root-MuiAppBar-root_ngage_chatbot {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: static;
  background-color: #3147ff;
  color: #fff;
}

.header_title_div_ngage_chatbot {
  padding: 10px;
}

.css-hyum1k-MuiToolbar-root_ngage_chatbot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline-start: 5px;
  padding-inline-end: 12px;
  height: 66px;
}

@media (min-width: 600px) {
  /* .css-hyum1k-MuiToolbar-root_ngage_chatbot {
    padding-inline-start: 24px;
    padding-inline-end: 24px;
  } */
}

@media (min-width: 0px) {
  @media (orientation: landscape) {
    /* .css-hyum1k-MuiToolbar-root_ngage_chatbot {
      min-height: 48px;
    } */
  }
}

@media (min-width: 600px) {
  /* .css-hyum1k-MuiToolbar-root_ngage_chatbot {
    min-height: 64px;
  } */
}

.css-c36nl0_ngage_chatbot {
  padding: 0 12px;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.css-1gomreu_ngage_chatbot {
  position: relative;
  display: inline-block;
}

.css-3b47wn-MuiAvatar-root_ngage_chatbot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  height: 40px;
  margin-inline-end: 16px;
}

.initial_container_inners_ngage_chatbot {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
}

.initial_logo_img_ngage_chatbot {
  margin: 10px;
}

.initial_container_logo_ngage_chatbot {
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 10px;
  height: 10px;
  margin-inline-end: 16px;
}

@-webkit-keyframes mui-auto-fill {
  from {
    display: block;
  }
}

@keyframes mui-auto-fill {
  from {
    display: block;
  }
}

@-webkit-keyframes mui-auto-fill-cancel {
  from {
    display: block;
  }
}

@keyframes mui-auto-fill-cancel {
  from {
    display: block;
  }
}

@media (hover: none) {
  .css-tbf0o7-MuiFab-root_ngage_chatbot:hover {
    background-color: #e0e0e0;
  }
}

@media (hover: none) {
  .css-tbf0o7-MuiFab-root_ngage_chatbot:hover {
    background-color: #1976d2;
  }
}

.css-y4cjyz-MuiTouchRipple-ripple_ngage_chatbot {
  opacity: 0;
  position: absolute;
}

@keyframes animation-5ich1p {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.css-19aacgp_ngage_chatbot {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 14px;
  width: 10px;
  height: 10px;
  background-color: #a9ff91;
  border-radius: 50%;
  border: 1px solid white;
}

.css-1kneiqu-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 500;
  font-size: 17px;
  /* line-height: 1.6; */
  letter-spacing: 0.0075em;
  font-size: 17px;
}

.chatbot_initial_header_title_ngage_chatbot {
  margin: 10px 5px 5px 5px;
  font-family: "Inter";
  font-weight: 500;
  /* font-size: 1.5rem; */
  line-height: 1.57;
  letter-spacing: 0.00714em;
}

.css-13co9as-MuiTypography-root_ngage_chatbot {
  margin: 0 !important;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.4;
  letter-spacing: 0.00714em;
  font-size: 14px;
}

.css-1c8zy0a_ngage_chatbot {
  width: 30px;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-family: "Inter", sans-serif;
  gap: 0px;
  cursor: pointer;
}

.fas_ngage_chatbot {
  font-size: medium;
  cursor: pointer;
}

.additional_space_ngage_chatbot {
  flex-grow: 4;
  background-color: #f0f0f0;
}

.tooltip-text_ngage_chatbot {
  visibility: hidden;
  background-color: #555;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-size: 14px;
  inset-inline-end: 30px;
  inset-block-start: -10px;
}

.refresh-container_ngage_chatbot:hover .tooltip-text_ngage_chatbot {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.css-13brihr_ngage_chatbot {
  text-align: start;
}

.css-1ghcjv0-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  margin-inline-start: 5px;
  font-size: 12px !important;
}

.css-1lrr7yx-MuiSvgIcon-root_ngage_chatbot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  font-size: 20px;
}

.css-5p2iex-MuiSvgIcon-root_ngage_chatbot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  margin-inline-start: 5px;
  font-size: 20px;
}

#show_more_chip {
  display: flex;
  align-items: center;
  justify-content: center;
}

.css-11u4k1p_ngage_chatbot {
  height: calc(100% - 66px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tooltip-text-mic_ngage_chatbot {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 21;
  inset-block-start: -45px;
  inset-inline-start: 15px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}

.tooltip-text-recording_ngage_chatbot {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 21;
  inset-block-start: -30px;
  inset-inline-start: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}

.tooltip-text-send_ngage_chatbot {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 21;
  inset-block-start: -30px;
  inset-inline-end: 15px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}

#mic-icon:hover .tooltip-text-mic_ngage_chatbot {
  visibility: visible;
  opacity: 1;
}

#recording-icon:hover .tooltip-text-recording_ngage_chatbot {
  visibility: visible;
  opacity: 1;
}

.css-1rs1pq0_ngage_chatbot:hover .tooltip-text-send_ngage_chatbot {
  visibility: visible;
  opacity: 1;
}

.mic-icon_ngage_chatbot:hover,
.send-icon_ngage_chatbot:hover,
.refresh-container_ngage_chatbot:hover {
  transform: scale(1.1);
}

/* newly one overflow */
.css-16awsaw_ngage_chatbot {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
}

.temp_append_msg_ngage_chatbot {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  justify-content: flex-end;
}

.css-1safqrj_ngage_chatbot {
  display: flex;
  /* justify-content: flex-end; */
  flex-direction: column;
  flex-grow: unset;
  /* max-height: 54vh; */
  overflow-y: auto;
  overflow-x: hidden;
  /* padding: 0px 20px 0; */
  margin: 5px 0;
}

.error_and_skip_outer_ngage_chatbot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skip_button_ngage_chatbot {
  display: flex;
  justify-content: flex-end;
  margin-inline-end: 5px;
  color: blue;
  margin-block-start: -9px;
  font-size: medium;
  cursor: pointer;
  /* text-decoration: underline; */
}

.user_details_error_message_ngage_chatbot {
  display: flex;
  font-family: "Inter";
  align-items: center;
  /* Align items vertically */
  color: rgb(255, 0, 0);
  margin-block-start: -6px;
  font-size: 14px;
  cursor: pointer;
}

.info-icon_ngage_chatbot {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background-color: rgb(255, 0, 0) !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-inline-end: 4px !important;
  font-weight: bold !important;
  font-size: 11px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.css-bco1gb_ngage_chatbot {
  /* margin-block-start: -20px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.userDetailsBubble_ngage_chatbot {
  inset-inline-start: -24px;
}

.css-nskpm4_ngage_chatbot {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; */
  display: flex;
  /* -webkit-flex-direction: column;
  -ms-flex-direction: column; */
  flex-direction: column;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-block-end: 16px;
}

.css-1vpz7la_ngage_chatbot {
  position: relative;
  max-width: 80%;
  min-width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.css-18lpyak-MuiAvatar-root_ngage_chatbot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px;
  height: 24px;
  position: absolute;
  inset-block-start: 8px;
  inset-inline-end: -12px;
  border: 2px solid #dcf8c6;
  background-color: #bebebe;
  z-index: 100;
}

.initial_message_avatar_ngage_chatbot {
  inset-block-start: -4px;
}

.css-1j5p6ai_ngage_chatbot {
  background-color: #dcf8c6;
  border-inline-end: 0px;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: start;
  inset-inline-end: 20px;
  margin-block-start: 12px;
}

.css-1j5p6ai_initial_message_ngage_chatbot {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 8px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: start;
  inset-inline-end: 20px;
}

.chip_ngage_chatbot {
  display: inline-block;
  padding: 0.1rem 0.7rem;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  background-color: rgb(240, 246, 254);
  color: rgb(63, 57, 80);
  border-color: rgb(216, 221, 228);
  border-width: 1px;
  border-style: solid;
}

.show_more_chip_ngage_chatbot {
  margin-block-end: 10px;
}

.show_more_chip_ngage_chatbot i {
  font-size: smaller;
}

.up_arrow_icon_ngage_chatbot {
  font-size: smaller;
}

.chip_ngage_chatbot.small_ngage_chatbot {
  padding: 0.125rem 0.25rem;
  font-size: 12px !important;
}

.css-1xhj18k_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.css-o819xq-MuiTypography-root_ngage_chatbot {
  margin: 0;
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  font-weight: 700;
}

.css-6l87fp-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px !important;
  margin-inline-start: 8px;
}

.css-e784if-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01071em;
}

.css-e784if-MuiTypography-root_ngage_chatbot>a {
  color: blue !important;
}

.css-126sadh_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: flex-end;
  margin-block-end: 14px;
  margin-inline-end: 20px;
  font-weight: 700;
}

.css-1sy5xvs-MuiButton-root_ngage_chatbot {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(25, 118, 210, 0.5);
  color: #1976d2;
  text-transform: none;
  padding: 5px 7px;
  font-size: 0.85rem;
  border-radius: 5px;
  border: 1px solid #3147ff;
  color: #3147ff;
  font-weight: bold !important;
}

.css-1sy5xvs-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
  border: 1px solid #1976d2;
}

.css-k3chex-MuiAvatar-root_ngage_chatbot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 12px;
  height: 12px;
  background-color: #bebebe;
}

.css-1sy5xvs-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.css-l9mcu-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(25, 118, 210, 0.5);
  color: #1976d2;
  text-transform: none;
  padding: 5px 7px;
  font-size: 0.85rem;
  border-radius: 5px;
  border: 1px solid #3147ff;
  color: #3147ff;
  font-weight: bold !important;
}

.css-l9mcu-MuiButtonBase-root-MuiButton-root_ngage_chatbot::-moz-focus-inner {
  border-style: none;
}

.css-l9mcu-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-l9mcu-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

@media (hover: none) {
  .css-1sy5xvs-MuiButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-l9mcu-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
  border: 1px solid #1976d2;
}

@media (hover: none) {
  .css-l9mcu-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-l9mcu-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.css-6wzefa-MuiButton-root_ngage_chatbot {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(25, 118, 210, 0.5);
  color: #1976d2;
  text-transform: none;
  padding: 5px 7px;
  font-size: 0.85rem;
  border: 1px solid #3147ff;
  border-radius: 5px;
  color: #3147ff;
  font-weight: bold !important;
}

.css-6wzefa-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
  border: 1px solid #1976d2;
}

@media (hover: none) {
  .css-6wzefa-MuiButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-6wzefa-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.css-17zp0l3-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
  /* width: 50%; */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  /* display: inline-flex; */
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Inter";
  font-weight: 500;
  font-size: 13.6px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(25, 118, 210, 0.5);
  color: #1976d2;
  text-transform: none;
  padding: 5px 14px;
  font-size: 0.85rem;
  border: 1px solid #3147ff;
  border-radius: 5px;
  color: #3147ff;
  font-weight: bold !important;
}

.css-17zp0l3-MuiButtonBase-root-MuiButton-root_ngage_chatbot::-moz-focus-inner {
  border-style: none;
}

.css-17zp0l3-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-17zp0l3-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-17zp0l3-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
  border: 1px solid #1976d2;
}

@media (hover: none) {
  .css-17zp0l3-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-17zp0l3-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.css-fujl5p_ngage_chatbot {
  position: relative;
  max-width: 80%;
}

span.play-pause-icon_ngage_chatbot {
  position: absolute;
  inset-inline-end: -12px;
  padding-block-start: 6px;
  cursor: pointer;
  width: 20px;
  fill: #aba8a8;
}

.css-1v9qozf_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-block-end: 30px;
}

.css-14j17i9-MuiAvatar-root_ngage_chatbot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px;
  height: 24px;
  position: absolute;
  inset-block-start: -2px;
  inset-inline-start: -12px;
  border: 2px solid #eaeaea;
  background-color: #bebebe;
  z-index: 100;
}

.css-1jhl6hg_ngage_chatbot {
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  z-index: 1;
  inset-inline-start: 19px;
}

.css-1f4gsy5_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  inset-block-start: 32%;
  inset-inline-start: 20%;
  z-index: 20;
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 12px white;
  border: 1px solid white;
  visibility: hidden;
}

.css-1ybvem2-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  font-size: 12px !important;
  font-weight: 700;
  text-align: start;
  width: 100%;
}

.css-w7rpc4-MuiButton-root_ngage_chatbot {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 200px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  background-color: white;
}

.css-w7rpc4-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #1565c0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (hover: none) {
  .css-w7rpc4-MuiButton-root_ngage_chatbot:hover {
    background-color: #1976d2;
  }
}

.css-w7rpc4-MuiButton-root_ngage_chatbot:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.css-w7rpc4-MuiButton-root_ngage_chatbot.Mui-focusVisible_ngage_chatbot {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-w7rpc4-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.css-w7rpc4-MuiButton-root_ngage_chatbot:hover {
  color: white;
}

.css-w7rpc4-MuiButton-root_ngage_chatbot:hover backgroundColor {
  main: #1976d2;
  light: #42a5f5;
  dark: #1565c0;
  contrast-text: #fff;
}

.css-z5g8q-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 200px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  background-color: white;
}

/* Base Button Styles */
.css-1d8afg0-MuiButton-root,
.css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  outline: 0;
  border: none;
  margin: 0;
}

/* Hover State */
.css-1d8afg0-MuiButton-root_ngage_chatbot:hover,
.css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
  text-decoration: none;
  background-color: #1565c0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  color: white;
}

/* Active State */
.css-1d8afg0-MuiButton-root_ngage_chatbot:active,
.css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

/* Focus State */
.css-1d8afg0-MuiButton-root_ngage_chatbot.Mui-focusVisible,
.css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-focusVisible_ngage_chatbot {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

/* Disabled State */
.css-1d8afg0-MuiButton-root_ngage_chatbot.Mui-disabled,
.css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
  cursor: default;
}

/* Print Media */
@media print {

  .css-1d8afg0-MuiButton-root,
  .css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

/* Hover state for devices that do not support hover */
@media (hover: none) {

  .css-1d8afg0-MuiButton-root_ngage_chatbot:hover,
  .css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
    background-color: #1976d2;
  }
}

/* Special Styles for Moz Focus Inner */
.css-1uc6kli-MuiButtonBase-root-MuiButton-root_ngage_chatbot::-moz-focus-inner,
.css-z5g8q-MuiButtonBase-root-MuiButton-root_ngage_chatbot::-moz-focus-inner {
  border-style: none;
}

.css-101avkb-MuiButton-root_ngage_chatbot {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 200px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  background-color: white;
}

.css-101avkb-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #1565c0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (hover: none) {
  .css-101avkb-MuiButton-root_ngage_chatbot:hover {
    background-color: #1976d2;
  }
}

.css-101avkb-MuiButton-root_ngage_chatbot:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.css-101avkb-MuiButton-root_ngage_chatbot.Mui-focusVisible_ngage_chatbot {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-101avkb-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.css-101avkb-MuiButton-root_ngage_chatbot:hover {
  color: white;
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 200px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  background-color: white;
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot::-moz-focus-inner {
  border-style: none;
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #1565c0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (hover: none) {
  .css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
    background-color: #1976d2;
  }
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-focusVisible_ngage_chatbot {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.css-tpcqh1-MuiButtonBase-root-MuiButton-root_ngage_chatbot:hover {
  color: white;
}

.css-1k7deil_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-block-start: 8px;
  cursor: pointer;
  padding-block-end: 12px;
}

.scroll-container_ngage_chatbot {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Hide the scrollbar */
}

.scrollable-div_ngage_chatbot {
  white-space: nowrap;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.scrollable-div_ngage_chatbot div {
  display: inline-block;
  margin-inline-end: 10px;
  text-align: center;
  border-radius: 15px;
  white-space: break-spaces;
  font-size: 14px;
  padding: 7px 15px;
  /* background-color: rgb(240, 246, 254); */
  /* color: rgb(63, 57, 80); */
  border-color: rgb(216, 221, 228);
  border-width: 1px;
  border-style: solid;
  line-height: normal;
}

.css-zu7t2-MuiSvgIcon-root_ngage_chatbot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  font-size: 25px;
  color: #869696;
  margin-inline-start: 5px;
  margin-inline-end: 5px;
}

.css-1xaq26r-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: #869696;
  font-size: 12px !important;
  margin-inline-start: 24px;
  margin-inline-end: 24px;
}

.css-1lhi6f4-MuiTextField-root_ngage_chatbot {
  border-radius: 0 10px 10px 0;
}

.css-1lhi6f4-MuiTextField-root_ngage_chatbot .MuiInputBase-root_ngage_chatbot {
  height: 7vh;
  inset-block-end: 8px;
}

.css-1lhi6f4-MuiTextField-root_ngage_chatbot.MuiOutlinedInput-input_ngage_chatbot {
  color: #e7e7e7;
}

.css-1lhi6f4-MuiTextField-root_ngage_chatbot .MuiInputLabel-outlined_ngage_chatbot {
  color: #e7e7e7;
}

.css-1lhi6f4-MuiTextField-root_ngage_chatbot .MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-color: #e7e7e7;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot .MuiInputBase-root_ngage_chatbot {
  height: 7vh;
  border-radius: 0px;
  border-block-start: 1px solid lightgray;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot.MuiOutlinedInput-input_ngage_chatbot {
  color: #e7e7e7;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot .MuiInputLabel-outlined_ngage_chatbot {
  color: #e7e7e7;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot .MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-inline-start: none;
  border-inline-end: none;
  border-block-end: none;
  border-block-start: none;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  position: relative;
  cursor: text;
  /* display: inline-flex; */
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: auto;
  border-radius: 4px;
  padding-inline-start: 14px;
  padding-inline-end: 14px;
  border-inline-start: none;
  border-inline-end: none;
  border-block-end: none;
  border-block-start: none;
  /* border-color: rgba(255, 255, 255, 0.87); */
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

/* ask me textbox outer design */
.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot:hover .MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-color: rgba(235, 235, 235, 0.87);
}

@media (hover: none) {
  .css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot:hover .MuiOutlinedInput-notchedOutline_ngage_chatbot {
    border-color: rgba(0, 0, 0, 0.23);
  }
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-focused_ngage_chatbot .MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-color: #1976d2;
  border-width: 2px;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-error_ngage_chatbot .MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-color: #d32f2f;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot .MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-color: rgba(0, 0, 0, 0.26);
}

.css-ittuaa-MuiInputAdornment-root_ngage_chatbot {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
}

.css-fnz20_ngage_chatbot {
  display: flex;
  align-items: center;
  border-inline-end: 1px solid #e0e0e0;
  margin-inline-end: 8px;
  width: 40px;
  color: #e7e7e7;
}

.css-19y2qd2-MuiIconButton-root_ngage_chatbot {
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 30px;
  height: 30px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.css-19y2qd2-MuiIconButton-root_ngage_chatbot:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .css-19y2qd2-MuiIconButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-19y2qd2-MuiIconButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

/* Mic icon style */
.css-ap74a1-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
  appearance: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(212, 212, 212);
  color: #686868;
  display: flex;
  justify-content: center;
  align-items: center;
}

.css-ap74a1-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot::-moz-focus-inner {
  border-style: none;
}

.css-ap74a1-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  pointer-events: none;
  cursor: default;
}

@media print {
  .css-ap74a1-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot {
    print-color-adjust: exact;
    color-adjust: exact;
  }
}

.css-ap74a1-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .css-ap74a1-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-ap74a1-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot {
  /* font: inherit; */
  letter-spacing: inherit;
  color: currentColor;
  padding: 4px 0 5px;
  border: 0;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0;
  display: block;
  min-width: 0;
  width: calc(100% - 135px);
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 16.5px 14px;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:focus {
  outline: 0;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:invalid {
  box-shadow: none;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  vertical-align: top;
  width: 100%;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: text;
  margin: 0;
  font-family: "Inter";
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot:hover {
  background-color: rgba(240, 240, 240, 0.04);
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot.Mui-focused_ngage_chatbot {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot.Mui-error_ngage_chatbot {
  background-color: #fff0f0;
}

.css-12tqjxq-MuiFormControl-root-MuiTextField-root_ngage_chatbot.Mui-disabled_ngage_chatbot:hover {
  background-color: transparent;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  vertical-align: top;
  width: 100%;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: text;
  /* border: 1px solid rgba(255, 255, 255, 0.23); */
  padding: 9px 14px;
  font-family: "Inter";
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-focused_ngage_chatbot {
  border-color: #3147ff;
  /* background-color: rgba(0, 0, 0, 0.04); */
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-error_ngage_chatbot {
  background-color: #fff0f0;
  border-color: #f44336;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot input:-webkit-autofill {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot input:-webkit-autofill:hover {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot textarea:-webkit-autofill {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot input:-webkit-autofill,
.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot textarea:-webkit-autofill {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot::-webkit-input-placeholder {
  opacity: 0.42;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot:-moz-placeholder {
  opacity: 0.42;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot::-moz-placeholder {
  opacity: 0.42;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot:-ms-input-placeholder {
  opacity: 0.42;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot::-ms-input-placeholder {
  opacity: 0.42;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot::-webkit-input-placeholder {
  opacity: 0.38;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot:-moz-placeholder {
  opacity: 0.38;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot::-moz-placeholder {
  opacity: 0.38;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-disabled_ngage_chatbot:-ms-input-placeholder {
  opacity: 0.38;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-error_ngage_chatbot::-webkit-input-placeholder {
  opacity: 0.42;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-error_ngage_chatbot:-moz-placeholder {
  opacity: 0.42;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-error_ngage_chatbot::-moz-placeholder {
  opacity: 0.42;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot.Mui-error_ngage_chatbot:-ms-input-placeholder {
  opacity: 0.42;
}

.css-19y2qd2-MuiIconButton-root,
.css-1key0zj-MuiIconButton-root_ngage_chatbot {
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 30px;
  height: 30px;
  border: 1px solid #3147ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.css-19y2qd2-MuiIconButton-root_ngage_chatbot:hover,
.css-1key0zj-MuiIconButton-root_ngage_chatbot:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {

  .css-19y2qd2-MuiIconButton-root_ngage_chatbot:hover,
  .css-1key0zj-MuiIconButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-19y2qd2-MuiIconButton-root_ngage_chatbot.Mui-disabled,
.css-1key0zj-MuiIconButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot::-webkit-autofill {
  -webkit-animation-duration: 5000s;
  animation-duration: 5000s;
  -webkit-animation-name: mui-auto-fill;
  animation-name: mui-auto-fill;
}

.css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot::-webkit-autofill {
  border-radius: inherit;
}

.css-1key0zj-MuiIconButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  pointer-events: none;
  cursor: default;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-webkit-search-decoration {
  -webkit-appearance: none;
}

.css-1rs1pq0_ngage_chatbot {
  margin-inline-start: 8px;
  border-inline-start: 1px solid #e0e0e0;
  padding-inline-start: 10px;
  height: 30px;
}

.css-1key0zj-MuiIconButton-root_ngage_chatbot {
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 30px;
  height: 30px;
  border: 1px solid #3147ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #3147ff;
}

.css-1key0zj-MuiIconButton-root_ngage_chatbot:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-webkit-search-decoration {
  -webkit-appearance: none;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-webkit-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-moz-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:focus::-webkit-input-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:focus::-moz-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:focus:-ms-input-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]+.MuiInputBase-formControl_ngage_chatbot .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:focus::-ms-input-placeholder {
  opacity: 0.42;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot.Mui-disabled_ngage_chatbot {
  opacity: 1;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:-webkit-autofill {
  -webkit-animation-duration: 5000s;
  animation-duration: 5000s;
  -webkit-animation-name: mui-auto-fill;
  animation-name: mui-auto-fill;
}

.css-152mnda-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:-webkit-autofill {
  border-radius: inherit;
}

@media (hover: none) {
  .css-1key0zj-MuiIconButton-root_ngage_chatbot:hover {
    background-color: transparent;
  }
}

.css-1key0zj-MuiIconButton-root_ngage_chatbot.Mui-disabled_ngage_chatbot {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.css-rki20w-MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-color: rgba(0, 0, 0, 0.23);
}

.css-1d3z3hw-MuiOutlinedInput-notchedOutline_ngage_chatbot {
  text-align: start;
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  inset-block-start: -5px;
  inset-inline-start: 0;
  margin: 0;
  padding: 0 8px;
  pointer-events: none;
  /* border-radius: inherit; */
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
  border-color: rgba(0, 0, 0, 0.23);
}

.css-ihdtdm_ngage_chatbot {
  float: unset;
  width: auto;
  overflow: hidden;
  padding: 0;
  line-height: 11px;
  -webkit-transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.css-1itv5e3_ngage_chatbot {
  margin-block-end: 4px;
  margin-block-start: 4px;
  text-align: center;
}

.css-1rjhqi-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: #bebebe;
  font-size: 12px !important;
}

.loading-image_ngage_chatbot {
  width: 20rem !important;
  /* margin: -20rem; */
}

.initial_container_error_header_ngage_chatbot {
  /* margin: 6px 0 0 5px; */
  margin: 10px 0 0 5px;
  /* font-size: 1.7rem; */
  color: grey;
}

.initial_container_error_msg_details_ngage_chatbot p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
  font-size: small;
  color: gray !important;
  padding: 0 30px;
  font-size: 15px;
}

.initial_chatbot_inners_ngage_chatbot img {
  width: 20px;
  height: 20px;
}

#try_again_getserver[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.css-1x1mj56-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: #3147ff;
  font-size: 12px !important;
  cursor: pointer;
  text-decoration: none;
}

.css-1ci7h9-MuiAvatar-root_ngage_chatbot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #bdbdbd;
  width: 24px;
  height: 24px;
  position: absolute;
  inset-block-start: -2px;
  inset-inline-start: -12px;
  border: 2px solid #eaeaea;
  background-color: #bebebe;
  z-index: 100;
}

.css-1i6ghfn-MuiAvatar-fallback_ngage_chatbot {
  width: 75%;
  height: 75%;
}

.css-10mi8st-MuiSvgIcon-root-MuiAvatar-fallback_ngage_chatbot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  width: 75%;
  height: 75%;
}

.css-1n6grf4_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* z-index: 10; */
  border: 1px rigde #e7e7e7;
  margin: 12px 0;
}

.css-owp454-MuiFormControl-root-MuiTextField-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  width: 90%;
  margin-block-start: 16px;
  border-color: #e7e7e7;
  border-radius: 0 10px 10px 0;
}

.css-owp454-MuiFormControl-root-MuiTextField-root_ngage_chatbot .MuiInputBase-root_ngage_chatbot {
  inset-block-end: 8px;
  padding-block-end: 3px;
  padding-block-start: 3px;
}

.css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root_ngage_chatbot {
  outline: none;
  overflow: hidden;
  border: 1px solid #cac7c7;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  position: relative;
  cursor: text;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  padding-inline-end: 5px;
  padding-inline-start: 14px;
}

/* Remove border color when input is focused */
.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove border color of the fieldset when input is focused */
.MuiOutlinedInput-root_ngage_chatbot.Mui-focused_ngage_chatbot .MuiOutlinedInput-notchedOutline_ngage_chatbot {
  border-color: transparent !important;
}

/* Additional styling to ensure no border is shown */
.MuiOutlinedInput-root_ngage_chatbot.Mui-focused_ngage_chatbot {
  outline: none !important;
  box-shadow: none !important;
}

.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot {
  font: inherit;
  font-size: 15px;
  letter-spacing: inherit;
  /* padding: 4px 0 5px; */
  border: 0;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0;
  width: 100%;
  -webkit-animation-name: mui-auto-fill-cancel;
  animation-name: mui-auto-fill-cancel;
  -webkit-animation-duration: 10ms;
  animation-duration: 10ms;
  padding: 16.5px 14px;
  padding-inline-end: 0;
}

.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input_ngage_chatbot::placeholder {
  /* padding-inline-start: 5px; */
  color: rgb(204, 204, 204);
  /* Change to your desired color */
  font-size: 14px;
  /* Change to your desired font size */
  opacity: 1;
  /* Override the default opacity */
}

#chatbot-input,
#user-details-input {
  padding-block: 1px;
  padding-inline: 2px;
  background: none !important;
  font-size: 14px;
  border: none;
  padding: 0px;
  border-radius: 0px;
  min-height: auto;
  color: #000;
  text-align: start;
}

.css-t4obkp-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot {
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #3147ff;
}

@keyframes dotSpin {

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

  50% {
    /* transform: translateY(-8px); */
    transform: scale(1);
  }
}

.dot_ngage_chatbot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: blue;
  animation: dotSpin 1s infinite ease-in-out;
}

.dot_ngage_chatbot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot_ngage_chatbot:nth-child(3) {
  animation-delay: 0.4s;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
  padding: 0.1rem 0.4rem;
  font-size: 90%;
  color: #d400ff !important;
  border-radius: 0.1335rem;
}

code:not([class*="language-"]):before,
code:not([class*="language-"]):after {
  content: "`";
}

code[class*="language-"] {
  padding: 0;
}

.chat_message_custom_action_buttons_ngage_chatbot {
  width: 97%;
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-block-start: 10px;
  margin-block-end: -20px;
}

.chat_message_custom_action_buttons_ngage_chatbot>button {
  border: 1px solid;
  text-transform: none;
  font-weight: 600;
  background-color: #fff;
  color: #3147ff;
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.chat_message_custom_action_buttons_ngage_chatbot>button:hover {
  border: 1px solid;
  background-color: #f3f1f1;
}

.css-tq1c9f-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(63, 57, 80, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-inline-start: 0.5rem;
  color: grey;
  width: 2rem;
  height: 2rem;
  border: 0.125rem solid grey;
}

/* agent mode*/
.css-13yiq3e-MuiCardContent-root_ngage_chatbot {
  height: calc(100% - 66px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  text-align: start;
}

.css-8z697t_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 80px);
}

.css-8z697t2_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  height: calc(100% - 90px);
}

.css-60s1p3_ngage_chatbot {
  height: 95px;
  width: 100%;
  padding-block-end: 4px;
  overflow-y: auto;
}

.css-lyv18e-MuiTypography-root_ngage_chatbot {
  margin: 0;
  font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #fff;
  margin-block-start: 0.75rem;
  padding-inline-start: 2.5rem;
  padding-inline-end: 2.5rem;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  overflow-y: hidden;
}

.css-17b1ftr_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  margin-block-end: 10px;
}

.css-17b1ftr2_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  margin-block-end: 10px;
}

.css-1y6jryk-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(63, 57, 80, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 12px;
  font-size: 1.75rem;
  color: #fff;
  background-color: #80808080;
  cursor: pointer;
}

.css-mwlxo6-MuiSvgIcon-root_ngage_chatbot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  cursor: pointer;
  font-size: 22px;
}

.css-70qvj9_ngage_chatbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.css-1vrdlcj-MuiButtonBase-root-MuiIconButton-root_ngage_chatbot {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(63, 57, 80, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 12px;
  font-size: 1.75rem;
  color: #fff;
}

.css-1ondvci_ngage_chatbot {
  width: 100px;
  text-align: center;
}

.css-y58bz0_ngage_chatbot {
  width: 20px;
  height: 10px;
  background-color: #ddd;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.IconButton_ngage_chatbot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid grey;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.IconButton_ngage_chatbot.blue_ngage_chatbot {
  border: 1px solid #3147ff !important;
}

.IconButton-small_ngage_chatbot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid grey;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.IconButton-small_ngage_chatbot.blue_ngage_chatbot {
  border: 1px solid #3147ff !important;
}

.IconButton-small_ngage_chatbot.recording-icon_ngage_chatbot {
  border: 1px solid red !important;
}

.IconButton_ngage_chatbot.red_ngage_chatbot {
  background-color: red !important;
  border: 2px solid red !important;
}

i.fa-white_ngage_chatbot {
  color: #fff;
  font-size: larger;
}

i.fa-blue_ngage_chatbot {
  color: #3147ff !important;
}

i.fa-red_ngage_chatbot {
  color: red !important;
}

.tooltip-icon_ngage_chatbot {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 21;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-size: 14px;
}

#agent-mode:hover #tooltip-text-agent-mic {
  visibility: visible;
  opacity: 1;
}

#agent-chat-btn:hover #switch-to-live-chat {
  visibility: visible;
  opacity: 1;
}

#agent-stop-listening-btn:hover #stop-listening-tooltip {
  visibility: visible;
  opacity: 1;
}

#agent-start-listening-btn:hover #start-listening-tooltip {
  visibility: visible;
  opacity: 1;
}

#agent-stop-speaking-btn:hover #stop-speaking-tooltip {
  visibility: visible;
  opacity: 1;
}

#close-agent-custom-mode:hover #close-agent-custom-mode-tooltip {
  visibility: visible;
  opacity: 1;
}

#agent-custom-action-stop-speaking-btn:hover #stop-speaking-agent-tooltip {
  visibility: visible;
  opacity: 1;
}

#agent-custom-action-start-speaking-btn:hover #stop-speaking-agent-tooltip {
  visibility: visible;
  opacity: 1;
}

#agent-mode:hover,
#agent-chat-btn:hover,
#agent-stop-listening-btn:hover,
#agent-start-listening-btn:hover,
#agent-stop-speaking-btn:hover,
#close-agent-custom-mode:hover,
#agent-custom-action-stop-speaking-btn:hover,
#agent-custom-action-start-speaking-btn:hover {
  transform: scale(1.1);
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Background of the track */
  border-radius: 10px;
  /* Rounded corners */
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Color of the scrollbar handle */
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  /* Creates a padding-like effect */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker on hover */
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #413f3f #000;
  /* Thumb color and track color */
}

.strength-meter_ngage_chatbot {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.dash_ngage_chatbot {
  width: 20px;
  height: 10px;
  background-color: #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.dash_ngage_chatbot.active_ngage_chatbot {
  background-color: green;
}

#agent-query-response .highlight_ngage_chatbot {
  background-color: yellow;
  color: #000;
}

.custom_action_followup_answer_ngage_chatbot {
  color: #c9c9c9;
  background: #383838;
  padding: 8px 15px;
  border-inline-start: 8px solid #a8b0ff;
  line-height: 1.2em;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: calc(7.2em + 16px);
  text-align: start;
}

.custom_action_followup_prompts_ngage_chatbot {
  align-self: start;
  margin-block-start: 10px;
  width: 100%;
}

.custom_action_followup_prompt_ngage_chatbot {
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: calc(2.4em);
  margin: 20px 0;
}

.custom_action_followup_response_ngage_chatbot {
  color: #fff;
  font-size: 16px;
}

.custom_action_followup_response_ngage_chatbot>a {
  color: #3147ff;
}

.custom_action_followup_prompts_ngage_chatbot .agent_mode_custom_action_buttons_ngage_chatbot {
  display: flex;
  gap: 10px;
  margin: 20px 0px;
  width: 100%;
}

.custom_action_followup_prompts_ngage_chatbot .agent_mode_custom_action_buttons_ngage_chatbot>button {
  border: 1px solid #626262;
  text-transform: none;
  background-color: #272727;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  width: 50%;
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom_action_followup_prompts_ngage_chatbot .agent_mode_custom_action_buttons_ngage_chatbot>button:hover {
  border: 1px solid #3147ff;
  color: #fff;
  background-color: #3147ff;
}

.custom_action_btn_radio_ngage_chatbot {
  width: 17px;
  height: 17px;
  position: relative;
  inset-block-start: -2px;
  cursor: pointer;
}

/* Hide tooltip on mobile screens */
@media (max-width: 767px) {

  #stop-speaking-agent-tooltip,
  .tooltip-text-mic_ngage_chatbot,
  .tooltip-text-recording_ngage_chatbot,
  .tooltip-text-send_ngage_chatbot,
  #tooltip-text-agent-mic,
  #switch-to-live-chat,
  #stop-listening-tooltip,
  #start-listening-tooltip,
  #stop-speaking-tooltip,
  #close-agent-custom-mode-tooltip,
  #stop-speaking-agent-tooltip,
  #stop-speaking-agent-tooltip {
    display: none;
    /* Hide tooltip on mobile devices */
  }
}

@media (max-width: 480px) {
  .css-mngoz2-MuiPaper-root_ngage_chatbot {
    width: 100%;
    height: 70vh;
    position: fixed;
    border: 0;
    margin: 0;
    inset-inline-start: 0;
  }
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-block-start: 2px solid #1976d2;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.loading-indicator {
  display: flex;
  align-items: center;
  margin-block-start: 1rem;
}

.css-1v9qozf.dynamic_sender_message_ngage_chatbot {
  margin-block-start: 8px;
  margin-block-end: 20px;
}

#manualPlayButton {
  border-radius: 4px;
  padding: 2px 6px;
  border: 1px solid #fff;
  font-size: 12px;
  background: none;
  color: #fff;
  margin-block-start: 15px;
  cursor: pointer;
}