html, body {
  height: 100%;
  max-height: 100%;
  /* min-height: 100%; */
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  touch-action: manipulation;
}
*{
  outline: none;
}
.html{
  overflow : scroll;
  -ms-overflow-style: none;
  background-color : #fff;
}
.html::-webkit-scrollbar {
  display: none;
}
.book{
  background-color : #fff4f5;
}
body {
  font-family: Meiryo, "PingFang TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1rem;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

#lhc_livechat {
  height: 100%;
  overflow: hidden;
  /* height: 100%; */
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.main-wrapper {
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  /* height: calc(100% - 40px); */
}

.chat-wrapper {
  flex-grow: 1;
  overflow: hidden;
  border-right: 1px solid #D9D9D9;
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.chat-message-container {
  flex-grow: 1;
  width: 100%;
  padding: 0 40px;
  overflow-y: auto;
  overflow-y: overlay;
  -ms-overflow-y: scroll;
}

.chat-messages {
  margin-top: 40px;
}

.chat-input-container {
  background: #FFFFFF;
  width: 100%;
  padding: 0px 28px 16px;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-shrink: 0;
  position: relative;
}

.chat-input-buttons {
  display: inline-block;
  /* display: none; */
  flex-shrink: 0;
  margin-right: 8px;
}

.chat-input-buttons button {
  border: 1px solid #BFBFBF;
  background-color: transparent;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  outline: none;
}

.mobile-menu-btn {
  background: url('../img/mobile-menu.svg') 50% 50% no-repeat;
  display: none;
}

.mobile-menu-opened .mobile-menu-btn {
  background: url('../img/mobile-menu-active.svg') 50% 50% no-repeat;
}

body:not(.mobile) .voice-input-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 360px;
  height: 360px;
  background-color: white;
  z-index: 100;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

body:not(.mobile).voice-input-opened .voice-input-panel {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
  padding-top: 60px;
}

.voice-input-close-btn {
  background: url('../img/close-circle.svg') no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.voice-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.voice-input-txt {
  position: absolute;
  text-align: center;
  top: 54px;
  left: 0;
  color: #BFBFBF;
  font-size: 18px;
  width: 100%;
  padding: 0 20px;
}

.voice-input-error {
  color: #F57F17;
}

.voice-input-panel-btn {
  background: url('../img/voice-input.svg') 50% 50% no-repeat;
}

.voice-input-opened .voice-input-panel-btn {
  background: url('../img/voice-input-active.svg') 50% 50% no-repeat;
}

.waveform-base {
  border: 0;
  background-color: rgba(34, 150, 243, 0.30);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: 0;
}

#waveform-container {
  width: 100%;
  position: absolute;
  margin-top: 2px;
  opacity: 0.4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.chat-input-form {
  flex-grow: 1;
}

.chat-input-form>input {
  vertical-align: middle;
}

.chat-input-form .txt_input {
  height: 48px;
  width: calc(100% - 70px);
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #BFBFBF;
  border-radius: 4px 0 0 4px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.chat-input-form .btn_send {
  height: 48px;
  width: 70px;
  border-radius: 0 4px 4px 0;
  outline: none;
  background-color: #2296F3;
  margin-left: -8px;
  border: none;
  color: white;
  letter-spacing: 3px;
  -webkit-appearance: none;
}

.top {
  position: relative;
  height: 60px;
  min-height: 60px;
  line-height: 60px;
  padding-right: 20px;
  padding-left: 40px;
  background: #2296F3;
}

.top-logo span {
  margin-left: 12px;
  font-size: 20px;
  color: white;
  vertical-align: middle;
}

.top-banner {
  background-color: white;
  line-height: 60px;
  font-size: 16px;
  color: #7F7F7F;
  height: 0;
  border-bottom: 1px solid #CCC;
  padding: 0 40px;
  transition: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top-banner.show {
  height: 60px;
  min-height: 60px;
  transition: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top-banner a {
  font-size: 16px;
  color: #2296F3;
}

.top-banner img {
  margin-right: 14px;
}

/*==============================================
  MENU STYLES
  =============================================*/
.sidebar-wrapper {
  background-color: #F5F5F5;
  overflow-y: auto;
  overflow-y: overlay;
  -ms-overflow-y: scroll;
  position: inherit;
  margin: 0px;
  flex-shrink: 0;
}

.sidebar {
  margin: 20px;
  margin-left: 19px;
  width: 400px;
  box-sizing: content-box;
  background-color: white;
  border-radius: 4px;
  padding: 0 20px;
  box-sizing: border-box;
}

.sidebar .tabs {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.sidebar .tab {
  text-align: center;
  font-size: 18px;
  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: #2B93FC;
}

.sidebar .tab.active:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background-color: #2B93FC;
}

.sidebar .tab-content-container {
  overflow: hidden;
}

.tab-content {
  display: none;
  margin-bottom: 40px;
}

.tab-content.active {
  display: block;
}

.tab-content section {
  margin-bottom: -18px;
  position: relative;
}

.tab-content section h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}

.icon-block-container {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.icon-block-container a {
  outline: none;
}

.icon-block-container a:hover, .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;
  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: 14px;
  color: #7F7F7F;
}

.text-link-container {
  padding-left: 26px;
}

.cs-msg.cs-service.swiper ul li {
  color: #262626;
  line-height : 3;
}
.cs-msg.cs-service.swiper .options.color li{
    background-color: #fff5f5;
}
.cs-msg.cs-service.swiper .options.color li:hover {
    background-color: #ffe8ea;
}
.cs-msg.cs-service.swiper .quickreplies-container ul li{
  line-height : 1.5;
}
.quickreplies-container ul li{
  margin-bottom: 5px;
}
.slide-indicator-container {
  position: absolute;
  display: none;
  height: 20px;
  width: 100%;
  text-align: center;
  /* background-color: red; */
  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.active {
  background-color: rgba(34, 150, 243, 0.05);
}

.voice-input-btn img {
  /* height: 50px; */
  /* width: 50px; */
  pointer-events: none;
  height: 60%;
}

/*==============================================
  DASHBOARD STYLES
  =============================================*/
.div-square {
  padding: 5px;
  border: 3px double #e1e1e1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px;
}

.div-square>a, .div-square>a:hover {
  color: #808080;
  text-decoration: none;
}

/*==============================================
  FOOTER STYLES
  =============================================*/
.footer {
  background-color: #3891F9;
  width: 100%;
  color: #fff;
  padding: 20px 50px 20px 50px;
  padding-left: 20px;
}

.footer>a, .footer>a:hover {
  color: #fff;
}

.avatar-wrapper {
/*   position: absolute; */
}

.robot-avatar {
  width: 72px;
  height: 72px;
}

.message-datetime {
  margin-left: 106px;
  float: left;
  color: #BFBFBF;
  font-size: 14px;
  margin-top: 8px;
  line-height: 14px;
  clear: both;
}

.by-user .message-datetime {
  margin-right: 5px;
  float: right;
}

.message-row .msg {
  border-radius: 12px;
  background-color: #F0F0F0;
  color: #4C4C4C;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.5em;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Meiryo, "PingFang TC", "Microsoft JhengHei", sans-serif;
  margin-left: 86px;
  float: left;
}

.message-row .msg img {
  display: block;
  max-width: 100%;
}

.message-row.by-user {
  float: right;
}

.message-row.by-user .msg {
  background-color: #CAE6FC;
  float: right;
}

.col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

button.btn_help {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 95px;
  margin-top: -18px;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  /* float: right; */
  background: url(../img/help.svg) 0 0 no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
}

button.btn_exit {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -18px;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  /* float: right; */
  background: url(../img/close.svg) 0 0 no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
}

.tooltip-inner {
  padding: 10px;
  width: 260px;
  max-width: 350px;
  text-align: left;
  background: rgba(64, 64, 64, 0.85);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(64, 64, 64, 0.85);
}

@keyframes inputbox-anim {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}

@keyframes inputbox-float-anim {
  100% {
    transform: translateY(-8px);
  }
}

@keyframes grid-icon-anim {
  0% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(-8px);
  }
}

@keyframes grid-icon-float-anim {   
  100% {
    transform: translateX(-8px);
  }
}
.tip {
  position: absolute;
  display: inline-block;
  z-index: 100;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: translateZ(0);
}

.tip.animated {
  animation-duration: .3s, 1.5s;
  animation-timing-function: ease-out, ease-in-out;
  animation-delay: .3s, .3s;
  animation-iteration-count: 1, infinite;
  animation-direction: normal, alternate;
  animation-fill-mode: forwards;
}

.grid-icon-tip {
  position: fixed;
  right: 420px;
}

.grid-icon-tip:after {
  bottom: calc(50% - 6px);
  right: -12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #4C4C4C;
  /* border-left-color: red; */
  border-width: 6px;
}

.inputbox-tip {
  top: -65px;
  left: calc(50% - 190px);
}

.inputbox-tip:after {
  bottom: -12px;
  left: calc(50% - 6px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4C4C4C;
  border-width: 6px;
}

.overlay {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.overlay.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.tip-highlight {
  background: rgba(34, 150, 243, 0.20);
  border: 2px solid #FFF;
  position: absolute;
  z-index: 100;
}

.grid-icon-tip-highlight {
  width: 108px;
  height: 108px;
  border-radius: 4px;
}

.inputbox-tip-highlight {
  border-radius: 4px;
  width: calc(100% - 60px);
  height: 50px;
}

.tip-content {
  background-color: #4C4C4C;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 300;
  line-height: 1.6em;
}

.grid-icon-tip-content {
  width: 270px;
}

.inputbox-tip-content {
  width: 420px;
}

.skip-tips-btn {
  background: transparent;
  padding: 1px 20px;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  cursor: pointer;
  pointer-events: auto;
}

.tutorial-1 {
  display: none;
  opacity: 0;
}

.tutorial-2 {
  display: none;
  opacity: 0;
}

.tutorial-1.active {
  display: inline-block;
  opacity: 1;
  transition: opacity 1s linear;
}

.tutorial-2.active {
  display: inline-block;
  opacity: 1;
  transition: opacity 1s linear;
}

.itri-tooltip {
  position: absolute;
  display: none;
  width: 114px;
  height: auto;
  background: #4C4C4C;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  top: 50%;
  margin-top: 24px;
  right: 30px;
  padding: 10px 15px;
  z-index: 1;
}

button.btn_help:hover+.itri-tooltip {
  display: inline-block;
}

.itri-tooltip:after {
  bottom: 100%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #4C4C4C;
  border-width: 6px;
}

.message-row {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  clear: both;
}

.message-row a {
  color: #2296F3;
  font-size: inherit;
  cursor: pointer;
}

.message-row a:hover {
  color: #71B1F7;
  text-decoration: none;
}

.message-row.by-robot {
  min-height: 96px;
}

.message-row.by-robot .msg {
  margin-right: 80px;
}

.message-row.by-robot.swiper {
  margin-right: -40px;
}

.buttons-message-container {
  margin-left: 0px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.buttons-message-container.swiper-wrapper {
  margin-bottom: 10px;
}

.buttons-message-block {
  width: 205px;
  min-width: auto;
  margin-right : 15px;
  color: #262626;
  border-radius: 12px;
  font-size: 16px;
  display: inline-block;
}
.buttons-message-block:last-of-type {
  margin-right: 0;
}

.buttons-message-block .img-wrapper {
  height: 86px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.buttons-message-block .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.chatservice-wrapper .cs-service .cs-service-inner .swiper-container.gpsCarousel  .description {
  color: #666;
  font-size: 0.875rem;
}
.chatservice-wrapper .cs-service .cs-service-inner .swiper-container.gpsCarousel  .description h4{
  color: #262626;
}
.buttons-message-block .description {
  padding: 5px 0px;
  border-bottom: transparent;
  white-space: normal;
  margin : 0px 0px;
  font-weight : bold;
  text-align : center;
  background-color : #ffe0e3;
  padding: 6px 12px;
}
.chatservice-wrapper{
  background: #fff4f5;
  flex-direction: column;
  display: flex;
}
.chatservice-wrapper .cs-service .cs-service-inner .swiper-container .description{
  color: #1F4E79;
  font-size: 18px;
  background-color: #fff;
  display: block;
}
.chatservice-wrapper .cs-service .cs-service-inner .buttons-message-block a{
  color: #262626;
}
.chatservice-wrapper .cs-service .cs-service-inner .inline-msg.buttons-message-container a{
  color: #3a5ed5;
}
.inline-msg .description {
  padding: 5px 0px;
  text-align : left;
  font-weight : normal!important;
}
.buttons-message-block .description h4 {
  line-height: 22px;
  margin: 0;
}
.templateText .buttons-message-block .description h4{
  display: inline;
}
.swiper-container .buttons-message-block .description h4{
  display: block;
  font-size: 20px;
}
.buttons-message-block ul {
  list-style: none;
  padding: 0;
  background-color: white;
/*   margin: 0 -20px -10px -20px; */
/*   border: 1px solid #CCCCCC; */
  border-top: transparent;
  border-radius: 0 0 12px 12px;
}

.buttons-message-block ul li {
  border-top: 1px dotted #ffe0e3;
  height: auto;
  text-align: center;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 10px;
  white-space: normal;
  font-weight: bold;
}

.buttons-message-block ul,
.buttons-message-block ol{
    padding-inline-start: 0 !important;
}

.swiper-scroll-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  position: relative;
}

.swiper-scroll-container::-webkit-scrollbar {
  display: none;
}

.swiper-control-button {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #2296F3;
  position: absolute;
  top: calc(50% - 18px);
  cursor: pointer;
  z-index: 10;
}

.swiper-control-button.prev {
  left: 34px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: 44% 50%;
  background-size: 10px 16px;
}

.swiper-control-button.next {
  right: 40px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: 44% 50%;
  background-size: 10px 16px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.swiper-scroll-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-type: mandatory;
  -ms-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  scroll-padding-left: 86px;
  float: none !important;
  background: none !important;
  box-shadow: none !important;
}

.buttons-container {
  background: none !important;
  box-shadow: none !important;
}

@-moz-document url-prefix() {
  .swiper-scroll-container {
    scroll-snap-points-x: repeat(246px);
  }
}

.swiper .buttons-message-block {
  scroll-snap-align: start;
  background-color: transparent;
}

.inline-msg {
  border-radius: 12px;
  background-color: #F0F0F0;
  color: #4C4C4C;
  line-height: 1.5em;
  word-wrap: break-word;
  margin-bottom: 10px;
  padding: 10px 16px;
  display: table;
  clear: both;
}

.survey-wrapper{
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.survey{
  width: 517px;
  min-height: 300px;
  flex: 0 0 auto;
  margin: auto;
  border-radius: 4px;
  background-color: white;
  padding: 30px 24px;
  box-shadow: 0 2px 8px 0 rgb(153, 153, 153);
}

.survey-header{
  font-size: 14px;
  color: #7F7F7F;
  position: relative;
  text-align: center;
}

.survey-header h4{
  font-size: 18px;
  font-weight: 500;
  color: #2B93FC;
  margin: 0;
}

.survey-header .close-btn, .smart-header .close-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../img/close-circle.svg') 0 0 no-repeat;
  background-size: 18px 18px;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.survey-header img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  display: block;
}

.survey-header p, .smart-header p {
  margin-bottom: 30px;
}

.scale-label-container {
  color: #7F7F7F;
  font-size: 12px;
  position: relative;
  height: 14px;
  margin-top: 14px;
}

.scale-label-container span {
  position: absolute;
  right: 0;
}

.scale-label-container span:first-child {
  right: 210px;
}

.survey-question-container {
  display: flex;
  flex-wrap: wrap;
}

.survey-question {
  width: 45%;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 20px;
}

.survey-scale {
  display: flex;
  width: 55%;
  margin-top: 20px;
  align-items: center;
}

.survey-scale .scale-label {
  font-size: 12px;
  color: #7F7F7F;
  display: none;
}

.survey-scale .radio-button-wrapper {
  position: relative;
  padding: 1px;
  display: block;
  width: 16px;
  height: 16px;
  flex-grow: 1;
  text-align: center;
}

.survey-scale input[type="radio"] {
  position: absolute;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.survey-scale .radio-button {
  position: absolute;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 2px #D9D9D9;
  border: 3px solid white;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.survey-scale input[type="radio"]:checked+.radio-button {
  box-shadow: 0 0 0 2px #1890FF;
  border: 3px solid white;
  background-color: #1890FF;
}

.survey .submit-button-wrapper {
  width: 100%;
  text-align: center;
}

.survey input[type="submit"] {
  border: none;
  border-radius: 4px;
  background-color: #1890FF;
  color: white;
  width: 194px;
  height: 32px;
  display: block;
  margin: 50px auto 20px auto;
  font-weight: normal;
  letter-spacing: 3px;
}
.cs-header-menu-survey .cs-header-fixed{
  overflow: scroll;
  max-height: 85%;
}
.score-rating ul {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
}

.score-rating li {
  width: 5vh;
  height: 5vh;
  list-style: none;
  display: inline-block;
  background: url('../img/star_on.png') 0% 0%/contain;
  margin: 5px;
}

.score-rating li:hover {
  cursor: pointer;
}

.exit-wrapper {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exit {
  width: 450px;
  min-height: 300px;
  flex: 0 0 auto;
  margin: auto;
  border-radius: 4px;
  background-color: white;
  padding: 30px 24px;
  box-shadow: 0 2px 8px 0 rgb(153, 153, 153);
}

.exit-header {
  font-size: 14px;
  color: #7F7F7F;
  border-bottom: 1px solid #CCC;
  position: relative;
}

.exit-header h4 {
  font-size: 18px;
  font-weight: 500;
  color: #2B93FC;
  margin: 0;
  text-align: center;
}

.exit-header .close-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../img/close-circle.svg') 0 0 no-repeat;
  background-size: 24px 24px;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.exit-header p {
  margin-bottom: 30px;
}

.sticker-input-panel-btn {
  background: url('../img/sticker.svg') 50% 50% no-repeat;
  background-size: 24px 24px;
}

.sticker-input-panel-btn:hover {
  background: url('../img/sticker-hover.svg') 50% 50% no-repeat;
  background-size: 24px 24px;
}

.sticker-wrapper {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sticker {
  width: 700px;
  min-height: 300px;
  flex: 0 0 auto;
  margin: auto;
  border-radius: 4px;
  background-color: white;
  padding: 30px 24px;
  box-shadow: 0 2px 8px 0 rgb(153, 153, 153);
}

.sticker-header {
  font-size: 14px;
  color: #7F7F7F;
  position: relative;
}

.sticker-header .close-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../img/close-circle.svg') 0 0 no-repeat;
  background-size: 24px 24px;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.sticker-header p {
  margin-bottom: 30px;
}

.sticker-content div {
  position: relative;
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 20px 30px 20px;
  overflow: visible;
}

.sticker-content img {
  width: 90px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  cursor: pointer;
}

.form-control-round {
  margin-left: 5px;
  border: 1px solid #2d9ee0;
  border-radius: 15px !important;
  color: #2d9ee0;
  display: inline-block;
  width: auto;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.lightbox-content {
  width: 94%;
  height: 90%;
  max-height: 572px;
  max-width: 414px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 #999;
}

.lightbox.md .lightbox-content {
  height: 90%;
  max-height: 90%;
}

.lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.highlight {
  color: #c62235;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.notice {
  font-size: 0.875rem;
  color: #c62235;
  line-height: 1.2rem;
}

label.required:before {
  content: '*';
  color: #c62235;
  margin-left: -7px;
}

.modal .modal-footer.inline {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

.modal .modal-footer .btn-cancel {
  background: transparent;
  color: #c62235;
  border: 1px solid #c62235;
}

.application-instructions {
  border: 1px solid #c62235;
  border-radius: 10px;
  margin-top: 10px;
}

.instruction-title {
  font-weight: bold;
  color: #c62235;
  padding: 10px;
  border-bottom: 1px dotted #c62235;
}

.instruction-content {
  padding: 10px;
}

.instruction-content .form-group.inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.instruction-content .form-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #c62235;
  margin: 8px 10px 8px 0;
  flex: none;
  cursor: pointer;
}

.instruction-content .form-group input[type="checkbox"]~label {
  line-height: 1.5em;
  cursor: pointer;
}

.instruction-content .form-group input[type="checkbox"]~label.required {
  margin-left: 6px;
}

.certificate_application {
  margin-top: 30px;
  margin-left: 7px;
}

.certificate_application .form-group.inline {
  margin-bottom: 5px;
  display: flex;
}

.certificate_application .form-group.inline label {
  min-width: 120px;
  vertical-align: top;
}

.certificate_application .form-group.inline .text {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 5px 0;
  word-break: break-word;
  vertical-align: top;
}

.certificate_application .form-group .group {
  width: 100%;
}

.certificate_application .form-group input:not([type="checkbox"]):not([type="radio"]),
.certificate_application .form-group select,
.certificate_application .form-group textarea {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 5px;
}

.certificate_application .form-group select {
  padding: 6px 8px !important
}

.certificate_application.confirm {
  margin-top: 0;
}

.certificate_application .description {
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1.2rem !important;
  margin: 1rem 0;
}

#leaveForm-content .modal-body {
  padding: 16px;
}

#leaveForm-content .form-group {
  margin-bottom: 10px;
}

#leaveForm-content .leaveForm-footer button {
  margin-right" 5px !important;
}

/*==============================================
  MEDIA QUERIES
  =============================================*/
@media (max-width: 800px) {
  .top {
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .top .btn_help {
    display: none;
  }
  .top .top-logo {
    text-align: center;
  }
  .top-banner.show {
    height: 0;
    min-height: 0;
  }
  .main-wrapper {
    flex-direction: column;
  }
  .chat-message-container {
    padding: 0 16px;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
  }
  .chat-messages {
    margin-top: 26px;
  }
  .robot-avatar {
    width: 48px;
    height: 48px;
  }
  .message-row.by-robot {
    /* margin-right: 62px; */
  }
  .message-row .msg {
    margin-left: 62px;
    padding: 5px 10px;
  }
  .message-row.by-robot .msg {
    margin-right: 62px;
  }
  .message-datetime {
    margin-left: 72px;
  }
  .buttons-message-container {
    margin-left: 0px;
  }
  .chat-input-container {
    padding: 14px 16px;
  }
  .mobile-menu-btn {
    display: inline-block;
  }
  .mobile-menu-opened .chat-input-container,
  .voice-input-opened .chat-input-container {
    z-index: 99;
  }
  .chat-input-buttons {
    display: inline-block;
  }
  .sidebar-wrapper {
    width: 100vw;
    height: 0;
    flex-shrink: 0;
    transition: height 0.3s;
    position: relative;
  }
  .mobile-menu-opened .sidebar-wrapper {
    height: 330px;
    transition: height 0.3s;
    background-color: white;
  }
  .sidebar {
    margin: 0;
    width: 100vw;
    padding: 0;
  }
  .sidebar .tabs {
    padding: 0 20px;
    display: block;
    margin: 0;
  }
  .sidebar .tab {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
  }
  .tab-content {
    margin-bottom: 0;
  }
  .slide-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    /* older spec implementation */
    -webkit-scroll-snap-destination: 0% 100%;
    -ms-scroll-snap-destination: 0% 100%;
    scroll-snap-destination: 0% 100%;
    -webkit-scroll-snap-points-x: repeat(100%);
    -ms-scroll-snap-points-x: repeat(100%);
    scroll-snap-points-x: repeat(100%);
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .sidebar section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    scroll-snap-align: start;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .icon-block-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    grid-gap: 14px;
  }
  .icon-block {
    margin: 0;
    width: auto;
    height: 90px;
    padding: 4px;
  }
  .icon-block img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
  }
  .slide-indicator-container {
    display: block;
  }
  .voice-input-panel {
    width: 100vw;
    height: 0;
    flex-shrink: 0;
    transition: height 0.3s;
  }
  .voice-input-opened .voice-input-panel {
    height: 330px;
    transition: height 0.3s;
    background-color: white;
  }
  .voice-input-close-btn {
    display: none;
  }
  .survey {
    width: calc(100vw - 64px);
    padding: 20px 16px;
  }
  .survey-header p {
    margin-bottom: 12px;
    line-height: 1.6em;
  }
  .survey .scale-label-container {
    display: none;
  }
  .survey-question {
    width: 100%;
  }
  .survey-scale {
    width: 100%;
    margin-top: 12px;
  }
  .survey-scale .scale-label {
    display: block;
  }
  .survey input[type="submit"] {
    height: 42px;
    margin: 30px auto 0 auto;
    letter-spacing: 3px;
  }
  .swiper-control-button {
    display: none;
  }
  .message-row.by-robot.swiper {
    margin-right: -16px;
  }
  .swiper .buttons-message-container {
    padding-right: 16px;
  }
  button.btn_exit {
    right: 0px;
  }
  .exit {
    width: calc(100vw - 32px);
    padding: 20px 16px;
  }
  .sticker {
    width: calc(100vw - 16px);
    padding: 20px 4px;
  }
  .chat-control-stop {
    display: none !important;
  }
}

/*==============================================
  Swiper.js customized
  =============================================*/
.swiper-slide {
/*   width: auto; */
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.swiper-button {
  width: 36px;
  height: 40px;
/*   border-radius: 18px; */
  background-color: #2296F3;
  cursor: pointer;
  z-index: 10;
  background : url(../img/icon/btn_arrow_slider.svg) no-repeat;
  
}

.swiper-button-prev {
  background-repeat: no-repeat;
  background-position: 44% 50%;
  margin-top : -95px;
}

.swiper-button-next {
  background-repeat: no-repeat;
  background-position: 44% 50%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-top : -95px;
}
#cs-content.swiper-button-next{
  margin-top : -160px;
}
/* skin */
.cs-msg.cs-guest .cs-service-inner {
  color : #fff;
  word-break: break-all;
  word-wrap : break-word;
  width : -webkit-fill-available;
  margin-bottom : 0px;
  margin-left : 10px;
}
.cs-msg.cs-service .cs-service-inner{
  color : #262626;
  height : fit-content;
  margin-left : 12px;
}
.msgUl{
  min-width : 100%;
}
.cs-service-inner .inline-msg {
  -webkit-box-shadow:0px 0px 10px rgba(198, 34, 53, 0.4);
  box-shadow:0px 0px 10px rgba(198, 34, 53, 0.4);
  border-radius : 0px 20px 20px 20px;
  background : #fff;
  color : #262626;
  height : fit-content;
  margin-left: 0px;
  margin-bottom : 10px;
  width: 100%;
}
.cs-msg.cs-service.swiper .cs-service-inner{
  padding : 0px 0px 0px 0px!important;
  box-shadow : none!important;
  background-color : #fff4f5;
  margin-left: 0px;
  color : #666666;
  height : fit-content;
  margin-left : 12px;
}
.cs-msg.cs-service .templateText{
  padding : 0px 0px 0px 0px!important;
  box-shadow : none!important;
  background-color : #fff4f5!important;
  margin-left: 0px;
  color : #666666;
  height : fit-content;
  margin-left : 12px;
}
.cs-msg.cs-service.swiper .inline-msg{
  width: 65.6%;
}
.cs-msg.cs-service.swiper{
  width : 100%;
}
.chatservice-wrapper .cs-guest{
  clear : both;
}
.chatservice-wrapper .cs-service {
  clear : both;
}
.msgDiv {
  display : flex;
}
.msgTextDiv {
  width : 100%;
}
.message-datetime{
  margin-left : 12px;
}
#username {
  color : #848484;
  width : max-content;
  margin : auto;
}
.cs-msg.cs-service.swiper .msgUl{
  width :calc(100% - 90px);
}
#surveyForm {
  margin-top : -9px;
}
#questionnairs {
  display : inline-block;
  font-size : 15px;
  width : 100%;
}
#question {
  margin-bottom : 3px;
  font-size : 15px;
}
.cs-header-menu-survey-send {
  display : block;
  max-width : none;
  margin-top : 0px;
}
.survey-text-area {
  resize : none;
  width : 100%;
  margin-top : 15px!important;
  border : 1px solid #cbcbcb;
}
.cs-service-photo .robot-avatar {
  width : 55px;
  height : 65px;
}
.cs-guest .message-datetime{
  float : right;
}
.cs-msg.cs-service.swiper .cs-service-photo, .cs-msg.cs-service .cs-service-photo{
  display : inline-table!important;
}
.cs-msg.cs-service.swiper .img-wrapper{
  background-color : #ffe0e3;
  margin: 0px 0px 0px 0px;
  height: 102px;
  width: 205px;
}
#greetingImg{
  margin : auto;
  display : block;
  width : auto;
}
.swiper-button-prev{
  left : -10px;
}
.swiper-button-next{
  right : -10px;
}
.cs-service-inner > #cs-btn {
  color : #fff;
  max-width : 258px;
  margin : 10px auto;
  border : none;
}
.feedbackDiv{
  display : block;
  margin-top: 10px;
}
#feedbackGOOD{
  color : #49bf67!important;
}
#feedbackBAD{
  color : #b94a48!important;
}
.feedbackBody img{
  vertical-align: middle;
}
.footerBtn{
  color : #fff;
  font-weight : bold;
  font-size : 19px;
}
.chatservice-wrapper .cs-content{
  -ms-overflow-style : none;
  height: 100%;
}
.chatservice-wrapper .cs-service .cs-service-photo{
  max-width : inherit!important;
}
.swiper-container{
  width : 94%;
  float : left;
  margin-bottom : 10px;
  padding : 6px;
}
#search-input{
  font-size: initial;
}
.otherPossibleQuestions{
  text-align : left;
  margin-top: 0px!important;
}
.buttons-message-container .buttons-message-block #cs-recommend-a{
  background : #f3f3f3;
  color : #666666;
  cursor : pointer;
  margin-bottom : 7px;
  text-align: left;
  padding : 10px 20px;
  -webkit-transition : background 0.2s ease-in;
  -o-transition : background 0.2s ease-in;
  transition : background 0.2s ease-in;
  line-height : 1.5;
}
.buttons-message-container .buttons-message-block #cs-recommend-a:hover{
  background:#ffe0e3
}
.buttons-message-container .buttons-message-block ul > #cs-recommend-a:last-child{
  border-radius: 0 0 12px 12px;
}
.form-control{
  height : auto;
  border : 0px solid #ccc;
}
.form-control.cs-recommend-a.question-clickable{
  text-align : center;
}
.question-clickable:hover, .buttons-message-block li:hover{
  background-color : #f3f3f3;
  cursor: pointer;
}
.msgUl .cs-service-inner span.question-clickable{
  color: #3a5ed5;
}
.entranceRow{
  padding : 0 12px;
}
.feedbackGOOD , .feedbackBAD{
  cursor : pointer;
}
@media (max-width: 768px){
  .swiper-container{
    width : 100%;
  }
  .chatservice-wrapper .cs-service .cs-service-inner{
    padding: 10px;
    width: inherit;
  }
  .cs-msg.cs-service .msgUl{
    min-width : auto;
    width: 100%;
  }
  .cs-msg.cs-service.swiper .inline-msg{
    width : 100%;
  }
  .cs-msg.cs-service.swiper .msgUl{
    width : calc(100% - 55px);
  }
  .chatservice-wrapper .cs-footer{
    padding-top : 10px;
  }
  .slideshow-container .next{
    right: 12px;
  }
  .chatservice-wrapper .cs-footer-menu-list a{
    font-size: 12px;
  }
  .chatservice-wrapper .cs-footer .cs-footer-menu>ul>li a{
    font-size: 12px;
  }
  .cs-msg.cs-service.short .slideshow-container .next {
    right: 13px;
  }
  .chatservice-wrapper .cs-service.short{
    float: left;
  }
}
@media (min-width:769px) and (max-width: 980px){
  .chatservice-wrapper .cs-footer .cs-footer-menu>ul>li{
    padding-top: 10px;
  }
}
#chatStt-overlay{
  background: #000;
  opacity: 0.75;
  color: #fff;
}
.sttHeader{
  font-size: 25px;
  margin-top: 30px;
  text-align: center;
  padding: 0 110px 0 110px;
}
.sttBody{
  font-size: 17px;
  margin-top: 40px;
}
.sttStatus{
  right: 50%;
  font-size: 17px;
  margin-right: -25px;
  bottom: 20px;
  position: absolute;
}
.sttClose{
  right: 5%;
  font-size: 17px;
  bottom: 15px;
  position: absolute;
}
.kmsDocs{
 margin: 20px 0; 
}
.products_zone{
  font-size: 0px;
}
.products_zone li{
  width: 205px;
  height: 345px;
  padding:10px 20px;
  display:inline-block;
  border : #cecece 1px solid;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 20px 3px rgb(168 173 184 / 40%);
}
.link-btn-block{
  height: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 15px;
}
.products_zone .pimg{
  width: 100%;
  max-width: 100%;
  max-height: 150px;
  height: 200px;
  box-sizing: border-box;
  margin-bottom: 0.3125em;
}
.products_zone .ptitle{
  line-height: 1.4375em;
  font-weight: bold;
  color: #0e050b!important;
  min-height: 2.875em;
  max-height: 4.4125em;
  overflow: hidden;
  display: block;
  text-align: center;
  font-size: 15px;
  white-space: normal;
}
.slideshow-container{
  width : 235px;
}
.slideshow-container .prev, .slideshow-container .next{
  display: block;
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 1px 1px 0;
}
.slideshow-container .next{
  right : 7px;
}
.products_zone .btn-zone.inline{
  margin: 0px;
}
.products_zone .ptitle .pbonus{
  color: #d00f24!important;
  font-size: 1.2em;
  font-weight: bold;
}
.cs-msg.cs-service.short {
  width: auto;
}
.cs-msg.cs-service.short .msgUl {
  min-width: auto;
}
.cs-msg.cs-service .slideshow-container .next {
  right: 17px;
}
.cs-msg.cs-service .cs-service-inner .sp_red{
  color: #d00f24;
}
.cs-msg.cs-service .cs-service-inner .sp_brown{
  color: #993304;
}
.cs-msg.cs-service .cs-service-inner .sp_blue{
  color: #006FD2;
}
.cs-msg.cs-service .cs-service-inner .sp_errorcode{
  color: rgb(234, 234, 234);
  font-size:12px;
}
.cs-msg.cs-service .cs-service-inner .sp_orange{
  color: orange;
}
.cs-msg.cs-service .cs-service-inner .sp_underline{
  text-decoration:underline;
}
.panel .table{
  text-align: center;
}
.panel .table tr td{
  border: 1px solid #ddd;
  font-size: 13px;
}
.panel-default > .panel-heading{
  font-size: 13px;
}
#rsTable tr td{
  font-size: 13px;
}
#rsTable tr th, #eleDocTable thead th{
  text-align: center;
}
#rsTable tr th, #rsTable tr td{
  border: 1px solid #ddd;
}
#eleDocTable tr td, #eleDocTable tr td{
  border: 1px solid #ddd;
  font-size: 13px;
}
a.nbtn{
  cursor: pointer;
}
.popupClose{
  margin: -15px -15px 0 0;
  float: right;
}
.chatservice-wrapper .cs-footer{
  padding: 20px 10px 18px 10px;
}
.chatservice-wrapper .cs-footer-menu-list a{
  color: #262626;
}
#description .webrmtitle{
  font-size: 20px;
  color: #262626;
  font-weight: bold;
  font-family: 微軟正黑體;
}
#description .webrmbody{
  font-size: 16px;
  color: #262626;
  font-weight: normal;
  font-family: 微軟正黑體;
  display: block;
  text-align: left;
}
#description .webrmresult{
  font-size: 16px;
  color: #ff0d00; 
  font-weight: normal;
  font-family: 微軟正黑體;
}
#description .webrmtext{
  font-size: 14px;
  color: #262626; 
  font-weight: normal;
  font-family: 微軟正黑體;
}
#description .webrmbuttons{
  font-size: 16px; 
  color: #4eb3f2;
  font-weight: bold;
  font-family: 微軟正黑體;
}
.webrm-dialog {
  font-family: "微軟正黑體","Microsoft JhengHei",sans-serif;
  font-size: 12pt;
  color: #222;
  word-break: break-all;
}
.webrm-dialog table {
  width: 100%;
}
.webrm-dialog table tr td {
  font-size: 1em;
}
.webrm-dialog .mortgageTable {
  font-size: 14px;
}
.swiper-scroll-container .mortgageTable {
  border: 0;
  font-size: 12px;
  margin: 0 -2px;
  width: 100%;
}
.swiper-scroll-container .mortgageTable td {
  font-size: 12px;
  padding: 3px 2px;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n){
  background: #f9f9f9;
}
.dialogText table.mortgageTable{
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd;
}
.dialogText .mortgageTable tr th, .dialogText .mortgageTable tr td{
  padding: 0.5625em 0.625em;
}
.dialogText p{
  margin-bottom: 1.25em;
}
.description .mortgageTable{
  width: 100%;
}
.description .mortgageTable tr th, .description .mortgageTable tr td{
  font-size: 11.4px;
  font-weight: 500;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
.description .mortgageRresult .mortgageTable tr td{
  font-size: 14px;
  padding-left: 5px;
}
.showDialog:hover{
  background-color : #f3f3f3;
  cursor: pointer;
}
#feedbackDiv a{
  color: #3a5ed5;
}
a.answer-link apan{
  color: #3a5ed5;
}
.cs-rate-td{
  font-size: 13px;
}
.imagemap:hover{
  cursor: pointer;
}
input[type="image"]{
  cursor: default;
}
a input[type="image"]{
  cursor: pointer;
}
.inline-msg table tr th, .inline-msg table tr td{
  border: solid 1px #dddddd;
  padding: 0.5625em 0.625em;
}
.inline-msg table{
  margin-bottom: 1.25em;
}
.inline-msg strong, .cs-service-inner strong{
  font-weight: bold;
}
.inline-msg ul,
.inline-msg ol {
  padding-inline-start: 36px;
}

