* {
  padding: 0;
  margin: 0;
}

body {
  background: #202123;
  /* height: 100vh; */
  width: 100%;
  font-family: "Droid Sans", sans-serif;
}
/* header */
.header {
  /* display: flex; */
  padding: 16px 40px;
  justify-content: space-between;
  align-items: center;
  background: #7539b3;
}

.logo {
  width: 90px;
  height: 39px;
  flex-shrink: 0;
}

.nav-manu {
  display: flex;
  align-items: center;
  gap: 48px;
  list-style: none;
}

.video_presentation {
  display: inline-flex;
  padding: 0px 0 37px 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 580px;
  height: 340px;
  margin: 0 auto;
}

.video_presentation .video {
  max-width: 583px;
  max-height: 332px;
  border-radius: 17px;
}

.video_presentation .video > iframe {
  max-width: 583px;
  max-height: 332px;
  border-radius: 17px;
}

.video_presentation h3 {
  color: #fff;
  text-align: center;
  font-family: "Droid Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.menu-item {
  color: #fff;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.menu-item button {
  cursor: pointer;
  display: flex;
  height: 38px;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1.5px solid #fff;
  color: #fff;
  background-color: transparent;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
}

/* .header svg {
  display: none;
} */

/* header max width 430px */
@media (max-width: 430px) {
  .header {
    padding: 16px 18px;
  }

  .nav-manu {
    display: none;
  }

  .header svg {
    display: block;
  }
}

.navbar-nav {
  display: flex;
  gap: 20px;
}

/* header max width ≥768px */
@media (max-width: 768px) {
  .header {
    padding: 16px 18px;
  }

  .nav-manu {
    display: none;
  }

  .header svg {
    display: block;
  }

  #navbarNavAltMarkup {
    margin-top: 5%;
  }
}

/* chat body  */
.main {
  height: calc(100vh - 70px);
  padding: 40px;
  padding-bottom: 0;
  /* display: flex;
  flex-direction: column; */
}

/* chat box header  */
.chat-header {
  display: flex;
  /* padding: 12px 24px; */
  justify-content: space-between;
  align-items: center;
  /* border-radius: 8px 8px 0 0;
  border: 0.5px solid rgba(121, 131, 136, 0.2);
  background: #292929; */
}

.version p {
  color: #fff;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.version {
  display: flex;
  align-items: center;
  gap: 8px;
}

.version button {
  display: flex;
  height: 28px;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 4px;
  border: 1px solid #77b339;
  box-shadow: 0px 0px 10px 0px rgba(117, 57, 179, 0.2);
  background-color: transparent;
  color: #77b339;
  /* Body Text 1 */
  font-family: "Droid Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.reset button {
  display: flex;
  /* height: 34px; */
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #7539b3;
  color: #fff;
  /* Body Text 2 */
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border: 0px;
}

@media (max-width: 385px) {
  .main {
    /* height: calc(100vh - 71px); */
    padding: 18px;
  }

  .chat-header {
    padding: 12px 10px;
  }

  .chat-header .version {
    gap: 2px;
  }

  /* .chat-header .version p {
    font-size: 10px !important;
  } */

  .chat-header .version > button {
    font-size: 10px !important;
    line-height: 16px;
    padding: 2px 8px !important;
  }

  .chat-header .reset button > svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .chat-header .reset button {
    display: flex;
    /* width: 94px;  */
    height: 25px;
    padding: 7px 10px !important;
    gap: 2px;
  }

  .chat-header .reset button > span {
    font-size: 10px;
    line-height: 16px;
    /* 160% */
  }
}

@media (max-width: 430px) {
  .main {
    /* height: calc(100vh - 71px); */
    padding: 18px;
  }

  .chat-header {
    padding: 12px 18px;
  }

  .chat-header .version {
    gap: 8px;
  }

  /* .chat-header .version p {
    font-size: 14px;
  } */

  .chat-header .version > button {
    font-size: 10px;
    line-height: 16px;
  }

  .chat-header .reset button > svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .chat-header .reset button {
    display: flex;
    /* width: 94px;  */
    height: 25px;
    padding: 7px 14px;
    gap: 4px;
  }

  .chat-header .reset button > span {
    font-size: 10px;
    line-height: 16px;
    /* 160% */
  }
}

