html,
body {
  height: 100%;
  background-color: #005e49;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
}

#minglContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}

#minglContent > div {
  width: 50%;
}

#minglContent > div:first-child {
  align-items: center;
  display: flex;
}

.circle {
  position: fixed;
  z-index: 1;
  top: calc(128 / 1080 * 100%);
  left: calc(800 / 1600 * 120%);

  width: 500px;
  height: 500px;
  flex-shrink: 0;

  border-radius: 9999px;
  opacity: 0.32;
  background-color: #47a561;
  filter: blur(32px);
}

.root-guide-wrap {
  width: 100%;
  height: 70%;
  max-width: 500px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-left: auto !important;
}

.root-guide-wrap .logo img {
  width: 155px;
  height: 40px;
}
.root-guide-wrap h2 {
  margin: 8px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
}
.root-guide-wrap h1 {
  margin: 0;
  padding: 0;
  color: #00a95c;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.root-guide-wrap .qrcode-block {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.root-guide-wrap .qrcode-block p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

/* .root-guide-wrap .store-block {
  padding-top: 24px;
} */

.root-guide-wrap .store-block a {
  padding-right: 12px;
}

.mingl-qrcode-block {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mingl-qrcode-block img {
  width: 64px;
  height: 64px;
  border: 2px solid #62c338;
  padding: 4px;
}

.privacy-policy-block {
  margin-top: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.privacy-policy-block p,
.privacy-policy-block a {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff !important;
}

.privacy-policy-block a:hover {
  text-decoration: underline;
  color: #00a95c !important;
}

.privacy-policy-block .link-text {
  margin-bottom: 12px;
}

.privacy-policy-block .copyright-text {
  margin-top: 4px;
}

.privacy-policy-block .link-text a,
.privacy-policy-block .link-text p {
  font-size: 14px !important;
  font-weight: 600;
}

.privacy-policy-block .copyright-text {
  font-size: 12px;
  line-height: 1.5;
}

/* body {
  width: 100% !important;
  height: 100%;
  max-width: 500px;
  margin-left: calc(50% - 500px);
} */

/* body {
  display: flex;
  flex: 1;
  justify-content: center;
} */

#root {
  z-index: 2;
  position: relative;
  top: 0;
  display: flex !important;
  flex: 1;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  max-width: 500px;
  background-color: #fff;
}

body.bg-body-auth #root {
  background-color: #fff;
}

@media (max-width: 1100px) {
  .root-guide-wrap {
    padding-left: 16px;
  }
}

@media (max-width: 991.98px) {
  #minglContent > div {
    width: 100%;
  }
  #minglContent > div:first-child {
    display: none !important;
  }
  #root {
    max-width: 100%;
  }
  .circle {
    display: none;
  }
}
