/*! THIS IS AUTO GENERATED, DO NOT EDIT */
.js-fxm-custom-modal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.js-fxm-custom-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  height: 40px;
}
.js-fxm-custom-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 36px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 675px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 480px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 810px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 540px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .js-fxm-custom-modal.modal-large .modal-dialog {
    width: 900px;
  }
  .js-fxm-custom-modal.modal-medium .modal-dialog {
    width: 600px;
  }
  .js-fxm-custom-modal.modal-small .modal-dialog {
    width: 400px;
  }
}

.is-mobile,
.is-tablet,
.is-desktop {
  float: left;
}

@media only screen and (min-width: 992px) {
  .is-desktop {
    display: block;
  }
  .is-mobile,
  .is-tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .is-tablet {
    display: block;
  }
  .is-mobile,
  .is-desktop {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .is-mobile {
    display: block;
  }
  .is-tablet,
  .is-desktop {
    display: none;
  }
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/poppins-v21-latin-regular.woff2") format("woff2"), url("../../assets/fonts/poppins-v21-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/poppins-v21-latin-700.woff2") format("woff2"), url("../../assets/fonts/poppins-v21-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/poppins-v21-latin-800.woff2") format("woff2"), url("../../assets/fonts/poppins-v21-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/poppins-v21-latin-600.woff2") format("woff2"), url("../../assets/fonts/poppins-v21-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
body {
  font-size: 16px;
  font-family: "Poppins";
  color: #13364B;
}

.PageLanding .Content {
  color: white;
}
.PageLanding .Content h1 {
  font-size: 4vw;
  letter-spacing: 1px;
  font-weight: 800;
}

.PageAuth {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 40px;
  width: 100%;
  overflow: hidden !important;
  color: white;
  background: linear-gradient(180deg, #342071 8.29%, #130638 118.19%), linear-gradient(0deg, #1B142E 0%, #1B142E 100%), linear-gradient(0deg, #F5FDFF 0%, #F5FDFF 100%), linear-gradient(180deg, #50C2D8 0%, #06A4C1 100%);
}

.PageMode {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: url("../../assets/images/bg_mode.png"), linear-gradient(180deg, #251A46 8.29%, #0E0529 118.19%);
  background-size: 100% auto;
  background-position: center;
  background-size: cover;
}
.PageMode .Content {
  background-repeat: no-repeat;
  position: relative;
}
.PageMode .Content .cardMenu {
  border: 3px solid transparent;
  text-decoration: none;
}
.PageMode .Content .cardMenu .btn-bd-chat {
  margin-top: 0.5rem;
}
.PageMode .Content .cardMenu:focus, .PageMode .Content .cardMenu:hover {
  border: 3px solid #A33EDF;
  transition: border ease 0.35s;
  outline: none;
}
.PageMode .Content .cardMenu:focus .btn-bd-chat, .PageMode .Content .cardMenu:hover .btn-bd-chat {
  transition: all ease 0.25s;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #A33EDF;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #A33EDF;
  outline: none;
  border-color: transparent;
  box-shadow: 0px 0px 24px 0px rgba(195, 138, 243, 0.43);
}
.PageMode .Content .title {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 1199.98px) {
  .PageMode .Content .title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .PageMode .Content .cardMenu .card-body {
    padding-bottom: 0.5rem;
  }
  .PageMode .Content .cardMenu .btn-bd-chat {
    margin-top: 0;
  }
}

.chat-area {
  font-family: "Poppins";
  background: linear-gradient(180deg, #251A46 8.29%, #0E0529 118.19%);
  color: white;
}

.chat-user {
  margin-left: 10px;
}
.chat-user .cu__img {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  background: #612B98;
  margin: 0 10px 0 0;
}
.chat-user .cu__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  .chat-user {
    font-size: 1rem;
  }
  .chat-user .cu__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    font-size: 1rem;
    text-align: center;
  }
}

.chat-nav {
  height: 64px;
}
.chat-nav .chat-nav__container {
  display: flex;
  flex-wrap: nowrap;
}
.chat-nav .chat-nav__right-menu {
  align-items: center;
}
.chat-nav .chat-nav__survey {
  color: #fff;
}
.chat-nav .chat-nav__survey a {
  color: inherit;
}
.chat-nav .chat-nav__survey-text {
  display: block;
}
.chat-nav .chat-nav__survey-icon {
  display: none;
  font-size: 24px;
}
.chat-nav .chat-nav__survey-icon img {
  display: block;
  width: 24px;
  height: auto !important;
}
.chat-nav .chat-nav__countdown {
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 1;
  position: relative;
}
.chat-nav .chat-nav__countdown span {
  position: relative;
  display: inline-block;
  top: 2px;
  min-width: 85px;
  margin-left: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991.98px) {
  .chat-nav .chat-nav__user,
  .chat-nav .chat-nav__survey-icon,
  .chat-nav .chat-nav__right-menu {
    width: 32%;
  }
  .chat-nav .chat-nav__survey-text {
    display: none;
  }
  .chat-nav .chat-nav__survey-icon {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .chat-nav .chat-nav__countdown {
    font-size: 1rem;
    top: 8px;
  }
  .chat-nav .chat-nav__countdown img {
    width: 20px;
    height: auto !important;
  }
  .chat-nav .chat-nav__countdown span {
    min-width: 46px;
  }
}

.chat-content {
  height: calc(100vh - 184px);
  height: calc(100svh - 184px);
  min-height: 100px;
  overflow: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.chat-content .container {
  min-height: 100%;
  position: relative;
}

.chat-no-message {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

.chat-message {
  margin-bottom: 1rem;
}
.chat-message:last-child {
  margin-bottom: 0;
}
.chat-message.cm--left .cm__img {
  background: #612B98;
  margin-right: 0.75rem;
}
.chat-message.cm--left .cm__desc {
  margin-left: 0.75rem;
}
.chat-message.cm--left .cm__content {
  background-color: #612B98;
  color: white;
}
.chat-message.cm--left .cm__content::before {
  left: -12px;
  border-top-color: #612B98;
}
.chat-message.cm--right .cm__box {
  flex-direction: row-reverse;
}
.chat-message.cm--right .cm__img {
  background: #9F69D2;
  margin-left: 0.75rem;
}
.chat-message.cm--right .cm__desc {
  margin-right: 0.75rem;
}
.chat-message.cm--right .cm__user {
  text-align: right;
}
.chat-message.cm--right .cm__content {
  background-color: #9F69D2;
  color: white;
}
.chat-message.cm--right .cm__content::before {
  right: -12px;
  border-top-color: #9F69D2;
}
.chat-message .cm__box {
  display: flex;
}
.chat-message .cm__img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  background: #96DAE7;
  flex: 0 0 60px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chat-message .cm__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat-message .cm__desc {
  position: relative;
}
.chat-message .cm__user {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.25rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chat-message .cm__content {
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  max-width: 650px;
  position: relative;
}
.chat-message .cm__content > *:last-child {
  margin-bottom: 0;
}
.chat-message .cm__content::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 0;
  height: 0;
  top: 0;
  border-style: solid;
  border-bottom: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid;
}
.chat-message .cm__content table, .chat-message .cm__content th, .chat-message .cm__content td {
  border: 1px solid;
}
.chat-message .cm__content table th, .chat-message .cm__content table td {
  padding: 4px;
}

.chat-action {
  height: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-end;
}
.chat-action .ca__box {
  background-color: #fff;
  border: solid 1px #50C2D8;
  border-radius: 2rem;
  overflow: hidden;
  padding: 1rem 1.5rem;
}
.chat-action .ca__group {
  display: flex;
  justify-content: space-between;
}
.chat-action .ca__input-text {
  border: none;
  width: 100%;
}
.chat-action .ca__input-text:focus {
  outline: none;
}
.chat-action .ca__btn {
  border: none;
  background: none;
  color: #87A1A6;
  font-size: 22px;
}
.chat-action .ca__btn:hover {
  color: #697d81;
}

.chat-loader {
  width: 100%;
  text-align: center;
  display: block;
  padding: 2rem 1rem;
}

.chat-markdown > *:first-child {
  margin-top: 0;
}
.chat-markdown > *:last-child {
  margin-bottom: 0;
}
.chat-markdown img {
  max-width: 100%;
}
.chat-markdown h1 {
  font-size: 1.75rem;
}
.chat-markdown h2 {
  font-size: 1.5rem;
}
.chat-markdown h3 {
  font-size: 1.25rem;
}
.chat-markdown h4 {
  font-size: 1rem;
}
.chat-markdown h5 {
  font-size: 1rem;
}
.chat-markdown h6 {
  font-size: 1rem;
}
.chat-markdown h1, .chat-markdown h2, .chat-markdown h3, .chat-markdown h4, .chat-markdown h5, .chat-markdown h6 {
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.chat-markdown h1 + h2,
.chat-markdown h2 + h3,
.chat-markdown h3 + h4,
.chat-markdown h4 + h5,
.chat-markdown h5 + h6 {
  margin-top: -5px;
}
.chat-markdown h1 + p,
.chat-markdown h2 + p,
.chat-markdown h3 + p,
.chat-markdown h4 + p,
.chat-markdown h5 + p,
.chat-markdown h6 + p {
  margin-top: 0;
}
.chat-markdown blockquote {
  font-style: italic;
  padding: 10px 25px 15px 25px;
  margin: 5px 0 25px 0;
  font-size: 125%;
  border-left: none;
}
.chat-markdown p,
.chat-markdown ol,
.chat-markdown ul,
.chat-markdown table {
  margin-top: 0;
  margin-bottom: 1rem;
}
.chat-markdown ol ol,
.chat-markdown ol ul,
.chat-markdown ul ol,
.chat-markdown ul ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.chat-markdown p + ol,
.chat-markdown p + ul {
  margin-top: -5px;
}
.chat-markdown table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.chat-markdown table.table-no-border {
  border: none;
}
.chat-markdown table.table-no-border > thead > tr > th,
.chat-markdown table.table-no-border > tbody > tr > th,
.chat-markdown table.table-no-border > tfoot > tr > th,
.chat-markdown table.table-no-border > thead > tr > td,
.chat-markdown table.table-no-border > tbody > tr > td,
.chat-markdown table.table-no-border > tfoot > tr > td {
  padding: 8px;
  vertical-align: top;
  border: none;
}
.chat-markdown table.table-no-border > tr > th,
.chat-markdown table.table-no-border > tr > td {
  border-bottom-width: 0;
}
.chat-markdown table > thead > tr > th,
.chat-markdown table > tbody > tr > th,
.chat-markdown table > tfoot > tr > th,
.chat-markdown table > thead > tr > td,
.chat-markdown table > tbody > tr > td,
.chat-markdown table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.chat-markdown table > tr > th,
.chat-markdown table > tr > td {
  border-bottom-width: 2px;
}

.PageAuth .img, .PageAuth .form-container, .PageAuth img {
  width: 300px;
}
.PageAuth img {
  width: 200px;
}
.PageAuth button {
  border-radius: 16px;
  font-size: 1rem;
}
.PageAuth h1 {
  font-size: 40px;
}
.PageAuth .inputLogin {
  background-color: #EDEBEA;
  border: none;
  padding: 8px 20px 8px 20px;
  border-radius: 16px;
}
.PageAuth .img-container {
  margin-left: auto;
  margin-right: auto;
}

.chat-card-container {
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
  align-items: center;
  padding: 2rem;
}
.chat-card-container .chat-card {
  max-width: 350px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chat-card-container .chat-card a div .btn-bd-chat {
  text-wrap: nowrap;
  padding-block: 8px;
  width: 80%;
  text-align: center;
  font-size: 16px;
  border-radius: 14px;
}
@media only screen and (min-width: 768px) {
  .chat-card-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (max-height: 500px) and (min-width: 1200px) {
  .chat-card-container .chat-card {
    max-width: 250px;
  }
}

.PageMode .survey-text {
  display: none;
}
.PageMode .survey-icon {
  display: block;
  font-size: 24px;
}
.PageMode .survey-icon img {
  display: block;
  width: 24px;
  height: auto !important;
}
.PageMode button {
  margin-right: 14px;
}
.PageMode span {
  font-size: 16px;
  display: block;
}
.PageMode h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.PageMode .pm-nav {
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
}
.PageMode .pm-nav .pm-nav__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.PageMode .pm-nav .pm-nav__label {
  line-height: 1.25;
  flex-shrink: 1;
  min-width: 0;
}
.PageMode .pm-nav .pm-nav__actions {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  align-items: center;
  min-width: 0;
}
.PageMode .pm-nav .pm-nav__links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.PageMode .pm-nav .pm-nav__links li:last-child a {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .PageMode .chat-card-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .PageMode .survey-text {
    display: block;
  }
  .PageMode .survey-icon {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .PageMode .survey-text {
    display: none;
  }
  .PageMode .survey-icon {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 479.98px) {
  .PageMode h4 {
    font-size: 18px;
    margin-bottom: 4px;
    width: 100%;
  }
  .PageMode span {
    font-size: 12px;
    width: 100%;
  }
  .PageMode h4, .PageMode span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }
}

#c-container #header {
  width: 100vw;
}
#c-container #content {
  width: 100vw;
  height: calc(100vh - 66px);
  overflow: hidden;
}

@media (min-width: 460px) {
  .PageAuth img {
    width: 200px;
  }
  .PageAuth .form-container,
  .PageAuth .PageAuth .img {
    width: 400px;
  }
}
@media (orientation: landscape) and (min-width: 460px) {
  .PageAuth {
    flex-direction: row;
    align-items: center;
    height: calc(100vh - 56px);
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .PageAuth img {
    width: 150px;
    align-self: flex-end;
  }
  .PageAuth .form-container,
  .PageAuth .PageAuth .img {
    width: 300px;
  }
  .PageAuth h1 {
    font-size: 30px;
  }
  .PageAuth h5 {
    font-size: 16px;
  }
  .img-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 720px) and (orientation: portrait) {
  .PageAuth {
    padding: 0 8% 0 8%;
  }
  .PageAuth h1 {
    font-size: 60px;
  }
  .PageAuth h5 {
    font-size: 28px;
  }
  .PageAuth img {
    width: 300px;
  }
  .PageAuth .form-container {
    width: 500px;
  }
  .PageAuth .img {
    width: 500px;
  }
  .PageAuth .chat-card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .PageAuth .inputLogin {
    padding: 12px 20px 12px 20px;
    border-radius: 16px;
  }
}
@media (orientation: landscape) and (min-width: 720px) {
  .PageAuth {
    flex-direction: row;
    align-items: center;
    height: calc(100vh - 56px);
    gap: 40px;
    justify-content: center;
    align-items: center;
  }
  .PageAuth img {
    width: 320px;
  }
  .PageAuth .form-container,
  .PageAuth .PageAuth .img {
    width: 400px;
  }
  .PageAuth h1 {
    font-size: 60px;
  }
  .PageAuth h5 {
    font-size: 28px;
  }
}
@media (orientation: landscape) and (min-width: 1080px) {
  .PageAuth {
    flex-direction: row;
    align-items: center;
    height: calc(100vh - 56px);
    justify-content: center;
    align-items: center;
  }
  .PageAuth img {
    width: 324px;
  }
  .PageAuth .img-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1440px) {
  .PageAuth {
    flex-direction: row;
    align-items: center;
    height: calc(100vh - 56px);
    gap: 120px;
    justify-content: center;
    align-items: center;
  }
  .PageAuth .img-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .PageAuth .form-container,
  .PageAuth .PageAuth .img {
    width: 600px;
  }
  .PageAuth img {
    width: 524px;
  }
}
@media (min-width: 1775px) {
  .PageAuth img {
    width: 824px;
  }
  .PageAuth .form-container,
  .PageAuth .img {
    width: 700px;
  }
}
.iframe-embed {
  height: 100vh;
  height: 100svh;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.v-desktop-large-inline {
  display: none;
}
.v-desktop-large-inline-inline {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .v-desktop-large-inline {
    display: block !important;
  }
  .v-desktop-large-inline-inline {
    display: inline !important;
  }
}

.v-desktop {
  display: none;
}
.v-desktop-inline {
  display: none;
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  .v-desktop {
    display: block !important;
  }
  .v-desktop-inline {
    display: inline !important;
  }
}

.v-tablet {
  display: none;
}
.v-tablet-inline {
  display: none;
}
@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
  .v-tablet {
    display: block !important;
  }
  .v-tablet-inline {
    display: inline !important;
  }
}

.v-tablet-portrait {
  display: none;
}
.v-tablet-portrait-inline {
  display: none;
}
@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .v-tablet-portrait {
    display: block !important;
  }
  .v-tablet-portrait-inline {
    display: inline !important;
  }
}

.v-mobile {
  display: none;
}
.v-mobile-inline {
  display: none;
}
@media only screen and (max-width: 767.98px) and (min-width: 480px) {
  .v-mobile {
    display: block !important;
  }
  .v-mobile-inline {
    display: inline !important;
  }
}

.v-mobile-portrait {
  display: none;
}
.v-mobile-portrait-inline {
  display: none;
}
@media only screen and (max-width: 479.98px) {
  .v-mobile-portrait {
    display: block !important;
  }
  .v-mobile-portrait-inline {
    display: inline !important;
  }
}

.viewport-state {
  position: fixed;
  top: 15px;
  right: 0;
  -webkit-transform: translateX(78%);
          transform: translateX(78%);
  background: #000;
  color: #fff;
  padding: 7px 7px 7px 25px;
  font-size: 12px;
  opacity: 0.25;
  z-index: 1002;
  box-shadow: 0 0 3px #ff0;
  transition: all linear 0.15s;
}
.viewport-state:hover, .viewport-state.viewport-state--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.viewport-state input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
  width: auto;
}

.background {
  background: url("../../assets/images/bg_pattern.png") center center/cover, linear-gradient(180deg, #50C2D8 0%, #06A4C1 100%);
  height: 100vh;
}

.background-2 {
  background: url("../../assets/images/bg_pattern.png") center center/cover, url("../../assets/images/bg_login.png") center center/contain no-repeat, linear-gradient(180deg, #50C2D8 0%, #06A4C1 100%);
  height: 100vh;
}

.bg-ocean {
  background: #A33EDF;
}

.bg-new {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1.62%, rgba(99, 99, 99, 0.2) 52.92%, rgba(255, 255, 255, 0.2) 109.49%);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}

.btn-custom {
  font-weight: 700;
  border-radius: 16px;
  padding: 10px 30px 10px 30px;
  font-size: 1.2vw;
}

.btn-1 {
  color: #13C8CB;
  font-weight: 700;
}

.btn-2 {
  background-color: #A33EDF;
  color: white;
}
.btn-2:hover {
  background-color: #8231b2;
  color: white;
}

.btn-3 {
  color: white;
}

.img-wrap {
  width: 200px;
  height: 150px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

.img-wrap > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-bd-chat:hover {
  box-shadow: 0px 0px 24px 0px rgba(195, 138, 243, 0.43);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(195, 138, 243, 0.43);
}

.navbar {
  background-color: #A33EDF;
  color: white;
}

.btn-bd-green {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #6DC7DA;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #5aa5b4;
  --bs-btn-active-color: var(--bs-btn-hover-color);
}

.btn-bd-chat {
  --bs-btn-font-weight: 600;
  --bs-btn-bg: #9C9C9C;
  --bs-btn-color: white;
  --bs-btn-border-width: 3px;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #A33EDF;
  --bs-btn-active-color: var(--bs-btn-hover-color);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: flat;
          transform-style: flat;
}

.chat-2 {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  background: url("../chat-2/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}

.loader-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.loader-screen.hide {
  display: none;
}
.loader-screen.show {
  display: flex;
}
.loader-screen .loader-screen_text {
  font-family: "Poppins";
  font-size: 18px;
  color: white;
}

.avatar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
  overflow: hidden;
}
@media (max-width: 830px) {
  .avatar-container {
    width: 100vw;
    overflow: hidden;
  }
}
.avatar-video {
  width: 100%;
  height: 100svh;
}
.avatar-video.hide {
  opacity: 0;
}
.avatar-video.show {
  opacity: 1;
}
.avatar-canvas {
  width: auto;
  height: 100svh;
  transition: all 0.5s;
  position: absolute;
  top: 0;
}
.avatar-canvas.hide {
  opacity: 0;
}
.avatar-canvas.show {
  opacity: 1;
}

.chat {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 25%;
  height: 450px;
  max-height: 450px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  z-index: 3;
}
.chat.minimized {
  width: 15%;
  height: 50px;
  overflow: hidden;
}
@media (max-width: 830px) {
  .chat.minimized .chat-title {
    display: none;
  }
}
@media (max-width: 830px) {
  .chat.minimized {
    top: 20px;
    left: 20px;
    width: 55px;
    height: 45px;
  }
}
@media (max-width: 830px) {
  .chat {
    bottom: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100svh;
    max-height: 100svh;
  }
}
.chat-header {
  border-radius: 20.632px 20.632px 0px 0px;
  background: linear-gradient(180deg, #251a46 8.29%, #0e0529 195.54%), linear-gradient(180deg, rgba(211, 157, 255, 0.3) 0%, rgba(159, 86, 219, 0.3) 100%), #a33edf;
  padding: 20px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.9%; /* 26.78px */
  letter-spacing: 0.765px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  gap: 10px;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 830px) {
  .chat-header {
    border-radius: 0;
  }
}
.chat-header .left-side {
  display: flex;
  gap: 10px;
  align-items: center;
}
.chat-header.minimized {
  border-radius: 20.632px;
  padding: 15px 20px;
}
.chat-body {
  flex: 1 1 0;
  order: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) -1.62%, rgba(99, 99, 99, 0.35) 52.92%, rgba(255, 255, 255, 0.35) 109.49%);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 0 0 20px 20px;
  z-index: 3;
}
@media (max-width: 830px) {
  .chat-body {
    border-radius: 0;
  }
}
.chat-body::-webkit-scrollbar {
  height: 8px;
  width: 5px;
  bottom: -800px;
  padding-bottom: 50px;
  position: absolute;
}
.chat-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.chat-body::-webkit-scrollbar-thumb {
  background: rgba(157, 57, 238, 0.6);
  cursor: pointer;
}
.chat-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-weight: 500;
}
.chat-item.ai {
  justify-content: flex-start;
}
.chat-item.ai .chat-bubble {
  background: linear-gradient(0deg, #49266c 0%, #49266c 100%), linear-gradient(180deg, rgba(211, 157, 255, 0.2) 0%, rgba(159, 86, 219, 0.2) 100%), linear-gradient(0deg, #2e1843 0%, #2e1843 100%), #f3e7ff;
}
.chat-item.human {
  justify-content: flex-end;
}
.chat-item.human .chat-name {
  text-align: right;
}
.chat-item.human .chat-bubble {
  background-color: #894dc3;
}
.chat-photo {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #d9d9d9;
  margin-top: 8px;
}
.chat-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 100%;
}
.chat-name {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.9%; /* 21.424px */
  letter-spacing: 0.516px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(57, 27, 77, 0.5);
}
.chat-bubble {
  border-radius: 20px;
  padding: 15px 20px;
  text-align: left;
}
.chat-bubble.loading {
  padding: 12px 15px 8px 15px;
}
.chat-source {
  border-top: 1px solid #9d39ee;
  padding-top: 8px;
  margin-top: 8px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
  letter-spacing: 0.516px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-source h5 {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  line-height: 133.9%; /* 21.424px */
  letter-spacing: 0.516px;
}
.chat-source p {
  margin: 0;
}
.chat-source a {
  color: #fff;
}
.chat-field {
  background: transparent;
  width: 40%;
}
@media (max-width: 830px) {
  .chat-field {
    width: 90%;
  }
}
.chat-field_container {
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.chat-field .talk {
  border-radius: 100%;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 18px;
}
.chat-field .talk.listen {
  background-color: #a33edf;
  color: #fff;
  border: 2px solid #a33edf;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
}
.chat-field .talk.avatar {
  background-color: rgba(138, 77, 195, 0.662745098);
  color: rgba(255, 255, 255, 0.5803921569);
}
.chat-field .talk.mute {
  background-color: #d14747;
  color: #dcf2f7;
}
.chat-field_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background-color: #eee;
  padding: 0 15px;
  height: 50px;
  width: 100%;
}
.chat-field_top.listening {
  background-color: #894dc3;
}
.chat-field_top.listening input {
  color: #ffffff;
}
.chat-field_top.listening .send-chat {
  background-color: #eee;
  border-radius: 50px;
  padding: 0 15px 0 20px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-field_top input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.9%; /* 21.424px */
  letter-spacing: 0.509px;
  z-index: 1;
}
.chat-field_top input:focus {
  outline: none;
}
.chat-field_top input::-webkit-input-placeholder {
  color: rgba(73, 51, 91, 0.6352941176);
}
.chat-field_top input:-ms-input-placeholder {
  color: rgba(73, 51, 91, 0.6352941176);
}
.chat-field_top input::placeholder {
  color: rgba(73, 51, 91, 0.6352941176);
}
.chat-field_top button {
  background-color: transparent;
  padding: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.chat-field_input {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.chat-field_bottom {
  display: flex;
  justify-content: flex-end;
}
.chat-field_bottom__right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #87a1a6;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.9%; /* 21.424px */
  letter-spacing: 0.509px;
}
.chat-field_bottom__right button {
  background-color: transparent;
  padding: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}
.chat-center {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 830px) {
  .chat-center {
    bottom: 20px;
  }
}
.chat-center_container {
  padding: 10px 15px;
  background-color: rgba(104, 25, 152, 0.8);
  max-width: 40%;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 830px) {
  .chat-center_container {
    max-width: 85%;
  }
}
.chat-right {
  position: absolute;
  top: 50px;
  right: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 830px) {
  .chat-right {
    top: 20px;
    right: 20px;
  }
}
.chat-faq {
  background-color: #a33edf;
  color: #fff;
  font-family: "Poppins";
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
  text-align: center;
}
.chat-faq:hover {
  opacity: 0.9;
  color: white;
}
.chat-faq_text {
  display: block;
}
.chat-faq_icon {
  display: none;
}
@media (max-width: 830px) {
  .chat-faq {
    border-radius: 20.632px;
    padding: 15px 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .chat-faq_text {
    display: none;
  }
  .chat-faq_icon {
    display: block;
    height: 25px;
  }
}
.chat-consent {
  background-color: #a33edf;
  color: #fff;
  font-family: "Poppins";
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  z-index: 2;
}
.chat-consent:hover {
  opacity: 0.9;
  color: white;
}
.chat-consent_text {
  display: block;
}
.chat-consent_icon {
  display: none;
}
@media (max-width: 830px) {
  .chat-consent {
    border-radius: 20.632px;
    padding: 15px 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chat-consent_text {
    display: none;
  }
  .chat-consent_icon {
    display: block;
    height: 25px;
  }
}
.chat-timer {
  position: absolute;
  top: 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 16px;
  z-index: 1;
}
.chat-timer_container {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
  background-color: rgba(159, 86, 219, 0.678);
  width: 120px;
  padding: 10px 20px;
  border-radius: 20px;
}
.chat-timer_icon {
  width: 24px;
}
@media (max-width: 830px) {
  .chat-timer {
    top: 20px;
  }
}
.chat-exit {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25), 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.chat-exit:hover {
  color: #fff;
  opacity: 0.8;
}
.chat-exit_text {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.9%; /* 42.848px */
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25), 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
.chat-exit_icon {
  display: none;
}
@media (max-width: 830px) {
  .chat-exit {
    top: 80px;
    left: 20px;
    border-radius: 20.632px;
    padding: 15px 15px;
    background-color: #d14747;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chat-exit_text {
    display: none;
  }
  .chat-exit_icon {
    display: block;
    font-size: 18px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.chat2-container.show {
  display: block;
}
.chat2-container.hide {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 rgba(164, 62, 223, 0.5058823529);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(164, 62, 223, 0.5058823529);
  }
  100% {
    box-shadow: 0 0 rgba(164, 62, 223, 0.5058823529);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 rgba(164, 62, 223, 0.5058823529);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(164, 62, 223, 0.5058823529);
  }
  100% {
    box-shadow: 0 0 rgba(164, 62, 223, 0.5058823529);
  }
}
.voice-visualizer__buttons-container {
  display: none !important;
}

.voice-visualizer__audio-info-time {
  display: none !important;
}

.voice-visualizer__audio-info-container {
  display: none !important;
}

.waveform {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 0;
}
.waveform canvas {
  width: 100% !important;
}

.rotate-container {
  height: 100svh;
  width: 100%;
  background-color: #212121;
  align-items: center;
  justify-content: center;
}
.rotate-container.show {
  display: flex;
}
.rotate-container.hide {
  display: none;
}

.rotate-img {
  width: 100%;
}