﻿@charset "UTF-8";
body {
  --bs-body-font-family: "Nato Sans TC";
  position: relative;
}

.dl-horizontal dt {
  white-space: normal;
}

li {
  list-style-type: none;
}

.clear_line {
  clear: both;
}

input:focus-within {
  outline: none;
}

input[type=number] {
  text-align: right;
}

a {
  text-decoration: none;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flex-vertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-gap-3 {
  gap: 3px;
}

.flex-grow {
  flex-grow: 1;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.W20 {
  width: 20px;
}

.W30 {
  width: 30px;
}

.W40 {
  width: 40px;
}

.W50 {
  width: 50px;
}

.W60 {
  width: 60px !important;
}

.W70 {
  width: 70px;
}

.W80 {
  width: 80px;
}

.W85 {
  width: 85px;
}

.W90 {
  width: 90px;
}

.W100 {
  width: 100px;
}

.W110 {
  width: 110px;
}

.W120 {
  width: 120px !important;
}

.W130 {
  width: 130px;
}

.W140 {
  width: 140px;
}

.W150 {
  width: 150px;
}

.W160 {
  width: 160px;
}

.W170 {
  width: 170px;
}

.W180 {
  width: 180px;
}

.W200 {
  width: 200px;
}

.W220 {
  width: 220px;
}

.W230 {
  width: 230px;
}

.W250 {
  width: 250px;
}

.W280 {
  width: 280px;
}

.W300 {
  width: 300px;
}

.W350 {
  width: 350px;
}

.W360 {
  width: 360px;
}

.W375 {
  width: 375px;
}

.W400 {
  width: 400px;
}

.W430 {
  width: 430px;
}

.W450 {
  width: 450px;
}

.W500 {
  width: 500px;
}

.W510 {
  width: 510px;
}

.W520 {
  width: 520px;
}

.W530 {
  width: 530px;
}

.W600 {
  width: 600px;
}

.W40P {
  width: 40%;
}

.W50P {
  width: 50%;
}

.W60P {
  width: 60%;
}

.W100P {
  width: 100%;
}

.H100P {
  height: 100%;
}

.general-list thead {
  display: block;
  background-color: #008f8f;
}
.general-list th {
  color: white;
  background-color: #008f8f;
  border: 1px solid #cfc5c5;
}
.general-list tbody {
  display: block;
  overflow-y: scroll;
}
.general-list tbody .active {
  background-color: antiquewhite;
}
.general-list td {
  border: 1px solid #cfc5c5;
}

.smallFont-list {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
.smallFont-list thead {
  display: block;
  background-color: #008f8f;
}
.smallFont-list th {
  color: white;
  text-align: center;
  background-color: #008f8f;
  border: 1px solid #cfc5c5;
}
.smallFont-list tbody {
  display: block;
  overflow-y: scroll;
}
.smallFont-list tbody .active {
  background-color: antiquewhite;
}
.smallFont-list tr {
  cursor: pointer;
}
.smallFont-list td {
  border: 1px solid #cfc5c5;
}
.smallFont-list .active {
  background-color: antiquewhite;
}

.selected-list tr {
  cursor: pointer;
}

.active .indicator::before {
  content: "»";
}

.btn-group button {
  font-size: 18px;
  font-weight: bold;
}
.btn-group div {
  font-size: 18px;
  font-weight: bold;
}

.button-wrap {
  text-align: center;
  padding: 10px 0;
  position: sticky;
  bottom: 0;
}

.btn-sm {
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-lg {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-short-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-short-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.btn-short-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-short-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.btn-pg-add {
  width: 50px;
  height: 50px;
  border-radius: revert;
  background-color: var(--second-text);
}

.btn-pg-add::before {
  color: white;
  content: "\f64d";
  font-size: 25px;
  font-family: bootstrap-icons !important;
}

.btn-del {
  background-image: url(../assets/button_delete.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  cursor: pointer;
}

.btn-back {
  border-radius: 3px;
  cursor: pointer;
  margin-right: 4px;
}

.btn-back::before {
  content: "\f12f";
  font-weight: bold;
  font-family: bootstrap-icons;
  color: white;
  background-color: var(--primary-text);
  text-align: center;
  padding: 4px;
}

.label-right {
  text-align: right !important;
  padding-right: 4px;
}

.label-left {
  text-align: right;
  padding-right: 3px;
}

.field-validation-valid {
  min-height: 20px;
  font-size: 12px;
}

.field-validation-error {
  font-size: 12px;
  color: red;
}

.field-error-indicator {
  box-shadow: 0px 0px 0px 0.2rem rgba(255, 0, 0, 0.25);
}

.validation-summary-errors {
  color: red;
}
.validation-summary-errors ul {
  padding-left: 0;
}

.val-popover {
  color: red;
  border-color: red;
}
.val-popover .popover-header {
  padding: 2px 5px !important;
}

.bs-popover-top > .popover-arrow::after {
  border-top-color: red !important;
}

.bs-popover-end > .popover-arrow::after {
  border-right-color: red !important;
}

.bs-popover-bottom > .popover-arrow::after {
  border-bottom-color: red !important;
}

.bs-popover-start > .popover-arrow::after {
  border-left-color: red !important;
}

.modal-content {
  padding: 3px;
}

.modal-body {
  display: block;
}
.modal-body .list-frame {
  background: #bfcddb;
  border: #a1a0a0 solid 2px;
  padding: 20px 30px;
}
.modal-body .list-frame .data-row {
  cursor: pointer;
}
.modal-body .list-frame td {
  border: 1px solid white;
}
.modal-body .edit-frame {
  background: #bfcddb;
  border: #a1a0a0 solid 2px;
  padding: 20px 30px;
  box-sizing: border-box;
  font-family: "微軟正黑體", "新細明體", "Adobe 黑体 Std R";
}
.modal-body .edit-frame .label-left {
  min-width: 80px;
}
.modal-body .data-group {
  font-size: 18px;
  color: #101010;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 15px;
}

.modal-footer {
  background: #bfcddb;
  padding: 5px;
}

.show-bty-copy {
  background-color: transparent;
  color: darkred;
  width: 300px;
  margin-top: calc(50vh - 28px);
}

.ctn-view {
  display: flex;
  flex-direction: row;
  padding: 2px;
  border: 1px solid #a9b0b7;
  width: auto;
}

.btn-group button {
  font-size: 18px;
  font-weight: bold;
}
.btn-group div {
  font-size: 18px;
  font-weight: bold;
}

.btn-second-menu {
  width: 100px;
  height: 40px;
  color: black;
  background-color: #f0f0f0;
  border-top: #e3e3e3 solid 1px;
  border-right: #696969 solid 1px;
  border-bottom: #696969 solid 1px;
  border-left: #e3e3e3 solid 1px;
}
.btn-second-menu:hover {
  background-color: white;
}
.btn-second-menu img {
  vertical-align: baseline;
}
.btn-second-menu div {
  display: inline;
}

.input-group-addon img {
  margin-left: 4px;
}

.feature-frame {
  padding: 5px 3px;
  border: 1px solid #e3e3e3;
}

.icon-16 {
  line-height: 16px;
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.check-box {
  background-color: transparent !important;
}

.more-arrow::after {
  display: inline-block;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  content: "";
  margin-left: 4px;
  cursor: pointer;
}

.overflowY {
  overflow-y: auto;
}

.desktop .for-mobile {
  display: none;
}

.mobile .for-desktop {
  display: none;
}

header {
  width: 100%;
  position: relative;
  display: flex;
}
header .menu-wrap {
  display: flex;
  align-items: center;
}
header .pages {
  display: flex;
}
header .mn-account {
  position: absolute;
}

.contact-body {
  padding: 0;
}
.contact-body .bi {
  color: white;
}
.contact-body .phone {
  position: relative;
  background-color: #ff9700;
}
.contact-body .number {
  position: absolute;
  right: 40px;
}
.contact-body .line {
  background-color: #68b82b;
}
.contact-body .telegram {
  background-color: #2fa6dd;
}
.contact-body .wechat {
  background-color: #03d669;
}

.btn-sidemenu {
  position: fixed;
}

.offcanvas-backdrop {
  background-color: transparent;
}

footer {
  color: white;
  width: 100%;
}
footer .info-wrap {
  border-bottom: 1px solid #9b9b9b;
}

.helping-area .helping-item {
  font-weight: 600;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
}
.helping-area .helping-item:hover {
  box-shadow: 0 0 3pt 2pt white;
}

.contact-area {
  color: #ff006d;
  font-size: 20px;
  font-weight: bold;
}
.contact-area .lineID::before {
  content: url("../assets/line-s-icon.png");
  margin-right: 20px;
  vertical-align: top;
  height: 25px;
}
.contact-area .tgID::before {
  content: url("../assets/telegram-s-icon.png");
  margin-right: 20px;
  vertical-align: top;
  height: 25px;
}
.contact-area .tel::before {
  content: url("../assets/phone-s-icon.png");
  margin-right: 20px;
  vertical-align: top;
  height: 25px;
}

.desktop .btn-sidemenu {
  right: 15px;
  bottom: 30px;
  padding: 2px 8px;
  border-radius: 24px;
  border: none;
}
.desktop .btn-sidemenu .bi {
  color: white;
  font-size: 24px;
}
.desktop .offcanvas {
  right: 16px;
  bottom: 30px;
}
.desktop .contact-body {
  height: 178px;
  width: 40px;
}
.desktop .contact-body .bi {
  font-size: 24px;
}
.desktop .contact-option {
  padding: 2px 8px;
  border-radius: 24px;
  font-size: 24px;
  margin-bottom: 4px;
}
.desktop .number {
  width: 160px;
}

.mobile .menu-wrap {
  justify-content: center;
}
.mobile .btn-sidemenu {
  right: 16px;
  bottom: 16px;
  padding: 2px 8px;
  border-radius: 24px;
  border: none;
}
.mobile .btn-sidemenu .bi {
  color: white;
  font-size: 24px;
}
.mobile .offcanvas {
  right: 16px;
  bottom: 0px;
  --bs-offcanvas-bg: transparnt;
}
.mobile .contact-body {
  height: 204px;
  width: 40px;
}
.mobile .contact-body .bi {
  font-size: 24px;
}
.mobile .contact-option {
  width: 40px;
  padding: 2px 8px;
  border-radius: 24px;
  font-size: 24px;
  margin-bottom: 4px;
}
.mobile .number {
  font-size: 16px;
  line-height: 40px;
  width: 120px;
}

.home-banner {
  position: relative;
}

.search-pannel {
  width: 400px;
  margin: 0 auto;
}
.search-pannel .serveType-box {
  display: flex;
}

.pannel-row {
  display: flex;
}
