.voyaChatWidget * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.voyaChatWidget ul,
.voyaChatWidget ol {
  margin: 0.5rem 0 0.5rem 1rem !important;
  padding-left: 1.5rem !important;
  display: block !important;
  overflow: visible !important;
}

.voyaChatWidget ul {
  list-style-type: disc !important;
  list-style-position: inside !important;
}

.voyaChatWidget ol {
  list-style-type: decimal !important;
  list-style-position: inside !important;
}

.voyaChatWidget li {
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  display: list-item !important;
}

.voyaChatWidget ul ul {
  list-style-type: circle !important;
  margin-left: 0.5rem !important;
}

.voyaChatWidget ol ol {
  list-style-type: lower-alpha !important;
  margin-left: 0.5rem !important;
}

.voyaChatWidget ul ol,
.voyaChatWidget ol ul {
  margin-left: 0.5rem !important;
}

.voyaChatWidget .chat-bubble-relative .speech-bubble-assistant .assistant ul,
.voyaChatWidget .chat-bubble-relative .speech-bubble-assistant .assistant ol {
  margin: 0.5rem 0 0.5rem 1rem !important;
  padding-left: 0.5rem !important;
  display: block !important;
  overflow: visible !important;
}

.voyaChatWidget .chat-bubble-relative .speech-bubble-assistant .assistant ul,
.voyaChatWidget .chat-bubble-relative .speech-bubble-assistant .assistant ol {
  padding-left: 0.5rem !important;
}

.voyaChatWidget .chat-bubble-relative .speech-bubble-assistant .assistant ul {
  list-style-type: disc !important;
  list-style-position: inside !important;
}

.voyaChatWidget .chat-bubble-relative .speech-bubble-assistant .assistant ol {
  list-style-type: decimal !important;
  list-style-position: inside !important;
}

.voyaChatWidget .chat-bubble-relative .speech-bubble-assistant .assistant li {
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  display: list-item !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #36382E;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
}

