@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.wrapper {
  background: #2f2e2e;
  /* background: url(../imgs/bg.jpg) top left no-repeat;
  background-size: cover; */
  min-height: 100vh;
  color: #fff;
  display: flex;
  position: relative;
  font-family: 'Inter', sans-serif;
}
@keyframes jump {
  0%, 100% {
   transform: translateY(0);
 }
 50% {
   transform: translateY(-8px);
 }
}

.jump {
  padding: 0px 3px;
  margin-top: 5px;
  color: #e30000;
  font-weight: bold;
  display: inline-block;
  animation: bounce 1s infinite;
  border-radius: 10px;
  background-image: linear-gradient(to right, #f0ea9e, #ddce7b, #ebe392);
  font-size: 0.85rem;
  line-height: 1.5rem;
  animation: jump 1s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}

img {
  width: 100%;
}
a {
  cursor: pointer;
  display: inline-block;
}

.row {
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
}
.row-top {
  margin-top: 0px;
}
.row-banner {
  /* justify-content: center; */
}
.left,
.right {
  top: 35vh;
  position: absolute;
  max-width: 300px;
}
.left {
  left: 100px;
}
.right {
  right: 100px;
}
.col {
  display: flex;
  justify-content: center;
}
.main {
  max-width: 720px;
  background: url(../imgs/bg.png) top left no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /* background: #000; */
  position: relative;
}
.btn_kf {
  position: fixed;
  width: 80px;
  top: 55vh;
  right: calc((100vw - 690px) / 2);
  z-index: 999;
}
.group {
  display: flex;
  justify-content: center;
}
.dl1,
.dl2 {
  justify-content: center;
}
.icon-top {
  margin: 0 auto;
  width: 250px;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.icon-top .logo {
  width: 80%;
}

.icon-top .cong-dong {
  width: 45%;
}

.icon-download a {
  max-height: 60px;
}
.icon-download a:last-of-type {
  margin-left: 20px;
}
.gift-rules {
  padding: 7px 20px 20px 20px;
}
.flag_vn {
  margin-right: 5px;
}
.form-control:focus {
  background-color: #040f70;
  border-color: #f0f0f0;
  outline: none;
  box-shadow: none;
  color: #f0f0f0;
}
.input-group-text {
  background-color: #040f70;
  border: 1px solid #4658f8;
  color: #fff;
  border-radius: 0.8rem;
}
.rules {
  background-color: rgb(60, 60, 60, 0.6);
  opacity: 0.9;
  border-radius: 20px;
  border: 2px solid #e5c98c;
  border-bottom-width: 5px;
  border-bottom-color: #a78438;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  box-sizing: border-box;
}
.rules-head {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 600px;
  padding: 0px 15px;
}
.rules-head img {
  margin: 0 auto;
  width: 100%;
}

.rules .rules-body .yl {
  color: #ffcb38;
}
.rules .rules-body .thin {
  font-weight: 300;
  font-style: italic;
}
.rules-body-text {
  padding: 0px 15px;
}
.rules .rules-body .odd {
  background-color: #02020227;
  padding: 5px 15px;
}
.rules .rules-body .odd:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rules-body-text + .rules-body-text {
  margin-top: -15px;
}
.rules-body-text:last-of-type {
  margin-bottom: 5px;
}
.rules-body p,
.info p {
  line-height: 1.6;
  font-weight: 500;
  font-size: 0.95rem;
  color: #fff;
}
.rules-body .yl-btn a {
  color: rgb(255, 42, 42);
  background-color: #fede3a;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 0.5rem;
}
.popgif {
  max-width: 500px;
  margin-top: 5px;
  border: 1px solid #726f6f;
  border-radius: 10px;
}
#form_mobile {
  margin-top: 12px;
  background-color: #0f1d9a;
  opacity: 0.9;
  border-radius: 20px;
  border: 2px solid #ffcb38;
  border-bottom-width: 5px;
  border-bottom-color: #ffa734;
  padding: 15px;
  box-sizing: border-box;
}
.main form dl {
  margin: 0 auto 0.15rem;
}

.main form dt {
  clear: both;
  float: left;
  color: #fede3a;
  font-size: 1rem;
  margin: 0.5rem 0;
}
.main .clearfix {
  /* background-color: rgba(0, 0, 0, 0.6); */
  border-radius: 0.4rem;
  padding: 10px;
}

.main form dd {
  padding-bottom: 0.22rem;
  width: 405px;
  float: right;
  overflow: hidden;
  zoom: 1;
}

.main form dd input {
  margin: 0;
  padding: 0 1rem;
  width: 95%;
  margin-left: 20px;
  height: 3rem;
  display: block;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #4658f8;
  border-radius: 0.8rem;
  text-indent: 5px;
}
.main form dd > .input-group > input {
  margin-left: 0;
}
.main form dd input::placeholder {
  font-size: 0.9rem;
  color: #c7b4b4;
}
.main form dd .code {
  width: 3.86rem;
  float: left;
}

.main form dd .flag_vn {
  width: 1.53rem;
  display: block;
  float: right;
  font-size: 0.16rem;
}

.main form dd input::-webkit-input-placeholder {
  color: #e9e9e9;
}

.main form dd input::-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
}