@media (max-width: 576px) {
  .main {
    /* height: calc(100vh - 71px); */
    padding: 18px;
  }

  .chat-header {
    padding: 12px 18px;
  }

  .chat-header .version {
    gap: 8px;
  }
  /*
  .chat-header .version p {
    font-size: 14px;
  } */

  .chat-header .version > button {
    font-size: 10px;
    line-height: 16px;
  }

  .chat-header .reset button > svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .chat-header .reset button {
    display: flex;
    /* width: 94px;  */
    height: 25px;
    padding: 7px 14px;
    gap: 4px;
  }

  .chat-header .reset button > span {
    font-size: 10px;
    line-height: 16px;
    /* 160% */
  }
}

/*  chat-preview  */
.disable {
  display: none;
  opacity: 0;
}

.imgVersion {
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
}

.chat-preview {
  flex: auto;
  flex-shrink: 0;
  /* border-radius: 0 0 8px 8px;
  border-right: 0.5px solid rgba(121, 131, 136, 0.2);
  border-bottom: 0.5px solid rgba(121, 131, 136, 0.2);
  border-left: 0.5px solid rgba(121, 131, 136, 0.2);
  background: #292929; */
  /* margin: 0 40px 40px 40px; */
  position: relative;
  /* padding: 40px; */
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  max-height: calc(100vh - 11%);
}

.small,
small {
  font-size: 0.75rem;
}

/* Welcom Potentail Chatbot ! */
.welcom-potentail {
  /* flex: auto; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-bubble {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.chat-bubble img {
  display: flex;
  /* padding: 24px; */
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  border: 2px solid rgba(244, 244, 244, 0.38);
  background: #303030;
}

.chat-bubble__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.chat-bubble__text h3 {
  color: #fff;
  /* Heading 3 */
  font-family: "Droid Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.chat-bubble__text p {
  max-width: 667px;
  width: 100%;
  color: #dee4e7;
  text-align: center;
  /* Body Text 2 */
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.chat-bubble__text h5 {
  max-width: 667px;
  width: 100%;
  color: #dee4e7;
  text-align: center;
  /* Body Text 2 */
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.chat-bubble_list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.chat-bubble_list li {
  display: flex;
  align-items: center;
  gap: 16px;

  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: 0 solid #e3e3e3;
}

.chat-bubble_list li > img {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 0.703px;
  justify-content: center;
  align-items: center;
}

.chat-bubble_list li span {
  color: #dee4e7;
  text-align: center;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}
@media (max-width: 375px) {
  .chat-preview {
    max-height: calc(100vh - 200px) !important;
  }
}

@media (max-width: 430px) {
  .chat-preview {
    /* margin: 0 18px 16px; */
    /* padding: 0 10px 16px; */
    /* max-height: calc(100vh - 295px); */
  }

  .chat-bubble img {
    padding: 16.454px;
    align-items: flex-start;
    gap: 6.856px;
    border-radius: 10.969px;
    border: 1.371px solid rgba(244, 244, 244, 0.38);
  }

  .chat-bubble__text h3 {
    font-size: 16px;
  }

  .chat-bubble__text p {
    line-height: 1.5;
  }

  .chat-bubble_list li {
    gap: 16px;
  }

  .chat-bubble_list li svg {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }

  .chat-bubble_list li span {
    font-size: 12px;
  }
}

a:hover {
  text-decoration: none;
  color: #fff;
}

p:not(.outres p) {
  margin-bottom: 0;
}

.outres p,
.outres ul,
.outres ol {
  margin-bottom: 0.5rem;
}

.voice-input {
  flex: 1 1 0%;
  height: 56px;
  flex-shrink: 0;
  border-radius: 41px;
  border: 0.5px solid #798388;
  background: #303030;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.voice-input .text_input_field #voice-mic {
  color: #fff;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  padding: 8px 24px;
  border: 0px;
  outline: 0px;
  width: calc(100% - 0px);
  resize: none;
  height: inherit;
  overflow-y: hidden;
}

/* chat input box  */
.chat-input-box {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 20px;
  bottom: 0;
  /* padding-top: 40px; */
  flex-direction: column;
  /* padding: 0 40px 40px 40px; */
  left: 0;
  width: inherit;
}

.chat-input {
  flex: 1 1 0%;
  height: 56px;
  flex-shrink: 0;
  border-radius: 41px;
  border: 0.5px solid #798388;
  background: #303030;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.leadForm label{
  color: #fff;
}

#userEmailInput,
#userNameInput {
  height: 50px;
  border-radius: 5px;
  border: 0.5px solid #798388;
  padding: 20px;
  background: #292929;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}

#userEmailInput:hover,
#userNameInput:hover,
#userEmailInput:focus,
#userNameInput:focus,
#userEmailInput:focus-visible,
#userNameInput:focus-visible {
  border: 0.5px solid #fff; /* Match the default border */
  background: #292929; /* Match the default background */
  color: #fff; /* Match the default color */
}

#userEmailInput.potinvalid,
#userNameInput.potinvalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.chat-input > .person {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
}

