@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font: -apple-system-body;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:focus {
  outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
fieldset {
  padding: 0;
  margin: 0;
}

html,
body,
.content {
  height: 100%;
}

body {
  background-color: #bae2ff;
  background-image: url("../images/bg-mesh.png");
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px;
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body {
    padding: 40px 10px;
  }
}

.h1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.55rem;
  color: #5194ed;
}
@media screen and (min-width: 768px) {
  .h1 {
    font-size: 2rem;
  }
}

.h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #5194ed;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 1.75rem;
  }
}

.h3 {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 2.15rem;
  color: #5194ed;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 1.5rem;
  }
}

.h4 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .h4 {
    font-size: 1.25rem;
  }
}

.h5 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
@media screen and (min-width: 768px) {
  .h5 {
    font-size: 1.125rem;
  }
}

.h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.6rem;
}

a {
  color: #5194ed;
}
a:hover {
  text-decoration: none;
  font-weight: 400;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  color: #333333;
}

ul {
  list-style-type: none;
}

em {
  font-style: normal;
  color: #eb0a1e;
}

hr {
  width: 100%;
  border-width: 0;
  height: 1px;
  background-color: #bfbfbf;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content {
  min-height: 200px;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  background-color: #ffffff;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 20px;
  border-radius: 24px;
}