.main form dd input:-moz-placeholder {
  color: #f0f0f0;
  opacity: 1;
}
.main form dd input {
  background: #040f70;
  color: #ffe17f;
}
.main form .btn {
  margin: 0 auto;
  width: 165px;
  text-align: center;
  display: flex;
  background: url(../images/btn-2789c3c7.png) center no-repeat;
  background-size: contain;
  height: 50px;
}
.main form .btn2 {
  margin: 0 auto;
  width: 165px;
  text-align: center;
  display: flex;
  background: url(../images/btn-r-7975ad12.png) center no-repeat;
  background-size: contain;
  height: 50px;
}
.main form .btn a,
.main form .btn a img {
  display: block;
}
form .btn-submit {
  margin-top: 10px;
  font-weight: 600;
}

dd a {
  font-size: 0.22rem;
}

.main form dd {
  position: relative;
}
.main form dd .icoo {
  width: 33px;
  top: 6px;
  position: absolute;
}

.checking-img {
  display: inline-block;
  width: 9rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 0.7rem;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: center;
  line-height: 0.7rem;
  color: #e5d17d;
}
.send-otp {
  cursor: pointer;
  width: 98%;
  height: 2.9rem;
  line-height: 2.9;
  display: inline-block;
  text-align: center;
  margin-left: 2px;
  margin-top: 1px;
  background: rgb(252, 69, 69);
  background: linear-gradient(
    180deg,
    rgb(255, 41, 13) 0%,
    rgb(240, 27, 27) 50%
  );
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0px 14px 14px 0px;
}
.send-otp:hover {
  text-decoration: none;
  color: #fff;
}
.main form dd .checking-img img {
  width: 100%;
  height: 2.9rem;
  border-radius: 0px 14px 14px 0px;
  margin-top: 1px;
}
.checking-img {
  border-color: #e5d17d;
}
.main form dd .yzm {
  position: absolute;
  top: 0;
  right: 0;
  color: #1e8362;
  line-height: 0.68rem;
  background-color: #feed90;
  border-radius: 3px;
  text-align: center;
  width: 2rem;
  font-size: 0.22rem;
}
.otp-note {
  max-width: 580px;
  margin: 0px;
  font-weight: 300;
  font-style: italic;
}
.otp-note p {
  color: #ebebeb;
  margin-bottom: 0;
}
.slider {
  max-width: 660px;
  height: auto;
  position: relative;
}
.linear {
  position: absolute;
  bottom: 0;
}
.gift-rules .table-list {
  max-width: 630px;
  margin-top: 20px;
}

.bottom {
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}
.bottom .logo {
  /* width: 50%; */
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: 500;
}
/* //Popup style */
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cover.register {
  display: none;
  padding: 0px 15px;
}

