/*----------------------------------------------------------------------------------------*/
/* Menu */
/*----------------------------------------------------------------------------------------*/
#menu-cover-HC-register .navbar .navbar-collapse .navbar-nav {
  position: absolute;
  right: 0;
}

@media (max-width: 991px) {
  #menu-cover-HC-register .navbar .navbar-collapse .navbar-nav {
    position: static;
  }
  #menu-cover-HC-register .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
    border-bottom: 1px solid rgb(238 238 238);
  }
  #menu-cover-HC-register .navbar .navbar-collapse .navbar-nav .nav-item.cover-language {
    border-bottom: 0px solid rgb(238 238 238);
  }

}

/*----------------------------------------------------------------------------------------*/
/* HC-register */
/*----------------------------------------------------------------------------------------*/
.noto-sans {
  font-family: inherit;
}
.Big-HC-register {
    /*background: url(../images/bg-HC-register.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: rgb(0 114 255 / 6%);
}
.cover-HC-register {
    border-radius: 15px;
    box-shadow: 0 0.3rem 1.5rem rgb(0 34 107 / 19%) !important;
    padding: 4rem 3rem 3rem 3rem !important;
}
.cover-HC-register .t1 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 20px;
}
.cover-HC-register .t1.sup {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 34px
}
.cover-HC-register .t2 {
    text-align: center;
    font-weight: 400;
    color: #1fb375;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 20px;
}

.dropdown.language .btn {
  padding: 16.5px 24px 14.5px 24px;
  margin-left: 15px;
}
.dropdown.language .btn.btn-secondary {
  font-family: inherit;
  color: #0033a1;
  background-color: rgb(255 255 255 / 0%);
  border-color: rgb(0 51 161 / 25%);
}
.dropdown.language .btn.btn-secondary:hover  {
  color: #0033a1;
  background-color: rgb(0 51 161 / 25%);
  border-color: rgb(0 51 161 / 25%);
}
.dropdown.language .btn.btn-secondary:active  {
  color: #0033a1;
  background-color: rgb(0 51 161 / 25%);
  border-color: rgb(0 51 161 / 25%);
}
.header .navbar .dropdown.language .dropdown-menu {
  min-width: 0;
}
.header .navbar .dropdown.language .dropdown-menu a.dropdown-item {
  min-width: 0px;
}

.bt-HC-login {
    background-color: rgb(31 179 117 / 0%);
    border-color: #1fb375;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #1fb375;
}
.bt-HC-login:hover {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.bt-HC-login:hover:not(:disabled):not(.disabled).active {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.bt-HC-login:hover:not(:disabled):not(.disabled):active {
  background: #0c8e57;
  border-color: #0c8e57; 
}

.bt-HC-register {
  background-color: #0033a1;
  border-color: #0033a1;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-left: 10px;
}
.bt-HC-register:hover {
  background: #01236b;
  border-color: #01236b;
}
.bt-HC-register:hover:not(:disabled):not(.disabled).active {
  background: #01236b;
  border-color: #01236b;
}
.bt-HC-register:hover:not(:disabled):not(.disabled):active {
  background: #01236b;
  border-color: #01236b; 
}

.HC-register {
    text-align: center;
}
.HC-register .bt-HC-register {
    padding: 18px 0px;
    margin-left: 0px;
    width: 65%;
    margin-top: 10px;
}
.HC-register .t1 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 400;
    color: #8c8c8c;
}

.bt-HC-login.account-already {
/*  background: rgb(31 179 117 / 0%);
  border-color: rgb(31 179 117 / 0%);*/
    margin-top: 10px;
    margin-bottom: 20px;
    width: 65%;
    padding: 18px 0px;
}
  