.inline-msg ul {
  list-style-type: disc;
}

.inline-msg ul ul {
  list-style-type: circle;
}

.inline-msg ol {
  list-style-type: decimal;
}
.entranceHK{
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align:center;
  background: url(../img/topbanner_ss_01.jpg) repeat-x center top #ededed;
}
.entranceHK tr:nth-of-type(2n){
  background: none;
}


/* 20240517客製 */

.chatservice-wrapper .cs-service .cs-service-inner .swiper-container .data-list {
    color: #000;
    font-size: 18px;
    background-color: #fff;
    display: block;
    padding: 5px 10px;
    border-top: 1px dotted #ffe0e3;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.chatservice-wrapper .cs-service .cs-service-inner .swiper-container .data-list .deduction {
    color: limegreen;
    display: inline-block;
    font-size: 0.85rem;
}

.chatservice-wrapper .cs-service .cs-service-inner .swiper-container .data-list .paid{
    color: mediumpurple;
}

.chatservice-wrapper .cs-service .cs-service-inner .swiper-container .data-list .list-item {
    display: flex;
    flex-direction: column;
}

#SubTotalAmt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chatservice-wrapper .cs-service .cs-service-inner .swiper-container .data-list .list-item .value {
    text-align: right;
}

.swiper .buttons-message-block.swiper-slide {
    scroll-snap-align: start;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 10px rgba(198, 34, 53, 0.4);
    box-shadow: 0px 0px 10px rgba(198, 34, 53, 0.4);
}