.main {
  background-color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.navi {
  height: 100%;
  width: 100%;
  right: -100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 22;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.navi.active {
  right: 0;
}
@media screen and (min-width: 576px) {
  .navi {
    width: 400px;
    right: -400px;
  }
}

.navi-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(10, 19, 53, 0.7);
  display: none;
  z-index: 21;
  backdrop-filter: blur(6px);
}
.navi-mask.active {
  display: block;
}

.communication {
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  padding: 10px 10px 46px 10px;
}
.communication::-webkit-scrollbar {
  width: 3px;
}
.communication::-webkit-scrollbar-track {
  background: transparent;
}
.communication::-webkit-scrollbar-thumb {
  background: #5194ed;
  border-radius: 10px;
}
.communication::-webkit-scrollbar-thumb:hover {
  background: #5194ed;
}
.communication .chat {
  margin-bottom: 20px;
}

.tags {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  position: absolute;
  bottom: 62px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: auto;
  z-index: 11;
  backdrop-filter: blur(6px);
}
.tags::-webkit-scrollbar {
  height: 3px;
}
.tags::-webkit-scrollbar-track {
  background: transparent;
}
.tags::-webkit-scrollbar-thumb {
  background: #5194ed;
  border-radius: 10px;
}
.tags::-webkit-scrollbar-thumb:hover {
  background: #5194ed;
}

.footer {
  background-color: #cce300;
  min-height: 62px;
  height: 62px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  gap: 5px;
}
.footer .footer-user {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@-webkit-keyframes carMove {
  from {
    left: -20%;
  }
  to {
    left: 100%;
  }
}

@keyframes carMove {
  from {
    left: -20%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes cloudMove {
  from {
    right: -20%;
  }
  to {
    right: 100%;
  }
}
@keyframes cloudMove {
  from {
    right: -20%;
  }
  to {
    right: 100%;
  }
}
.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.bg .cloud-1,
.bg .cloud-2,
.bg .cloud-3,
.bg .car-blue,
.bg .car-green,
.bg .car-orange,
.bg .mountain-left,
.bg .mountain-right {
  position: absolute;
}
.bg .cloud-1 {
  width: 153px;
  top: 30%;
  right: -20%;
  -webkit-animation: cloudMove 40s linear 1s infinite;
          animation: cloudMove 40s linear 1s infinite;
}
.bg .cloud-2 {
  width: 135px;
  top: 40%;
  right: -20%;
  -webkit-animation: cloudMove 50s linear 12s infinite;
          animation: cloudMove 50s linear 12s infinite;
}
.bg .cloud-3 {
  width: 136px;
  top: 50%;
  right: -20%;
  -webkit-animation: cloudMove 60s linear 30s infinite;
          animation: cloudMove 60s linear 30s infinite;
}
.bg .car-blue {
  width: 88px;
  bottom: 0;
  left: -20%;
  -webkit-animation: carMove 20s linear 1s infinite;
          animation: carMove 20s linear 1s infinite;
}
.bg .car-green {
  width: 122px;
  bottom: 0;
  left: -20%;
  -webkit-animation: carMove 17s linear 8s infinite;
          animation: carMove 17s linear 8s infinite;
}
.bg .car-orange {
  width: 112px;
  bottom: 0;
  left: -20%;
  -webkit-animation: carMove 13s linear 16s infinite;
          animation: carMove 13s linear 16s infinite;
}
.bg .mountain-left {
  width: 153px;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bg .mountain-left {
    width: 303px;
  }
}
@media screen and (min-width: 992px) {
  .bg .mountain-left {
    width: 353px;
  }
}
.bg .mountain-right {
  width: 140px;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .bg .mountain-right {
    width: 244px;
  }
}
@media screen and (min-width: 992px) {
  .bg .mountain-right {
    width: 294px;
  }
}
.bg .cloud-1,
.bg .cloud-2,
.bg .cloud-3,
.bg .car-blue,
.bg .car-green,
.bg .car-orange {
  display: none;
}
@media screen and (min-width: 768px) {
  .bg .cloud-1,
  .bg .cloud-2,
  .bg .cloud-3,
  .bg .car-blue,
  .bg .car-green,
  .bg .car-orange {
    display: block;
  }
}

.width-fill {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.margin-t-sm {
  margin-top: 10px !important;
}

.margin-t-md {
  margin-top: 20px !important;
}

.margin-t-lg {
  margin-top: 30px !important;
}

.margin-b-sm {
  margin-bottom: 10px !important;
}

.margin-b-md {
  margin-bottom: 20px !important;
}

.margin-b-lg {
  margin-bottom: 30px !important;
}

.header .logo-short {
  display: block;
}
@media screen and (min-width: 576px) {
  .header .logo-short {
    display: none;
  }
}
.header .logo-long {
  display: none;
}
@media screen and (min-width: 576px) {
  .header .logo-long {
    display: block;
  }
}
.header .header-navi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .header-navi .header-btn {
  border-width: 0;
  background-color: transparent;
  padding: 0;
}
.header .header-navi .header-btn .header-icon {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.header .header-navi .header-btn .header-icon:hover {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
}
.header .header-navi .header-divider-v {
  width: 1px;
  height: 28px;
  display: inline-block;
  background-color: #827f78;
}

.chat.chat-robot {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 60px;
  position: relative;
}
.chat.chat-robot::before {
  content: "";
  background-image: url("../images/img-customer.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  width: 50px;
  height: 65px;
  top: -6px;
  left: -60px;
}
.chat.chat-robot .chat-content .chat-item {
  background-color: #ebf5ff;
  border-radius: 0 16px 16px 16px;
}
.chat.chat-human .chat-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat.chat-human .chat-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat.chat-human .chat-content .chat-item {
  background-color: #a3ebac;
  border-radius: 16px 0 16px 16px;
  width: auto;
}
.chat .chat-data {
  font-size: 0.75rem;
  margin-bottom: 8px;
  color: #bfbfbf;
}
.chat .chat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat .chat-content.chat-max-sm .chat-item {
  max-width: 280px;
}
.chat .chat-content.chat-max-md .chat-item {
  max-width: 374px;
}
.chat .chat-content.chat-max-lg .chat-item {
  max-width: 560px;
}
.chat .chat-content .chat-item {
  padding: 20px;
  width: 100%;
}
.chat .chat-content .chat-item .h2 {
  margin-bottom: 20px;
}
.chat .chat-content .chat-item .h5 {
  margin-bottom: 20px;
  text-align: center;
}
.chat .chat-content .chat-item p,
.chat .chat-content .chat-item .btn {
  margin-bottom: 10px;
}
.chat .chat-content .chat-item p:last-child,
.chat .chat-content .chat-item .btn:last-child {
  margin-bottom: 0;
}
.chat .chat-content .chat-item img {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #333333;
}
.chat .chat-content .chat-item .btn-drawer-single {
  margin-top: 20px;
}
.chat .chat-content .chat-item .btn-drawer-single .btn {
  margin-bottom: 10px;
}
.chat .chat-content .chat-item .btn-drawer-single .btn:last-child {
  margin-bottom: 0;
}
.chat .chat-content .chat-item .btn-drawer-twin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.chat .chat-content .chat-item .btn-drawer-twin .btn {
  margin-bottom: 0;
}
.chat .chat-content .chat-item .btn-drawer-triple {
  margin-top: 20px;
}
.chat .chat-content .chat-item .btn-drawer-triple .btn-drawer-twin {
  margin-top: 0;
}
.chat .chat-content .chat-item .chat-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 576px) {
  .chat .chat-content .chat-item .chat-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.chat .chat-content .chat-item .chat-heading .h5 {
  color: #eb0a1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}
.chat .chat-content .chat-item .chat-heading .h5::before {
  content: "";
  width: 42px;
  height: 26px;
  display: inline-block;
  background-image: url("../images/img-car-red.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.chat .chat-content .chat-inner {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.chat .chat-content .chat-inner .chat-twin {
  margin-top: 0;
}
.chat .chat-content .chat-twin {
  margin-top: 20px;
}
.chat .chat-content .chat-twin .chat-twin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat .chat-content .chat-twin .chat-twin-row.chat-twin-row-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.chat .chat-content .chat-twin .chat-twin-row:first-child {
  margin-top: 0;
}
.chat .chat-content .chat-twin .chat-twin-col {
  line-height: 1.6rem;
}
.chat .chat-content .chat-twin .chat-twin-col:first-child {
  min-width: 85px;
}
.chat .chat-content .chat-twin .chat-twin-col.chat-twin-col-heading {
  color: #5194ed;
}
.chat .chat-content .chat-twin.chat-twin-heading .chat-twin-row .chat-twin-col:first-child {
  color: #5194ed;
}
.chat .chat-content .chat-input {
  margin-top: 20px;
  width: 100%;
}
.chat .chat-content .chat-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}
.chat .chat-content .chat-card.chat-card-blue .chat-card-title {
  background-color: #5194ed;
}
.chat .chat-content .chat-card.chat-card-blue .chat-card-title .chat-twin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0 20px;
  color: #5194ed;
}
.chat .chat-content .chat-card.chat-card-blue .chat-card-title .chat-twin-col {
  color: #ffffff;
}
.chat .chat-content .chat-card.chat-card-blue .chat-card-content {
  padding: 20px;
}
.chat .chat-content .chat-card.chat-card-blue .chat-card-content .chat-twin-row .chat-twin-col:first-child {
  color: #5194ed;
}
.chat .chat-content .chat-card.chat-card-orange .chat-card-title {
  background-color: #ff6b38;
}
.chat .chat-content .chat-card.chat-card-orange .chat-card-title .chat-twin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0 20px;
  color: #ff6b38;
}
.chat .chat-content .chat-card.chat-card-orange .chat-card-title .chat-twin-col {
  color: #ffffff;
}
.chat .chat-content .chat-card.chat-card-orange .chat-card-content {
  padding: 20px;
}
.chat .chat-content .chat-card.chat-card-orange .chat-card-content .chat-twin-row .chat-twin-col:first-child {
  color: #ff6b38;
}
.chat .chat-content .chat-card.chat-card-green .chat-card-title {
  background-color: #77a243;
}
.chat .chat-content .chat-card.chat-card-green .chat-card-title .chat-twin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0 20px;
  color: #77a243;
}
.chat .chat-content .chat-card.chat-card-green .chat-card-title .chat-twin-col {
  color: #ffffff;
}
.chat .chat-content .chat-card.chat-card-green .chat-card-content {
  padding: 20px;
}
.chat .chat-content .chat-card.chat-card-green .chat-card-content .chat-twin-row .chat-twin-col:first-child {
  color: #77a243;
}
.chat .chat-content .chat-card .chat-twin {
  margin-top: 0;
}

.btn {
  border-width: 1px;
  border-radius: 8px;
  padding: 5px;
  width: 100%;
  background-color: #ffffff;
}
.btn.btn-nm {
  min-height: 32px;
}
.btn.btn-md {
  min-height: 40px;
}
.btn.btn-lg {
  min-height: 48px;
}
.btn.btn-base {
  border: 1px solid #5194ed;
  color: #5194ed;
}
@media screen and (min-width: 768px) {
  .btn.btn-base:hover {
    background-color: #bcdaf8;
  }
}
.btn.btn-obvious {
  border: 1px solid #5194ed;
  color: #ffffff;
  background-color: #5194ed;
}
@media screen and (min-width: 768px) {
  .btn.btn-obvious:hover {
    background-color: #7cacea;
    border-color: #7cacea;
  }
}
.btn.btn-harmonious {
  border: 1px solid #bfbfbf;
  color: #ffffff;
  background-color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .btn.btn-harmonious:hover {
    background-color: #a2a2a2;
    border-color: #a2a2a2;
  }
}
.btn.btn-humble {
  border: 1px solid #bfbfbf;
}
@media screen and (min-width: 768px) {
  .btn.btn-humble:hover {
    background-color: #dbdbdb;
  }
}
.btn.btn-noBorder {
  border-width: 0;
}
.btn.btn-fontSize {
  background-color: #ffffff;
  width: 40px;
  min-width: 40px;
  border-radius: 32px;
  background-image: url("../images/icon-fontSize-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn.btn-fontSize:hover {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}
.btn.btn-send {
  background-color: #ffffff;
  width: 50px;
  border-radius: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/icon-send-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.btn.btn-voice {
  background-color: #ffffff;
  width: 40px;
  min-width: 40px;
  border-radius: 32px;
  background-image: url("../images/icon-voice-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn.btn-voice:hover {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.tag {
  font-size: 0.875rem;
  min-height: 32px;
  border-width: 0;
  color: #ffffff;
  background-color: #77a243;
  border-radius: 24px;
  padding: 5px 12px;
  margin-right: 5px;
  white-space: nowrap;
}
.tag:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .tag:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
  }
}

input[type=date],
input[type=datetime-local],
input[type=time],
input[type=week],
input[type=month],
select,
input::-webkit-calendar-picker-indicator,
.input-proxy::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

fieldset {
  display: block;
  border: 0;
}
fieldset legend {
  color: #5194ed;
  font-size: 1rem;
  margin-bottom: 10px;
  display: inline-block;
}
fieldset legend sup {
  color: #333333;
}

label {
  color: #5194ed;
  font-size: 1rem;
  margin-bottom: 10px;
  display: inline-block;
}
label sup {
  color: #333333;
}

input,
.input-proxy,
textarea,
select {
  border: 1px solid #bfbfbf;
  width: 100%;
  font-size: 1rem;
  border-radius: 8px;
  background-color: #ffffff;
  min-height: 40px;
  color: #333333;
}

input,
.input-proxy {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
input[type=radio], input[type=checkbox],
.input-proxy[type=radio],
.input-proxy[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  accent-color: #5194ed;
  min-height: auto;
}
input[type=file],
.input-proxy[type=file] {
  line-height: normal;
  vertical-align: middle;
  height: auto;
}
input::-webkit-calendar-picker-indicator,
.input-proxy::-webkit-calendar-picker-indicator {
  width: 22px;
  height: 22px;
  background-image: url("../images/icon-calendar-blue.svg"); /* 自定義下拉箭頭 */
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
}
input[type=button], input[type=submit], input[type=reset],
.input-proxy[type=button],
.input-proxy[type=submit],
.input-proxy[type=reset] {
  cursor: pointer;
}
input:focus,
.input-proxy:focus {
  border-color: #5194ed;
}
input:disabled,
.input-proxy:disabled {
  background-color: #bfbfbf;
}
input.input-proxy-vertical,
.input-proxy.input-proxy-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
input.input-proxy-vertical .input-proxy-item,
.input-proxy.input-proxy-vertical .input-proxy-item {
  margin-bottom: 10px;
}
input.input-proxy-vertical .input-proxy-item:last-of-type,
.input-proxy.input-proxy-vertical .input-proxy-item:last-of-type {
  margin-bottom: 0;
}
input.input-proxy-vertical hr,
.input-proxy.input-proxy-vertical hr {
  margin-top: 0;
}
input.input-proxy-inner,
.input-proxy.input-proxy-inner {
  padding: 20px;
}
input.input-noBorder,
.input-proxy.input-noBorder {
  border-width: 0;
}
input.input-content,
.input-proxy.input-content {
  border-width: 0;
  border-radius: 32px;
  padding-right: 50px;
}
input .input-proxy-item,
.input-proxy .input-proxy-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input .input-proxy-item:last-of-type,
.input-proxy .input-proxy-item:last-of-type {
  margin-right: 0;
}
input .input-proxy-item input,
.input-proxy .input-proxy-item input {
  margin-right: 8px;
}
input .input-proxy-item label,
.input-proxy .input-proxy-item label {
  margin-bottom: 0;
  color: #333333;
}
input .input-proxy-indentation-md,
.input-proxy .input-proxy-indentation-md {
  width: 100%;
  padding-left: 27px;
  margin-bottom: 10px;
}
input .input-proxy-indentation-md:last-child,
.input-proxy .input-proxy-indentation-md:last-child {
  margin-bottom: 0;
}
input .input-proxy-indentation-md p,
.input-proxy .input-proxy-indentation-md p {
  color: #bfbfbf;
}
input .input-proxy-indentation-md .chat-input:first-child,
.input-proxy .input-proxy-indentation-md .chat-input:first-child {
  margin-top: 0;
}

select {
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../images/icon-arrow-down-blue.svg"); /* 自定義下拉箭頭 */
  background-repeat: no-repeat;
  background-position: right 12px center;
}
select:focus {
  border-color: #5194ed;
}
select:disabled {
  background-color: #bfbfbf;
}

textarea {
  min-height: 186px;
  padding: 10px;
}
textarea:focus {
  border-color: #5194ed;
}
textarea:disabled {
  background-color: #bfbfbf;
}

.swiper {
  width: 100%;
  min-height: 300px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -10px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.swiper-button-prev {
  background-image: url("../images/icon-arrow-left-green.svg");
}

.swiper-button-next {
  background-image: url("../images/icon-arrow-right-green.svg");
}

.modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-content {
  display: none;
  width: 100%;
  max-height: 80vh;
  max-width: 560px;
  z-index: 93;
  margin: 10px;
  background-color: #ebf5ff;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.modal .modal-content.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal .modal-content .modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px;
  overflow-y: auto;
}
@media screen and (min-width: 576px) {
  .modal .modal-content .modal-inner {
    padding: 20px 40px;
  }
}
.modal .modal-content .modal-inner::-webkit-scrollbar {
  width: 3px;
}
.modal .modal-content .modal-inner::-webkit-scrollbar-track {
  background: transparent;
}
.modal .modal-content .modal-inner::-webkit-scrollbar-thumb {
  background: #5194ed;
  border-radius: 10px;
}
.modal .modal-content .modal-inner::-webkit-scrollbar-thumb:hover {
  background: #5194ed;
}
.modal .modal-content .modal-inner .icon-customer {
  width: 100px;
  margin: 0 auto;
}
.modal .modal-content .modal-inner .h2 {
  margin-top: 20px;
  text-align: center;
  margin-top: 20px;
}
.modal .modal-content .modal-inner .h4 {
  text-align: center;
  color: #5194ed;
  margin-top: 20px;
}
.modal .modal-content .modal-inner p {
  margin-top: 20px;
}
.modal .modal-content .modal-inner .btn-drawer-single {
  margin-top: 20px;
}
.modal .modal-content .modal-inner .btn-drawer-single .btn {
  margin-top: 10px;
}
.modal .modal-content .modal-inner .btn-drawer-single .btn.btn:first-child {
  margin-top: 0;
}
.modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 92;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 20px;
  position: relative;
}
.progress::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 24px;
  background-color: #bfbfbf;
  z-index: 0;
}
.progress .progress-item {
  height: 30px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress .progress-item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #bfbfbf;
  margin-right: 15px;
  z-index: 1;
}
.progress .progress-item.active::before {
  background-color: #5194ed;
  background-image: url("../images/icon-check-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.progress .progress-item.progress-item-header {
  color: #5194ed;
  font-size: 1.125rem;
}

.sidebar {
  margin: 20px;
  margin-left: 19px;
  width: 400px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: white;
  border-radius: 4px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .tabs {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.sidebar .tab {
  text-align: center;
  font-size: 1.125rem;
  color: #bfbfbf;
  height: 60px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.sidebar .tab:last-of-type {
  margin-right: 0;
}
.sidebar .tab.active {
  color: #d73429;
}
.sidebar .tab.active:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background-color: #d73429;
}
.sidebar .tab-content-container {
  overflow: hidden;
}

.tab-content {
  display: none;
  margin-bottom: 40px;
}
.tab-content section {
  margin-bottom: -18px;
  position: relative;
}
.tab-content section h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 20px 0;
}

.tab-content.active {
  display: block;
}

.icon-block-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-block-container a {
  outline: none;
}
.icon-block-container a:hover {
  text-decoration: none;
}
.icon-block-container a:focus {
  text-decoration: none;
}

.icon-block {
  width: 108px;
  height: 108px;
  margin-left: 18px;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}
.icon-block:nth-child(3n+1) {
  margin-left: 0;
}
.icon-block img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.icon-block span {
  font-size: 0.85rem;
  color: #7f7f7f;
}

.text-link-container {
  padding-left: 26px;
  list-style-type: disc;
}

.question-clickable {
  color: #fb8b8b;
  font-size: 1rem;
  height: 24px;
  cursor: pointer;
  text-decoration: underline;
}
.question-clickable:hover {
  color: #fb8b8b;
}

.slide-indicator-container {
  position: absolute;
  display: none;
  height: 20px;
  width: 100%;
  text-align: center;
  margin-top: -10px;
}

.slide-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 1px;
  background-color: #c0c0c0;
}

.slide-indicator.active {
  background-color: darkslategray;
}

.voice-input-btn {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  z-index: 99;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.voice-input-btn img {
  pointer-events: none;
  height: 60%;
}

.voice-input-btn.active {
  background-color: rgba(34, 150, 243, 0.05);
}

body.components {
  display: block;
}
body.components .row {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=main.css.map */