/*! 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 .inputLogin {
  background-color: #EDEBEA;
  border: none;
  border-radius: 16px;
}

.PageMode .Content {
  background: url("../../assets/images/bg_mode.png"), #E6F7FA;
  background-size: 100% auto;
  background-position: center;
  height: calc(100vh - 105px);
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.PageMode .Content .cardMenu {
  border: 5px solid white;
}
.PageMode .Content .cardMenu:hover {
  border-color: #47B8D1;
}
.PageMode .Content .title {
  color: #13364B;
  font-size: 1.2vw;
  font-weight: 600;
}

.chat-area {
  font-family: "Poppins";
}

.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: #96DAE7;
  margin: 0 10px 0 0;
}
.chat-user .cu__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chat-nav {
  height: 66px;
}

.chat-content {
  height: calc(100vh - 186px);
  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 {
  margin-right: 0.75rem;
}
.chat-message.cm--left .cm__desc {
  margin-left: 0.75rem;
}
.chat-message.cm--left .cm__content {
  background-color: #96DAE7;
  color: #204D56;
}
.chat-message.cm--left .cm__content::before {
  left: -12px;
  border-top-color: #96DAE7;
}
.chat-message.cm--right .cm__box {
  flex-direction: row-reverse;
}
.chat-message.cm--right .cm__img {
  background: #D9D9D9;
  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: #DCF2F7;
  color: #204D56;
}
.chat-message.cm--right .cm__content::before {
  right: -12px;
  border-top-color: #DCF2F7;
}
.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;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 8px;
}
.chat-action .ca__box {
  background-color: #fff;
  border: solid 1px #50C2D8;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1rem 1.5rem;
}
.chat-action .ca__group {
  display: flex;
  justify-content: space-between;
}
.chat-action .ca__input-text {
  border: none;
  flex: 1 0 auto;
  margin-right: 1rem;
}
.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;
}

.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) and (min-width: 320px) {
  .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: #47B8D1;
}

.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: #13C8CB;
  color: white;
}
.btn-2:hover {
  background-color: #159fa1;
  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%);
}

.navbar {
  background-color: #47B8D1;
  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-green-outline {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #6DC7DA;
  --bs-btn-border-color: #6DC7DA;
  --bs-btn-border-width: 3px;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6DC7DA;
  --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;
}