.chat-input > .text_input_field {
  flex: auto;
  height: 40px;
  overflow-y: hidden;
}

.chat-input .options {
  width: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.chat-input .options .doc {
  padding: 15px;
  border-radius: 29px;
}

.chat-input > .person > img {
  padding: 15px;
  border-radius: 29px;
  background: #7539b3;
}

.chat-input textarea::placeholder {
  color: #9ea9ae;
}

.chat-input textarea {
  color: #fff;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  padding: 8px 24px;
  border: 0px;
  outline: 0px;
  width: calc(100% - 0px);
  resize: none;
  height: inherit;
  overflow-y: hidden;
}

.chat-input .options .mic .doc {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* .active {
  padding: 6px;
  border-radius: 23px;
  border: 1px solid rgba(214, 193, 235, 0.3);
  background: #7539b3;
} */

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none;
}

.navbar-nav button:hover {
  background-color: #fff;
  cursor: pointer;
  color: #643190 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.navbar-nav button {
  color: #ffffff;
  cursor: pointer;
  display: flex;
  height: 38px;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1.5px solid #fff;
  color: #fff;
  background-color: transparent;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.polygon {
  position: absolute;
  right: 15%;
  bottom: 47%;
  margin-bottom: 17px;
}

.vibility-hidden {
  display: none !important;
  opacity: 0;
}

.vibility-visible {
  display: inline-flex !important;
  opacity: 1;
}

/* .recording {
  position: absolute;
  right: -60px;
  bottom: 100%;
  margin-bottom: 26px;
  max-height: 70px;
  width: 380px;
  display: inline-flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #303030;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.35);
} */

/* Glowing microphone effect */
.mic-glow {
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px red;
  }
  100% {
    box-shadow: 0 0 20px red;
  }
}

.recording-voice {
  position: absolute;
  bottom: 85%;
  margin-bottom: 26px;
  max-height: 70px;
  display: inline-flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 50px;
  background: #303030;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.recording {
  position: absolute;
  right: 55px;
  bottom: 85%;
  margin-bottom: 26px;
  max-height: 70px;
  width: 200px;
  display: inline-flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 50px;
  background: #303030;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.35);
}

.recording #cancel > img {
  width: 24px;
  height: 24px;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 10px;
  border-radius: 37px;
  background: var(--color-token-error-error-surface-primary, #f03a3a);
}

.recording #record {
  flex: auto;
}

.recording #stop > img {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  width: 24px;
  height: 24px;
  border-radius: 37px;
  background: var(--color-token-success-success-surface-primary, #22c55e);
}

.recording #pause > img {
  width: 20px;
  height: 20px;
  display: flex;
  padding: 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 37px;
  background: #bd7eff;
}