.form-control#InputEmail {
  background: url(../images/icon/icon-email.png) no-repeat scroll 20px 8px;
  padding-left: 60px;
}
.passwordicon {
    background: url(../images/icon/icon-password.png) no-repeat scroll 20px 8px !important;
    padding-left: 60px;
}
.passwordicon_again {
    background: url(../images/icon/icon-password-again.png) no-repeat scroll 20px 8px !important;
    padding-left: 60px;
}
/*.form-control#InputPassword {
    background: url(../images/icon/icon-password.png) no-repeat scroll 20px 8px;
    padding-left: 60px;
}*/
/*.form-control#InputPassword-againn {
  background: url(../images/icon/icon-password-again.png) no-repeat scroll 20px 8px;
  padding-left: 60px;
  margin-bottom: 25px;
}*/
/*.form-control#InputPassword_again {
    background: url(../images/icon/icon-password-again.png) no-repeat scroll 20px 8px;
    padding-left: 60px;
    margin-bottom: 25px;
}*/

.or-line {
  margin: 40px 0 35px 0;
}
.or-line p {
  width: fit-content;
  margin: -23px auto 0 auto;
  background: #ffffff;
  padding: 10px 10px;
  display: inline;
  position: absolute;
  left: 0;
  right: 0;
  color: rgb(0 51 161 / 40%);
}
.or-line .line {
  border-bottom: 1px solid rgb(0 51 161 / 13%);
}

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    left: 30%;
    box-shadow: 0 1px 14px rgb(0 34 107 / 19%);
  }
}

@media (max-width: 1199px) {
  .bt-HC-login.account-already {
      width: 68%;
  }
}
@media (max-width: 991px) {
  #menu-cover-HC-register .bt-HC-login {
    border-color: rgb(12 142 87 / 0%);
    color: #20b375;
  }
  #menu-cover-HC-register .bt-HC-login:hover {
    background: rgb(12 142 87 / 0%);
    border-color: rgb(12 142 87 / 0%);
    color: #20b375;
  }

  #menu-cover-HC-register .bt-HC-register {
    background-color: rgb(0 51 161 / 0%);
    border-color: rgb(0 51 161 / 0%);
    color: #0033a1;
    margin-left: 0px;
  }
  #menu-cover-HC-register .bt-HC-register:hover {
    background: rgb(1 35 107 / 0%);
    border-color: rgb(1 35 107 / 0%);
    color: #0033a1;
  }

  .dropdown.language .btn {
    margin-left: 0px;
  }
  .dropdown.language .btn.btn-secondary {
    font-family: inherit;
    color: #0033a1;
    background-color: rgb(255 255 255 / 0%);
    border-color: rgb(0 51 161 / 0%);
  }
  .dropdown.language .btn.btn-secondary:hover {
    color: #0033a1;
    background-color: rgb(0 51 161 / 0%);
    border-color: rgb(0 51 161 / 0%);
  }
  .header .navbar .dropdown.language .dropdown-menu {
    overflow: hidden;
    text-align: center;
  }

  .bt-HC-login.account-already .fa-arrow-right {
    display: none;
  }
}
@media (max-width: 545px) {
  .HC-register .bt-HC-register {
      width: 100%;
  }
  .bt-HC-login.account-already {
      width: 100%;
      line-height: 1.4;
      padding: 16px 0;
  }
  .cover-HC-register {
      padding: 4rem 1.5rem 3rem 1.5rem !important;
  }
}

/*----------------------------------------------------------------------------------------*/
/* Verify Your Email Address */
/*----------------------------------------------------------------------------------------*/
.Big-verify-email-address {
  background-color: #eeeeee;
}
.cover-verify-email-address .img-fluid {
  margin: auto;
  display: block;
  width: 120px;
}
.cover-verify-email-address .t1 {
    color: #20b375;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
}
.cover-verify-email-address .t2 {
    font-size: 16px;
    color: #676c71;
}
.cover-verify-email-address {
    border-radius: 15px;
    box-shadow: 0 0.3rem 1.5rem rgb(0 34 107 / 19%) !important;
    padding: 5rem 15% 5rem 15% !important;
}

