/* [next]/internal/font/google/public_sans_1bc6418c.module.css [app-client] (css) */
@font-face {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/6e8df35dd937fa7a-s.a5971124.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fc2699ecc8323b38-s.dda394a5.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fa0520225c6f3d07-s.p.d28ba1c8.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Public Sans Fallback;
  src: local(Arial);
  ascent-override: 90.59%;
  descent-override: 21.46%;
  line-gap-override: 0.0%;
  size-adjust: 104.87%;
}

.public_sans_1bc6418c-module__6uzjwa__className {
  font-family: Public Sans, Public Sans Fallback;
  font-style: normal;
}

.public_sans_1bc6418c-module__6uzjwa__variable {
  --font-public-sans: "Public Sans", "Public Sans Fallback";
}

/* [project]/app/commitmono_c8c3ff72.module.css [app-client] (css) */
@font-face {
  font-family: commitMono;
  src: url("../media/CommitMono_400_Regular-s.p.1caa2b69.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: commitMono;
  src: url("../media/CommitMono_700_Regular-s.p.33e45302.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: commitMono;
  src: url("../media/CommitMono_400_Italic-s.p.ef530760.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: commitMono;
  src: url("../media/CommitMono_700_Italic-s.p.de57ff49.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: commitMono Fallback;
  src: local(Arial);
  ascent-override: 68.45%;
  descent-override: 15.21%;
  line-gap-override: 0.0%;
  size-adjust: 131.49%;
}

.commitmono_c8c3ff72-module__hvr5Va__className {
  font-family: commitMono, commitMono Fallback;
}

.commitmono_c8c3ff72-module__hvr5Va__variable {
  --font-commit-mono: "commitMono", "commitMono Fallback";
}

/* [project]/styles/styles.css [app-client] (css) */
.ai_landing_page {
  z-index: 3;
  background: url("../media/ai_landing_background.cc930848.png") center / cover no-repeat;
  position: relative;
}

.welcome_view_page {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.welcome_view_page .image {
  max-width: 300px;
  margin: 0 auto 40px;
}

.welcome_view_page .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.welcome_view_page h1 {
  color: #1d5166;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

.welcome_view_page h1 span {
  color: #f05d2a;
}

.welcome_view_page p.text {
  color: #666;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.welcome_view_page .chat_button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(274.08deg, #1e7da3 2.5%, #1d5166 96.59%);
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 500;
  transition: all .6s;
  display: flex;
}

.welcome_view_page .chat_button:hover {
  color: #1d5166;
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 4px rgba(51, 51, 51, .373);
}

.welcome_view_page .chat_button:hover img {
  filter: brightness(0) !important;
}

.welcome_view_page .avatar_img {
  max-width: 200px;
  margin-top: 80px;
  animation: 1s ease-in-out infinite alternate animateTop;
}

@keyframes animateTop {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.bg-background, .from-background {
  background: none;
}

.lk-audio-bar-visualizer {
  border: none !important;
}

li.group.flex.w-full.flex-col.gap-0\.5 {
  border-radius: 6px;
  flex-direction: column-reverse;
  width: 100%;
  padding: 8px 5px;
  display: flex;
  opacity: 1 !important;
}

.scroll_area {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 10px 30px;
  position: fixed;
  top: 385px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  max-width: 900px !important;
  height: 70% !important;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  overflow-y: scroll !important;
}

.scroll_area::-webkit-scrollbar {
  width: 2px !important;
}

.scroll_area::-webkit-scrollbar-thumb {
  background: #f05d2a;
}

.chat_info {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.chat_info li {
  margin-bottom: 10px;
}

.chat_info.remote li {
  background: #fef7f4;
}

.chat_info.local {
  flex-direction: row-reverse;
}

.chat_info.local li {
  background: #f4f6f7;
}

.chat_info.local li:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 8px;
}

.chat_info.local li:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 8px;
}

.chat_info.local li:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 8px;
}

.chat_info.local li:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 8px;
}

.chat_info.local li:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 8px;
}

.chat_info.local li:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 8px;
}

.chat_info .image {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.chat_info.local .image {
  padding: 4px;
}

.chat_info.remote .image img {
  transform: translateY(8px);
}

.chat_info .image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__a2423a76._.css.map*/