.cs-msg.cs-service.swiper .options {
    overflow: hidden;
}

.cs-msg.cs-service.swiper .options.color {
    background-color: #fff4f5;
}
.cs-msg.cs-service.swiper .options.color li:hover {
    background-color: #ffe8ea;
}

#bottom-popup-overlay {
    z-index: 97;
}

#bottom-popup-overlay .bottom-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 2px);
    height: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -4px 14px rgb(0 0 0 / 10%);
    transition: height .3s;
    transition-delay: 0.3s;
    z-index: 98;
    overflow: hidden;
}
#bottom-popup-overlay.active .bottom-popup {
    height: 300px;
    max-height: calc(75vh - 70px);
}

#LatestTx-overlay {
    z-index: 97;
}

#LatestTx-overlay .bottom-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 2px);
    height: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -4px 14px rgb(0 0 0 / 10%);
    transition: height .3s;
    transition-delay: 0.3s;
    z-index: 98;
    overflow: hidden;
}
#LatestTx-overlay.active .bottom-popup {
    height: 300px;
    max-height: calc(75vh - 70px);
}

.bottom-popup-wrapper {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-popup-header {
    font-size: 1rem;
    color: #000;
    text-align: center;
    background-color: transparent;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.bottom-popup-header .title {
    font-size: 1.15rem;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.bottom-popup-header .info {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../img/info.png) center no-repeat;
    background-size: 20px;
    margin-left: 5px;
    cursor: pointer;
}

.bottom-popup-header .close-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #000;
    line-height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    cursor: pointer;
}

.bottom-popup-content{
    height: 250px;
    max-height: calc(75vh - 110px);
    padding: 15px;
    overflow: auto;
}

.bottom-popup-section {
    max-width: 940px;
    margin: auto;
}

.consumption-detail-list .list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
}
.consumption-detail-list .list-item:nth-child(odd){
    background-color: #f5f5f5;
}