.invisible {
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.voyaChatWidget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.voyaChatWidget .VoyaChatWidget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: width 0.3s ease;
}
.voyaChatWidget .VoyaChatWidget-icon {
  width: 90px;
  height: 110px;
  border-radius: 15px;
  border: 1px solid rgba(36, 107, 247, 0.3);
  background: linear-gradient(180deg, #FFF 0%, #246BF7 367.83%);
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  padding: 0.5rem 0;
}
.voyaChatWidget .VoyaChatWidget-icon:hover {
  transform: scale(1.05);
}
.voyaChatWidget .VoyaChatWidget-icon svg {
  fill: white;
  width: 30px;
  height: 30px;
}
.voyaChatWidget .VoyaChatWidget-icon .primaryIconText {
  font-weight: 700;
  color: #000;
}
.voyaChatWidget .VoyaChatWidget-icon .secondaryIconText {
  font-size: 0.6rem;
  color: #606060;
}
.voyaChatWidget .VoyaChatWidget-window {
  position: relative;
  bottom: 0px;
  height: calc(100vh - 210px);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #fff 0%, #E2ECFF 14%, #E2ECFF 40%, #fff 60%, #fff 70%, #E2ECFF 100%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: width 0.3s ease;
}
.voyaChatWidget .VoyaChatWidget-window-header {
  height: 58px;
  width: 100%;
  background: white;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  display: flex;
}
.voyaChatWidget .VoyaChatWidget-window-header .headerText {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 0.25rem;
  display: flex;
}
.voyaChatWidget .VoyaChatWidget-window-header .headerButtons {
  display: flex;
  flex-direction: row;
  height: 50px;
  align-items: center;
}
.voyaChatWidget .VoyaChatWidget-window-header .headerButtons .scaleLargerButton {
  margin: 0 1rem 0 0;
  display: flex;
}
.voyaChatWidget .VoyaChatWidget-window-header .headerButtons .scaleSmallerButton {
  margin: 0 1rem 0 0;
  display: flex;
}
.voyaChatWidget .VoyaChatWidget-window-header .headerButtons .closeButton {
  position: relative;
  display: flex;
}
.voyaChatWidget .VoyaChatWidget-window .legalMessage {
  padding: 0.5rem 1rem;
  font-size: 10px;
  height: 38px;
  align-items: center;
  display: block;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage {
  height: fit-content;
  width: auto;
  padding: 0.5rem 1rem 0 1rem;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage {
  display: flex;
  align-items: center;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage-text {
  font-weight: 700;
  position: relative;
  width: fit-content;
  text-align: center;
  padding: 0 0.5rem 0 0;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .helloMessage-text-small {
  font-size: 1.5rem;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .helloMessage-text-medium {
  font-size: 1.75rem;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .helloMessage-text-large {
  font-size: 2rem;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .membershipLevelBadge {
  align-content: center;
  padding: 0 0.25rem;
  height: 1.25rem;
  border-radius: 10px;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .membershipLevelBadge-container {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .membershipLevelBadge.bronze {
  background-color: #cd7f32;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .membershipLevelBadge.silver {
  background-color: #c0c0c0;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .membershipLevelBadge.gold {
  background-color: #ffd700;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .membershipLevelBadge.platinum {
  background-color: #e5e4e2;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .helloMessage .membershipLevelBadge.founders {
  background-color: #000000;
  color: white;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .welcomeMessage-small {
  font-size: 14px;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .welcomeMessage-medium {
  font-size: 17px;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .welcomeMessage-large {
  font-size: 20px;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .welcomePromptButtons {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 1rem 0 0 0;
  position: relative;
  max-width: 400px;
  grid-template-columns: repeat(2, 1fr);
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .welcomePromptButtons-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  height: fit-content;
  padding: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.voyaChatWidget .VoyaChatWidget-window .welcomePromptMessage .welcomePromptButtons-button:hover {
  transform: scale(1.05);
}
.voyaChatWidget .VoyaChatWidget .chatWindowsmall {
  width: 30vw;
}
.voyaChatWidget .VoyaChatWidget .chatWindowmedium {
  width: 42vw;
}
.voyaChatWidget .VoyaChatWidget .chatWindowlarge {
  width: 70vw;
}
.voyaChatWidget .VoyaChatWidget .chatWindowMobile {
  width: 100vw;
  height: calc(100svh - 51px) !important;
  bottom: -20px;
  right: -20px !important;
  border-radius: 0;
}
.voyaChatWidget .VoyaChatWidget-struggleWindow {
  position: absolute;
  bottom: 120px;
  right: 0;
  width: 200px;
  height: 100px;
  background: #0d0d7d;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
}
.voyaChatWidget .VoyaChatWidget-struggleWindow .struggleWindowText {
  color: white;
  text-align: center;
  align-content: center;
  padding: 0.5rem;
}
.voyaChatWidget .VoyaChatWidget-consent {
  position: relative;
  align-content: center;
  height: 100%;
  padding: 1rem 2rem;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.25px;
  color: black;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
.voyaChatWidget .VoyaChatWidget-consent .smallConsentMessage {
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f3f5;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.voyaChatWidget .VoyaChatWidget-consent .consentMessage {
  font-size: 20px;
  margin: 0 auto;
  padding: 24px 25px 32px 25px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f3f5;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.voyaChatWidget .VoyaChatWidget-consent-buttonContainer {
  text-align: center;
}
.voyaChatWidget .VoyaChatWidget-consent-buttonContainer .consentButton {
  display: inline-block;
  border: 0;
  cursor: pointer;
  background: #CA4D2B;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  width: 40%;
  padding: 10px;
  margin: 2rem 0.5rem;
  font-size: 18px;
  color: white;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.voyaChatWidget .VoyaChatWidget-consent-buttonContainer .smallConsentButton {
  display: inline-block;
  border: 2px solid #CA4D2B;
  cursor: pointer;
  background: #CA4D2B;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  width: 35vw;
  padding: 10px;
  margin: 2rem 0.5rem;
  font-size: 18px;
  color: white;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.voyaChatWidget .VoyaChatWidget-consent-buttonContainer .nonConsentButton {
  display: inline-block;
  border: 2px solid #246BF7;
  cursor: pointer;
  background: transparent;
  width: 40%;
  padding: 10px;
  margin: 2rem 0.5rem;
  font-size: 18px;
  color: #246BF7;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.voyaChatWidget .VoyaChatWidget-consent-buttonContainer .smallNonConsentButton {
  display: inline-block;
  border: 2px solid #246BF7;
  cursor: pointer;
  background: transparent;
  width: 35vw;
  padding: 10px;
  margin: 2rem 0.5rem;
  font-size: 18px;
  color: #246BF7;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}
.chat-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.chat-header button {
  font-size: 24px;
  color: #666;
  transition: all 0.2s ease-in-out;
}
.chat-header button:hover {
  color: #36382E;
}

.chat-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.chat-content::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.chat-content::-webkit-scrollbar-thumb {
  background: rgb(188.5, 198, 207.5);
  border-radius: 3px;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.chat-messages::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.chat-messages::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.chat-messages::-webkit-scrollbar-thumb {
  background: rgb(188.5, 198, 207.5);
  border-radius: 3px;
}

.message-container {
  margin: 12px 0;
  max-width: 85%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.message-container.invisible {
  opacity: 0;
}
.message-container.user {
  margin-left: auto;
}
.message-container.user .message-content {
  background: #e3f2fd;
}
.message-container.assistant {
  margin-right: auto;
}
.message-container.assistant .message-content {
  background: #f5f5f5;
}
.message-container .message-content {
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #36382E;
}
.message-container .message-images {
  margin-top: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.chat-bubble {
  padding: 0 0 1.5rem 0;
}
.chat-bubble + .user {
  text-align: right;
}
.chat-bubble-relative {
  position: relative;
}
.chat-bubble-relative .speech-bubble-assistant {
  position: relative;
  background-color: #fff;
  border: 1px solid #f0f3f5;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
  min-height: 30px;
  padding: 1.5rem 0.75rem;
  margin-right: 2rem;
}
.chat-bubble-relative .speech-bubble-assistant .assistant ul, .chat-bubble-relative .speech-bubble-assistant .assistant ol {
  margin-left: 1.25rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.chat-bubble-relative .speech-bubble-assistant .assistant ul {
  list-style-type: disc !important;
}
.chat-bubble-relative .speech-bubble-assistant .assistant ol {
  list-style-type: decimal !important;
}
.chat-bubble-relative .speech-bubble-assistant .assistant li {
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
}
.chat-bubble-relative .speech-bubble-user {
  display: inline-flex;
  position: relative;
  background-color: #0d0d7d;
  border-radius: 0.25rem;
  min-height: 30px;
  padding: 1rem 0.75rem;
  margin-left: 2rem;
  margin-right: 0.25rem;
  color: #fff;
}
.chat-bubble-relative .social-wrapper {
  position: absolute;
  bottom: -16px;
  right: 0;
  z-index: 10;
}
.chat-bubble-relative .social-wrapper .social-icons {
  position: relative;
  right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 32px;
  padding: 0.25rem 1.25rem 0;
  font-weight: 700;
  width: 80px;
  height: 35px;
  box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.1);
}
.chat-bubble-relative .social-wrapper .social-icons .social-icon {
  padding: 0 0.5rem 0 0;
}
.chat-bubble-relative .social-wrapper .social-icons .social-icon .social-item .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.chat-bubble-relative .social-wrapper .social-icons .social-icon.last {
  padding-right: 0;
}

.generatingResponse {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0.25rem;
  padding: 0.25rem;
}
.generatingResponse .spinnerIcon {
  height: 30px;
  width: 30px;
  justify-content: center;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.generatingResponse .messageContent {
  align-content: center;
  font-weight: 600;
}

.generatingResponseDots .snippet .stage .dot-flashing {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  background-color: #246bf7;
  color: #246bf7;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  left: 24px;
}
.generatingResponseDots .snippet .stage .dot-flashing::before, .generatingResponseDots .snippet .stage .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.generatingResponseDots .snippet .stage .dot-flashing::before {
  left: -24px;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  background-color: #246bf7;
  color: #246bf7;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.generatingResponseDots .snippet .stage .dot-flashing::after {
  left: 24px;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  background-color: #246bf7;
  color: #246bf7;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dot-flashing {
  0% {
    background-color: #246bf7;
    height: 32px;
    width: 32px;
  }
  50%, 100% {
    background-color: #000000;
  }
}
.generatingResponseDots .snippet::before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 0 8px;
  content: attr(data-title);
  font-size: 12px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: white;
  background-color: rgb(255, 25, 100);
  border-radius: 10px;
  line-height: 20px;
}

.ChatMain {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ceddfa;
  border-radius: 8px;
  box-shadow: 0 1px 6px 5px rgba(0, 0, 0, 0.2);
}
.ChatMain .chat-Area {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(45, 114, 149, 0.1) 73.3%);
}
.ChatMain .chat-Area .welcomeMessage-small {
  font-size: 14px;
}
.ChatMain .chat-Area .welcomeMessage-medium {
  font-size: 17px;
}
.ChatMain .chat-Area .welcomeMessage-large {
  font-size: 20px;
}
.ChatMain .chat-Area .prompts-area {
  margin: 0.5rem 0 0 0;
}
.ChatMain .chat-Area .prompts-area .button-sample-container .button-sample-prompt {
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 4px 8px;
  margin: 2px;
  color: #000;
}
.ChatMain .chat-Area .prompts-area .button-sample-container .button-sample-prompt:hover {
  background-color: #000;
  color: #ffffff;
}
.ChatMain .chat-Area .prompts-area .button-sample-container .button-sample-prompt:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2);
}
.ChatMain .padding-medium {
  padding: 1rem 2.5rem;
}
.ChatMain .contextual-menu {
  position: absolute;
  z-index: 11;
  margin-right: -1rem;
  align-self: flex-end;
}
.ChatMain .contextual-menu .menu-right {
  margin-left: auto;
  display: block;
  text-align: right;
}
.ChatMain .form-area {
  width: 100%;
  padding: 0.5rem;
  background-color: rgba(45, 114, 149, 0.1);
}
.ChatMain .form-area .chat-form {
  align-items: center;
  width: 90%;
  display: flex;
  gap: 0.5rem;
  margin: 0 auto;
}
.ChatMain .form-area .chat-form .InputIconContainer {
  position: absolute;
}
.ChatMain .form-area .chat-form .iconPositionMobile {
  left: 40px;
}
.ChatMain .form-area .chat-form .iconPositionsmall {
  left: 47px;
}
.ChatMain .form-area .chat-form .iconPositionmedium {
  left: 55px;
}
.ChatMain .form-area .chat-form textarea {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  width: 100%;
  box-shadow: 1px 1px 5px lightgray;
  border-radius: 22px;
  border: 2px solid #000;
  resize: none;
  align-content: center;
  flex-grow: 1;
  font-size: 1rem;
  min-height: 40px;
  margin: 0 0 0.25rem 0;
  transition: height 0.5s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
}
.ChatMain .form-area .chat-form textarea:focus {
  min-height: 80px;
  align-content: initial;
  padding: 0.5rem 3.125rem 0.5rem 1.25rem;
}
.ChatMain .form-area .chat-form textarea:disabled {
  background: #f8f9fa;
  cursor: not-allowed;
  /* Match the padding and min-height of the enabled state */
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.ChatMain .form-area .chat-form button {
  padding: 0 8px;
  transition: all 0.2s ease-in-out;
}
.ChatMain .form-area .chat-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ChatMain .form-area .chat-form button:not(:disabled):hover {
  transform: scale(1.1);
}
.ChatMain .form-area .chat-form .button-chat-voice {
  bottom: 45px;
  position: absolute;
  justify-content: center;
  display: inline-flex;
}
.ChatMain .form-area .chat-form .button-chat-voice-disabled {
  bottom: 45px;
  position: absolute;
  justify-content: center;
  display: inline-flex;
}
.ChatMain .form-area .chat-form .voiceMobile {
  right: 4rem;
}
.ChatMain .form-area .chat-form .voicesmall {
  right: 4rem;
}
.ChatMain .form-area .chat-form .voicemedium {
  right: 4.75rem;
}
.ChatMain .form-area .chat-form .button-chat-submit {
  position: absolute;
  bottom: 40px;
  padding: 0;
}
.ChatMain .form-area .chat-form .button-chat-submit-disabled {
  position: absolute;
  bottom: 40px;
  padding: 0;
}
.ChatMain .form-area .chat-form .submitMobile {
  right: 2.75rem;
}
.ChatMain .form-area .chat-form .submitsmall {
  right: 2.75rem;
}
.ChatMain .form-area .chat-form .submitmedium {
  right: 3.5rem;
}
.ChatMain .form-area .legalConsentedmessage {
  font-size: 10px;
  text-align: center;
  margin: 0.25rem 0;
}

.generating-response {
  padding: 12px 16px;
}
.generating-response .typing-indicator {
  display: flex;
  gap: 4px;
}
.generating-response .typing-indicator span {
  width: 8px;
  height: 8px;
  background: #90D1C9;
  border-radius: 50%;
  animation: typing 1s infinite ease-in-out;
}
.generating-response .typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.generating-response .typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

.textual-loader {
  padding: 12px;
  color: #666;
  font-size: 14px;
}
.textual-loader.centered {
  text-align: center;
}
.textual-loader .loader-dots span {
  animation: dots 1.5s infinite;
  opacity: 0;
}
.textual-loader .loader-dots span:nth-child(2) {
  animation-delay: 0.5s;
}
.textual-loader .loader-dots span:nth-child(3) {
  animation-delay: 1s;
}

@keyframes typing {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes dots {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.carousel-container .react-multi-carousel-list {
  padding: 8px 0;
}
.carousel-container .carousel-item {
  padding: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.carousel-container .carousel-item:hover {
  transform: scale(1.02);
}
.carousel-container .carousel-item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.carousel-container .react-multi-carousel-dot-list {
  bottom: 0;
}
.carousel-container .react-multi-carousel-dot-list .react-multi-carousel-dot button {
  border-color: #0066cc;
}
.carousel-container .react-multi-carousel-dot-list .react-multi-carousel-dot button:hover {
  background: rgba(0, 102, 204, 0.5);
}
.carousel-container .react-multi-carousel-dot-list .react-multi-carousel-dot--active button {
  background: #0066cc;
}

.sample-prompts-container {
  padding: 12px 16px;
}

.contextual-menu {
  padding: 12px;
  text-align: right;
}
.contextual-menu .menu-button {
  padding: 4px 12px;
  color: #666;
  transition: all 0.2s ease-in-out;
}
.contextual-menu .menu-button .menu-icon {
  font-size: 20px;
  line-height: 1;
}
.contextual-menu .menu-button:hover {
  color: #36382E;
}

.gai-aside-menu {
  background: white;
  height: 100%;
  border-right: 1px solid #eee;
}
.gai-aside-menu .gai-aside-header {
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.gai-aside-menu .gai-aside-body {
  overflow-y: auto;
}
.gai-aside-menu .gai-aside-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.gai-aside-menu .gai-aside-body::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.gai-aside-menu .gai-aside-body::-webkit-scrollbar-thumb {
  background: rgb(188.5, 198, 207.5);
  border-radius: 3px;
}
.gai-aside-menu .gai-aside-body ul {
  list-style: none;
  padding: 0;
}

.gai-menuitem-item {
  padding: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.gai-menuitem-item:hover {
  background: #f8f9fa;
}
.gai-menuitem-item.active {
  background: rgb(178.5, 216.75, 255);
}
.gai-menuitem-submenu {
  padding: 8px;
  display: flex;
  gap: 8px;
}

.gai-main-section {
  position: relative;
  background: white;
  transition: all 0.2s ease-in-out;
}

.gai-left-aside {
  position: relative;
  min-width: 250px;
  transition: transform 0.3s ease;
}
@media (max-width: 480pxpx) {
  .gai-left-aside {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: white;
  }
}
@media (max-width: 480pxpx) {
  .gai-left-aside.gai-aside-closed {
    transform: translateX(-100%);
  }
}

.gai-chat-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.gai-header-inner {
  padding: 16px;
  background: white;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gai-header-inner .header-title {
  font-size: 16px;
  font-weight: 600;
}
.gai-header-inner .header-actions {
  display: flex;
  gap: 12px;
}

.gai-notification {
  position: fixed;
  top: 16px;
  right: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  animation: slideIn 0.3s ease;
}
.gai-notification.info {
  border-left: 4px solid #0066cc;
}
.gai-notification.error {
  border-left: 4px solid #dc3545;
}
.gai-notification.success {
  border-left: 4px solid #28a745;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.voyaToolTip-wrapper {
  display: flex;
  position: relative;
}

.voyaToolTip-target {
  cursor: pointer;
}

.voyaToolTip-box {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.voyaToolTip-box.visible {
  opacity: 1;
  pointer-events: auto;
}
.voyaToolTip-box.bottom {
  top: 110%;
  left: 0;
}
.voyaToolTip-box.top {
  bottom: 110%;
  left: 0;
}
.voyaToolTip-box.bottomLeft {
  top: 110%;
  right: 30%;
  height: 2rem;
  width: fit-content;
  min-width: 0;
  white-space: nowrap;
  text-align: center;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.voyaToolTip-box a {
  color: #007bff;
  text-decoration: underline;
}
.voyaToolTip-box a:hover {
  text-decoration: none;
}

.voyaToolTip-box.visible {
  opacity: 1;
  pointer-events: auto;
}

.gai-flex {
  display: flex;
}

.gai-flex-col {
  flex-direction: column;
}

.gai-flex-1 {
  flex: 1;
}

.gai-justify-start {
  justify-content: flex-start;
}

.gai-items-center {
  align-items: center;
}

.gai-p-4 {
  padding: 16px;
}

.gai-pb-4 {
  padding-bottom: 16px;
}

.gai-pr-2\.5 {
  padding-right: 12px;
}

.gai-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.gai-overflow-auto {
  overflow: auto;
}

.gai-main-flex {
  display: flex;
  gap: 16px;
}
@media (max-width: 480pxpx) {
  .gai-main-flex {
    flex-direction: column;
  }
}

.gai-main-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 16px;
}
@media (max-width: 480pxpx) {
  .gai-main-grid {
    grid-template-columns: 1fr;
  }
}

.menu-open .gai-aside-menu {
  transform: translateX(0);
}

.menu-closed .gai-aside-menu {
  transform: translateX(-100%);
}