.regform {
  /* position: fixed; */
  background: #fff;
  max-width: 400px;
  z-index: 2;
  margin: 0 auto;
  margin-top: 10vh;
  padding-top: 0px;
  border-radius: 20px;
  overflow: auto;
  max-height: 80vh;
}
.regform-title {
  background-color: #0c1cac;
  border-radius: 19px 19px 0px 0px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0px;
}
.regform .regform-body {
  padding: 10px;
  font-size: 0.8rem;
}
.regform .regform-body .hint {
  margin-top: -0.95rem;
  font-size: 0.8rem;
  color: red;
  padding: 2px;
}
.regform .regform-body .form-control {
  height: 43px;
  padding-left: 35px;
  border-radius: 10px;
}
.calc-strongpw {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: -1rem;
  padding: 5px 0;
}
.slash {
  background-color: #e1e1e1;
  border-radius: 0.12rem;
  height: 0.4rem;
  width: 13%;
}
.regform .regform-body .form-control:focus {
  background-color: #ffffff;
  border-color: #2c21c9;
  outline: none;
  box-shadow: none;
  color: #000;
}
.regform .regform-body .input-group-text {
  background-color: #ffffff;
  border: 1px solid #4658f8;
  color: #000;
  height: 40px;
}
.regform .regform-body .form-group {
  position: relative;
}
.regform .regform-body .form-group i {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  color: #777777;
  font-size: 25px;
  display: flex;
}
.regform .regform-body .form-group .eye {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #777777;
  font-size: 25px;
  display: flex;
  width: 24px;
  height: 22px;
  background: url(../images/eye_off.svg) top center no-repeat;
  background-size: cover;
}
.eye.eye_show {
  background: url(../images/eye_on.svg) top center no-repeat !important;
}
.regform .regform-body .form-group img {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  color: #777777;
  font-size: 25px;
  width: 25px;
}
.regform .regform-body .form-group .note {
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  color: red;
}
.regform .regform-body .form-group .ruless {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.9rem;
}
.regform .regform-body .form-group .ruless input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
}
.regform .regform-body .regform-body-submit {
  width: 100%;
  background-color: #0c1cac;
  border-color: #0c1cac;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}
.regform .regform-body .regform-body-cskh {
  width: 100%;
  color: #0c1cac;
  font-size: 1.2rem;
  font-weight: 600;
}
.popBox {
  width: 370px;
  height: 380px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  background: url(../images/tcbg.png) no-repeat center top;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1rem 0.5rem 0;
  z-index: 2;
}
.info {
  margin-top: 35px;
}
.popBox p {
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  line-height: 2;
}

.info-title {
  font-size: 1.5rem;
}

.popBox .zc {
  width: 200px;
  margin: 1rem auto 1rem;
}

.popBox .zc a {
  line-height: 2.2;
  border-radius: 3px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #cf1616;
}

.popBox .closezc {
  width: 2.9rem;
  margin: 0 auto;
  position: absolute;
  bottom: 0%;
  right: 45%;
}

.popBox .closezc img {
  width: 100%;
}
/* End popup style */

/* Table style */
table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 630px;
  /* max-width: 670px; */
  color: #fff;
  font-size: 0.95rem;
}

table tr th,
table tr td {
  border-right: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
  padding: 5px;
  text-align: center;
  background: #202020;
}
table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #6f6f6f;
}
table tr th {
  background: #3c3c3c;
  border-top: 1px solid #6f6f6f;
  text-align: center;
  color: #ffd245;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
}
table .last-col {
  border-bottom-right-radius: 15px;
  text-align: center;
  vertical-align: middle;
}
/* top-left border-radius */
table tr:first-child th:first-child {
  /* border-top-left-radius: 6px; */
}

/* top-right border-radius */
table tr:first-child th:last-child {
  /* border-top-right-radius: 6px; */
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
  /* border-bottom-right-radius: 15px; */
}
/* End table style */

@media screen and (max-width: 750px) {
  .wrapper {
    background: #000;
  }
  .left,
  .right {
    display: none;
  }
  .main {
    margin: 0px 5px 5px 5px;
  }

  .icon-top .cong-dong {
    width: 45%;
  }
  .gift-rules {
    padding: 7px 0px;
  }

  .main form dd {
    width: 100%;
    float: left;
  }

  .main form .btn {
    /* width: 60vw;
    margin: 0 13vw; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .clearfix {
    padding: 0px;
  }
  .rules .rules-head {
    /* font-size: 1.1rem; */
    text-align: center;
  }
  .rules-body-text {
    font-size: 0.6rem;
  }
  .rules {
    margin: 0px;
  }
  .btn_kf {
    right: 0px;
    z-index: 999;
  }
  table {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .rules-body p,
  .info p {
    font-size: 0.8rem;
  }
  .main form dt {
    font-size: 0.8rem;
  }
  .main form dd {
    padding-bottom: 0px;
  }
  .main form dd input {
    height: 2.8rem;
    font-size: 0.8rem;
  }
  #form_mobile {
    padding: 10px;
  }
  /* .main form .btn {
    width: 165px;
    background-size: contain;
  }
  .main form .btn2{
    width: 165px;
    background-size: contain;
  } */
  .regform .regform-body .form-control {
    font-size: 0.8rem;
  }
}

#passwordFeedback {
  flex: 1;
  line-height: 1;
}