@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {
  --main-color: rgb(252, 143, 0);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'SF Pro Display', sans-serif;                                                
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
p {
  margin-top: 0;
  margin-bottom: 0.4rem;
}
.imgs {
  width: 80%;
  height: 100%;
  object-fit: contain;
}
.nutback {
  position: absolute;
  top: 30px;
  left: 30px;
}
.nutback button {
  background: none;
  border: none;
  cursor: pointer;
}
.nutback img {
  width: 40px;
}

.display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-auth_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wrap-auth {
  width: 100%;
  height: auto;
  background-image: url("../assets/images/bg.png");
  background-color: #26a8df;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrap-auth_header_logo {
  width: 40%;
  padding: 20px 0;
}

.header {
  width: 100%;
  padding: 10px 0;
}
.header-wrapper {
  width: 70%;
  margin: auto;
}

.header-wrapper .logo {
    max-width: 600px;
}

.header-wrapper .left {
  width: 40%;
  float: left;
}
.header-wrapper .right {
  width: 60%;
  float: left;
  display: block;
  text-align: right;
}
.header-wrapper .right img {
  margin-left: 10px;
}
.header-wrapper .icon-header {
  margin-top: 5px;
  height: 70px;

  width: inherit;
}
.header-wrapper .nut {
  margin-top: 20px;
  height: 40px;
  width: inherit;
}

.layer-form {
  
}
.wrap-auth_header_wrap-text {
  text-align: center;
  color: var(--main-color);
  font-weight: 400;
  text-transform: uppercase;
}

.wrap-auth_header_text1 {
  font-size: 36px;
}

.layer-form {
  width: 70%;
  z-index: 6;
  margin: 0 auto 50px;
  position: relative;

  background-color: #FFFFFF;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 50px 20px;
  box-shadow: 0px 0px 20px 0px #00000080 inset;
}

.layer-form_content {
  width: 1000px;
  margin: 0 auto;
}
.layer-form_content .form-step{text-align: center;}
.layer-form_content .form-step img{max-width: 540px;}

.form-step_hz {
  background-color: var(--main-color);
  width: 100%;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}

.form-step_wrap-num {
  display: flex;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.form-step_num {
  display: inline-flex;
  background-color: #000000;
  border: 5px solid var(--main-color);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: var(--main-color);
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.form-step_num::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--main-color) transparent transparent transparent;
}

.form-step_wrap-btn {
  width: 100%;
  position: absolute;
  top: 42px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.form-step_btn {
  flex: 1;
  background: url("../assets/images/bgBtn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #3c2200;
  font-size: 20px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.layer-form_form {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 30px;
}

.layer-form_form_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.layer-form_form_title {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 35%;
}

.layer-form_form_item-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 90px;
    cursor: pointer;
    transition: all 0.2s linear;
    transform-origin: right center;
}

.layer-form_form_item-btn .btn-submit {
      border: none;
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      width: 100%;
      border-radius: 4px;
      background: #00A6F3;

      max-width: 90px;
      height: 30px;
}

.form-group {
  margin-bottom: 0 !important;
  width: 65%;
}

.layer-form_form_item-btn:hover {
  transform: scale(1.05) translateY(-50%);
  -webkit-filter: drop-shadow(1px 1px 3px #f00) brightness(1.1) !important;
  filter: drop-shadow(1px 1px 3px #f00) brightness(1.1) !important;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.layer-form_form_input { height: 54px; width: 65%; border-radius: 8px; flex: 2; font-size: 20px; font-weight: 500; margin-left: 20px; outline: none; padding-left: 20px; border: 1px solid #00A6F3; padding-right: 150px; background: #fff;}

.layer-form_form_input:focus {
  -webkit-filter: drop-shadow(2px 2px 3px #1c5ece) brightness(1.1) !important;
  filter: drop-shadow(2px 2px 3px #1c5ece) brightness(1.1) !important;
}

.layer-form_form_icon {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-btn-confirm {
  width: 80%;
  margin: 0 auto;
}

.btn-confirm {
  text-align: center;
}

.animation_zoom_in_out {
  animation: animation_zoom_in_out 0.5s linear infinite;
}

.btn-confirm:hover {
  -webkit-filter: drop-shadow(2px 2px 8px #00c3ff) brightness(1.3) !important;
  filter: drop-shadow(2px 2px 8px #00c3ff) brightness(1.3) !important;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes animation_zoom_in_out {
  0% {
    transform: scale(0.98);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(0.98);
  }
}

.wrap-form-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-text-1 {
  font-size: 30px;
  color: #00A6F3;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  z-index: 42;
  margin-top: 20px;
}

.form-text-2 {
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    z-index: 42;
}
.hoatdong {
  margin-top: 20px;
  height: 43px !important;
  object-fit: none !important;
  width: fit-content;
}
.luuykm {
  margin-top: 20px;
  height: 43px !important;
  /* object-fit: none !important; */
  width: fit-content;
}
.highlight {
  color: #fff600;
}
.form-text-3 {
  width: 70%;
  color: #e14d2a;
  font-weight: 600;
  font-size: 30px;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  text-transform: uppercase;
  text-align: left;
  z-index: 42;
  cursor: pointer;
}

.swal-button {
  background-color: #ff9308;
}

.swal-button:not([disabled]):hover {
  background-color: #fc8f00;
}

.swal-button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgb(245 139 7 / 29%);
}

.swal-text {
  line-height: 20px;
}

.imgFixed {
  position: fixed;
  bottom: 0;
  width: 25%;
  z-index: 9999;
}

.imgLeft {
  left: 0;
}

.imgRight {
  right: 0;
}

.wrap-form-sms {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  align-items: center;
  margin: 40px 0;
  font-size: 20px;
}

.wrap-form-send-sms {
    color: #fff;
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 8px;
    
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    background: #00A6F3;



  }
.wrap-form-item{flex-basis: 50%; margin: 10px; text-align: center;}
.wrap-form-item .wrap-form-item-inner{width: 280px;}
.wrap-form-item .wrap-form-item-inner.right{float:right;}
.wrap-form-item img{max-width: 24px;max-height: 24px;}

.grid-container-inner.wrap-form{display: grid;grid-template-columns: repeat(2, 1fr);}

.grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  width: 100%;
}

@media (width: 768px) {
  .grid-container {
    grid-template-rows: 1fr;
    justify-items: center;
  }
}

@media (min-width: 769px) {
  .grid-container {
    /* grid-template-columns: repeat(3, 1fr); */
  }
}

.wrap-form-sended-sms {
    background: #00A6F3;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 24px;
}

.wrap-from-instruct {
  color: #fff;
  background: radial-gradient(
      90.14% 90.14% at 50% 9.86%,
      rgba(255, 147, 121, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #f00;
  box-shadow: inset 0px -4px 0px #b40303;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px 15px;
  margin: 0 auto;

  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}


.popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9;
    }

    /* Style cho popup content */
    #popup-1 .popup-content {
      background-color: #fff;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      width: 1450px;
      position: relative;
    }

    .popup-content img {
      width: 100%;
    }
    
    .close-popup-btn {
      position: absolute;
      top: 30px;
      right: 10px;
      background: black;
      border: 0;
      color: #fff;
      padding: 10px 13px;
      border-radius: 69px;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
    }

.rule {
  width: 70%;
  margin: 0 auto;
}

.rule-text {
  font-size: 18px;
  color: #fff;
  padding-bottom: 40px;
  overflow: auto;
  max-height: 100vh;
}

.title {
  color: #fff;
  padding-bottom: 20px;
  display: flex;
  font-size: 1.4rem;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

footer {
  background: #fff;
  border-top: solid 2px #ffcb43;
  box-shadow: inset 0px 10px 40px rgba(85, 85, 85, 0.2);
  display: flex;
  justify-content: center;
  padding: 30px;
}

.footer-responsibility {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  min-width: 25%;
}

.footer-responsibility-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.footer-responsibility-logo {
  display: flex;
  gap: 0 20px;
}
.logofooter {
  width: 96% !important;
  height: 100px;
}
.hdpc {
  display: none;
}

@media screen and (max-width: 1200px) {
  .layer-form_form_item-btn {
    width: 90px;
  }
}

@media screen and (max-width: 1024px) {

  .grid-container-inner.wrap-form{display: block;}
  .wrap-form-item .wrap-form-item-inner.right{float:none;margin: 0px;}
  .wrap-form-item .wrap-form-item-inner{width: 100%;}

  .wrap-auth {
    min-height: 100vh;
    object-fit: cover;
    width: 100%;
  }

  .layer-form {
    width: 85%;
  }

  .rule {
    width: 85%;
  }

  .layer-form_content {
    width: 95%;
  }

  .imgFixed {
    width: 35%;
  }
}

@media screen and (max-width: 1023.98px) {
  .imgFixed {
    width: 27%;
  }

  .wrap-auth_header_logo {
    width: 20%;
  }

  .layer-form_form_input {
    width: 111%;
    margin-left: 0;
  }

  .input-group {
    width: 90%;
  }

  .layer-form_form_title {
    width: 50%;
  }

  .layer-form_form_item-btn {
    width: 90px;
  }

  .wrap-form-sms {
    flex-direction: column;
  }

  .wrap-form-send-sms {
    width: 60%;
    margin-bottom: 40px;
  }

  .wrap-form-sended-sms {
    width: 60%;
  }

  .wrap-from-instruct {
    width: 60%;
  }
}

@media screen and (max-width: 767.98px) {
  .nutback {
    top: 10px !important;
    left: 10px !important;
  }
  .nutback img {
    width: 40px !important;
  }
  .header-wrapper {
    width: 95%;
    margin: auto;
  }
  ._39EtgGfulqPdGss0OAWO7N {
    padding: 0px 0 0px !important;
  }
  .nEaugXPik5BmpdM28Ug6n {
    margin-bottom: 0px !important;
  }
  .header {
  }
  .hdpc {
    display: block;
  }
  .hdmb {
    display: none !important;
  }
  .header-wrapper .logo {
  }
  .wrap-auth_header_logo {
    width: 70%;
  }
  .header-wrapper .nut {
    margin-top: 15px;
    height: 30px;
    width: inherit;
  }
  .layer-form {
    width: 95%;
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  .layer-form_content {
    width: 100%;
  }

  .layer-form_form {
    gap: 15px;
    margin-top: 15px;
  }

  .layer-form_form_input {
    margin-left: 0;
    padding: 10px 125px 10px 10px;
    font-size: 16px;
    width: 100%;
  }

  .form-group {
    margin-left: 0;
    font-size: 16px;
    width: 100%;
  }

  .layer-form_form_item {
    flex-direction: column;
  }

  .form-group .input-group {
    width: 100%;
  }

  .wrap-form-send-sms {
    width: 100%;
    text-align: center;
  }

  .wrap-form-sended-sms {
    width: 100%;
    text-align: center;
  }

  .wrap-from-instruct {
    width: 100%;
    text-align: center;
  }

  .rule {
    width: 95%;
  }

  .title {
    width: 95%;
  }

  .layer-form_form_title {
    width: 100%;
    font-size: 16px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  }

  .form-text-1 {
    font-size: 26px;
    margin-top: 10px;
    line-height: 30px;
  }

  .form-text-2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
  }

  .form-text-3 {
    font-size: 18px;
  }

  .imgFixed {
    display: none;
  }

  .layer-form_form_item-btn {
    height: 42px;
    bottom: 0;
    top: unset;
    width: 90px;
    transform: translateY(0);
  }

  .layer-form_form_item-btn:hover {
    transform: scale(1.05);
  }

  footer {
    flex-direction: column;
    gap: 20px 0;
  }
}

@media screen and (max-width: 385.98px) {
  .header-wrapper .nut {
    margin-top: 15px;
    height: 25px;
    width: inherit;
  }
  .logofooter {
    width: 66% !important;
    height: 100px;
  }
}
footer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(180deg, #00A6F3 0%, #FFFFFF 99.92%);
    border-top: 2px solid #FFCB43;
}
.footer-box-app-brand{width:1320px;margin: 0px auto;}
.footer-box-app-brand .footer-box-app-brand-inner{display: flex;align-items: start;}
.footer-box-app-brand .footer-box-app-brand-inner .box-item{flex-basis: 50%;}
.footer-box-app-brand .footer-box-app-brand-inner .box-item img{max-width: 100%;}
.footer-box-app-brand .footer-box-app-brand-inner .box-app.box-item{display: flex;align-items: start;}
.footer-box-app-brand .footer-box-app-brand-inner .box-img{text-align: center;}
.footer-box-app-brand .footer-box-app-brand-inner .box-img .logo img{max-width: 100%;}
.footer-box-app-brand .footer-box-app-brand-inner .box-img .title-app img{max-width: 140px;}
.footer-box-app-brand .footer-box-app-brand-inner .box-banner-app img{max-height: 250px;margin-top: 40px;}
.footer-box-app-brand .footer-box-app-brand-inner .box-app-inner{display: flex;}
.footer-box-app-brand .footer-box-app-brand-inner .box-app-inner .app-item{flex-basis: 50%; padding: 0px 15px; margin: 15px 0px;}
.footer-box-app-brand .footer-box-app-brand-inner .box-app-inner .app-item:first-child{border-right: 2px solid #FFFFFF;}
.footer-box-app-brand .footer-box-app-brand-inner .box-app-inner .app-item img{max-width: 150px;}
.footer-box-app-brand .footer-box-app-brand-inner .box-app-inner .box-banner-app{padding-top: 60px;}

.footer-bottom{width:1320px;margin: 0px auto;margin-top: 30px;}
.footer-bottom .footer-bottom-inner{display: flex;}
.footer-bottom .footer-bottom-inner .box-item{flex-basis: 33%;text-align: center;}
.footer-bottom .footer-bottom-inner .box-item img{max-width: 100%;}

@media screen and (max-width: 1200px) {
  .footer-box-app-brand,.footer-bottom{width: 100%;margin-top: 0px;}

  .footer-box-app-brand .footer-box-app-brand-inner{display: block;}
  .footer-box-app-brand .footer-box-app-brand-inner .box-app.box-item >div{flex-basis: 50%;}

  .footer-bottom .footer-bottom-inner{flex-wrap: wrap;margin-top: 20px; margin-bottom: 20px;}
  .footer-bottom .footer-bottom-inner .box-item{flex-basis: 50%;text-align: center;order:2}
  .footer-bottom .footer-bottom-inner .box-item:last-child{flex-basis: 100%;order:1}
  
  .footer-box-app-brand .footer-box-app-brand-inner .box-app.box-item .box-banner-app img{max-height:350px;margin-top: 20px;}
}
