/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./frontend/src/css/fonts.scss ***!
  \**********************************************************************************************************************/
@font-face {
  font-family: "Lato";
  src: url(/5a60dde25d817751d590.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/c7400fcad9e48ca9043f.ttf) format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/9d883d540ee2b4de8024.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url(/636be8de934918e38ed9.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./frontend/src/css/style.scss ***!
  \**********************************************************************************************************************/
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  overflow: hidden;
  font-family: "Lato", sans-serif;
}

body.staticBg, body.standalone {
  background-color: #2d1eb1;
}

#fallbackBg {
  display: none;
}

body.staticBg #fallbackBg {
  display: block;
  position: absolute;
  background-size: cover;
  height: 60%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  background: url(/3c93504af41a45f5e8dc.png);
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

canvas {
  vertical-align: top;
}

#sectionBg {
  width: 100%;
  height: 100%;
}

#background {
  width: 100%;
  height: 100%;
  display: block;
}

#spectrogram {
  display: block;
  position: absolute;
  left: 50%;
  top: 43%;
  width: 70%;
  max-width: 350px;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

#spectrogram.recording {
  visibility: visible;
}

#ui-chatbot {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

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

header nav {
  display: flex;
  flex-direction: row;
}

header button.minmax {
  cursor: pointer;
  background: none;
  border: none;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 5px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.6s ease-in-out;
}

header button.minmax:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

header button.minmax img {
  display: block;
  width: 30px;
  aspect-ratio: 1;
}

header button.minmax.off {
  display: none;
}

header nav a.cta {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  color: #FFF;
  border-radius: 26px;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  background: none;
  border: 1px solid white;
  padding: 12px 24px;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
  -webkit-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
}

header nav a.cta:hover {
  background-color: white;
  color: #656565;
}

#dashboard {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#response-wrapper {
  display: flex;
  width: 100%;
  max-width: 370px;
  height: 50%;
  max-height: 220px;
  align-items: center;
  justify-content: center;
}

#response {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  text-overflow: ellipsis;
  place-content: center;
  letter-spacing: normal;
  opacity: 1;
  transition: opacity 0.5s, font-size 0.5s, line-height 0.5s;
}

#response.hide {
  opacity: 0;
}

#response span {
  opacity: 0;
  transition: opacity 0.5s;
}

#response span.showLetter {
  opacity: 1;
}

#dashboard aside {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 2px 4px 12px 1px rgba(255, 255, 255, 0.52) inset;
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px);
  border-radius: 60px;
  margin: 20px 0px;
  box-sizing: border-box;
  width: 100%;
  height: 68px;
  max-width: 720px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

#dashboard aside > div {
  width: 100%;
  position: relative;
}

#dashboard aside input {
  font-family: "Lato", sans-serif;
  padding: 0px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  flex-grow: 1;
  text-overflow: ellipsis;
  width: 100%;
  max-width: calc(100% - 60px);
  line-height: 68px;
  padding: 0 30px;
}

#dashboard aside input:focus-visible {
  outline: none;
}

#dashboard aside input::placeholder,
#dashboard aside input::-webkit-input-placeholder {
  color: rgba(227, 227, 227, 0.7);
}

#dashboard aside input:read-only {
  pointer-events: none;
  color: rgba(227, 227, 227, 0.7);
}

#dashboard aside input:focus::placeholder,
#dashboard aside input:focus::-webkit-input-placeholder,
#dashboard aside input.recording::placeholder,
#dashboard aside input.recording::-webkit-input-placeholder,
#dashboard aside input:disabled::placeholder,
#dashboard aside input:disabled::-webkit-input-placeholder {
  visibility: hidden;
}

#dashboard aside input.recording {
  user-select: none;
}

#dashboard span#questions {
  visibility: hidden;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  color: #bab7cc;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 19px;
  place-items: flex-end;
}

#dashboard #questions #question-current {
  font-size: 24px;
  color: #c5c5c5;
}

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

footer a {
  text-decoration: none;
  color: white;
}

