@charset "UTF-8";

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/styles/main.scss */
.card-content {
  border-radius: 30px;
  width: 440px;
  padding: 60px 100px;
  margin: auto;
  margin-top: 120px;
  max-width: 640px;
  height: auto;
  box-shadow: 0 4px 20px 0 rgba(0, 151, 119, 0.1490196078);
  background-color: #ffffff;
}
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .card-content {
    width: 100%;
    padding: 48px 20px;
    max-width: calc(100vw - 80px);
    justify-content: center;
    margin: auto;
    margin-top: 112px;
    border-radius: 24px;
  }
}
.card-title {
  text-align: center;
  color: #191a19;
}
.card-title {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 1.92px;
  font-weight: 600;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 767px) {
  .card-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.44px;
    font-weight: 700;
    font-family: "Noto Sans TC", sans-serif;
  }
}
.card-subtitle {
  margin-top: 4px;
  text-align: center;
  color: #474847;
}
.card-subtitle {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.card-footer {
  width: calc(100% - 40px);
  padding: 10px 20px;
  border-radius: 0 0 30px 30px;
  text-align: center;
  background-color: #f7f7f7;
  color: #474847;
}
.card-footer {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.card-footer-text span {
  color: #159579;
}
.page-container {
  width: 900px;
  height: auto;
  min-height: calc(100vh - 240px - 176px - 80px);
  max-width: 900px;
  gap: 48px;
  padding-bottom: 176px;
}
.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .page-container {
    width: calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    min-height: calc(100vh - 134px - 176px - 80px);
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .page-container {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    min-height: calc(100vh - 104px - 136px - 40px);
    gap: 32px;
    padding-bottom: 136px;
  }
}
.page-title-block {
  gap: 24px;
}
.page-title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-title {
  text-align: center;
  color: #191a19;
}
.page-title {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 1.92px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.44px;
    font-weight: 700;
    font-family: "Noto Sans TC", sans-serif;
  }
}
.page-subtitle-block {
  border-radius: 20px;
  padding: 20px 40px;
  gap: 20px;
  color: #0d5848;
  border: 1px solid #4bdbbc;
  background-color: #e9fbf7;
}
.page-subtitle-block {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.page-subtitle-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .page-subtitle-block {
    padding: 20px;
  }
  .page-subtitle-block img {
    display: none;
  }
}
.page-subtitle-block .page-subtitle-block-title {
  margin-bottom: 4px;
}
.page-subtitle-block .page-subtitle-block-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.9px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
.page-btn-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 24px 0;
  gap: 12px;
  z-index: 1;
  background-color: #ffffff;
}
.page-btn-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-btn-block button {
  width: 360px;
}
.page-btn-block .page-pay {
  position: absolute;
  right: 0;
  width: 420px;
  max-width: 420px;
  gap: 4px;
  color: #191a19;
}
.page-btn-block .page-pay {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 2.4px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
.page-btn-block .page-pay {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .page-btn-block .page-pay {
    width: calc(100% - 124px);
    max-width: 100%;
    justify-content: flex-end;
    top: 12px;
    left: 0;
  }
  .page-btn-block .page-pay {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.44px;
    font-weight: 700;
    font-family: "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 767px) {
  .page-btn-block .page-pay {
    width: calc(100% - 20px);
  }
}
.page-btn-block .page-pay label {
  font-family: "Inter", sans-serif !important;
}
.page-btn-block .page-pay label {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
.page-btn-block .page-pay span {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 767px) {
  .page-btn-block .page-pay span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.48px;
    font-weight: 700;
    font-family: "Noto Sans TC", sans-serif;
  }
}
@media (max-width: 767px) {
  .page-btn-block button:first-child {
    margin-left: 20px;
  }
  .page-btn-block button:last-child {
    margin-right: 20px;
  }
}
.input-block {
  width: 100%;
  gap: 8px;
}
.input-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.input-calculator-block {
  gap: 16px;
}
.input-calculator-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .input-calculator-block {
    width: 100%;
    gap: 4px;
  }
  .input-calculator-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.input-calculator-block .input-warn-msg {
  width: 120%;
}
@media (max-width: 767px) {
  .input-calculator-block .input-warn-msg {
    width: 100%;
  }
}
.input-group {
  width: 100%;
  gap: 2px;
}
.input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.input-group.input-btn-left {
  position: relative;
}
.input-group.input-btn-left input {
  padding-left: 44px;
}
.input-group.input-btn-left .input-search-btn {
  position: absolute;
  left: 8px;
  top: 6px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 4px;
  margin: 0;
}
.input-group.input-btn-right {
  position: relative;
}
.input-group.input-btn-right .input-date-btn,
.input-group.input-btn-right .input-password-btn,
.input-group.input-btn-right .input-otp-btn {
  position: absolute;
  right: 0;
  top: 2px;
}
.input-group.input-btn-right .input-date-btn {
  margin-right: 2px;
  background-color: transparent;
  transition: 0.3s;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .input-group.input-btn-right .input-date-btn:hover {
    background-color: #98ead8;
  }
}
.input-title {
  color: #191a19;
}
.input-title {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.input-text-required::after {
  content: "*";
  position: relative;
  color: #e23f35;
  left: 4px;
}
.input-error-msg,
.input .mat-mdc-form-field-error {
  width: 100%;
  color: #e23f35 !important;
}
.input-error-msg,
.input .mat-mdc-form-field-error {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.input-error-msg .input-warn-msg,
.input .mat-mdc-form-field-error .input-warn-msg {
  margin-top: 8px;
}
.input-warn-msg {
  width: 100%;
  padding: 8px 0;
  gap: 6px;
  border-radius: 8px;
  background-color: #e9fbf7;
  color: #003322;
}
.input-warn-msg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.input-warn-msg {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.input-warn-msg img {
  margin-left: 10px;
}
.input-warn-msg span {
  margin-right: 10px;
}
.input-warn-msg.input-calendar-msg {
  margin-top: -16px !important;
  margin-bottom: 8px !important;
  color: #474847;
  background-color: #fff3e7;
}
.input-warn-msg.input-calendar-msg {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.input-calculator-msg {
  white-space: nowrap;
  color: #1bbf9c;
}
.input-calculator-msg {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 767px) {
  .input-calculator-msg {
    margin-top: 0;
  }
  .input-calculator-msg.input-none {
    display: none;
  }
}
.input-calculator-msg.input-mobile-msg {
  display: none;
}
@media (max-width: 767px) {
  .input-calculator-msg.input-mobile-msg {
    display: flex;
    margin-top: 0;
  }
}
input {
  width: calc(100% - 26px);
  border-radius: 8px;
  padding: 9px 12px;
  height: auto;
  color: #191a19 !important;
  border: 1px solid #d9d9d8;
}
input {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
input::placeholder {
  color: #a3a3a3;
}
input.input-error {
  border-color: #e23f35 !important;
}
input:focus {
  outline: none !important;
  color: #a3a3a3;
  caret-color: #1bbf9c;
  border-color: #1bbf9c;
}
input:disabled {
  outline: none !important;
  pointer-events: none;
  color: #757675;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
@media (min-width: 1200px) {
  input:hover {
    border-color: #4bdbbc;
  }
}
input.mdc-radio__native-control,
input.mdc-checkbox__native-control {
  width: 24px !important;
  height: 24px !important;
}
.reserve-price-block .mdc-checkbox {
  transform: scale(1.625);
  margin-right: 8px;
}
.reserve-price-block .mdc-checkbox .mdc-checkbox__background {
  top: 0;
  border-color: #d1d1d1 !important;
}
.reserve-price-block .mdc-checkbox:hover .mdc-checkbox__background {
  border-color: #d1d1d1;
}
.mat-internal-form-field {
  align-items: baseline !important;
}
.mat-internal-form-field > label {
  margin: auto;
  letter-spacing: 1px !important;
  padding-right: 3px !important;
  line-height: 15px !important;
  color: #191a19;
}
.mat-internal-form-field > label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 767px) {
  .mat-internal-form-field > label {
    padding-right: 0 !important;
    letter-spacing: 0.3px !important;
  }
}
.mat-mdc-radio-group,
.mat-mdc-checkbox-group {
  width: 100%;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 12px;
}
.mat-mdc-radio-group,
.mat-mdc-checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mat-mdc-radio-button {
  cursor: pointer;
}
.mat-mdc-radio-button .mdc-radio {
  padding: 2px !important;
}
.mat-mdc-radio-button .mdc-radio__background {
  border-radius: 50%;
  transition: background-color 0.2s ease;
  background-color: transparent !important;
}
.mat-mdc-radio-button .mdc-radio__background::before {
  background-color: #1bbf9c;
}
@media (min-width: 1200px) {
  .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__outer-circle {
    border-color: #1bbf9c !important;
    background-color: #f3f4f3 !important;
  }
  .mat-mdc-radio-button .mdc-radio:hover input[type=radio]:checked + .mdc-radio__background .mdc-radio__outer-circle {
    background-color: #1bbf9c !important;
  }
}
.mat-mdc-radio-button.mat-mdc-radio-disabled .mdc-radio__background {
  opacity: 0.4;
  background-color: #e8e8e8 !important;
}
.mat-mdc-radio-button.mat-mdc-radio-disabled .mdc-radio__outer-circle {
  opacity: 1 !important;
  border-color: #747372 !important;
}
.mat-mdc-radio-button.mat-mdc-radio-disabled .mdc-label {
  color: #a3a3a3 !important;
}
.mdc-radio .mdc-radio__background {
  border-radius: 50%;
  transition: background-color 0.2s ease;
  background-color: transparent !important;
}
.mdc-radio .mdc-radio__outer-circle {
  background-color: transparent !important;
  transition: border-color 0.2s ease;
  border: 1px solid #747372 !important;
}
.mdc-radio .mdc-radio__inner-circle {
  background-color: transparent !important;
  transition: background-color 0.2s ease;
}
.mdc-radio input[type=radio]:checked + .mdc-radio__background {
  background-color: #1bbf9c !important;
}
.mdc-radio input[type=radio]:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #1bbf9c !important;
}
.mdc-radio input[type=radio]:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.45) !important;
  border-color: #ffffff !important;
}
.mdc-radio input[type=radio]:checked:disabled + .mdc-radio__background {
  background-color: #98ead8 !important;
}
.mdc-radio input[type=radio]:checked:disabled + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #98ead8 !important;
}
.mat-mdc-checkbox {
  cursor: pointer;
}
.mat-mdc-checkbox .mdc-checkbox {
  padding: 2px !important;
}
.mat-mdc-checkbox .mdc-checkbox__background {
  top: 2px;
  width: 20px;
  height: 20px;
  left: 1px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  background-color: transparent !important;
  border: 1px solid #747372;
}
.mat-mdc-checkbox .mdc-checkbox__background::before {
  background-color: #1bbf9c;
}
.mat-mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark {
  width: 12px;
  margin: auto;
}
.mat-mdc-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark .mdc-checkbox__checkmark-path {
  stroke: #ffffff !important;
}
@media (min-width: 1200px) {
  .mat-mdc-checkbox .mdc-checkbox__native-control:hover ~ .mdc-checkbox__background {
    border: 1px solid #1bbf9c !important;
    background-color: #f3f4f3 !important;
  }
}
.mat-mdc-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background {
  background-color: #1bbf9c !important;
  border-color: #1bbf9c !important;
}
.mat-mdc-checkbox-touch-target {
  width: 100% !important;
  height: 100% !important;
}
.mat-mdc-checkbox label {
  padding-left: 8px !important;
}
.mat-mdc-checkbox.mdc-checkbox--disabled .mdc-checkbox__background {
  opacity: 0.4;
  background-color: #e8e8e8 !important;
  border-color: #747372;
}
.mat-mdc-checkbox.mdc-checkbox--disabled .mdc-label {
  color: #a3a3a3 !important;
}
.reserve-plan-card.active-disabled .mat-mdc-checkbox {
  display: none !important;
}
.mdc-switch--selected .mdc-switch__track {
  border-radius: 24px !important;
  background-color: #1bbf9c !important;
  border-color: #1bbf9c !important;
}
.mdc-switch--selected .mdc-switch__handle {
  border-radius: 100% !important;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1215686275);
  background-color: #ffffff !important;
  border-color: #1bbf9c !important;
}
.mdc-switch:not(.mdc-switch--selected) .mdc-switch__track {
  border-radius: 24px !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}
.mdc-switch:not(.mdc-switch--selected) .mdc-switch__handle {
  border-radius: 100% !important;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1215686275);
  background-color: #ffffff !important;
  border-color: #e8e8e8 !important;
}
.mdc-switch__track::before {
  border: unset !important;
}
.mdc-switch__icons svg {
  opacity: 0 !important;
}
.mat-datepicker-content .mat-calendar {
  border-radius: 24px;
  margin-top: 12px;
  background-color: #f7f7f7;
}
.mat-datepicker-content .mat-calendar-header {
  padding: 8px 12px 0 12px;
}
.mat-datepicker-content .mat-calendar-content {
  padding: 0 12px;
}
.mat-datepicker-content .mat-calendar-table-header th {
  color: #757675;
}
.mat-datepicker-content .mat-calendar-table-header th {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-datepicker-content .mat-calendar-table-header-divider::after {
  background: #d9d9d8;
}
.mat-datepicker-content .mat-calendar .mat-calendar-body-label {
  opacity: 0;
}
.mat-datepicker-content .mat-calendar .mdc-button__label {
  width: 100%;
  color: #191a19;
}
.mat-datepicker-content .mat-calendar .mdc-button__label {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-datepicker-content .mat-calendar-body-cell-content {
  color: #191a19;
}
.mat-datepicker-content .mat-calendar-body-cell-content {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-datepicker-content .mat-calendar-body-cell-content:hover {
  color: #0d5848;
}
.mat-datepicker-content .mat-calendar-body-selected {
  border-radius: 50%;
  background-color: #0d5848;
  color: white !important;
}
.mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-radius: 50%;
  border: 1px solid #0d5848;
  color: #0d5848 !important;
}
.appointment-calendar-block {
  width: 100%;
  border-radius: 24px;
  background-color: #f7f7f7;
}
.appointment-calendar-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.appointment-calendar-block .calendar-header {
  width: calc(100% - 48px);
  padding: 32px 24px 12px 24px;
}
.appointment-calendar-block .calendar-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .appointment-calendar-block .calendar-header {
    width: calc(100% - 24px);
    padding: 24px 12px 12px 12px;
  }
}
.appointment-calendar-block .calendar-header .calendar-year {
  width: 100%;
  text-align: center;
}
.appointment-calendar-block .calendar-header .calendar-year {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
.appointment-calendar-block .calendar-header .calendar-year:first-of-type {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .appointment-calendar-block .calendar-header .calendar-year:first-of-type {
    margin-right: 0;
  }
}
.appointment-calendar-block .calendar-header .calendar-year:last-of-type {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .appointment-calendar-block .calendar-header .calendar-year:last-of-type {
    display: none;
  }
}
.appointment-calendar-block .calendar-body {
  width: 100%;
  min-height: 349px;
}
.appointment-calendar-block .calendar-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  .appointment-calendar-block .calendar-body {
    min-height: 280px;
  }
}
.appointment-calendar-block .calendar-body .mat-calendar {
  width: 100%;
}
@media (max-width: 767px) {
  .appointment-calendar-block .calendar-body .mat-calendar:last-of-type {
    display: none;
  }
}
.appointment-calendar-block .calendar-body .mat-calendar-content {
  padding: 0 24px 24px 24px;
}
@media (max-width: 1199px) {
  .appointment-calendar-block .calendar-body .mat-calendar-content {
    padding: 0 12px 24px 12px;
  }
}
.appointment-calendar-block .calendar-body .mat-calendar-header {
  display: none;
}
.appointment-calendar-block .calendar-body .mat-calendar-table-header {
  border-bottom: 1px solid #ededed;
}
.appointment-calendar-block .calendar-body .mat-calendar-table-header th {
  color: #757675;
}
.appointment-calendar-block .calendar-body .mat-calendar-table-header th {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.appointment-calendar-block .calendar-body .mat-calendar-body-label {
  color: #f7f7f7;
}
.appointment-calendar-block .calendar-body .mat-calendar-body-cell {
  width: 40px;
  height: 40px;
  margin: 4px;
}
@media (max-width: 1199px) {
  .appointment-calendar-block .calendar-body .mat-calendar-body-cell {
    width: 36px;
    height: 36px;
    margin: 4px;
  }
}
@media (max-width: 767px) {
  .appointment-calendar-block .calendar-body .mat-calendar-body-cell {
    width: 36px;
    height: 36px;
    margin: 0;
  }
}
.appointment-calendar-block .calendar-body .mat-calendar-body-cell-content {
  top: 0;
}
.appointment-calendar-block .calendar-body .mat-calendar-body-cell::after {
  height: 100%;
  top: 0;
}
.appointment-calendar-block .calendar-body .mat-calendar-body-disabled {
  color: #a3a3a3;
  background-color: #f7f7f7;
}
.appointment-calendar-block .calendar-body .mat-calendar-body-disabled span {
  color: #a3a3a3 !important;
  background-color: #f7f7f7 !important;
}
.available-date span {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #191a19;
  background: #f7f7f7 !important;
}
.available-date-less-than-3 span {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ff8811;
  background: #ffe7cf !important;
}
.non-available-date span {
  border-radius: 50%;
  color: #a3a3a3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f7f7 !important;
}
.mat-calendar-body-selected span,
.available-date span.mat-calendar-body-selected,
.available-date-less-than-3 span.mat-calendar-body-selected {
  background-color: #1bbf9c !important;
  color: #ffffff !important;
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border: unset !important;
  background-color: #f7f7f7 !important;
}
.mat-mdc-tab {
  height: 60px !important;
}
@media (max-width: 767px) {
  .mat-mdc-tab {
    height: 44px !important;
  }
}
.mat-mdc-tab-label-container {
  padding: 0 100px;
  border-bottom: 1px solid #e6e6e6 !important;
}
@media (max-width: 767px) {
  .mat-mdc-tab-label-container {
    padding: 0;
  }
}
.mat-mdc-tab-header .mdc-tab__text-label {
  color: #a3a3a3 !important;
}
.mat-mdc-tab-header .mdc-tab__text-label {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 1200px) {
  .mat-mdc-tab-header .mdc-tab__text-label:hover {
    color: #1bbf9c !important;
  }
}
@media (max-width: 767px) {
  .mat-mdc-tab-header .mdc-tab__text-label {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-weight: 700;
    font-family: "Noto Sans TC", sans-serif;
  }
}
.mat-mdc-tab-body-wrapper {
  padding: 40px 0 !important;
}
@media (max-width: 767px) {
  .mat-mdc-tab-body-wrapper {
    padding: 32px 0 !important;
  }
}
.mat-mdc-tab-body-wrapper .mat-mdc-tab-body {
  margin: 0 100px;
}
@media (max-width: 767px) {
  .mat-mdc-tab-body-wrapper .mat-mdc-tab-body {
    margin: 0 20px;
  }
}
.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  transition-delay: 0s !important;
  color: #1bbf9c !important;
}
.mat-mdc-tab.mdc-tab--active .mdc-tab-indicator__content--underline {
  border-color: #1bbf9c !important;
}
.mat-mdc-tab-group {
  width: 100%;
}
.mat-datepicker-toggle-default-icon {
  display: none !important;
}
.mat-mdc-menu-panel {
  margin-top: 16px;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px 0 rgba(0, 151, 119, 0.1490196078) !important;
  margin-left: 24px !important;
}
.mat-mdc-menu-content {
  padding: 8px !important;
  border-radius: 12px;
  background-color: #ffffff;
}
.mat-mdc-menu-item {
  padding: 8px 16px;
  border-radius: 12px;
  min-height: 36px !important;
  background-color: #ffffff;
  color: #191a19;
}
.mat-mdc-menu-item {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-mdc-menu-item span {
  text-align: center;
}
@media (min-width: 1200px) {
  .mat-mdc-menu-item:hover {
    background-color: #e9fbf7 !important;
  }
}
.mat-mdc-button .mat-mdc-button-touch-target {
  height: auto !important;
}
.text-highlight {
  color: #ff8811;
}
.doc-divider {
  color: #d1d1d1;
}
.doc-divider {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 600;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-mdc-text-field-wrapper {
  padding: 0 12px !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff !important;
  border: 1px solid #d9d9d8;
  color: #191a19;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 1200px) {
  .mdc-text-field--filled:hover {
    border-color: #1bbf9c !important;
  }
}
.mdc-text-field--filled.mdc-text-field--focused {
  border-color: #1bbf9c !important;
  color: #191a19;
}
.mdc-text-field--filled.mdc-text-field--focused .mat-mdc-select-arrow {
  transform: rotate(180deg);
}
div.mat-mdc-select-panel {
  background-color: #ffffff !important;
}
.mat-mdc-form-field {
  width: 100%;
}
.mat-mdc-form-field.input-error .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  border-color: #e23f35 !important;
}
.mat-mdc-form-field-infix {
  padding: 10px 0 !important;
  min-height: 44px !important;
}
.mdc-line-ripple {
  display: none;
}
.dc-floating-label {
  position: absolute;
  top: 50%;
}
.mat-mdc-select-placeholder {
  color: #a3a3a3 !important;
}
.mat-mdc-select-arrow {
  background-image: url(/assets/img/i-arrow-down.svg);
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat;
}
.mat-mdc-select-arrow svg {
  display: none;
}
div.mat-mdc-select-panel {
  padding: 4px 0 !important;
  border-radius: 8px !important;
}
.mat-mdc-option.mdc-list-item {
  color: #191a19;
}
.mat-mdc-option.mdc-list-item {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-mdc-option.mdc-list-item:hover {
  background-color: #f3f4f3 !important;
}
.mat-mdc-option.mdc-list-item.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: #e9fbf7 !important;
}
.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,
.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after {
  width: 11px !important;
  color: #1bbf9c !important;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
.ngx-pagination {
  padding-inline-start: 0 !important;
  margin: 0 !important;
}
.ngx-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ngx-pagination li {
  margin: 0 3px !important;
}
.ngx-pagination a,
.ngx-pagination button {
  border-radius: 50% !important;
  padding: 0 !important;
}
.ngx-pagination a span,
.ngx-pagination button span {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 26px !important;
  text-align: center !important;
  border-radius: 50% !important;
  color: #474847;
}
.ngx-pagination a span,
.ngx-pagination button span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 1200px) {
  .ngx-pagination a:hover,
  .ngx-pagination button:hover {
    background-color: #b9f1e5 !important;
  }
  .ngx-pagination a:hover span,
  .ngx-pagination button:hover span {
    color: #11745e !important;
  }
}
.ngx-pagination .current {
  padding: 0 !important;
  border-radius: 50% !important;
}
.ngx-pagination .current span {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 26px !important;
  text-align: center !important;
  border-radius: 50% !important;
  color: #ffffff;
  background: #1bbf9c !important;
}
.ngx-pagination .current span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.ngx-pagination .pagination-next,
.ngx-pagination .pagination-previous {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  text-align: center !important;
  border-radius: 50% !important;
}
.ngx-pagination .pagination-next a,
.ngx-pagination .pagination-previous a {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  text-align: center !important;
  border-radius: 50% !important;
}
.ngx-pagination .pagination-next a::after {
  content: "" !important;
  margin: 2px 0 !important;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/assets/img/i-arrow-right.svg);
  filter: brightness(0%) !important;
}
.ngx-pagination .pagination-next.disabled {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  text-align: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
}
.ngx-pagination .pagination-next.disabled::after {
  content: "" !important;
  margin: 2px 0 !important;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/assets/img/i-arrow-right.svg);
}
.ngx-pagination .pagination-previous a::before {
  content: "" !important;
  margin: 2px 0 !important;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/assets/img/i-arrow-left.svg);
  filter: brightness(0%) !important;
}
.ngx-pagination .pagination-previous.disabled {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  text-align: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
}
.ngx-pagination .pagination-previous.disabled::before {
  content: "" !important;
  margin: 2px 0 !important;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/assets/img/i-arrow-left.svg);
}
.btn-size-l {
  transition: 0.3s;
  padding: 12px 32px;
  height: 48px;
}
.btn-size-l .mdc-button__label {
  gap: 4px;
}
.btn-size-l .mdc-button__label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.btn-size-l .mdc-button__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-size-M {
  transition: 0.3s;
  padding: 8px 24px;
  height: 40px;
}
.btn-size-M .mdc-button__label {
  gap: 4px;
}
.btn-size-M .mdc-button__label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.btn-size-M .mdc-button__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-size-S {
  transition: 0.3s;
  padding: 6px 24px;
  height: 36px;
}
.btn-size-S .mdc-button__label {
  gap: 4px;
}
.btn-size-S .mdc-button__label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.btn-size-S .mdc-button__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-fill-primary {
  border-radius: 60px;
  overflow: hidden;
  background-color: #1bbf9c;
  color: #ffffff !important;
}
@media (min-width: 1200px) {
  .btn-fill-primary {
    position: relative;
    z-index: 1;
  }
  .btn-fill-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #159579);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s;
    z-index: -1;
  }
  .btn-fill-primary:hover::before {
    transform: scaleX(1);
  }
}
.btn-fill-primary:disabled {
  background-color: #98ead8;
}
.btn-fill-secondary {
  border-radius: 60px;
  background-color: #ff8811;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .btn-fill-secondary:hover {
    background-color: #fc6604;
  }
}
.btn-fill-secondary:disabled {
  opacity: 0.4;
}
.btn-fill-white {
  border-radius: 60px;
  background-color: #ffffff;
  color: #191a19;
}
@media (min-width: 1200px) {
  .btn-fill-white:hover {
    background-color: #f7f7f7;
  }
}
.btn-fill-white:disabled {
  opacity: 0.4;
}
.btn-outline-primary {
  background-color: transparent;
  border-radius: 60px;
  border: 1px solid #159579 !important;
  color: #159579 !important;
}
.btn-outline-primary.btn-tab {
  color: #191a19 !important;
  border: 1px solid #e6e6e6 !important;
}
.btn-outline-primary.btn-tab.active {
  border: 1px solid #1bbf9c !important;
  background-color: #1bbf9c !important;
  color: #ffffff !important;
}
@media (min-width: 1200px) {
  .btn-outline-primary.btn-tab:hover:not(.active) {
    background-color: #e9fbf7;
    border-color: #159579 !important;
    color: #159579 !important;
  }
}
@media (min-width: 1200px) {
  .btn-outline-primary:hover {
    background-color: #e9fbf7;
  }
}
.btn-outline-primary:disabled {
  background-color: #ffffff;
  border-color: #98ead8;
  color: #98ead8;
}
.btn-outline-warning {
  background-color: transparent;
  border-radius: 8px;
  border-color: #159579;
  color: #159579;
}
@media (min-width: 1200px) {
  .btn-outline-warning:hover {
    background-color: #e9fbf7;
  }
}
.btn-outline-warning:disabled {
  background-color: #ffffff;
  border-color: #98ead8;
  color: #98ead8;
}
.btn-outline-warning:active {
  background-color: #1bbf9c;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-text {
  height: fit-content;
  color: #191a19;
}
@media (min-width: 1200px) {
  .btn-text:hover {
    color: #11745e;
  }
  .btn-text:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(356%) hue-rotate(114deg) brightness(92%) contrast(88%);
  }
}
.btn-text:disabled {
  color: #757675;
}
.btn-text-primary:not(:disabled) {
  padding: 8px 12px;
  color: #1bbf9c !important;
}
@media (min-width: 1200px) {
  .btn-text-primary:not(:disabled):hover span {
    color: #11745e;
  }
  .btn-text-primary:not(:disabled):hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(356%) hue-rotate(114deg) brightness(92%) contrast(88%);
  }
}
.btn-text-primary:not(:disabled):disabled {
  color: #757675;
}
.btn-text-secondary {
  padding: 8px 12px;
  color: #fc6604;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  .btn-text-secondary:hover {
    color: #fff3e7;
  }
}
.btn-text-secondary:disabled {
  opacity: 0.4;
}
.btn-text-warning {
  padding: 8px 12px;
  color: #1bbf9c;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .btn-text-warning:hover {
    color: #1bbf9c;
    background-color: #e9fbf7;
  }
}
.btn-text-warning:disabled {
  color: #98ead8;
}
.btn-text-underline {
  color: #474847;
  padding: 2px 0;
  text-decoration: underline;
  transition: 0.3s;
}
.btn-text-underline {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 1200px) {
  .btn-text-underline:hover {
    color: #159579;
  }
}
.btn-text-underline.btn-size-s {
  color: #757675;
}
.btn-text-underline.btn-size-s {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 1200px) {
  .btn-text-underline.btn-size-s:hover {
    color: #159579;
  }
}
.btn-card {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 32px 20px;
  border-radius: 24px;
  box-shadow: 0 4px 20px 0 rgba(0, 151, 119, 0.15);
  gap: 16px;
  transition: 0s;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.btn-card .mdc-button__label {
  gap: 8px;
}
.btn-card .mdc-button__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .btn-card:hover {
    border: 2px solid #4bdbbc;
  }
}
.btn-card.active {
  border: 2px solid #1bbf9c;
}
.btn-chips {
  border-radius: 8px;
  padding: 8px 16px;
  text-align: center;
  background-color: #ffffff;
  color: #191a19 !important;
  border: 1px solid #d9d9d8;
}
.btn-chips {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.btn-chips.active {
  color: #159579 !important;
  border: 1px solid #159579;
  background-color: #e9fbf7;
}
.btn-chips:disabled {
  color: #757675;
  border: 1px solid #d9d9d8;
  background-color: #e8e8e8;
}
.btn-icon {
  width: fit-content;
  height: fit-content;
  padding: 0;
  margin: 0;
  min-width: unset;
  font-size: 0;
}
.btn-icon.btn-info img {
  width: 14px;
  height: 14px;
}
@media (min-width: 1200px) {
  .btn-icon:hover {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(356%) hue-rotate(114deg) brightness(92%) contrast(88%);
  }
}
.btn-test .mat-button-toggle-group {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn-test .mat-button-toggle-group {
    left: 0;
    width: calc(100vw - 40px);
  }
}
.btn-test .mat-button-toggle-group button {
  font-size: 12px;
  padding: 0;
  border-radius: 8px;
  background-color: #ededed;
}
.mat-mdc-dialog-container {
  width: 420px !important;
  border-radius: 24px !important;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .mat-mdc-dialog-container {
    width: calc(100vw - 64px) !important;
    min-width: calc(100vw - 64px) !important;
  }
}
.mat-mdc-dialog-container .mat-mdc-dialog-content {
  width: 100%;
  padding: 16px 0 0 0 !important;
}
.mat-mdc-dialog-container .dialog-content {
  margin: 40px 30px;
}
.mat-mdc-dialog-container .btn-fill-primary {
  margin-top: 40px;
}
.mat-mdc-dialog-surface {
  width: 420px !important;
  border-radius: 24px !important;
}
@media (max-width: 767px) {
  .mat-mdc-dialog-surface {
    width: calc(100vw - 64px) !important;
    min-width: calc(100vw - 64px) !important;
  }
}
.mat-mdc-dialog-surface .dialog-content {
  margin: 40px 20px;
}
.mat-mdc-dialog-surface .dialog-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mat-mdc-dialog-surface .dialog-title {
  width: 100%;
  text-align: center;
  color: #191a19;
}
.mat-mdc-dialog-surface .dialog-title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.44px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-mdc-dialog-surface .dialog-subtitle {
  width: 100%;
  text-align: center;
  color: #474847;
  margin-top: 4px;
}
.mat-mdc-dialog-surface .dialog-subtitle {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-mdc-dialog-surface .dialog-remind-msg {
  border-radius: 8px;
  padding: 12px 12px 12px 32px;
  text-align: left;
  margin-bottom: 0;
  color: #003322;
  background-color: #e9fbf7;
}
.mat-mdc-dialog-surface .dialog-remind-msg {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
}
.mat-mdc-dialog-surface .dialog-form {
  width: 100% !important;
  gap: 20px;
}
.mat-mdc-dialog-surface .dialog-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mat-mdc-dialog-surface .dialog-close-btn {
  position: absolute;
  right: 0;
  top: 16px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .mat-mdc-dialog-surface .dialog-close-btn {
    width: 24px;
    height: 24px;
  }
}
.modify-dialog {
  max-width: 640px !important;
}
.modify-dialog .mat-mdc-dialog-container {
  width: 640px !important;
  max-width: 640px !important;
}
@media (max-width: 767px) {
  .modify-dialog .mat-mdc-dialog-container {
    width: calc(100vw - 40px) !important;
  }
}
.modify-dialog .mat-mdc-dialog-surface {
  width: 640px !important;
}
@media (max-width: 767px) {
  .modify-dialog .mat-mdc-dialog-surface {
    width: 100% !important;
  }
}
.modify-dialog .dialog-content {
  margin: 60px 40px;
}
@media (max-width: 767px) {
  .modify-dialog .dialog-content {
    margin: 32px 20px;
  }
}
.modify-dialog .dialog-content .input-warn-msg {
  margin-top: -8px;
}
.modify-dialog .dialog-btn-block {
  width: 100%;
  gap: 12px;
  margin-top: 60px;
}
.modify-dialog .dialog-btn-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .modify-dialog .dialog-btn-block {
    margin-top: 32px;
  }
}
.modify-dialog .dialog-btn-block button {
  width: 100%;
  margin: 0;
}
.modify-compare-dialog {
  width: 1024px !important;
  max-width: 1024px !important;
}
@media (max-width: 1199px) {
  .modify-compare-dialog {
    width: 688px !important;
    max-width: 688px !important;
  }
}
@media (max-width: 767px) {
  .modify-compare-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-top: calc(10vh - 90px + 64px) !important;
  }
}
.modify-compare-dialog .mat-mdc-dialog-container {
  width: 1024px !important;
  max-width: 1024px !important;
}
@media (max-width: 1199px) {
  .modify-compare-dialog .mat-mdc-dialog-container {
    width: 688px !important;
    max-width: 688px !important;
  }
}
@media (max-width: 767px) {
  .modify-compare-dialog .mat-mdc-dialog-container {
    border-radius: 8px 8px 0 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }
}
.modify-compare-dialog .mat-mdc-dialog-surface {
  width: 1024px !important;
  max-width: 1024px !important;
  background-color: #f2f7f6;
}
@media (max-width: 1199px) {
  .modify-compare-dialog .mat-mdc-dialog-surface {
    width: 688px !important;
    max-width: 688px !important;
  }
}
@media (max-width: 767px) {
  .modify-compare-dialog .mat-mdc-dialog-surface {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 8px 8px 0 0 !important;
  }
}
.modify-compare-dialog .dialog-content {
  margin: 32px 0 0 0;
}
@media (max-width: 767px) {
  .modify-compare-dialog .dialog-content {
    margin: 24px 0 0 0;
  }
}
.toast-container .ngx-toastr {
  width: fit-content !important;
  max-width: 480px;
  background-color: #ffffff;
  color: #191a19;
  border-radius: 12px;
  padding: 8px 16px 8px 44px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  animation: slideDownFade 0.4s ease-out;
  top: 92px;
}
.toast-container .ngx-toastr {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 767px) {
  .toast-container .ngx-toastr {
    max-width: 320px;
    top: 68px;
  }
}
.toast-success {
  background: url(/assets/img/i-success-fill-green.svg) no-repeat 18px center;
  background-size: 24px 24px;
}
.toast-error {
  background: url(/assets/img/i-cross-fill.svg) no-repeat 18px center;
  background-size: 24px 24px;
}
.toast-warning {
  background: url(/assets/img/i-warn-fill.svg) no-repeat 18px center;
  background-size: 24px 24px;
}
@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-92px);
    @media (max-width: 767px) {
      transform: translateY(-68px);
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html,
body {
  height: 100%;
  font-family:
    "Inter",
    "Noto Sans TC",
    "Microsoft JhengHei",
    Arial,
    sans-serif !important;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  margin: 0;
  background-color: #f2f7f6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
button {
  margin: 0;
  padding: 0;
}
ol {
  padding-inline-start: 16px;
  margin: 0;
}
.alphabet-list {
  list-style-type: lower-alpha;
}
.mdc-button__label {
  width: 100%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-GBUGZIVK.css.map */
