@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Lato", "Noto Sans TC", sans-serif;
  color: #242424;
  background-color: #f1f6fb;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input,
select,
textarea,
button {
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

.title {
  text-align: center;
  margin-bottom: 20px;
  color: #007bff;
  font-size: 50px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .title {
    margin-bottom: 12px;
    font-size: 24px;
  }
}

.intro {
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
  color: #6b6b6b;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .intro {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.plan {
  padding: 64px 0 80px;
}

.plan__intro {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 100px;
  margin: 0 auto 44px;
  font-weight: 500;
  text-align: center;
}

.plan__intro .highlight {
  color: #e67027;
  font-weight: 700;
}

.plan .table table {
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.plan .table table th,
.plan .table table td {
  width: 20%;
}

.plan .table table th:not(.table-title),
.plan .table table td:not(.table-title) {
  text-align: center;
}

.plan .table table th span,
.plan .table table td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.plan .table table th img,
.plan .table table td img {
  width: 16px;
}

.plan .table table th {
  vertical-align: bottom;
  padding: 0;
}

.plan .table table th.table-title {
  padding: 30px 24px;
  font-size: 20px;
  font-weight: 700;
}

.plan .table table td {
  padding: 16px 8px;
  font-size: 18px;
  border-color: transparent;
  border-top: 1px solid #e1e1e1;
}

.plan .table table td.table-title {
  padding: 16px 24px;
  font-weight: 500;
}

.plan .table table td.color-orange {
  color: #d35400;
  font-weight: 700;
}

.plan .table table td.color-blue {
  color: #007bff;
  font-weight: 700;
}

.plan .table table tr:nth-child(even) td {
  background-color: #fafafa;
}

.plan .table table tr:hover td {
  background-color: #f0f8ff;
}

.plan .table-head {
  padding: 30px 12px;
}

.plan .table-head__title {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 400;
}

.plan .table-head__price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.plan .table-head__btn {
  padding: 6px 20px;
  border-radius: 100px;
  border: 1px solid #007bff;
  color: #007bff;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
}

.plan .table-head--advanced {
  color: #007bff;
}

.plan .table-head--advanced .table-head__btn {
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2db3ff), to(#525fcc));
  background: linear-gradient(to right, #2db3ff 0%, #525fcc 100%);
  color: #fff;
}

.plan .table-head--business {
  color: #d47c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffae2), to(transparent));
  background: linear-gradient(to bottom, #fffae2 0%, transparent 100%);
  position: relative;
}

.plan .table-head--business .table-head__btn {
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffc267), to(#e17415));
  background: linear-gradient(to right, #ffc267 0%, #e17415 100%);
  color: #fff;
}

.plan .table-head--business::before {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: 3px;
  border-radius: 3px;
  background-color: #ecaf33;
  top: -2px;
  left: 0;
}

.plan .table-title-mobile {
  width: 156px;
  background-color: #fff !important;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0 !important;
  display: none;
  z-index: 5;
}

.plan .table-title-mobile p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.plan .table-title-mobile__head {
  padding: 24px 16px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.plan .table-title-mobile__body {
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e1e1e1;
}

.plan .table-title-mobile__body:nth-child(odd) {
  background-color: #fafafa;
}

@media screen and (max-width: 991px) {
  .plan {
    padding: 24px 0 32px;
  }
  .plan__intro {
    padding: 10px;
    margin-bottom: 16px;
  }
  .plan .table {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .plan .table .container {
    max-width: inherit;
    position: relative;
    padding: 0;
  }
  .plan .table__wrapper {
    overflow-x: auto;
    width: 100%;
  }
  .plan .table table {
    width: 800px;
  }
  .plan .table table th {
    vertical-align: bottom;
  }
  .plan .table table th.table-title {
    padding: 24px 16px;
  }
  .plan .table table td {
    padding: 16px;
    font-size: 16px;
  }
  .plan .table table td.table-title {
    padding: 16px;
  }
  .plan .table-title {
    width: 156px;
  }
  .plan .table-head {
    padding: 24px 12px;
  }
  .plan .table-head__title {
    font-size: 16px;
  }
  .plan .table-head__price {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .plan .table-head__btn {
    padding: 6px 12px;
    font-size: 16px;
  }
  .plan .table-title-mobile {
    display: block;
  }
}

.topup {
  margin-bottom: 36px;
}

.topup__title {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 48px;
}

.topup .row {
  margin-left: -20px;
  margin-right: -20px;
}

.topup .row > div {
  padding-left: 20px;
  padding-right: 20px;
}

.topup-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
          box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topup-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.topup-item-icon {
  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;
  width: 66px;
  height: 66px;
  border-radius: 12px;
  background-color: #f0f8ff;
}

.topup-item-icon img {
  width: 36px;
}

.topup-item-quote {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.topup-item-quote__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.topup-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.topup-item-price p {
  margin: 0;
}

.topup-item-price__num {
  color: #007bff;
  font-weight: 700;
  font-size: 24px;
}

.topup-item-price__unit {
  color: #9fa0a0;
  font-weight: 500;
}

.topup-item-text {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-weight: 500;
}

.topup-item-list {
  background-color: #f8faff;
  padding: 16px;
  border-radius: 12px;
  border: 1px dashed #98b8e8;
  margin-bottom: 20px;
}

.topup-item-list__title {
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
}

.topup-item-list__title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../../assets/images/purchase/bulb.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topup-item-list ul {
  list-style: disc;
  color: #6b6b6b;
  font-weight: 500;
  padding-left: 24px;
}

.topup-item-btn {
  width: 100%;
  padding: 12px;
  border-radius: 100px;
  background-color: #f0f8ff;
  color: #007bff;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
}

.topup-item-btn:hover {
  background-color: #007bff;
  color: #fff;
}

.topup-item:hover {
  border-color: #007bff;
  -webkit-box-shadow: 0 0 12px rgba(0, 123, 255, 0.2);
          box-shadow: 0 0 12px rgba(0, 123, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .topup {
    margin-bottom: 20px;
  }
  .topup-item {
    margin-bottom: 20px;
  }
  .topup-item-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
  .topup-item-icon img {
    width: 28px;
  }
  .topup-item-quote__title {
    font-size: 16px;
    text-align: right;
  }
  .topup-item-price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .topup-item-price__num {
    font-size: 20px;
  }
  .topup-item-price__unit {
    font-size: 14px;
  }
  .topup-item-text {
    margin-bottom: 16px;
  }
  .topup-item-list {
    margin-bottom: 16px;
  }
}

.buy-popup {
  text-align: center;
}

.buy-popup .topup-item-icon {
  margin: 0 auto 16px;
}

.buy-popup__title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}

.buy-popup__price {
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 24px;
  font-weight: 500;
}

.buy-popup__num {
  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: 36px;
  margin-bottom: 30px;
}

.buy-popup__num button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 0;
  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;
  border: 1px solid #007bff;
}

.buy-popup__num button img {
  width: 20px;
}

.buy-popup__num input {
  width: 120px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #dedede;
  font-size: 28px;
  font-weight: 500;
}

.buy-popup-total {
  padding: 12px;
  border-radius: 10px;
  background-color: #f0f8ff;
  text-align: center;
}

.buy-popup-total__title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #6b6b6b;
}

.buy-popup-total__num {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #007bff;
}

@media screen and (max-width: 991px) {
  .buy-popup__title {
    font-size: 24px;
  }
  .buy-popup__price {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .buy-popup__num {
    gap: 16px;
    margin-bottom: 24px;
  }
  .buy-popup__num button {
    width: 40px;
    height: 40px;
  }
  .buy-popup__num button img {
    width: 16px;
  }
  .buy-popup__num input {
    width: 80px;
    padding-bottom: 8px;
    font-size: 20px;
  }
  .buy-popup-total__title {
    font-size: 16px;
  }
  .buy-popup-total__num {
    font-size: 24px;
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1 !important;
}

.modal-content {
  border-radius: 20px;
}

.modal-body {
  padding: 32px 32px 16px;
}

.modal-close {
  padding: 0;
  width: 20px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.modal-close > img {
  width: 100%;
}

.modal-footer {
  padding: 0 32px 32px;
  border: 0;
}

.modal-btn {
  width: 100%;
  border-radius: 100px;
  height: 54px;
  background: -webkit-gradient(linear, left top, right top, from(#2db3ff), to(#525fcc));
  background: linear-gradient(to right, #2db3ff 0%, #525fcc 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.ctas__wrapper {
  padding: 64px 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
          box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
  top: center;
}

.ctas-title {
  color: #007bff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.ctas-text {
  color: #6b6b6b;
  font-weight: 500;
  margin-bottom: 20px;
}

.ctas-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.ctas-btns a {
  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;
  width: 190px;
  height: 52px;
  border-radius: 100px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
}

.ctas-btns a.btn-border {
  border-color: #007bff;
  color: #007bff;
}

.ctas-btns a.btn-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#2db3ff), to(#525fcc));
  background: linear-gradient(to right, #2db3ff 0%, #525fcc 100%);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .ctas__wrapper {
    padding: 32px 20px;
    text-align: center;
  }
  .ctas-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .ctas-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.checkout-step {
  padding: 50px 20px 110px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-step_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 60px;
  z-index: 0;
}

.checkout-step_item.active .checkout-step_num {
  background-color: #007bff;
  border-color: #007bff;
}

.checkout-step_item.active .checkout-step_num p {
  color: #fff;
}

.checkout-step_item.active .checkout-step_num::before {
  opacity: 1;
}

.checkout-step_item.active .checkout-step_text {
  color: #007bff;
  font-weight: 700;
}

.checkout-step_item::before {
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  background-color: rgba(0, 123, 255, 0.6);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.checkout-step_item::after {
  position: absolute;
  content: "";
  width: calc((640px - 180px - 120px) / 2);
  height: 1px;
  background-color: #9fa0a0;
  left: calc(100% + 20px);
  top: 30px;
}

.checkout-step_item:last-child::after {
  display: none;
}

.checkout-step_num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  border: 1px solid #bdbdbd;
}

.checkout-step_num > p {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  color: #6b6b6b;
}

.checkout-step_text {
  position: absolute;
  white-space: nowrap;
  margin: 0;
  top: calc(100% + 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 24px;
  color: #6b6b6b;
}

@media screen and (max-width: 640px) {
  .checkout-step_item::after {
    width: calc((100vw - 180px - 80px) / 2);
    left: calc(100% + 10px);
  }
}

@media screen and (max-width: 575px) {
  .checkout-step_text {
    font-size: 18px;
    top: calc(100% + 16px);
  }
}

.checkout {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
          box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
  padding: 60px;
  max-width: 940px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.checkout-wrap {
  padding: 60px 0 120px;
}

.checkout-item {
  margin-bottom: 20px;
}

.checkout-item:last-child {
  margin-bottom: 0;
}

.checkout-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.checkout-title__icon {
  width: 30px;
}

.checkout-title__text {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.checkout-content {
  padding-top: 20px;
}

.checkout-btn {
  width: 100%;
  height: 54px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#2db3ff), to(#525fcc));
  background: linear-gradient(to right, #2db3ff 0%, #525fcc 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  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;
}

.checkout-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  color: #6b6b6b;
  display: block;
}

.checkout-order {
  padding: 0 20px;
  border-radius: 20px;
  background-color: #f8faff;
}

.checkout-order-item {
  padding: 20px 0;
  border-bottom: 1px dashed #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-order-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.checkout-order-name input {
  width: 26px;
  height: 26px;
  position: relative;
}

.checkout-order-name input::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 1px solid #dedede;
}

.checkout-order-name input:checked::before {
  opacity: 0;
}

.checkout-order-name__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.checkout-order-name__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #007bff;
  gap: 8px;
}

.checkout-order-name__plan img {
  width: 20px;
  cursor: pointer;
}

.checkout-order-name__intro {
  font-weight: 500;
  color: #6b6b6b;
}

.checkout-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.checkout-order-price {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.checkout-order-delete {
  width: 26px;
  height: 26px;
  padding: 0;
}

.checkout-order-delete svg {
  width: 26px;
  height: 26px;
}

.checkout-order-delete svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkout-order-delete:hover svg path {
  fill: #007bff;
}

.checkout-order-total {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.checkout-order-total__title {
  color: #6b6b6b;
}

.checkout-order-total__price {
  font-size: 28px;
  font-weight: 700;
  color: #007bff;
}

.checkout-form-item {
  margin-bottom: 16px;
}

.checkout-form-item label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.checkout-form-item input {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  padding: 16px;
  font-size: 18px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkout-form-item input:focus {
  border-color: #007bff;
  background-color: transparent;
}

.checkout-form-item input::-webkit-input-placeholder {
  color: #ababab;
}

.checkout-form-item input:-ms-input-placeholder {
  color: #ababab;
}

.checkout-form-item input::-ms-input-placeholder {
  color: #ababab;
}

.checkout-form-item input::placeholder {
  color: #ababab;
}

.checkout-payment-item {
  margin-bottom: 20px;
}

.checkout-payment-btn {
  padding: 20px;
  border: 2px solid #d2d2d2;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 12px;
}

.checkout-payment-btn__circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #bbbbbb;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkout-payment-btn__circle::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #007bff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkout-payment-btn__icon {
  width: 30px;
}

.checkout-payment-btn__text {
  text-align: left;
}

.checkout-payment-btn__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.checkout-payment-btn__intro {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #6b6b6b;
}

.checkout-payment-btn.active .checkout-payment-btn__circle {
  border-color: #007bff;
}

.checkout-payment-btn.active .checkout-payment-btn__circle::before {
  opacity: 1;
}

.checkout-payment-content {
  margin-top: 12px;
  padding: 20px;
  border-radius: 12px;
  background-color: #fbf7ea;
  display: none;
}

.checkout-payment-content.credit-card {
  text-align: center;
}

.checkout-payment-content.credit-card p {
  font-weight: 500;
  margin: 0;
}

.checkout-payment-content.transfer .transfer-title {
  font-size: 16px;
  font-weight: 700;
  color: #d35400;
  margin-bottom: 8px;
}

.checkout-payment-content.transfer .transfer-detail {
  font-weight: 500;
  margin-bottom: 8px;
}

.checkout-payment-content.transfer .transfer-input label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #595959;
  display: block;
}

.checkout-payment-content.transfer .transfer-input input {
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ffbb4d;
  font-size: 14px;
  width: 100%;
}

.checkout-payment-content.transfer .transfer-input input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.checkout-payment-content.transfer .transfer-input input:-ms-input-placeholder {
  color: #a6a6a6;
}

.checkout-payment-content.transfer .transfer-input input::-ms-input-placeholder {
  color: #a6a6a6;
}

.checkout-payment-content.transfer .transfer-input input::placeholder {
  color: #a6a6a6;
}

.checkout-payment-content.transfer .transfer-remind {
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  color: #7f7f7f;
  margin-top: 8px;
}

.checkout-payment-content.transfer .transfer-remind a {
  color: #007bff;
  display: inline-block;
}

.checkout-state {
  padding: 20px 0;
  text-align: center;
}

.checkout-state__icon {
  display: block;
  margin: 0 auto 12px;
  width: 76px;
}

.checkout-state__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-state__text {
  font-weight: 500;
  margin-bottom: 30px;
}

.checkout-state__order {
  max-width: 345px;
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 12px;
  background-color: #F2F2F2;
  padding: 20px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .checkout {
    padding: 20px;
  }
  .checkout-wrap {
    padding: 32px 0 60px;
  }
  .checkout-title {
    padding-bottom: 12px;
  }
  .checkout-title__icon {
    width: 24px;
  }
  .checkout-title__text {
    font-size: 20px;
  }
  .checkout-content {
    padding-top: 16px;
  }
  .checkout-btn {
    font-size: 16px;
  }
  .checkout-order {
    padding: 0 16px;
    border-radius: 16px;
  }
  .checkout-order-item {
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .checkout-order-name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
  .checkout-order-name input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
  .checkout-order-name__label {
    gap: 4px;
  }
  .checkout-order-name__plan {
    font-size: 16px;
    gap: 4px;
  }
  .checkout-order-name__plan img {
    width: 16px;
  }
  .checkout-order-name__intro {
    font-size: 14px;
  }
  .checkout-order-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .checkout-order-price {
    font-size: 18px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .checkout-order-delete {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .checkout-order-total {
    padding: 16px 0;
  }
  .checkout-order-total__title {
    font-size: 14px;
  }
  .checkout-order-total__price {
    font-size: 20px;
  }
  .checkout-form-item {
    margin-bottom: 12px;
  }
  .checkout-form-item label {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .checkout-form-item input {
    padding: 8px 16px;
    font-size: 16px;
  }
  .checkout-payment-item {
    margin-bottom: 20px;
  }
  .checkout-payment-btn {
    padding: 20px;
    border: 2px solid #d2d2d2;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 12px;
  }
  .checkout-payment-btn__circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #bbbbbb;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout-payment-btn__circle::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #007bff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .checkout-payment-btn__icon {
    width: 30px;
  }
  .checkout-payment-btn__text {
    text-align: left;
  }
  .checkout-payment-btn__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .checkout-payment-btn__intro {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #6b6b6b;
  }
  .checkout-payment-btn.active .checkout-payment-btn__circle {
    border-color: #007bff;
  }
  .checkout-payment-btn.active .checkout-payment-btn__circle::before {
    opacity: 1;
  }
  .checkout-payment-content {
    padding: 16px;
  }
  .checkout-payment-content.credit-card p {
    font-size: 14px;
  }
}

.payment-info {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.payment-info-sec {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
          box-shadow: 0 0 12px rgba(0, 123, 255, 0.1);
  padding: 24px;
  margin-bottom: 20px;
}

.payment-info-sec__title {
  font-size: 20px;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 8px;
}

.payment-info-table {
  width: 100%;
}

.payment-info-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #BFBFBF;
  font-weight: 500;
}

.payment-info-table__title {
  color: #7F7F7F;
  width: 90px;
}

.payment-info-table tr:last-child td {
  border: 0;
}

.payment-info-highlight {
  padding: 20px;
  border-radius: 12px;
  background-color: #FBF7EA;
  border-left: 3px solid #d35400;
  margin-bottom: 20px;
}

.payment-info-highlight__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #d35400;
}

.payment-info-highlight__text {
  font-weight: 500;
  margin: 0;
}

.payment-info-list {
  line-height: 2;
  font-weight: 500;
  padding-left: 20px;
}

.payment {
  padding: 36px 0 100px;
}

.payment .title {
  font-size: 24px;
  margin-bottom: 8px;
}

.payment .intro {
  margin-bottom: 16px;
  font-size: 16px;
}

.record table {
  width: 100%;
  min-width: 900px;
}

.record th {
  padding: 16px;
  background-color: #007bff;
  font-weight: 700;
  color: #fff;
}

.record td {
  border-bottom: 1px solid #BECEDB;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.record td:first-child {
  border-left: 1px solid #BECEDB;
}

.record td:last-child {
  border-right: 1px solid #BECEDB;
}

.record td a {
  color: #242424;
  padding: 16px;
  display: block;
}

.record tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.record tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.record tr:hover td {
  background-color: #e9f8ff;
}

.record .container {
  padding: 0;
}

.record .state {
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.record .state.paid {
  background-color: #4EB063;
}

.record .state.processing {
  background-color: #EF7B1A;
}

.record .state.done {
  background-color: #797979;
}

@media screen and (max-width: 991px) {
  .record .container {
    max-width: inherit;
    overflow-x: auto;
  }
}

.purchase-record h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.order-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-detail-title {
  font-size: 22px;
  color: #007bff;
  margin-bottom: 36px;
}

.order-detail-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.order-detail-overview__list li {
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}

.order-detail-overview-title {
  color: #797979;
}

.order-detail-overview__status .status {
  width: 150px;
  height: 32px;
  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;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  background-color: #4eb063;
  margin-bottom: 4px;
}

.order-detail-overview__status .remark {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}

.order-detail-sec {
  background-color: #f8faff;
  border-radius: 10px;
  padding: 4px 24px;
  margin-bottom: 20px;
}

.order-detail-sec__title {
  font-size: 18px;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px dashed #B7C7D3;
}

.order-detail-sec .row .order-detail-item {
  border: 0;
  padding: 0 0 20px;
  display: block;
}

.order-detail-sec .row .order-detail-item__title {
  margin-bottom: 8px;
}

.order-detail-item {
  padding: 20px 0;
  border-bottom: 1px dashed #b7c7d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-detail-item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.order-detail-item__intro {
  font-weight: 500;
  color: #797979;
  margin: 0;
}

.order-detail-item__price {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.order-detail-item ul li {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.order-detail-total {
  padding-top: 16px;
}

.order-detail-total__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-detail-total__item p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.order-detail-total__item.total p {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #007bff;
}

@media screen and (max-width: 575px) {
  .order-detail-overview {
    display: block;
  }
  .order-detail-overview__list {
    margin-bottom: 24px;
  }
  .order-detail-overview__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .order-detail-overview__status .status {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 12px;
    height: auto;
    font-size: 14px;
    margin: 0;
  }
  .order-detail-overview__status .remark {
    font-size: 14px;
  }
}
/*# sourceMappingURL=purchase.css.map */