.options_tooltip {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* Show the send message tooltip on hover */
@media (hover: hover) {
  .options_tooltip:hover .options_text_tooltip {
    visibility: visible;
    opacity: 1;
  }
}

.output > .icons > .options_tooltip > .options_text_tooltip {
  bottom: 10% !important;
}

.person .options_text_tooltip {
  left: -6px;
  right: auto;
}

.options_text_tooltip {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  bottom: 100%;
  right: -6px;
  margin-bottom: 28px;
  padding: 10px;
  border: 1px solid #798388;
  border-radius: 8px;
  background-color: #303030;
  color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  transition-delay: initial;
  white-space: nowrap;
}

.person .options_text_tooltip::before,
.person .options_text_tooltip::after {
  right: auto;
  left: 30px;
}

.options_text_tooltip::before,
.options_text_tooltip::after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  right: 12px;
  margin-left: -10px;
}

.options_text_tooltip::before {
  border-top: 5px solid #798388;
  margin-top: 0px;
}

/* The white fill of the triangle */
.options_text_tooltip::after {
  border-top: 5px solid #303030;
  margin-top: -1.5px;
  z-index: 1;
}

.reset_options_tooltip {
  position: relative;
  cursor: pointer;
}

.reset_options_tooltip:hover .reset_options_text_tooltip {
  visibility: visible;
  opacity: 1;
}

.reset_options_text_tooltip {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  bottom: 100%;
  right: 30px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #798388;
  border-radius: 8px;
  background-color: #303030;
  color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  transition-delay: initial;
  white-space: nowrap;
}

.reset_options_text_tooltip::before,
.reset_options_text_tooltip::after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  right: 12px;
  margin-left: -10px;
}

.reset_options_text_tooltip::before {
  border-top: 5px solid #798388;
  margin-top: 0px;
}

/* The white fill of the triangle */
.reset_options_text_tooltip::after {
  border-top: 5px solid #303030;
  margin-top: -1.5px;
  z-index: 1;
}

/* send button */

.send img {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 46px;
  background: #535353;
  box-shadow: 0px 0px 20px 0px rgba(83, 83, 83, 0.25);
}

@media (max-width: 500px) {
  /* .chat-input textarea {
    padding: 10px 14px !important;
    width: 150px !important;
  } */

  .chat-input textarea::placeholder {
    color: #9ea9ae;
    font-size: 13px;
  }

  .chat-input {
    gap: 10px !important;
  }
}

@media (max-width: 430px) {
  .chat-input-box {
    display: flex;
    gap: 4px;
    padding-top: 18px;
    align-items: center;
  }

  .chat-input {
    /* width: fit-content; */
    /* border-radius: 8px; */
    border: 0.507px solid rgba(244, 244, 244, 0.23);
    flex: content;
    /* padding: 8.5px 10px; */
    height: 45px;
    gap: 12px;
  }

  .chat-input > .person {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chat-input > .person > img {
    width: 42px;
    height: 42px;
    padding: 7.5px;
    margin-left: -10px;
  }

  .chat-input #input-message {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 14px;
  }

  .chat-input input::placeholder {
    color: #9ea9ae;
    font-size: 13px;
  }

  .chat-input .options {
    gap: 8px;
    width: fit-content;
  }

  /* .chat-input > .options .mic {
    width: 18px;
    height: 18px;
  } */

  .recording {
    width: 200px;
    right: 10px;
  }

  .chat-input > .options .doc {
    width: 18px;
    height: 18px;
  }

  .send img {
    display: flex;
    /* padding: 10.857px; */
    align-items: flex-start;
    gap: 6.786px;
    border-radius: 31.214px;
  }
}

@media (max-width: 380px) {
  .polygon {
    right: 19%;
  }
}

@media (max-width: 380px) {
  /* .chat-input textarea {
    padding: 10px 14px !important;
    width: 120px !important;
  } */

  .chat-input input::placeholder {
    color: #9ea9ae;
    font-size: 13px;
  }

  .chat-input {
    gap: 8px !important;
  }

  .recording {
    width: 200px !important;
    right: 10px;
  }
}

