.ProductFigure-mobile-container-background {
  /* margin-top: 3vh;
  margin-bottom: 5vh; */
  padding: 44px 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #f0f7ff 0%, #f4f9ff 100%);
  box-shadow: 0px 0px 100px -30px #cccccc;
}

.ProductFigure-title {
  margin: auto;
  height: 3.5rem;
  width: 22rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  color: var(--title-color-top);
  background-color: rgb(255, 247, 238);
  font-size: 1.2rem;
}

.ProductFigure-pc {
  display: none;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.ProductFigure-mobile {
  display: block;
  width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.ProductFigure-mobile-lift {
  padding-left: 0%;
  box-sizing: border-box;
  position: relative;
}

.ProductFigure-mobile-title {
  font-family: Montserrat-ExtraBold, Montserrat;
  font-weight: 800;
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.ProductFigure-mobile-img {
  margin-right: 1rem;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #c7dfff;
  border-radius: 12px;
  opacity: 1;

  font-size: 20px;
  font-weight: var(--font-medium);
  color: var(--first-color);
  text-align: center;
  overflow: hidden;
}

.ProductFigure-mobile-list {
  float: right;
  width: 93%;
  font-size: 1.1rem;
  color: #6f728a;
  margin-left: 5px;
}

.ProductFigure-mobile-right {
  padding-right: 0%;
  box-sizing: border-box;
}

.ProductFigure-mobile0 {
  width: 100%;
  overflow: hidden;
}

.ProductFigure-mobile0-2 {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}

.ProductFigure-mobile0-1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ProductFigure-mobile-lift-img {
  width: 100%;
}

.ProductFigure-mobile-right-img {
  width: 100%;
}

.ProductFigure-mobile-but {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  color: #521b00;
  line-height: 3rem;
  background-image: linear-gradient(
    to top,
    rgb(251, 194, 68),
    rgb(253, 223, 125)
  );
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 1.2rem;
  border-radius: 5px;
  font-family: Montserrat-ExtraBold, Montserrat;
  border: 2px solid rgb(253, 210, 113);
  transition: color 0.3s;
}

.ProductFigure-mobile-but:hover {
  transition: color 0.3s;
  color: #7a2901;
  background-image: linear-gradient(
    to top,
    rgb(249, 201, 96),
    rgb(249, 226, 153)
  );
  border: 2px solid rgb(249, 220, 153);
}

/* Media queries */

@media screen and (min-width: 768px) {
  .ProductFigure-mobile-container-background {
    margin-top: 3vh;
    margin-bottom: 5vh;
    padding: 104px 52px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    background: linear-gradient(180deg, #f0f7ff 0%, #f4f9ff 100%);
    box-shadow: 0px 0px 100px -30px #cccccc;
  }
  .ProductFigure-pc {
    display: block;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .ProductFigure-mobile {
    width: 50%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .ProductFigure-mobile-lift {
    /* padding-left: 7%; */
    box-sizing: border-box;
    position: relative;
  }

  .ProductFigure-mobile-title {
    font-family: Montserrat-ExtraBold, Montserrat;
    font-weight: 800;
    color: #000;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }

  .ProductFigure-mobile-img {
  }

  .ProductFigure-mobile-list {
    float: right;
    width: 93%;
    font-size: 1.2rem;
    color: #6f728a;
    margin-left: 5px;
  }

  .ProductFigure-mobile-right {
    padding-right: 7%;
    box-sizing: border-box;
  }

  .ProductFigure-mobile0 {
    width: 100%;
    overflow: hidden;
  }

  .ProductFigure-mobile0-2 {
    width: 100%;
    display: flex;
    margin-bottom: 1.3rem;
  }

  .ProductFigure-mobile0-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .ProductFigure-mobile-lift-img {
    width: 100%;
  }

  .ProductFigure-mobile-right-img {
    width: 100%;
  }

  .ProductFigure-mobile-but {
    display: inline-block;
    font-size: 1.15rem;
    color: #521b00;
    line-height: 3.5rem;
    background-image: linear-gradient(
      to top,
      rgb(251, 194, 68),
      rgb(253, 223, 125)
    );
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1rem;
    border-radius: 5px;
    font-family: Montserrat-ExtraBold, Montserrat;
    border: 2px solid rgb(253, 210, 113);
  }

  .home .app-card {
    width: 94%;
    min-height: 70%;
    justify-content: center;
    padding: 30px 50px;
  }
}

@media screen and (min-width: 1200px) {
  .ProductFigure-mobile-img {
  }

  .ProductFigure-mobile-list {
    float: right;
    width: 93%;
    font-size: 1.3rem;
    color: #6f728a;
    margin-left: 5px;
  }

  .ProductFigure-mobile-right {
    padding-right: 7%;
    box-sizing: border-box;
  }

  .ProductFigure-mobile0 {
    width: 100%;
    overflow: hidden;
  }

  .ProductFigure-mobile0-2 {
    width: 100%;
    display: flex;
    margin-bottom: 1.3rem;
  }

  .ProductFigure-mobile0-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .ProductFigure-mobile-lift-img {
    width: 100%;
  }

  .ProductFigure-mobile-right-img {
    width: 100%;
  }

  .ProductFigure-mobile-but {
    display: inline-block;
    font-size: 1.3rem;
    color: #521b00;
    line-height: 4rem;
    background-image: linear-gradient(
      to top,
      rgb(251, 194, 68),
      rgb(253, 223, 125)
    );
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1.2rem;
    border-radius: 5px;
    font-family: Montserrat-ExtraBold, Montserrat;
    border: 2px solid rgb(253, 210, 113);
  }
}

/** Home page */

.home .form-item .form-item-content {
  flex: 1 1 auto;
  height: 66px;
  /* background: #ffffff; */
  border-radius: 8px;
  opacity: 1;
  border: 1px solid var(--input-border-color);
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.home .form-item:focus-within .form-item-content-vcode,
.home .form-item:focus-within .form-item-content {
  border: 1px solid var(--input-focus-color);
}

.home .form-item .form-item-content-vcode {
  flex: 1 1 auto;
  height: 66px;
  /* background: #ffffff; */
  /* left top right bottom */
  border-radius: 8px 00px 00px 8px;
  opacity: 1;
  border: 1px solid var(--input-border-color);
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.home .form-item input {
  border: 0;
  font-size: 18px;
}

.home .form-item input::placeholder {
  color: var(--input-placeholder-color);
  font-weight: var(--font-thin);
}

/** Success page */

.home .app-status-icon {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.home-success .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-incomplete-order .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-repeat-apply .app-card {
  text-align: center;
}

/** Terminate deletion page  */

.home-terminate-deletion .app-card {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .app-card {
    margin-left: 100px;
  }

  .home .col-right {
    display: block;
  }
}

ul,
li {
  margin: 0;
  /* list-style: none; */
}

input {
  outline: none;
  width: 100%;
}

button {
  border: 0;
  outline: none;
  background-color: transparent;
}

/* Reset swal button */
.swal-button {
  background-color: var(--first-color-light);
}

.swal-button:not([disabled]):hover {
  background-color: var(--first-color-light);
  opacity: .87;
}

.swal-text {
  padding: 18px;
  display: block;
  margin: 18px;
  text-align: center;
  color: #666666;
}

/* Custom swal button */
.swal-button-cancel {
  background-color: #dbdcdd;
  border-radius: 66px;
  border: 1px solid #dbdcdd;

  color: #333333;
  font-size: 13px;
  font-weight: var(--font-thin);
}

.swal-button-cancel:not([disabled]):hover {
  background-color: white;
}

.swal-button-confirm {
  background: var(--first-color-button) !important;
  border-radius: 66px;

  color: white;
  font-size: 13px;
  font-weight: var(--font-thin);
}

.swal-icon {
  width: 60px;
  height: 60px;
  border-width: 0px;
  margin: 5px auto;

  background-size: 100% 100%;
  background-image: url(../images/delete-account-attention-blue.png);
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: transparent;
}

.home {
  /* height: 100vh; */
  width: 100vw;
}

.home .col-left {
  display: flex;
  align-items: center;
}

.home .col-right {
  padding: 0;
  display: none;
}

.app-card {
  /* top right bottom left */
  /* top&bottom left&right */
  padding: 24px 12px;
  display: flex;
  flex-direction: column;

  opacity: 1;
  /* border: 2px solid #f5a140; */
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);

  /* background-image: linear-gradient(180deg, #F1F7FF 0%, rgba(255,255,255,0) 100%), linear-gradient(180deg, rgba(6, 9, 69, 0.2), rgba(234, 236, 255, 0)) 4 4;
    background-origin: border-box;
    background-clip: content-box, border-box; */

  gap: 20px;
}

.container-primary {
  background-color: var(--container-color-primary);
}

/** Home page */

.home .row {
  /* width: 100%; */
}

.home .app-card {
  /* width: 94%;
  min-height: 70%; */
  justify-content: center;
}

.home .app-card__header {
  padding: 20px 38px;
}

.home .app-card__header h1 {
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
}

.home .app-card__header p {
  font-size: 18px;
  margin: 0;
}

.home .app-card__header ul {
  margin-left: -32px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home .app-card__header ul li::before {
  /* content: "•"; */
  /* color: red; */
}

.home .app-card .app-text-strong {
  color: var(--title-color);
  font-weight: 600;
}

.home .app-card .app-text-light {
  color: var(--text-color);
  font-weight: 600;
}

.home .app-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home .form-item {
  display: flex;
  align-items: center;
}

.home .form-item-input {
  flex: 1 1 auto;
  display: flex;
  gap: 1rem;
}

.home .send-sms-button {
  color: var(--first-color-d);
  font-weight: var(--font-thin);
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
}

.home #vCodeButton {
  background-color: #f5f6fa;
  border-radius: 0px 8px 8px 0px;
  width: 100px;
  height: 66px;
}

.home .app-confirm-button {
  border: 0;
  height: 66px;
  width: 100%;
  color: #fff;
  font-weight: var(--font-medium);
  font-size: 20px;
  background: var(--first-color-button);
  border-radius: 8px;
  cursor: pointer;
}

.home .app-confirm-button:disabled,
.home .app-confirm-button[disabled] {
  background: var(--first-color-alt);
  opacity: 0.55;
  cursor: not-allowed;
}

.home .app-card-image {
  /* margin-right: calc(var(--bs-gutter-x) * .5); */
}

/** Success page */

.home .app-status-icon {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.home-success .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-incomplete-order .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-repeat-apply .app-card {
  text-align: center;
}

/** Terminate deletion page  */

.home-terminate-deletion .app-card {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .app-card {
    margin-left: 100px;
  }

  .home .col-right {
    display: block;
  }
}

.delete-account-title-icon {
  margin-top: 5px;
  width: 32px;
  height: 32px;
}

.delete-account-circle-left {
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
}

.delete-account-circle-right {
  height: 92%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.delete-account-title {
  font-size: 32px;
  color: var(--first-color);
  font-weight: var(--font-medium);
  margin-bottom: 0;
}

.delete-account-title-sub {
  font-size: 20px;
  color: var(--first-color);
  font-weight: var(--font-thin);
  margin-bottom: 1.5rem;
}

.delete-account-left {
  font-size: 18px;
  font-weight: var(--font-medium);
  color: var(--first-color);
  margin-bottom: 0.3rem;
}

.delete-account-trash-tips {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: var(--font-medium);
  color: #333333;
}

.delete-account-mobile-prefix {
  font-size: 18px;
  font-weight: var(--font-medium);
  color: var(--first-color-d);
}

.delete-account-check {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.delete-account-check.active .delete-account-check-radio {
  background-image: url(../images/delete-account-checked.png);
}

.delete-account-check-radio {
  display: inline-block;
  background-image: url(../images/delete-account-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  width: 16px;
  height: 16px;
}

.delete-account-check-tips {
  margin-left: 8px;
  font-size: 12px;
  font-weight: var(--font-thin);
  color: var(--text-light-color);
}

.delete-account-status-img {
  width: 230px;
  /* height: 200px; */
}

.delete-account-error-tips {
  margin-top: 15px;
  font-size: 18px;
  color: var(--first-color);
  text-align: center;
}

.delete-account-margin-top-10 {
  margin-top: 10px;
}

.delete-account-margin-top-50 {
  margin-top: 50px;
}

.delete-account-cancel {
  margin-bottom: 69px;
}

.delete-account-done {
  margin-bottom: 128px;
}

.delete-account-doing-date-wrap {
  margin-top: 15px;
  margin-bottom: -6px;
  display: flex;
  justify-content: center;
}

.delete-account-doing-date-left {
  font-size: 20px;
  color: var(--first-color);
}

.delete-account-doing-date {
  margin-left: 6px;
  font-size: 20px;
  color: var(--input-focus-color);
}

.delete-account-doing-tips {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
  color: var(--text-color);
}

.delete-account-doing-bottom {
  margin-top: 13px;
  margin-bottom: 28px;
  display: flex;
  /* vertical -> all sub views */
  align-items: center;
  /* horizontal -> all sub views */
  justify-content: left;
}

.delete-account-doing-bottom-img {
  width: 13px;
  height: 13px;
}

.delete-account-doing-bottom-tips {
  margin-left: 6px;
  font-size: 12px;
  color: var(--first-color);
  line-height: 12px;
}

.horizontal_left {
  justify-content: left;
}

.margin_left_30 {
  margin-left: 30px;
}

.footer__delete-account {
  color: var(--first-color-light) !important;
}