.consumption-detail-list .list-item.title{
    background-color: #d83d4f;
    font-weight: bold;
    color: #fff;
}

.consumption-detail-list .list-item .authDate {
    width: 70px;
    text-align: center;
    margin-right: 10px
}

.consumption-detail-list .list-item .memo {
    width: calc(100% - 190px);
    text-align: left;
}

.consumption-detail-list .list-item .authAmt {
    width: 150px;
    text-align: right;
    margin-left: 10px;
}
.consumption-detail-list .list-item .authAmt .more{
    margin-left: 1rem;
    cursor: pointer;
}

.consumption-detail-list .list-item.title .authDate,
.consumption-detail-list .list-item.title .memo,
.consumption-detail-list .list-item.title .authAmt{
    text-align: center;
}

.modal-header.center {
    background-color: #FFEDED;
    font-weight: bold;
    color: #000;
    display: block;
}

.modal-header.center .close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #000;
    opacity: 1;
    text-shadow: none;
}

.consumption-detail-content .form-group.inline {
    padding: 5px;
    margin-bottom: 0;
    display: flex;
}
.consumption-detail-content .form-group.inline:nth-child(odd){
    background-color: #f5f5f5;
}

.consumption-detail-content .form-group.inline label {
  width: 100px;
  vertical-align: top;
  font-weight: bold;
}
.consumption-detail-content .form-group.inline .text {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  margin: 5px 0;
  word-break: break-word;
  vertical-align: top;
}
.consumption-detail-content .form-group.inline .text.result{
  color: limegreen;
}

ol.directions{
    margin: 0 15px;
    list-style: decimal;
    margin-left: 2rem;
    text-align: justify;
}
ol.directions li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}