footer button {
  background: none;
  border: none;
}

#ui-chatbot > footer .speaker {
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: background-color 0.6s ease-in-out;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}

#ui-chatbot > footer .speaker:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#ui-chatbot > footer .speaker img {
  display: block;
  width: 30px;
  aspect-ratio: 1;
}

#ui-chatbot > footer .speaker.off {
  display: none;
}

#ui-chatbot > footer #leave img {
  display: block;
  height: 24px;
  aspect-ratio: 1;
}

#ui-chatbot > footer #leave {
  cursor: pointer;
  display: block;
  padding: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: background-color 0.6s ease-in-out;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
}

#ui-chatbot > footer #leave:hover {
  background-color: rgba(227, 227, 227, 0.25);
}

#ui-chatbot > footer #leave.hide {
  pointer-events: none;
  visibility: hidden;
}

#rightBtns #sendQBtn, #rightBtns #micBtn {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin: 10px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
  transition: opacity 0.6s ease-in-out, background-color 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out, background-color 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out, background-color 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out, background-color 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out, background-color 0.6s ease-in-out;
}

#rightBtns .inactive {
  pointer-events: none;
  opacity: 0;
}

#rightBtns .active {
  pointer-events: all;
  opacity: 1;
}

#rightBtns #sendQBtn:hover,
#rightBtns #micBtn:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#rightBtns button svg path {
  transition: fill 0.6s ease-in-out;
  -webkit-transition: fill 0.6s ease-in-out;
  -moz-transition: fill 0.6s ease-in-out;
  -ms-transition: fill 0.6s ease-in-out;
  -o-transition: fill 0.6s ease-in-out;
}

#rightBtns #sendQBtn svg {
  width: 30px;
  aspect-ratio: 1;
}

#rightBtns #micBtn svg {
  width: 30px;
  aspect-ratio: 1;
}

#rightBtns button svg path {
  fill: white;
}

#rightBtns #micBtn.disabled svg path {
  fill: #c5c5c5;
}

#rightBtns #sendQBtn:active {
  background-color: white;
}

#rightBtns #sendQBtn:active svg path {
  fill: black;
}

#rightBtns #micBtn.disabled, #rightBtns #sendQBtn.disabled {
  background-color: transparent;
  pointer-events: none;
}

#rightBtns #micBtn.recording, #rightBtns #sendQBtn.sent {
  background-color: white;
}

#rightBtns #micBtn.recording svg path {
  fill: red;
}

#rightBtns #sendQBtn.sent svg path {
  fill: black;
}

@media screen and (max-width: 500px) {
  header nav {
    flex-direction: column-reverse;
    place-items: end;
  }
  header button.minmax {
    position: initial;
    left: unset;
    transform: none;
  }
}
@media only screen and (max-width: 800px) {
  #response {
    font-size: 18px;
    line-height: 28px;
    max-width: 340px;
  }
  #dashboard aside {
    height: 50px;
  }
  #dashboard aside input {
    font-size: 20px;
    line-height: 50px;
    padding: 0 20px;
    max-width: calc(100% - 70px);
  }
  #rightBtns #sendQBtn, #rightBtns #micBtn {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 5px;
  }
  header nav a.cta {
    font-size: 12px;
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 245px) {
  #ui-chatbot > footer .speaker {
    position: inherit;
    left: unset;
    transform: none;
  }
}
#policies {
  cursor: pointer;
}

@media only screen and (max-width: 185px) {
  footer {
    flex-direction: column;
    gap: 7px;
  }
  .speaker {
    order: 1;
  }
  #policies {
    order: 2;
  }
  #leave {
    order: 3;
  }
}
@media only screen and (max-width: 420px) {
  #response-wrapper {
    max-height: 260px;
  }
  header button.minmax {
    display: none;
  }
  header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-height: 600px) {
  #response-wrapper {
    height: 40%;
  }
  #dashboard aside {
    margin: 5px 0px 15px 0px;
  }
}