@media (max-width: 351px) {
  .chat-input input::placeholder {
    color: #9ea9ae;
    font-size: 13px;
  }

  /* .chat-input textarea {
    padding: 8px 10px !important;
    width: 60px !important;
  } */

  .chat-input {
    gap: 4px !important;
  }

  .recording {
    width: 200px !important;
    right: 10px;
  }
}

.pottooltip {
  position: relative;
  cursor: pointer;
}

/* Show the send message tooltip on hover */
.pottooltip:hover .special-text__tooltip {
  visibility: visible;
  opacity: 1;
}

/* Adjustments for touch devices */
@media (hover: none) and (pointer: coarse) {
  .pottooltip:hover .special-text__tooltip {
    visibility: hidden;
    opacity: 0;
  }
  .options_tooltip:hover .options_text_tooltip {
    visibility: hidden;
    opacity: 0;
  }
}

.special-text__tooltip {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  bottom: 100%;
  right: 12px;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #798388;
  border-radius: 8px;
  background-color: #303030;
  color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  transition-delay: initial;
  white-space: nowrap;
}

.special-text__tooltip::before,
.special-text__tooltip::after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  right: 12px;
  margin-left: -10px;
}

.special-text__tooltip::before {
  border-top: 5px solid #798388;
  margin-top: 0px;
}

/* The white fill of the triangle */
.special-text__tooltip::after {
  border-top: 5px solid #303030;
  margin-top: -1.5px;
  z-index: 1;
}

/* voice recording container */
/* .voice-recording-container {
    position: absolute;
    width: fit-content;
    right: 100px;
    height: fit-content;
    bottom: 120px;
    display: inline-flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: var(--border-radius-radius-m, 8px);
    background: var(--color-token-background-colors-team-match-card, #303030);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.35);
}

#waveform {
    width: 100%;
    height: 100%;
    background: #303030;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.voice-img {
    width: 24px;
    height: 24px;
}

.voice-cancel-box {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 37px;
    background: #F03A3A;
}

.voice-right-box {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 37px;
    background: #22C55E;
}

.voice-pause-box {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 37px;
    background: #BD7EFF;
} */

