/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/the-new-css-reset@1.11.3/css/reset.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:where(:not(html, iframe, canvas, img, svg, video, audio, input[type=checkbox], input[type=radio]):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

menu, ol, summary, ul {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}


/* 
SPACING:
.5rem | 1rem | 1.25rem | 2rem | 3rem | 10rem
*/
:root {
  --primary-black: #0F172B;
  --button-background: #121724;
  --primary-blue: #2B7FFF;
  --primary-purple: #5655FF;
  --chatbot-border: #314158;
  --chatbot-darkgray: #62748E;
  --chatbot-suggestion-background: rgba(29, 41, 61, 0.5);
  --menu-gray: #90A1B9;
  --text-gray: #8E8DA5;
  --card-bg: #1A2332;
  --aura: #1D28EC;
  --grid: #161B28;
  --chat-dialogue-text: #CAD5E2;
  --card-text: #86899C;
  --headings: #f1ebeb;
  --mona: "Mona Sans", sans-serif;
  --inter: "Inter", sans-serif;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  font-size: 1.25rem;
  color: var(--text-gray);
  background-color: var(--primary-black);
  background-color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.chatbot-content,
.landing-page-content {
  background-color: var(--primary-black);
  background-color: black;
  margin: 0 auto;
}

.inner-container {
  padding: clamp(1rem, 0.25rem + 3.75vw, 4rem);
  max-width: 2000px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

/* chatbot dom structure */
.chatbot-content {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background-color: var(--primary-black);
}

/********* HEADINGS **********/
.hero h1,
.hero h2 {
  font-size: clamp(3.75rem, 3.3971rem + 1.7647vw, 4.5rem);
  color: var(--headings);
  line-height: 115%;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h2 {
  font-size: clamp(2.0625rem, 1.9029rem + 0.7979vw, 3rem);
  color: var(--headings);
  font-weight: bold;
  line-height: 115%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h3 {
  color: var(--headings);
  font-size: 24px;
  line-height: 115%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.landing-page-content {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}

.landing-page-content header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 5rem auto 10rem auto;
}
.landing-page-content header .aura {
  /* Container */
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(152, 16, 250, 0.5);
  filter: blur(130px);
  border-radius: 33554400px;
  top: 35rem;
  left: clamp(0rem, -17.9104rem + 89.5522vw, 150rem);
  z-index: -1;
}
.landing-page-content header .aura-2 {
  content: "";
  display: block;
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(53, 50, 234, 0.6);
  filter: blur(150px);
  border-radius: 33554400px;
  top: 25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.landing-page-content header img {
  width: 4rem;
  margin-bottom: 1rem;
}
.landing-page-content header h2 {
  background: linear-gradient(90deg, #51A2FF 35%, #C27AFF 50%, #FB64B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.landing-page-content header p {
  margin: 1rem 0 2rem 0;
}
.landing-page-content header .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.landing-page-content header .button-container .chat-now {
  margin-bottom: 1rem;
  background-color: #155DFC;
  color: white;
  max-width: 20rem;
}
.landing-page-content header .button-container .learn-more {
  max-width: 20rem;
}
.landing-page-content header .button-container .chat-now {
  box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.2), 0px 4px 6px -4px rgba(255, 255, 255, 0.2);
  margin: unset;
}

/* hero content */
/* hero grid */
/*************** Hero Design Auras *************/
/********** Footer Design Auras **********/
.footer-aura-2 {
  /* Container */
  position: absolute;
  width: 400px;
  height: 400px;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background: rgba(21, 93, 252, 0.4);
  filter: blur(150px);
  opacity: 0.4;
  border-radius: 33554400px;
}

/* hero buttons */
.chat-now {
  color: white;
  width: 100%;
  padding: 1rem;
  border-radius: 30px;
  background-color: #155DFC;
  font-size: 18px;
  max-width: 30rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.chat-now:hover {
  transform: scale(1.02);
  filter: brightness(0.9);
}

.chat-now:hover,
.learn-more:hover {
  cursor: pointer;
}

.learn-more {
  color: #fff;
  border: 0.1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 1rem;
  border-radius: 30px;
  font-size: 18px;
  max-width: 30rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.learn-more:hover {
  transform: scale(1.02);
  filter: brightness(0.9);
  background-color: rgba(44, 42, 42, 0.4470588235);
}

/* tech stack section card buttons */
.tech-stack .card a {
  color: var(--headings);
  font-size: 14px;
  font-weight: bold;
  background-color: var(--button-background);
  padding: 0.5rem 2.25rem;
  margin-top: 1rem;
  border-radius: 25px;
}

.online {
  font-weight: bold;
  color: rgb(45, 180, 45);
}

.offline {
  font-weight: bold;
  color: rgb(192, 3, 3);
}

.bold-font {
  font-weight: 500 !important;
}

.user-chat-div {
  display: flex;
  flex-direction: row-reverse;
}

.hidden {
  display: none !important;
}

.chatbot-content .header-dashboard-flex-container nav {
  transform: translateX(-100%);
}
@media (width >= 1000px) {
  .chatbot-content .header-dashboard-flex-container nav {
    transform: translateX(0);
    transition: 0s;
  }
}
.chatbot-content .header-dashboard-flex-container .show-nav {
  transform: translateX(0);
}

/* center toggle button hamburger menu */
.toggle-btn {
  display: flex;
}

.responsive-by-design {
  margin-bottom: 10rem;
}

.responsive {
  margin-bottom: 12rem;
}

.responsive-by-design .desktop-view p {
  margin: 0.5rem 0 1rem 0;
}

.responsive-by-design .mobile-view p {
  margin: 0.5rem 0 1rem 0;
  max-width: 70ch;
}

.mobile-view-div {
  display: flex;
  justify-content: center;
}

.mobile-view-div img {
  min-width: 0;
  max-width: 371px;
}

.arrow-container {
  display: flex;
  margin: 1rem 0 2rem 0;
  justify-content: center;
}

@media (width >= 850px) {
  .responsive-by-design .desktop-view .flex-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 3rem;
  }
  .responsive-by-design {
    margin-bottom: 25rem;
  }
  .responsive-by-design .desktop-view .flex-container div:nth-of-type(2) {
    width: 60%;
  }
  .responsive-by-design .desktop-view .flex-container div:nth-of-type(1) {
    width: 40%;
  }
  .responsive {
    margin-bottom: 2.5rem;
  }
  .responsive p {
    max-width: 50ch;
  }
  .arrow-container {
    display: none;
  }
  .desktop-view {
    margin-bottom: 25rem;
  }
  .mobile-view {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .mobile-view div:nth-of-type(1) {
    width: 60%;
  }
  .mobile-view div:nth-of-type(2) {
    width: 40%;
    max-width: 35rem;
  }
  .mobile-view-div img {
    min-width: 0;
    max-width: unset;
  }
}
@media (width > 1050px) {
  .responsive-by-design .desktop-view .flex-container {
    align-items: center;
  }
}
@media (width > 1200px) {
  .responsive-by-design .desktop-view .flex-container {
    gap: 4rem;
  }
}
@media (width >= 1300px) {
  .responsive-by-design .desktop-view .flex-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 3rem;
  }
  .responsive-by-design .desktop-view .flex-container div:nth-of-type(2) {
    width: 50%;
  }
  .responsive-by-design .desktop-view .flex-container div:nth-of-type(1) {
    width: 50%;
  }
  .responsive {
    margin-bottom: 2.5rem;
  }
  .responsive p {
    max-width: 50ch;
  }
  .mobile-view div:nth-of-type(1) {
    width: unset;
  }
  .mobile-view div:nth-of-type(2) {
    width: unset;
    max-width: 30rem;
  }
}
.tech-stack {
  white-space: normal; /* Allows text to wrap onto multiple lines */
  word-break: normal; /* Forces a break at the exact character the edge is hit */
  overflow-wrap: anywhere;
}

.tech-stack > .tech-header p {
  margin-bottom: 2rem;
}

@media (width >= 444px) {
  .tech-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (width >= 730px) {
  .tech-header p {
    max-width: 50ch;
    margin-top: 0.5rem;
  }
}
.tech-stack .card {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.04), transparent 40%);
  background-color: var(--card-bg);
  border-radius: 20px;
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  text-align: center;
}

.tech-stack .card p {
  color: var(--card-text);
  font-weight: 500;
}

.tech-stack .card h3 {
  margin: 1rem 0 0.5rem 0;
}

.tech-stack-card-icon {
  width: 80px;
  height: 80px;
}

.tech-flex1,
.tech-flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.tech-flex1 .card,
.tech-flex2 .card {
  flex: 0 1 18rem;
}

.tech-flex3 {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

footer {
  position: relative;
  overflow: hidden;
  text-align: center;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, #000000 0%, rgba(53, 50, 234, 0.5058823529), #000000 100%);
  position: absolute;
  filter: blur(100px);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
footer h2 {
  font-size: 60px;
}
footer h2:nth-of-type(2) {
  background: linear-gradient(90deg, #51A2FF 35%, #C27AFF 50%, #FB64B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
footer > div > div .grid-container > div p {
  color: var(--text-gray);
  font-weight: 200;
}
footer .chat-now {
  margin-bottom: 1rem;
  box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.2), 0px 4px 6px -4px rgba(255, 255, 255, 0.2);
}
footer .button-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
footer .button-container button {
  width: 100%;
  max-width: 40rem;
  flex: 1;
}
footer .button-container a {
  width: 100%;
  max-width: 40rem;
  flex: 1;
}
footer .content-container {
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* Container */
footer > div {
  padding-top: 3rem;
}

footer p {
  margin: 2rem 0;
}

footer p:last-of-type {
  color: #fff;
}

footer .grid-container {
  position: relative;
  z-index: 1;
  padding: 8rem 0 4rem 0;
  margin-bottom: 10rem;
  overflow: visible;
}

.aura-container {
  position: relative;
  overflow: visible;
}

.github {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer hr {
  border: none;
  border-top: 3px solid var(--grid);
}

@media (width >= 735px) {
  footer .content-container {
    text-align: center;
  }
}
/*Flexes the navigation against the header and chat area on desktop view simulating a dashboard*/
@media (width >= 1000px) {
  .chatbot-content .header-dashboard-flex-container {
    display: flex;
  }
}
.chatbot-content .header-dashboard-flex-container .header-chat-area-wrapper {
  flex: 1;
}

header .header-container {
  background-color: var(--card-bg);
  display: flex;
  justify-content: space-between;
  height: 5rem;
  padding: 0 1rem;
  position: relative;
  border-bottom: 2px solid rgba(49, 65, 88, 0.5);
}
@media (width >= 1000px) {
  header .header-container {
    padding: 0 1rem 0 0;
  }
}
header .header-container .flex {
  gap: 1rem;
}
header .header-container .flex .desktop-arrow {
  display: none;
}
@media (width >= 1000px) {
  header .header-container .flex .desktop-arrow {
    display: block;
  }
}
header .header-container button {
  cursor: pointer;
}
header .header-container .header-svg1 {
  display: flex;
  gap: 1rem;
  align-items: center;
}
header .header-container .header-svg1 .left-arrow {
  cursor: pointer;
}
header .header-container .header-svg1 img:nth-of-type(1) {
  width: 1.25rem;
}
header .header-container .header-svg1 img:nth-of-type(2) {
  width: 1.25rem;
}
header .header-container .header-svg1 .toggle-btn {
  cursor: pointer;
}
@media (width >= 1000px) {
  header .header-container .header-svg1 {
    margin-left: 1rem;
  }
  header .header-container .header-svg1 .toggle-btn {
    display: none;
  }
}
header .header-container .svg-2 {
  width: 1.25rem;
}
header .header-container .chatbot-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .header-container .chatbot-header-text h2 {
  font-size: 1.15rem;
}
header .header-container .chatbot-header-text p {
  font-weight: 300;
  font-size: 16px;
}
@media (width >= 1000px) {
  header .header-container .chatbot-header-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  header .header-container .chatbot-header-text img {
    width: 20px;
  }
}

/* toggle menu */
nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--card-bg);
  border-right: 2px solid rgba(49, 65, 88, 0.5);
  width: 18rem;
  height: 100vh;
  overflow: hidden;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
nav .close-btn {
  width: 20px;
}
@media (width >= 1000px) {
  nav {
    position: static;
    width: 18rem;
    border-right: 2px solid rgba(49, 65, 88, 0.5);
  }
  nav .close-btn {
    display: none;
  }
}
nav .flex {
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 16px;
}
nav .menu-header {
  border-bottom: 1px solid var(--chatbot-border);
  color: var(--headings);
  padding: 1.25rem 1rem;
  font-weight: 300;
}
@media (width >= 1000px) {
  nav .menu-header {
    border-bottom: 2px solid rgba(49, 65, 88, 0.5);
  }
}
nav .menu-header img {
  cursor: pointer;
}
nav .menu-header button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background-color: var(--primary-purple);
  width: 100%;
  border-radius: 10px;
  padding: 0 1.5rem;
  font-size: 16px;
  cursor: pointer;
}
nav .menu-header button span {
  font-size: 25px;
}
nav .nav-content {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem;
  gap: 1rem;
}
nav .nav-content::-webkit-scrollbar {
  width: 5px;
}
nav .nav-content::-webkit-scrollbar-thumb {
  background-color: rgb(103, 103, 103);
  border-radius: 10px;
}
nav .nav-content::-webkit-scrollbar-track {
  background: transparent;
}
nav .nav-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (width >= 1000px) {
  nav .nav-content {
    padding: 1rem;
  }
}
nav .nav-content .nav-content-div {
  border-left: 3px solid transparent;
}
nav .nav-content .nav-content-div:hover, nav .nav-content .nav-content-div:focus {
  background-color: rgba(255, 255, 255, 0.03);
  border-left-color: var(--primary-purple);
  padding-left: 12px;
}
nav .nav-content .nav-content-div .nav-content-container {
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 16px;
  display: flex;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
  align-items: flex-start;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 1rem 0;
  cursor: pointer;
}
nav .nav-content .nav-content-div .nav-content-container img {
  width: 20px;
}
@media (width >= 1000px) {
  nav .nav-content .nav-content-div {
    border: 3px solid rgba(49, 65, 88, 0.5);
    border-radius: 14px;
    padding: 0 3rem 0 1rem;
  }
}
nav .nav-content .nav-content-div .chat-title {
  color: var(--headings);
  font-weight: 300;
}
nav .nav-content .nav-content-div .chat-text {
  color: var(--chatbot-darkgray);
}
nav .nav-content .nav-content-div .chat-time {
  color: var(--chatbot-darkgray);
}
nav button:hover,
nav button:focus {
  background-color: #9d71fd;
  outline: none;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
  transform: translateY(-2px);
}
nav .nav-footer {
  font-size: 14px;
  padding: 1rem;
  color: red;
  border-top: 1px solid var(--chatbot-border);
}
nav .nav-footer p {
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-width: unset;
  text-align: center;
  cursor: pointer;
}
@media (width >= 1000px) {
  nav .nav-footer p {
    max-width: unset;
    text-align: center;
  }
}
nav .nav-footer p:hover,
nav .nav-footer p:focus {
  opacity: 1;
  color: #FF5F5F;
  text-shadow: 0 0 8px rgba(255, 95, 95, 0.4);
}

.chatbot-content .chat-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  gap: 1rem;
  font-size: 16px;
}
.chatbot-content .chat-area .chat-content-div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-grow: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.chatbot-content .chat-area .chat-content-div > .hi-neptune {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.chatbot-content .chat-area .chat-content-div > .hi-neptune p:first-of-type {
  font-size: clamp(1rem, 0.4167rem + 2.9167vw, 1.875rem);
}
.chatbot-content .chat-area .chat-content-div > .hi-neptune p:last-of-type {
  font-size: clamp(1rem, 0.9167rem + 0.4167vw, 1.125rem);
}
@media (width > 800px) {
  .chatbot-content .chat-area .chat-content-div > .hi-neptune {
    gap: 1rem;
  }
}
.chatbot-content .chat-area .chat-content-div > .hi-neptune img {
  width: 4rem;
}
.chatbot-content .chat-area .chat-content-div > .hi-neptune p {
  color: white;
}
.chatbot-content .chat-area .chat-content-div > .hi-neptune p:last-of-type {
  color: var(--menu-gray);
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-main-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (width >= 800px) {
  .chatbot-content .chat-area .chat-content-div .recommendation-flex-main-container {
    gap: 1rem;
  }
}
@media (width > 1200px) {
  .chatbot-content .chat-area .chat-content-div .recommendation-flex-main-container {
    gap: 1.5rem;
  }
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
@media (width >= 800px) {
  .chatbot-content .chat-area .chat-content-div .recommendation-flex-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@media (width > 1200px) {
  .chatbot-content .chat-area .chat-content-div .recommendation-flex-container {
    gap: 1.5rem;
  }
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-container > .ai-chat-recommendation {
  display: flex;
  gap: 0.5rem;
  border: 1px solid var(--chatbot-border);
  border-radius: 14px;
  padding: 1rem;
  width: clamp(18rem, 13.3333rem + 23.3333vw, 25rem);
  cursor: pointer;
  font-size: 12px;
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-container > .ai-chat-recommendation:hover, .chatbot-content .chat-area .chat-content-div .recommendation-flex-container > .ai-chat-recommendation:focus {
  background-color: rgba(255, 255, 255, 0.03);
  border-left: 2px solid var(--chatbot-border);
  border-left-color: var(--primary-purple);
  padding-left: 12px;
}
@media (width >= 800px) {
  .chatbot-content .chat-area .chat-content-div .recommendation-flex-container > .ai-chat-recommendation {
    width: clamp(20rem, 5rem + 24vw, 32rem);
  }
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-container > .ai-chat-recommendation img {
  width: 20px;
  height: 20px;
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-container p {
  color: white;
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-container p:last-of-type {
  color: var(--menu-gray);
}
.chatbot-content .chat-area .chat-content-div .recommendation-flex-container .ai-chat-recommendation {
  background-color: var(--card-bg);
}
.chatbot-content .chat-area footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--card-bg);
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 1rem;
  background-color: black;
  background-color: var(--primary-black);
}
@media (width >= 800px) {
  .chatbot-content .chat-area footer {
    padding-bottom: 2rem;
  }
}
.chatbot-content .chat-area footer {
  overflow: visible;
}
@media (width >= 800px) {
  .chatbot-content .chat-area footer {
    width: 80%;
  }
}
.chatbot-content .chat-area footer form {
  position: relative;
  display: flex;
  width: 100%;
}
.chatbot-content .chat-area footer form .input-container {
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 1;
}
@media (width >= 800px) {
  .chatbot-content .chat-area footer form .input-container::After, .chatbot-content .chat-area footer form .input-container::before {
    content: "";
    position: absolute;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    /* Container */
    background: linear-gradient(90deg, #05DF72 0%, #2B7FFF 50%, #9810FA 100%);
    opacity: 0.5;
    filter: blur(8px);
    border-radius: 16px;
    background-image: conic-gradient(from var(--angle), #05df72, #2b7fff, #9810fa, #2b7fff, #05df72);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    border-radius: 19px;
    animation: 3s spin linear infinite;
  }
  .chatbot-content .chat-area footer form .input-container::before {
    filter: blur(1rem);
    opacity: 1;
  }
}
.chatbot-content .chat-area footer form .input-container button {
  position: absolute;
  right: 1rem;
  top: 1.75rem;
  transform: translateY(-50%);
  z-index: 3;
  background: none;
  border: none;
  cursor: pointer;
}
.chatbot-content .chat-area footer form .input-container button img {
  width: 30px;
  height: 30px;
}
.chatbot-content .chat-area footer form .input-container button .abort-button {
  background-color: rgb(46, 44, 44);
  background-color: rgb(72, 59, 59);
  background-color: var(--card-bg);
  background-color: white;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  color: white;
  display: grid;
  place-items: center;
  position: relative;
  margin-bottom: 0.25rem;
}
.chatbot-content .chat-area footer form .input-container button .abort-button::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 2px solid transparent;
  /* visible part */
  animation: spin2 1.5s linear infinite;
}
.chatbot-content .chat-area footer form .input-container button .abort-button::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background: rgb(255, 255, 255);
  background-color: var(--card-bg);
  animation: spin1 8s linear infinite;
}
@keyframes spin1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(360deg);
  }
}
.chatbot-content .chat-area footer form input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--primary-black);
  background-color: black;
  border: 1px solid var(--chatbot-border);
  border-radius: 16px;
  color: white;
  padding: 1rem 3.5rem 1rem 1rem;
  outline: none;
  position: relative;
  z-index: 2;
  text-align: left;
}
.chatbot-content .chat-area footer form input::-moz-placeholder {
  color: var(--chatbot-darkgray);
}
.chatbot-content .chat-area footer form input::placeholder {
  color: var(--chatbot-darkgray);
}

.chatbot-content .chat-area .dialogue-box {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  width: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
}
.chatbot-content .chat-area .dialogue-box .scroll-container {
  overflow-y: auto;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.chatbot-content .chat-area .dialogue-box .scroll-container::-webkit-scrollbar {
  width: 5px;
}
.chatbot-content .chat-area .dialogue-box .scroll-container::-webkit-scrollbar-thumb {
  background-color: rgb(103, 103, 103);
  border-radius: 10px;
}
.chatbot-content .chat-area .dialogue-box .scroll-container::-webkit-scrollbar-track {
  background: transparent;
  margin: 1rem 0;
}
.chatbot-content .chat-area .dialogue-box .ai-chat-div {
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  max-width: 100%;
}
.chatbot-content .chat-area .dialogue-box .ai-chat-div > div:nth-of-type(1) {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.chatbot-content .chat-area .dialogue-box .ai-chat-div > div:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  margin-top: 0.3rem;
}
.chatbot-content .chat-area .dialogue-box .ai-chat-div .chat-content {
  color: var(--chat-dialogue-text);
  margin-bottom: 0.1rem;
  white-space: pre-wrap;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  max-width: 100%;
}
.chatbot-content .chat-area .dialogue-box .ai-chat-div .chat-time {
  color: var(--chatbot-darkgray);
  font-size: 14px;
}
.chatbot-content .chat-area .dialogue-box .ai-chat-div > div:nth-of-type(1) img {
  width: 2rem;
}
.chatbot-content .chat-area .dialogue-box .user-chat-div {
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  max-width: 100%;
}
.chatbot-content .chat-area .dialogue-box .user-chat-div > div:nth-of-type(1) {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.chatbot-content .chat-area .dialogue-box .user-chat-div > div:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  margin-top: 0.45rem;
}
.chatbot-content .chat-area .dialogue-box .user-chat-div .chat-content {
  color: var(--chat-dialogue-text);
  margin-bottom: 0.1rem;
  white-space: pre-wrap;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  max-width: 100%;
}
.chatbot-content .chat-area .dialogue-box .user-chat-div .chat-time {
  color: var(--chatbot-darkgray);
  font-size: 14px;
  text-align: right;
}
.chatbot-content .chat-area .dialogue-box .user-chat-div > div:nth-of-type(1) img {
  width: 2.5rem;
}

.header-chat-area-wrapper {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
/* Container *//*# sourceMappingURL=styles.css.map */