.verify-email-address {
  text-align: center;
}
.verify-email-address .bt-verify-email-address {
    background-color: rgb(32 179 117);
    border-color: rgb(32 179 117);
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-top: 20px;
        padding: 18px 13%;
}
.verify-email-address .bt-verify-email-address:hover {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.verify-email-address .bt-verify-email-address:hover:not(:disabled):not(.disabled).active {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.verify-email-address .bt-verify-email-address:hover:not(:disabled):not(.disabled):active {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.img-verify {
  width: 70px;
  display: block;
  margin: 45px auto -20px auto;
}

/*----------------------------------------------------------------------------------------*/
/* login */
/*----------------------------------------------------------------------------------------*/
.cover-HC-register.login {
  padding: 4rem 3rem 3rem 3rem !important;
}
.cover-HC-register.login .t1.sup {
  margin-bottom: 35px;
}
.HC-register.login .bt-HC-register {
  margin-top: 20px;
}

/*----------------------------------------------------------------------------------------*/
/* cover-verify-step-1 */
/*----------------------------------------------------------------------------------------*/
.container-padding-confirm {
    padding: 0 60px;
}
.confirm-head .t1 {
    font-size: 50px;
    font-weight: 800;
    color: #0033a1;
    margin-bottom: 0px;
    line-height: 1.3;
}
.confirm-head .t2 {
  font-size: 17px;
  margin-bottom: -10px;
}
.confirm-head.head-f .t2 {
  margin-bottom: 0px;
}
.cover-verify-step-shadow {
  border-radius: 15px;
  box-shadow: 0 0.3rem 1.5rem rgb(0 34 107 / 19%) !important;
}
.cover-verify-step {
  padding: 3rem 1.5rem 3rem 1.5rem !important;
  height: 500px;
}
.cover-verify-step-new-height {
  height: 580px;
}
.cover-verify-step .t1 {
  text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}
.cover-verify-step .t2 {
    font-weight: 800;
    font-size: 17px;
    color: #231f20;
    margin-bottom: 10px;
}
.cover-verify-step .t3 {
  margin-bottom: 0px;
  font-size: 16px;
}
.cover-verify-step .t3.head {
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 600;
    color: black;
}
.cover-verify-step .t3 .line-height {
  line-height: 1.5;
}
.line-confirm {
  background-color: #eeeeee;
  height: 1px;
}
.cover-confirm-text {
    text-align: center;
    padding: 20px 0 70px 0px;
    height: 85px;
}
.cover-confirm-text .t4 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #20b375;
  margin-top: 7px;
}
.cover-confirm-text .t4.text-check-file-again {
    margin-top: -3px;
    line-height: 1.5;
}
.cover-img-verify-2 {
    margin: 100px 0px;
}
.img-verify-2 {
    width: 120px;
    display: block;
    margin: 0px auto 0 auto;
}
.cover-img-verify-3 {
    margin: 70px 0px;
}
.img-verify-3 {
    width: 225px;
    display: block;
    margin: 0px auto 0 auto;
}

.bt-to-verify {
    background-color: #0033a1;
    border-color: #0033a1;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-left: 10px;
    padding: 15px 80px;
}
.bt-to-verify:hover {
  background: #01236b;
  border-color: #01236b;
}
.bt-to-verify:hover:not(:disabled):not(.disabled).active {
  background: #01236b;
  border-color: #01236b;
}
.bt-to-verify:hover:not(:disabled):not(.disabled):active {
  background: #01236b;
  border-color: #01236b; 
}

.bt-to-verify-check-again {
    background-color: #c11e36;
    border-color: #c11e36;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-left: 10px;
    padding: 15px 50px;
}
.bt-to-verify-check-again:hover {
  background: #a51025;
  border-color: #a51025;
}
.bt-to-verify-check-again:hover:not(:disabled):not(.disabled).active {
  background: #a51025;
  border-color: #a51025;
}
.bt-to-verify-check-again:hover:not(:disabled):not(.disabled):active {
  background: #a51025;
  border-color: #a51025;
}

/* The container */
.accept-terms {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  background-color: rgb(255 255 255 / 0%);
  border: 0px solid #ffffff30;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  /*font-family: inherit;*/
  margin-top: 15px;
}

/* Hide the browser's default checkbox */
.accept-terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #bdcbe7;
  margin-top: 2px;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.accept-terms:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.accept-terms input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.accept-terms input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.accept-terms .checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #0033a1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.accept-terms a {
    color: #73b4f5;
    transition: 0.25s;
}
label.accept-terms a:hover {
    color: #9fb2c5;
    transition: 0.25s;
}

.accept-terms.accepted {
  pointer-events: none;
}

.cover-overflow {
    overflow-x: auto;
    height: 370px;
    padding-right: 10px;
}
/* width */
.cover-overflow::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.cover-overflow::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
  background-color: rgb(0 51 161 / 7%);
}
/* Handle */
.cover-overflow::-webkit-scrollbar-thumb {
  background: rgb(0 51 161 / 13%);
  border-radius: 10px;
}

