@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import "fontface.css";
@import "header.css";
@import "huongdan.css";
@import "form.css?v=5.3";
@import "keyframe.css";
@import "infor.css?v=1.1.1";
@import "footer.css?v=1";

:root {
  --text-gradient: linear-gradient(
    0deg,
    rgb(254, 222, 94) 22.22%,
    rgb(255, 187, 68) 46.58%,
    rgb(253, 255, 228) 63.81%,
    rgb(254, 255, 170) 81.63%
  );
  --text-gradient-mb: -webkit-repeating-linear-gradient(
    bottom,
    rgb(254, 222, 94) 7%,
    rgb(253, 189, 68) 49%,
    rgb(252, 253, 214) 58%
  );
  --text-backgroud: rgb(254, 222, 94);
}

@media (prefers-color-scheme: dark) {
  :root {
    --text-gradient: linear-gradient(
      0deg,
      rgb(254, 222, 94) 22.22%,
      rgb(255, 187, 68) 46.58%,
      rgb(253, 255, 228) 63.81%,
      rgb(254, 255, 170) 81.63%
    );
    --text-gradient-mb: -webkit-repeating-linear-gradient(
      bottom,
      rgb(254, 222, 94) 7%,
      rgb(253, 189, 68) 49%,
      rgb(252, 253, 214) 58%
    );
    --text-backgroud: rgb(254, 222, 94);
  }
}

body {
  min-height: 100%;
  font-family: "Montserrat";
  font-weight: 400;
  background-image: url("../assets/images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #000;
  background-position: top;
  overflow-x: hidden;
  text-underline-offset: 1px;
}
figure {
  margin: 0 0 0.75rem;
}
p {
  color: white;
}

.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #685d4b;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #685d4b;
  opacity: 1;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #685d4b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #685d4b;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #685d4b;
}
.form-control::placeholder {
  /* Most modern browsers support this now. */
  color: #685d4b;
}

/* Hover to change color of input placeholder */
.form-control:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e1bf8e;
}
.form-control:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e1bf8e;
  opacity: 1;
}
.form-control:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1bf8e;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e1bf8e;
}
.form-control:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e1bf8e;
}

.form-control:focus::placeholder {
  /* Most modern browsers support this now. */
  color: #e1bf8e;
}

.note.download-guide-note {
  margin-top: 4px;
  color: white;
  padding: 4px 0px;
}
.note.download-guide-link {
  display: block;
  margin-top: 1px;
  padding-top: 3px;
  padding-bottom: 0px;
  margin-bottom: -1px;
  cursor: pointer;
}
.download-guide-link img {
  padding-right: 5px;
}

#change-os .icon-box {
  padding-top: 18px;
  margin-bottom: 10px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
#change-os .icon-box img.os-icon {
  width: 40px;
  height: 40px;
}
#change-os.change-ios2android .icon-box {
  column-gap: 7px;
}
#change-os.change-ios2android .icon-box img.os-icon {
  width: 22%;
  height: auto;
  max-width: 180px;
}

#change-os .icon-box img.arrow-icon {
  width: 16px;
  height: 10px;
}
#change-os .note {
  padding: 0px 0px;
}

img.downbtn-2 {
  margin-top: 2px;
  width: 75%;
}

@media screen and (min-width: 426px) {
  #change-os .icon-box img.os-icon {
    width: 55px;
    height: 55px;
  }
  #change-os.change-ios2android .icon-box img.os-icon {
    width: 22%;
    height: auto;
  }
  #change-os .icon-box img.arrow-icon {
    width: 24px;
    height: 14px;
  }
}

@media screen and (min-width: 426px) {
  .note.download-guide-link {
    padding-top: 2px;
  }
  .note.download-guide-note {
    margin-top: 5px;
  }
}

@media screen and (min-width: 580px) {
  #change-os.change-ios2android .icon-box {
    column-gap: 10px;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 340px) {
  .ssm-only-show {
    display: none;
  }
}