/* width */
::-webkit-scrollbar {
  width: 7.5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2c2c2c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #434343;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.upload-document-popup-container,
.lead-document-popup-container {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-container {
  width: 100%;
  max-width: 500px;
  height: fit-content;
  background: #292929;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.popup-container > h1 {
  color: #fff;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.popup-cross-btn {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.popup_middle_part {
  display: flex;
  flex-direction: column;
  width: 88%;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.popup_middle_part_1 {
  display: flex;
  width: 100%;
  height: fit-content;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 0.5px solid rgba(121, 131, 136, 0.4);
  background: #1d1d1d;
}

.highlight {
  border: 3px dashed rgba(214, 229, 237, 0.4);
}

.upload-logo {
  border-radius: 100%;
  border: 6px solid rgba(121, 131, 136, 0.4);
  cursor: pointer;
}

.upload-logo > div > svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.upload-logo > div {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #e3d5f2;
}

.input_file > input[type="file"] {
  display: none;
}

.input_file > label {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: white;
}

.input_file > label > span {
  color: #bd7eff;

  /* Text sm/Semibold */
  font-family: "Droid Sans", sans-serif;
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

.input_file > p {
  color: #dee4e7;
  text-align: center;
  /* Text xs/Regular */
  font-family: "Droid Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

.popup_middle_part_2 {
  display: flex;
  width: 100%;
  height: fit-content;
  position: relative;
  padding: 16px;
  align-items: start;
  gap: 16px;
  border-radius: 12px;
  border: 0.5px solid rgba(121, 131, 136, 0.4);
  background: #1d1d1d;
}

@media screen and (max-width: 430px) {
  .popup-container {
    margin: 0 18px;
    padding: 24px 18px;
  }

  .input_file > label {
    font-size: 12px;
  }

  .input_file > label > span {
    font-size: 12px;
  }

  .input_file > p {
    font-size: 10px;
  }

  .popup_middle_part_2 {
    padding: 8px;
    gap: 8px;
  }
}

.file_info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

.complete-check > img {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.complete-check {
  display: flex;
  padding: 3px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 100%;
  border: 1px solid #7f56d9;
  background: #7f56d9;
  cursor: pointer;
}

.trash > img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.trash {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.file_logo {
  border-radius: 100%;
  border: 4px solid rgba(227, 213, 242, 0.4);
}

.file_logo > div > svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.file_logo > div {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  background: #e3d5f2;
}

.file_info > h1 {
  color: #fff;
  /* Text sm/Medium */
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  margin-top: 12px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.file_info > p {
  color: #9ea9ae;
  /* Text sm/Regular */
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.progress-box {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  width: 100%;
  margin-top: 10px;
}

.progress {
  width: auto;
  height: 8px;
  flex-shrink: 0;
  flex-grow: 1;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

#progress_bar {
  background: #7f56d9;
  height: 100%;
  width: 0%;
}

.progress-box > p {
  color: #fff;
  /* Text sm/Medium */
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.popup-btn-container {
  display: flex;
  padding: 0px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.popup-cancel-btn {
  display: flex;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #cad0d3;
  color: #2a363b;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Droid Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  letter-spacing: -0.4px;
  cursor: pointer;
}

.popup-upload-btn {
  display: flex;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #7539b3;
  color: #fff;
  /* Body Text 2 */
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.document-success-toast {
  position: absolute;
  z-index: 999;
  top: 40px;
  right: 3%;
  display: none;
  width: 300px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #f0fdf4;
}

.success-icon-box {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  background-color: #22c55e;
  display: flex;
  justify-items: center;
  align-items: center;
  border-radius: 100%;
}

.success-icon-box > div {
  width: 14px;
  height: fit-content;
  margin-left: 4px;
  margin-top: 2px;
}

.document-success-toast > div > p {
  width: 100%;
  flex-shrink: 0;
  color: #22c55e;
  /* Body Text 2 */
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  margin-left: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.document-success-toast > div {
  width: 100%;
  display: flex;
  justify-items: space-between;
  align-items: center;
}

.mentorimg {
  width: 10rem;
  height: 10rem;
}

a[href]:not(.nav-manu li a) {
  color: #b2a8ff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 12px;
  background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(116, 15, 214, 0.9) 100%
    ),
    url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
}

/* add css so the footer stays at the bottom */
#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Droid Sans", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 15px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(123, 39, 216, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #652d90;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

#prePromptDiv {
  width: 90%;
}

#prePrompt {
  border: 0.5px solid #303030;
  padding: 10px;
  font-size: 12px;
  background-color: #202123;
  width: 40px;
  height: max-content;
}

#prePrompt:hover {
  color: #fff;
  background-color: #303030;
}

#scrollContainer {
  gap: 9px;
}

/* Adjustments for smaller screens */
@media (min-width: 430px) {
  .welcom-potentail {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  #scrollContainer {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-item {
    flex: 0 0 auto;
    width: calc(100% - 10px);
    /* Adjust the width according to your needs */
    margin-right: 10px;
  }
}

.output .options_text_tooltip {
  right: auto;
  left: -6px;
}

.output .options_text_tooltip::before,
.output .options_text_tooltip::after {
  left: 12px;
  right: auto;
}

.voiceloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px 10px;
}

#wave {
  height: 70px;
  width: 70px;
  fill: #fff;
}

#Line_1 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#Line_2 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#Line_3 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

#Line_4 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#Line_5 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#Line_6 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#Line_7 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

#Line_8 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#Line_9 {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

@-webkit-keyframes pulse {
  0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
  50% {
    transform: scaleY(0.7);
    transform-origin: 50% 50%;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
}

@keyframes pulse {
  0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
  50% {
    transform: scaleY(0.7);
    transform-origin: 50% 50%;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
}
