.select2-container {
  width: 100%;
  min-width: 200px; }
  .select2-container.select2-container--open .select2-selection--single {
    border-color: #2E2E2E; }
    .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
      top: 13px; }
      .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
        background-image: url("../img/icon/arrow-up-b.svg"); }

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple2 {
  border-color: #E8E8E8;
  border-radius: 8px;
  height: 48px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple2 .select2-selection__rendered {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 44px 12px 16px;
    color: #2E2E2E; }
.select2-container--default.error .select2-selection--single, .select2-container--default.error .select2-selection--multiple2 {
  border-color: #A50D01; }
  .select2-container--default.error .select2-selection--single .select2-selection__rendered, .select2-container--default.error .select2-selection--multiple2 .select2-selection__rendered {
    color: #A50D01; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #F8F8F8; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #AFB1B2; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    @include fontSize(15px, 140%, 400);
    padding: 12px 44px 12px 16px;
    color: $colorDark;
} */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 300;
  color: #AFB1B2; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 22px;
  width: 22px;
  top: 10px;
  right: 16px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url("../img/icon/arrow-down-b.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; }

.select2-dropdown {
  border: none;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px; }

.select2-results__options {
  border-radius: 8px;
  padding: 4px 0; }

.select2-results__option {
  padding: 12px 60px 12px 16px;
  font-size: 15px;
  line-height: 140%;
  font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #D00007; }

.select2-container--default .select2-results__option--selected {
  background-color: #F9DBE0;
  color: #D00007;
  font-weight: 500;
  position: relative; }

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.select2-container--default .select2-selection--multiple {
  padding: 8px 44px 8px 16px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-color: #E8E8E8;
  border-radius: 8px; }

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  margin-top: 0;
  max-width: calc(100% - 5px); }
  .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #2E2E2E; }
  .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #2E2E2E; }
  .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #2E2E2E; }
  .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #2E2E2E; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F9DBE050;
  border-color: #F9DBE050;
  color: #2E2E2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2px 8px;
  border-radius: 8px;
  margin-top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFFFFF;
  border-right: none;
  position: relative;
  padding: 0;
  width: 20px;
  height: 20px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url("../img/icon/cross.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    margin-left: 4px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove > span {
    display: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent; }

.select2-hidden-accessible[multiple] + .select2-container:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../img/icon/arrow-down-b.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px; }
.select2-hidden-accessible[multiple] + .select2-container:after {
  position: absolute;
  top: 10px;
  right: 16px;
  background-position: center;
  background-size: 24px;
  background-color: #FFFFFF; }

.select2-container--open, .select2-container--open .select2-dropdown {
  z-index: 9999999 !important; }

/* body {
    background: #F8F8F8;
    background: linear-gradient(319deg,rgba(248, 248, 248, 0) 0%, rgba(246, 246, 246, 1) 100%);
} */
@media screen and (min-width: 992px) {
  html:has(.form .col-r.sticky) {
    overflow: unset; } }

html body {
  font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; }

.main {
  background-image: url("../img/bg/form.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }

.plan-summary .col-head {
  background: #f1f1f1;
  background: linear-gradient(-32deg, #f1f1f1 0%, #eaeaea 100%);
  position: relative;
  overflow: hidden;
  padding: 40px; }
  .plan-summary .col-head:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    background-image: url("../img/icon/shield-bg.svg");
    background-repeat: no-repeat;
    width: 290px;
    height: 290px;
    background-position: bottom; }
  .plan-summary .col-head .type {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative; }
    :lang(en) .plan-summary .col-head .type.notice {
      font-size: 24px; }
  .plan-summary .col-head .desc {
    position: relative;
    font-size: 18px;
    font-weight: 300; }
    .plan-summary .col-head .desc > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .plan-summary .col-head .desc > span:not(:last-child):after {
        content: "";
        display: block;
        margin: 0 18px;
        width: 1px;
        height: 18px;
        background-color: #AFB1B2; }
  .plan-summary .col-head .btn-details {
    display: none; }
  .plan-summary .col-head .preview-row {
    margin-top: 40px; }
.plan-summary .col-details {
  padding: 40px; }
  .plan-summary .col-details p {
    font-size: 15px;
    font-weight: 600; }
  .plan-summary .col-details .table {
    margin-top: 24px;
    font-size: 15px;
    line-height: 140%; }
    .plan-summary .col-details .table .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 8px; }
      .plan-summary .col-details .table .tr:not(:last-child) {
        margin-bottom: 12px; }
      .plan-summary .col-details .table .tr .label {
        font-size: 14px;
        font-weight: 500; }
        .plan-summary .col-details .table .tr .label:has(.discount) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 8px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .plan-summary .col-details .table .tr .discount {
        color: #A50D01;
        display: inline-block; }
        .plan-summary .col-details .table .tr .discount .discount-label {
          background-color: #F9DBE0;
          padding: 2px 6px;
          border-radius: 2px;
          margin-right: 4px; }
      .plan-summary .col-details .table .tr > div:last-child {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .plan-summary .col-details .table .tr.tr-total {
        color: #A50D01;
        font-size: 18px;
        line-height: 140%; }
        .plan-summary .col-details .table .tr.tr-total .label {
          font-size: 18px;
          font-weight: 600; }
      .plan-summary .col-details .table .tr.loading .label + div {
        width: 35px;
        height: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        /*&::after {
          animation: blink 0.9s both;
          animation-iteration-count: infinite;
        } */
        /* &:after {
                                    animation-name: loading;
                                    animation-duration: 1s;
                                    animation-timing-function: linear;
                                    animation-iteration-count: infinite;
                                } */ }
        .plan-summary .col-details .table .tr.loading .label + div > div {
          width: 7px;
          height: 7px;
          background-color: #F9DBE0;
          border-radius: 50%;
          -webkit-animation: bounce 0.6s infinite alternate;
                  animation: bounce 0.6s infinite alternate; }
          .plan-summary .col-details .table .tr.loading .label + div > div:nth-child(2) {
            -webkit-animation-delay: 0.2s;
                    animation-delay: 0.2s; }
          .plan-summary .col-details .table .tr.loading .label + div > div:nth-child(3) {
            -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s; }
    .plan-summary .col-details .table .divider {
      margin: 24px 0;
      height: 1px;
      background-color: #DDDDDD; }
@media screen and (max-width: 991px) {
  .plan-summary .col-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-bottom: 32px;
    background: none;
    gap: 4px; }
    .plan-summary .col-head:before {
      display: none; }
    .plan-summary .col-head .type {
      margin-bottom: 0;
      font-size: 22px; }
      :lang(en) .plan-summary .col-head .type.notice {
        font-size: 20px; }
    .plan-summary .col-head .desc {
      font-size: 14px;
      font-weight: 300;
      line-height: 150%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .plan-summary .col-head .desc > span:first-child:before {
        content: "";
        display: block;
        margin-right: 12px;
        width: 1px;
        height: 18px;
        background-color: #afb1b2; }
      .plan-summary .col-head .desc > span:not(:last-child):after {
        margin: 0 12px; }
    .plan-summary .col-head .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 12px;
              column-gap: 12px; }
    .plan-summary .col-head .btn-details {
      margin-left: auto;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      background: none;
      font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
      color: #666666;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      cursor: pointer;
      gap: 8px; }
      .plan-summary .col-head .btn-details:before {
        content: "";
        display: inline-block;
        background-size: contain;
        background-image: url("../img/icon/details.svg");
        background-repeat: no-repeat;
        width: 16px;
        height: 16px; }
      .plan-summary .col-head .btn-details:hover:before {
        -webkit-animation: arrow .5s;
                animation: arrow .5s; }
      .plan-summary .col-head .btn-details span {
        text-decoration: underline; }
    .plan-summary .col-head .table {
      margin-top: 32px; }
  .plan-summary .col-details {
    padding: 0; }
    .plan-summary .col-details .table .tr.tr-total {
      font-size: 16px; }
      .plan-summary .col-details .table .tr.tr-total .label {
        font-size: 16px; } }

dialog.plan-details .dialog-body {
  padding: 0; }
dialog .plan-summary {
  padding: 40px 20px; }

section.form-progress {
  background-color: #A50D01;
  color: #FFFFFF;
  padding: 21px 0;
  position: relative; }
  section.form-progress .container {
    max-width: 1416px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.form-progress .btn-back {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    section.form-progress .btn-back:after {
      content: "";
      display: inline-block;
      background-size: contain;
      background-image: url("../img/icon/arrow-left-p.svg");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px; }
    section.form-progress .btn-back:hover {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px); }
    @media screen and (max-width: 991px) {
      section.form-progress .btn-back {
        display: none; } }
  section.form-progress .progress {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1096px;
    width: 100%;
    margin-right: 111px;
    /* &:before {
              content: "";
              display: block;
              border-top: 1px solid $colorRed;
              @include absolute(24px, 0, auto, 0);
              z-index: -1;
          } */
    /* @media (max-width: $breakpoint_sm - 1) {
              .step {
                  flex-direction: column;
                  width: 20%;
                  justify-content: flex-start;
                  padding-left: 4px;
                  padding-right: 4px;
                  .num {
                      margin-right: 0;
                      margin-bottom: 16px;
                  }
              }
          } */ }
    @media screen and (max-width: 991px) {
      section.form-progress .progress {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-right: 0; } }
    section.form-progress .progress .line {
      position: relative;
      width: 320px; }
      section.form-progress .progress .line:before {
        content: "";
        display: block;
        border-top: 3px solid #B43A31;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: 0; }
      section.form-progress .progress .line.completed:before {
        border-color: #F5E0E0; }
      @media screen and (max-width: 991px) {
        section.form-progress .progress .line {
          display: none; } }
    section.form-progress .progress .step {
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      justify-items: flex-start;
      padding: 0 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #E39999;
      /* .num {
        font-weight: 100;
        padding-bottom: 2px;
      } */ }
      :lang(en) section.form-progress .progress .step {
        max-width: 210px; }
      @media screen and (max-width: 991px) {
        section.form-progress .progress .step {
          padding: 0 4px; } }
      section.form-progress .progress .step .icon {
        /* @include icon(52px, 52px, "../img/icon/checked.svg");
        margin-right: 6px;
        &.icon-add-on {
          &::after {
            background-image: url("../img/icon/add-on.png");
          }
        }
        &.icon-client {
          &::after {
            background-image: url("../img/icon/client-dim.png");
          }
        }
        &.icon-shield {
          &::after {
            background-image: url("../img/icon/shield-dim.svg");
          }
        }
        &.icon-form {
          &::after {
            background-image: url("../img/icon/form-dim.svg");
          }
        }
        @media screen and (max-width: $breakpoint_md - 1) { */
        margin-right: 6px; }
        section.form-progress .progress .step .icon:after {
          width: 52px;
          height: 52px;
          background-color: #B43A31;
          border: 3px solid #B43A31;
          border-radius: 50%;
          color: #E39999;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: PingFangHK, PingFangSC, "Microsoft YaHei", SimHei, sans-serif;
          content: attr(data-num);
          background-image: none !important; }
          @media screen and (min-width: 992px) {
            section.form-progress .progress .step .icon:after {
              font-size: 26px; } }
        @media screen and (max-width: 991px) {
          section.form-progress .progress .step .icon:after {
            width: 32px;
            height: 32px; }
          section.form-progress .progress .step .icon + div {
            display: none; } }
      section.form-progress .progress .step:first-child {
        padding-left: 0; }
      section.form-progress .progress .step:last-child {
        padding-right: 0; }
      section.form-progress .progress .step.current {
        color: #FFFFFF;
        /* .icon {
          &.icon-client {
            &::after {
              background-image: url("../img/icon/client.png");
            }
          }
          &.icon-shield {
            &::after {
              background-image: url("../img/icon/shield.svg");
            }
          }
          &.icon-form {
            &::after {
              background-image: url("../img/icon/form.svg");
            }
          }
        } */
        /* @media screen and (max-width: $breakpoint_md - 1) { */ }
        @media screen and (max-width: 991px) {
          section.form-progress .progress .step.current {
            margin-right: auto; } }
        @media screen and (min-width: 992px) {
          section.form-progress .progress .step.current {
            -webkit-filter: drop-shadow(0px 1px 30px rgba(255, 255, 255, 0.5));
                    filter: drop-shadow(0px 1px 30px rgba(255, 255, 255, 0.5)); } }
        @media screen and (min-width: 992px) {
          section.form-progress .progress .step.current .icon:after {
            border-color: #F9DBE0; } }
        @media screen and (max-width: 991px) {
          section.form-progress .progress .step.current .icon:after {
            border-color: #FFFFFF; }
          section.form-progress .progress .step.current .icon + div {
            display: block;
            /* .num {
              display: none;
            } */ } }
        section.form-progress .progress .step.current .icon::after {
          background-color: #FFFFFF;
          color: #D00007; }
      section.form-progress .progress .step.completed {
        color: #FFFFFF; }
        section.form-progress .progress .step.completed .icon::after {
          border: none;
          background-image: url("../img/icon/checked.svg") !important;
          background-size: cover;
          content: "" !important;
          border-radius: 0;
          background-color: transparent; }
section.form {
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    section.form {
      padding-top: 40px; } }
  section.form .form-desc {
    margin-bottom: 42px; }
  section.form .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      section.form .cols {
        margin: 0 calc(-1 * 24px); } }
    section.form .cols .col-l {
      width: 100%; }
    section.form .cols .col-r {
      margin-left: 40px;
      width: Max(408px, 37.2%);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: start;
          align-self: flex-start;
      background-color: #FFFFFF; }
      @media screen and (min-width: 992px) {
        section.form .cols .col-r.sticky {
          position: -webkit-sticky;
          position: sticky;
          top: 158px; } }
      @media screen and (max-width: 991px) {
        section.form .cols .col-r.sticky {
          position: fixed;
          bottom: 0;
          left: 0;
          margin-left: 0;
          z-index: 1;
          width: 100%;
          padding: 20px 24px;
          -webkit-box-shadow: 1px -5px 20px #3e0b1704;
                  box-shadow: 1px -5px 20px #3e0b1704; }
          section.form .cols .col-r.sticky .col-head {
            margin-bottom: 4px; }
            section.form .cols .col-r.sticky .col-head .btn-details {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            section.form .cols .col-r.sticky .col-head .preview-row {
              gap: 12px;
              margin-top: 12px; }
              section.form .cols .col-r.sticky .col-head .preview-row .preview-item > div {
                display: inline;
                gap: 6px; }
              section.form .cols .col-r.sticky .col-head .preview-row .preview-item .label, section.form .cols .col-r.sticky .col-head .preview-row .preview-item .value {
                font-size: 14px; }
          section.form .cols .col-r.sticky .col-details > p {
            display: none; }
          section.form .cols .col-r.sticky .col-details .table {
            margin-top: 0; }
            section.form .cols .col-r.sticky .col-details .table .tr {
              display: none; }
              section.form .cols .col-r.sticky .col-details .table .tr.tr-total {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
            section.form .cols .col-r.sticky .col-details .table .divider {
              display: none; } }
  section.form .col-l section {
    background-color: #F1F1F1;
    padding: 40px 40px 60px;
    margin-bottom: 52px; }
    @media screen and (max-width: 991px) {
      section.form .col-l section {
        padding-left: 24px;
        padding-right: 24px; } }
    section.form .col-l section .section-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    section.form .col-l section h2 {
      font-size: 20px;
      margin-bottom: 40px;
      position: relative;
      color: #2E2E2E; }
      section.form .col-l section h2:after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #D00007;
        position: absolute;
        bottom: 0;
        left: 0; }
    section.form .col-l section h3 {
      font-size: 20px;
      font-weight: 300;
      line-height: 130%;
      padding-bottom: 8px;
      border-bottom: 1px solid #C7C7C7;
      margin-bottom: 24px; }
    section.form .col-l section .com-text {
      font-size: 14px;
      line-height: 155%; }
    section.form .col-l section .form-wrap {
      padding: 0 8px;
      margin-bottom: -40px; }
      section.form .col-l section .form-wrap + .form-wrap {
        margin-top: 60px; }
      section.form .col-l section .form-wrap .desc {
        font-size: 13px;
        line-height: 155%;
        margin-bottom: 32px; }
      @media screen and (max-width: 991px) {
        section.form .col-l section .form-wrap {
          margin-bottom: -24px; } }
    section.form .col-l section .preview-remarks {
      color: #666666; }
    section.form .col-l section.disclaimer {
      padding: 62px 0;
      background-color: transparent;
      border-bottom: none; }
      @media screen and (min-width: 992px) {
        section.form .col-l section.disclaimer > .container {
          padding: 0; } }
      section.form .col-l section.disclaimer h2 {
        color: #D00007;
        margin-bottom: 0; }
        section.form .col-l section.disclaimer h2:after {
          display: none; }
  section.form .col-l .com-accordion .label .remarks {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    margin-left: 12px; }
  section.form .col-l .com-accordion section {
    margin-bottom: 0; }
  section.form .col-l .com-accordion + .com-accordion {
    margin-top: 40px; }
    @media screen and (max-width: 991px) {
      section.form .col-l .com-accordion + .com-accordion {
        margin-top: 32px; } }
  @media screen and (max-width: 991px) {
    section.form .col-l .btn-container {
      padding: 0 24px; } }
section.addon .intro {
  margin-bottom: 24px; }
  section.addon .intro p {
    margin-bottom: 12px; }
section.preview .col-l section {
  margin-bottom: 0;
  border-bottom: 1px solid #E0E0E0; }
  section.preview .col-l section .overview {
    background-color: #F9F9F9;
    padding: 24px;
    margin-bottom: 32px; }
    section.preview .col-l section .overview > div {
      padding: 12px 8px; }
      section.preview .col-l section .overview > div:not(:last-child) {
        border-bottom: 1px solid #DDDDDD; }
      section.preview .col-l section .overview > div .category {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 4px; }
      section.preview .col-l section .overview > div .items > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        font-size: 14px;
        font-weight: 300; }
        @media screen and (max-width: 991px) {
          section.preview .col-l section .overview > div .items > div {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        section.preview .col-l section .overview > div .items > div > div {
          padding: 10px 0;
          width: 50%; }
          section.preview .col-l section .overview > div .items > div > div:last-child {
            padding: 10px;
            text-align: right; }
section.preview .col-l .com-accordion {
  margin-bottom: 0; }
  section.preview .col-l .com-accordion button.label {
    padding-left: 20px;
    padding-right: 20px; }
  section.preview .col-l .com-accordion .content {
    padding: 24px 20px 0; }
  section.preview .col-l .com-accordion + .com-accordion {
    margin-top: 20px; }
section.preview .preview-row .preview-item {
  margin-bottom: 32px; }
section.preview .preview-row:last-child {
  margin-bottom: -32px; }
@media screen and (max-width: 991px) {
  section.preview .cols .col-r.sticky .col-head {
    background-color: #A50D01;
    color: #FFFFFF;
    margin: -20px -24px 20px;
    padding: 17px 24px; }
    section.preview .cols .col-r.sticky .col-head .desc > span:first-child:before {
      background-color: #F9DBE050; }
    section.preview .cols .col-r.sticky .col-head .desc > span:not(:last-child):after {
      background-color: #F9DBE050; }
    section.preview .cols .col-r.sticky .col-head .btn-details {
      color: #FFFFFF; }
      section.preview .cols .col-r.sticky .col-head .btn-details:before {
        background-image: url("../img/icon/details-w.svg"); } }
@media screen and (max-width: 991px) {
  section.result {
    padding-top: 0;
    padding-bottom: 0; } }
section.result .col-l section {
  background: linear-gradient(-15deg, #f1f1f1 0%, #eaeaea 100%);
  -webkit-box-shadow: 1px 1px 20px #3e0b1705;
          box-shadow: 1px 1px 20px #3e0b1705;
  padding: 80px 60px;
  overflow: hidden; }
  section.result .col-l section:before {
    content: "";
    background-image: url("../img/icon/success-bg.svg");
    background-repeat: no-repeat;
    width: 628px;
    height: 628px;
    position: absolute;
    top: 0;
    right: 60px; }
    @media screen and (max-width: 991px) {
      section.result .col-l section:before {
        display: none; } }
  @media screen and (max-width: 991px) {
    section.result .col-l section {
      margin-bottom: 0;
      padding: 80px 24px; } }
  section.result .col-l section > .wrap {
    position: relative; }
section.result h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    section.result h1 {
      font-size: 28px;
      margin-bottom: 40px; } }
section.result .overview {
  background-color: #F9F9F9;
  padding: 40px;
  margin-bottom: 32px; }
  @media screen and (max-width: 991px) {
    section.result .overview {
      padding: 32px 24px; } }
  section.result .overview .items > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      section.result .overview .items > div {
        display: block; }
        section.result .overview .items > div:last-child {
          margin-bottom: 0; } }
    section.result .overview .items > div > div {
      padding: 10px 0; }
      @media screen and (max-width: 991px) {
        section.result .overview .items > div > div {
          padding: 0; } }
      section.result .overview .items > div > div:first-child {
        width: 25%;
        font-weight: 600; }
        @media screen and (max-width: 991px) {
          section.result .overview .items > div > div:first-child {
            width: 100%;
            margin-bottom: 4px; } }
      section.result .overview .items > div > div:last-child {
        width: 75%;
        text-align: right; }
        @media screen and (max-width: 991px) {
          section.result .overview .items > div > div:last-child {
            width: 100%;
            text-align: left;
            margin-bottom: 8px; } }
section.result .col-l .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  section.result .col-l .btn-container .btn {
    max-width: 220px; }
  @media screen and (max-width: 991px) {
    section.result .col-l .btn-container {
      padding: 0; } }
section.result.result-reject .col-l section {
  overflow: hidden; }
  section.result.result-reject .col-l section:before {
    content: "";
    background-image: url("../img/icon/call-center-bg.svg");
    background-repeat: no-repeat;
    width: 628px;
    height: 628px;
    position: absolute;
    bottom: -170px;
    left: 50%; }
    @media screen and (max-width: 991px) {
      section.result.result-reject .col-l section:before {
        display: none; } }
  section.result.result-reject .col-l section > .wrap {
    max-width: 700px; }
section.result.result-reject .col-l .btn-container {
  max-width: 464px; }
section.result.error-page .col-l section {
  min-height: 447px; }
  section.result.error-page .col-l section:before {
    background-image: url("../img/icon/error-bg.svg");
    background-repeat: no-repeat;
    width: 628px;
    height: 628px;
    bottom: -182px; }
section.result.error-page .col-l .btn-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
section.result.maintenance-page {
  min-height: calc(100vh - 128px); }
  @media screen and (max-width: 1299px) {
    section.result.maintenance-page {
      min-height: calc(100vh - 97px); } }
  section.result.maintenance-page .col-l section {
    min-height: 447px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0; }
    section.result.maintenance-page .col-l section:before {
      background-image: url("../img/icon/maintenance-bg.svg");
      background-repeat: no-repeat;
      width: 628px;
      height: 628px;
      bottom: -182px; }

legend,
label {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 4px;
  min-height: 20px; }

/* .icon-info {
  position: relative;
  z-index: 1;
  &:before {
    transform: translateY(4px);
  }
} */
/* .tooltip {
  @include absolute(20px, $l: 10px);
  width: max-content;
  max-width: 374px;
  background-color: #f3f3f3;
  box-shadow: 0 0 20px #3e0b1712;
  display: none;
  padding: 24px;
  border-radius: 16px;
} */
label.error {
  color: #D00007;
  font-size: 13px;
  margin-top: 4px;
  min-height: 0; }

.form-required:after {
  content: "*";
  color: #D00007; }

.inline-fields-wrapper {
  display: grid;
  /* gap: 32px;
    grid-template-columns: repeat(2, 1fr); */ }
  .inline-fields-wrapper.fields-count--1 {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 991px) {
      .inline-fields-wrapper.fields-count--1 {
        grid-template-columns: 1fr;
        gap: 0; } }
  .inline-fields-wrapper.fields-count--2 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 991px) {
      .inline-fields-wrapper.fields-count--2 {
        grid-template-columns: 1fr;
        gap: 0; } }
  .inline-fields-wrapper.fields-count--3 {
    gap: 16px;
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 991px) {
      .inline-fields-wrapper.fields-count--3 {
        grid-template-columns: 1fr;
        gap: 0; } }
  .inline-fields-wrapper.fields-count--4 {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 991px) {
      .inline-fields-wrapper.fields-count--4 {
        grid-template-columns: 1fr;
        gap: 0; } }
  .inline-fields-wrapper > fieldset {
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .inline-fields-wrapper > fieldset {
        margin-bottom: 24px; } }
  .inline-fields-wrapper + .field-remarks {
    margin-top: -32px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .inline-fields-wrapper + .field-remarks {
        margin-top: -16px;
        margin-bottom: 24px; } }

[class^="form-type-"] {
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 991px) {
    [class^="form-type-"] {
      margin-bottom: 24px; } }
  [class^="form-type-"] input,
  [class^="form-type-"] select {
    height: 48px;
    width: 100%; }

.form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  .form-type-checkbox label {
    margin-left: 6px;
    font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    margin-top: 4px;
    margin-bottom: 0; }
    .form-type-checkbox label a {
      text-decoration: underline;
      color: #D00007; }
  .form-type-checkbox input[type=checkbox] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid #666666;
    border-radius: 6px;
    background-color: #FFFFFF;
    cursor: pointer;
    display: grid;
    place-content: center; }
    .form-type-checkbox input[type=checkbox]:checked:before {
      content: "";
      display: inline-block;
      background-size: contain;
      background-image: url("../img/icon/checkbox.svg");
      background-repeat: no-repeat;
      width: 22px;
      height: 22px; }
    .form-type-checkbox input[type=checkbox]:disabled {
      cursor: default;
      background-color: #F5F5F5;
      border-color: #E8E8E8; }

input:disabled {
  background-color: #F8F8F8;
  color: #AFB1B2; }
  input:disabled[type=submit] {
    background-color: #AFB1B2;
    color: #FFFFFF; }

.fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%; }

.form-type-radio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0; }
  .form-type-radio label.option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    /* Match height of text inputs */
    background-color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0; }
  .form-type-radio input.form-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
    .form-type-radio input.form-radio:checked + label.option {
      border: 2px solid #D00007;
      color: #D00007;
      background-color: #F9DBE0;
      position: relative; }
      .form-type-radio input.form-radio:checked + label.option:after {
        content: "";
        display: inline-block;
        background-size: contain;
        background-image: url("../img/icon/checked2.svg");
        background-repeat: no-repeat;
        width: 18px;
        height: 18px; }
      .form-type-radio input.form-radio:checked + label.option:after {
        position: absolute;
        right: -2px;
        bottom: -2px; }
    .form-type-radio input.form-radio:disabled + label.option {
      background-color: #F9F9F9;
      color: #A0A0A0;
      cursor: default; }
    .form-type-radio input.form-radio:disabled:checked + label.option {
      background-color: #F9DBE040;
      color: #D0000740;
      cursor: default;
      border-color: #EB9195; }
      .form-type-radio input.form-radio:disabled:checked + label.option:after {
        background-image: url("../img/icon/checked2-p.svg"); }
    :lang(en) .form-type-radio input.form-radio.area-saleable + label.option, :lang(en) .form-type-radio input.form-radio.area-gross + label.option {
      font-size: 12px; }

.form-type-textfield input:not([type="range"]),
.form-type-date input:not([type="range"]) {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 140%;
  font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; }
  .form-type-textfield input:not([type="range"]).error,
  .form-type-date input:not([type="range"]).error {
    border-color: #A50D01;
    color: #A50D01; }
    .form-type-textfield input:not([type="range"]).error.flatpickr-input + input,
    .form-type-date input:not([type="range"]).error.flatpickr-input + input {
      border-color: #A50D01;
      color: #A50D01; }
.form-type-textfield + .field-remarks,
.form-type-date + .field-remarks {
  margin-top: -32px;
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .form-type-textfield + .field-remarks,
    .form-type-date + .field-remarks {
      margin-top: -16px;
      margin-bottom: 24px; } }
  .form-type-textfield + .field-remarks + p,
  .form-type-date + .field-remarks + p {
    margin-top: -32px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .form-type-textfield + .field-remarks + p,
      .form-type-date + .field-remarks + p {
        margin-top: -16px;
        margin-bottom: 24px; } }

.form-type-date {
  position: relative; }
  .form-type-date:after {
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url("../img/icon/calendar.svg");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px; }
  .form-type-date:after {
    position: absolute;
    right: 16px;
    bottom: 14px;
    pointer-events: none; }

.flatpickr-day {
  border-radius: 4px; }

.flatpickr-day.today {
  border-color: #F9DBE0; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #F9DBE0;
  background-color: #F9DBE0;
  color: #2E2E2E; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  border-color: #D00007;
  background-color: #D00007; }

.flatpickr-input[disabled] {
  cursor: default; }

.phone-fieldset {
  margin-bottom: 40px; }
  .phone-fieldset .fieldset-wrapper {
    gap: 0;
    display: grid;
    grid-template-columns: 2fr 3fr; }
    .phone-fieldset .fieldset-wrapper .select2-container {
      min-width: auto; }
  .phone-fieldset .select2-container--default .select2-selection--single,
  .phone-fieldset .select2-container--default .select2-selection--multiple {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
  .phone-fieldset .select2-container.select2-container--open .select2-selection--single {
    border-color: #E8E8E8; }
  .phone-fieldset .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
    border-bottom-right-radius: 0; }
  .phone-fieldset .form-type-textfield {
    position: relative; }
    .phone-fieldset .form-type-textfield:before {
      content: "";
      width: 1px;
      height: 19px;
      background-color: rgba(88, 89, 91, 0.3);
      position: absolute;
      top: 14px;
      left: 0; }
    .phone-fieldset .form-type-textfield input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: none; }
  .phone-fieldset [class^="form-type-"] {
    margin-bottom: 0; }

.captcha label.captcha__title {
  display: none; }

.btn-container {
  margin-top: 60px; }
  @media screen and (max-width: 991px) {
    .btn-container {
      margin-top: 40px; } }
  @media screen and (max-width: 575px) {
    .btn-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 24px; } }
  .btn-container .btn {
    width: 100%; }
    .btn-container .btn > * {
      width: 100%; }

/* --- The Range Input Styling --- */
input[type="range"] {
  -webkit-appearance: none;
  /* Remove default styling */
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  height: 6px;
  cursor: pointer;
  outline: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

/* The Track (Background Line) */
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  /* Gray background (empty part) */
  border-radius: 3px; }

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-radius: 3px; }

/* The Thumb (The Red Circle) */
input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #d32f2f;
  /* Red */
  border: 3px solid #fff;
  /* White border */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
  /* Center thumb on track (6px track height / 2 - 20px thumb / 2) */
  position: relative;
  z-index: 2; }

input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d32f2f;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.slider-value-display {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 140%;
  font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }
  .slider-value-display input.display-value {
    padding: 0;
    height: auto;
    border: none; }

.warning {
  background-color: #e2e2e250;
  border-radius: 8px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: #A50D01;
  font-size: 12px;
  line-height: 155%;
  margin-top: -20px;
  margin-bottom: 20px; }
  .warning:before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url("../img/icon/warn.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px; }
  .warning:before {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.field-remarks {
  background-color: #e2e2e250;
  padding: 12px 16px;
  font-size: 14px;
  margin-top: 8px; }

.deco {
  opacity: 30%; }
  .deco.deco1 {
    right: 0;
    top: 215px; }
  .deco.deco2 {
    left: 0;
    top: 890px; }
  .deco.deco3 {
    right: 96px;
    top: 1565px; }
  .deco.deco4 {
    right: 0;
    top: 1661px; }

.tnc {
  padding: 20px;
  background-color: #E8E8E8;
  margin-bottom: 32px; }
  .tnc > .wrap {
    overflow-y: auto;
    max-height: 400px; }

.btn-add {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  color: #2E2E2E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; }
  .btn-add:before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url("../img/icon/add-r.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px; }
  .btn-add:hover:before {
    -webkit-animation: arrow .5s;
            animation: arrow .5s; }
  @media screen and (max-width: 991px) {
    .btn-add {
      padding: 0 24px; } }
  .btn-add span {
    padding-left: 6px;
    text-decoration: underline; }

.btn.btn-remove {
  margin-bottom: 60px; }
  .btn.btn-remove > button {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px; }
    .btn.btn-remove > button:before {
      content: "";
      display: inline-block;
      background-size: contain;
      background-image: url("../img/icon/bin.svg");
      background-repeat: no-repeat;
      width: 16px;
      height: 16px; }
    .btn.btn-remove > button:hover:before {
      -webkit-animation: arrow .5s;
              animation: arrow .5s; }

.btn-edit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-family: Roboto, Noto Sans TC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  color: #D00007;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; }
  .btn-edit:before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url("../img/icon/edit.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px; }
  .btn-edit:hover:before {
    -webkit-animation: arrow .5s;
            animation: arrow .5s; }
  .btn-edit span {
    padding-left: 6px;
    text-decoration: underline; }

/* Preview */
.preview-item {
  width: 100%; }
  .preview-item .label {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 4px; }
  .preview-item .value {
    font-size: 15px;
    font-weight: 500;
    line-height: 140%; }

.preview-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 32px; }
/*# sourceMappingURL=form.css.map */