@media (max-width: 1290px) {
  .cover-confirm-text .t4.text-check-file-again {
    margin-top: 0px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .cover-verify-step-shadow {
    margin-bottom: 40px;
  }
  .cover-confirm-text .t4.text-check-file-again {
    font-size: 20px;
    margin-top: -3px;
    line-height: 1.5;
  }
}
@media (max-width: 454px) {
  .confirm-head .t1 {
      font-size: 40px;
  }
  .confirm-head .t2 {
    margin-bottom: -20px;
  }
}
@media (max-width: 425px) {
  .container-padding-confirm {
      padding: 0 15px;
  }
  .cover-verify-step {
      height: 450px;
  }
  .img-verify-2 {
    width: 50%;
  }
  .img-verify-3 {
    width: 75%;
  }
  .cover-overflow {
    height: 340px;
  }
}

.cover-user .user .btn {
    background-color: rgb(0 51 161 / 2%);
    border-color: rgb(0 51 161 / 0%);
    color: #0033a1;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-left: 10px;
    padding: 16px 14px;
}
.cover-user .user .btn:hover {
    background: rgb(1 35 107 / 0%);
    border-color: rgb(1 35 107 / 0%);
}
.cover-user .user .btn:active {
  background: rgb(1 35 107 / 0%);
  border-color: rgb(1 35 107 / 0%);
  color: #0033a1;
}
.cover-user .user .btn:focus {
  background: rgb(1 35 107 / 0%);
  border-color: rgb(1 35 107 / 0%);
  color: #0033a1;
}
.cover-user .user .btn:hover:not(:disabled):not(.disabled).active {
    background: rgb(1 35 107 / 0%);
    border-color: rgb(1 35 107 / 0%);
  color: #0033a1;
}
.cover-user .user .btn:hover:not(:disabled):not(.disabled):active {
    background: rgb(1 35 107 / 0%);
    border-color: rgb(1 35 107 / 0%);
  color: #0033a1;
}

@media (min-width: 992px) {
  .cover-user .user .dropdown-menu {
    left: -25%;
    box-shadow: 0 1px 14px rgb(0 34 107 / 19%);
  }
}

.cover-verify-step.cover-verify-step-new-height.verify-step-2 .t1 {
  text-align: left;
}

.bt-HC-cancel {
    background-color: rgb(31 179 117 / 0%);
    border-color: #d6d6d6;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #929292;
    width: 170px;
}
.bt-HC-cancel:hover {
    background: #d6d6d6;
    border-color: #d6d6d6;
}
.bt-HC-cancel:hover:not(:disabled):not(.disabled).active {
    background: #d6d6d6;
    border-color: #d6d6d6;
}
.bt-HC-cancel:hover:not(:disabled):not(.disabled):active {
    background: #d6d6d6;
    border-color: #d6d6d6;
}

.bt-HC-agree {
    background-color: #1fb375;
    border-color: #1fb375;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #ffffff;
    width: 170px;
    margin-left: 8px;
}
.bt-HC-agree:hover {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.bt-HC-agree:hover:not(:disabled):not(.disabled).active {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.bt-HC-agree:hover:not(:disabled):not(.disabled):active {
  background: #0c8e57;
  border-color: #0c8e57; 
}
.cover-bt-cancel-agree {
    text-align: right;
    position: absolute;
    bottom: 10%;
    right: 50px;
}

@media (max-width: 1199px) {
  .cover-bt-cancel-agree {
      bottom: 70px;
  }
}
@media (max-width: 991px) {
  .cover-verify-step-new-height {
      height: auto;
  }
  .cover-bt-cancel-agree {
      position: static;
      margin-top: 40px;
  }
}
@media (max-width: 545px) {
  .cover-bt-cancel-agree {
    text-align: center;
  }
  .bt-HC-cancel {
    margin-bottom: 15px;
    width: 80%;
  }
  .bt-HC-agree {
    margin-bottom: 15px;
    margin-left: 0px;
    width: 80%;
  }
}

/*----------------------------------------------------------------------------------------*/
/* cover-verify-step-2 */
/*----------------------------------------------------------------------------------------*/
.cover-verify-step.verify-step-2 .t3.sub {
  color: #0033a1;
  margin-bottom: 15px;
}

/*----------------------------------------------------------------------------------------*/
/* cover-verify-step-4 */
/*----------------------------------------------------------------------------------------*/
/* The container-radio-person-type */
.container-radio-person-type {
    /* display: block; */
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}

/* Hide the browser's default radio button */
.container-radio-person-type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radio-person-type .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #969696;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio-person-type:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio-person-type input:checked ~ .checkmark {
  background-color: #0033a1;
  border: 1px solid #0033a1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio-person-type input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio-person-type .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0033a1;
}

.check-correct {
  color: #20b375;
}
.check-wrong {
  color: #d2344c;
}

.check-wrong.text {
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 5px;
}

/*----------------------------------------------------------------------------------------*/
/* active none */
/*----------------------------------------------------------------------------------------*/
.cover-verify-step-shadow.active {
  background-color: #0033a1 !important;
}
.cover-verify-step-shadow.active .cover-verify-step .t1 {
  color: #fff;
}
.cover-verify-step-shadow.active .cover-verify-step .t2 {
  color: #fff;
}
.cover-verify-step-shadow.active .cover-verify-step .t3 {
  color: #fff;
}
.cover-verify-step-shadow.active .cover-confirm-text .bt-to-verify {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0033a1;
    font-weight: bold;
}
.cover-verify-step-shadow.active .cover-verify-step .accept-terms {
  color: #ffffff;
}
.cover-verify-step-shadow.active .cover-confirm-text .bt-to-verify:hover {
    background-color: #cee1ff;
    border-color: #cee1ff;
}
.cover-verify-step-shadow.active .line-confirm {
  background-color: rgb(54 94 181);
}

/* Track */
.cover-verify-step-shadow.active .cover-verify-step .cover-overflow::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
  background-color: rgb(255 255 255 / 21%);
}
/* Handle */
.cover-verify-step-shadow.active .cover-verify-step .cover-overflow::-webkit-scrollbar-thumb {
  background: rgb(255 255 255 / 64%);
  border-radius: 10px;
}


.cover-verify-step-shadow.none .cover-verify-step .t1 {
  color: #cccccc;
  opacity: 0.5;
}
.cover-verify-step-shadow.none .cover-verify-step .t2 {
    color: #cccccc;
    opacity: 0.5;
}
.cover-verify-step-shadow.none .cover-verify-step .t3 {
    color: #cccccc;
    opacity: 0.5;
}
.cover-verify-step-shadow.none .cover-confirm-text .bt-to-verify {
  background-color: #cccccc;
  border-color: #cccccc;
  opacity: 0.5;
  pointer-events: none;
}
.cover-verify-step-shadow.none .cover-verify-step .accept-terms {
  color: #cccccc;
  opacity: 0.5;
  pointer-events: none;
}