

input:focus, textarea:focus, select:focus{
    outline: none;
}

.head-image {
  background: #F8FAFC; /*linear-gradient(277.43deg, #3d98c0 0.52%, #1c32a2 99.87%);*/
  height: 280px;
  /* padding-top: 65px; */
  border-top: 1px solid #f0eeea;
}
.head-image__heading {
  font-size: 24px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #153493; /* #214e75; */
  text-align: center;
  padding-bottom: 24px;
}

.profile {
  max-width: 800px;
  margin: 0 auto;
  transform: translateY(-200px);
  margin-bottom: -220px;
  font-size: 14px;
}
.profile .profile-container {
  padding: 48px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  font-size: 14px;
}

.profile .text {
  font-size: 18px;
  line-height: 1.23;
  color: #545454;
  font-weight: 500;
}
.profile .mb-44 {
  margin-bottom: 44px;
}
.profile__img-wrap {
  /*background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);*/
  background:#1D4CAE;
  padding: 2px;
  border-radius: 100px;
  display: inline-block;
}
.profile__btn {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 700;
  padding: 8px 12px;
  /* background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%); */
  background: linear-gradient(135deg, #2B58D9 0%, #153493 55%, #102B7A 100%);
  border-radius: 8px;
  margin-top: 31px;
  text-transform: uppercase;
  max-width: 148px;
}
.profile span {
  font-size: 14px;
  line-height: 1.1428571429;
}


.profile .input-wrap-nf {
  width: 100%;
  text-align: center;
}
.profile .input-wrap-nf textarea {
  width: 100%;
  height: 132px;
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #CACCCF;
  line-height: 1.5;
  padding: 12px 16px;
}
.profile .input-wrap-nf p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #545454;
}

.profile select {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 10px;
  width: 198px;
}

.select-wrap {
    padding-bottom: 8px;
}
.profile .select-wrap p {
  margin-top: 7px;
  font-size: 14px;
}
.subtext {
    font-size: 11px !important;
    text-align: justify;
}
.subtext1 {
    font-size: 13px !important;
    line-height: 1.5;
    color: #153493 !important; /* #224e75 !important; */
}

.profile .select-wrap input {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none;
}
/** thêm */
/*.profile .select-wrap span {
    padding: 10px 15px;
    width: 125px !important;
    text-align:left;
    font-size:11px;
}*/
.profile .select-wrap .btn_act {
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
    font-size: 14px;
}
.profile .select-wrap .btn_act:hover {

}
@media screen and (max-width: 767px) {
    .profile .select-wrap .btn_act {
        width: 100%;
    }
}
.profile .select-wrap .btn_dis {
    outline: none;
    font-size: 14px;
    line-height: 1.2;
    color: #545454;
    border: 1px solid #757575;
    padding: 10px 20px;
    border-radius: 10px;
    background: #F7F7F7;
}
.profile .select-wrap .btn_dis:hover {
    cursor: pointer;
    border: 1px solid #153493; /* #2875b9; */
    color: #153493; /* #2875b9; */
}
.profile .select-wrap a {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}
.profile .select-wrap a:hover {
  cursor: pointer;
  color: #153493; /* #3f8dec; */
  text-decoration: underline;
}
.profile .select-wrap ::placeholder {
  color: #828282;
  font-size: 14px;
  line-height: 1.5714285714;
}

.profile .select-wrap .btn_login {
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
}

.profile-btn-wrap {
    height: 120px;
}
/*.profile-btn-wrap .btn {
  min-width: 148px;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #150099;
  border: 1px solid #150099;
  padding: 12px 8px;
  border-radius: 8px;
}
.profile-btn-wrap .btn.bg {
  background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%);
  color: #fff;
  border: none;
}*/
.profile .notice {
  color: #828282;
  font-size: 10px;
  font-style: italic;
  line-height: 1.8;
  left: 460px;
  width: 308px;
  position: absolute;
}
.profile .g-20 {
  gap: 20px;
}
.profile .custom-checkbox label {
  min-width: unset;
  max-width: unset;
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .profile {
    padding: 0 100px;
  }
  .profile select {
    width: 150px;
  }
  
  /*.profile .input-wrap-nf {
    align-items: center;
  }
  .profile .input-wrap-nf textarea {
    margin: 0 auto;
  }*/
  
  .profile .select-group {
    flex-direction: column;
  }
  .profile .select-wrap input {
    width: 400px;
  }
  .profile .select-item {
    font-size: 14px;
  }
  .profile .profile__btn {
    margin: 31px auto 0;
    transform: none;
  }
  .profile .col-md-12 {
    text-align: center;
  }
  .profile .input-box {
    width: unset;
  }
  .profile .input-wrap-nf {
    /*gap: 30px;*/
  }
  .profile .profile-input-row:not(:last-child) {
    flex-direction: column;
    text-align: center;
    margin: 45px auto 0;
  }
  .profile .profile-input-row:not(:last-child) .label {
    margin: 0 auto;
  }
  .profile .notice {
    top: 67px;
    left: 108px;
    width: 220px;
  }
  .profile .mt-150 {
    margin-top: 165px !important;
  }
  .profile .profile-input-row.flex-wrap {
    align-items: center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .profile {
    padding: 0 100px;
  }
  
  .profile select {
    width: 140px;
    font-size: 14px;
  }
  .profile .mg-pc {
    margin-top: 42px;
    margin-left: 107px;
  }
  .profile .col-md-12 {
    flex: unset !important;
    width: unset;
  }
  .profile .custom-checkbox label {
    min-width: unset;
    max-width: unset;
  }
  .profile .input-wrap-nf textarea {
    width: 100%;
    margin: 0 auto;
  }
  .profile .input-box {
    width: 240px;
  }
  .profile .input-box__decor {
    transform: translate(0, 1px);
  }
  .profile .notice {
    left: 370px;
    top: -27px;
    width: 207px;
  }
  .profile .select-group {
    gap: 10px;
  }
  .profile .select-group select {
    width: 148px;
    font-size: 12px;
  }
  .profile .mt-120 {
    margin-top: 120px;
  }
  .profile__img-wrap {
    width: 150px;
  }
  .profile .input-wrap {
    gap: 16px;
  }
  .profile .input-wrap input {
    width: 458px;
  }
  .profile .input-wrap span {
    font-size: 13px;
  }
  .profile .g-20 {
    gap: 16px;
  }
}
@media screen and (min-width: 1730px) {
  .profile .g-62 {
    gap: 110px;
  }
  .profile__btn {
    margin: 31px 0 0 -78px;
    transform: translateX(40px);
  }
  .profile .col-md-12 {
    flex: unset !important;
    width: unset;
  }
  .profile .select-group {
    gap: 20px;
  }
  .profile .select-group select {
    width: 198px;
  }
  .profile .select-group div {
    gap: 20px;
  }
  .profile .input-box {
    width: 330px;
  }
  .profile .notice {
    left: 445px;
  }
  .profile .input-wrap.bd .select-group select {
    width: 150px;
  }
  .profile .input-wrap {
    gap: 14px;
  }
  .profile .w-360 {
    width: 356px !important;
  }
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
}
.header .menu {
  display: flex;
  align-items: center;
  /*gap: 0 31px;*/
  margin: 0;
  list-style: none;
}
.header .menu-link {
  text-decoration: none;
  color: #545454;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.22;
  text-transform: uppercase;
  padding: 0 18px;
}
.header__btn {
  font-size: 14px;
  line-height: 1.2142857143;
  /* background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%); */
  background: linear-gradient(135deg, #2B58D9 0%, #153493 55%, #102B7A 100%);
  border-radius: 8px;
  padding: 12px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.header__btn:hover {
  color: #fff;
}
.header .menu-item {
  position: relative;
}
.header .line {
  width: 0px;
  height: 2.5px;
  /* background: linear-gradient(90deg, #7DFFD3 0%, #150099 186.42%); */
  background: linear-gradient(90deg, #6B84D6 0%, #153493 100%);
  top: 20px;
  left: 0;
  transition: 0.2s ease-in-out;
  transform: translateX(-50%);
  position: absolute;
}
.header .line.active {
  left: 50%;
  width: 45px;
}
.header .menu-toggle {
  display: none;
  width: 30px;
  height: 30px;
}
.header .menu-toggle span {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  display: block;
}
.header__avt-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__avt-wrap span {
  font-size: 12px;
  color: #153493; /* #150099; */
}
.header__avt {
  width: 26px;
  height: 26px;
  border-radius: 100rem;
  /* background: linear-gradient(90deg, #7DFFD3 0%, #150099 186.42%); */
  background: linear-gradient(135deg, #6B84D6 0%, #153493 100%);
  padding: 1px;
}
.header__avt img {
  border-radius: 100rem;
}


/*# cta */
.cta {
  padding-top: 87px;
  padding-bottom: 75px;
  /* background: linear-gradient(277.43deg, #7DFFD3 0.52%, #29CCD6 20.82%, #150099 99.87%); */
  background: linear-gradient(135deg, #2B58D9 0%, #153493 55%, #102B7A 100%);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
}
.cta-container {
  text-align: center;
}
.cta__heading {
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  /* font-family: "Montserrat", sans-serif; */
  font-family: Manrope, sans-serif;
}
.cta__text {
  font-size: 18px;
  opacity: 0.8;
  line-height: 1.5;
  margin: 18px 0 9px 0;
}
.cta__btn {
  border-radius: 8px;
  color: #153493; /* #150099; */
  font-size: 12px;
  line-height: 1.25;
  padding: 13px 58px;
  position: relative;
  margin-top: 21px;
}
.cta__btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
}
.cta__text {
  max-width: 1062.4px;
  margin: 0 auto;
  color: #fff;
  opacity: 0.8;
}
.cta__btn-wrap {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  justify-content: center;
}
.cta__btn {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2307692308;
  padding: 11px 17px;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: transparent;
}

/** thêm */
#lbl-register-wait {
    display: none;
}

#spanEmail {
    padding: 0px;
    font-size: 14px;
}

.profile .select-wrap a {
    cursor: pointer;
}
a.isDisabled {
    color: gray !important;
    pointer-events: none;
}


/*
 * waiting load
 */
.profile .waiting-load {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    left: 0;
    top: 0;
    z-index: 999;
}
.waiting-load span {
    position: absolute;
    left: 46%;
    top: 50%;
}
.waiting-load img {
    width: 50px;
}


/*
 * span
 */
.lan-span-wrap {
    width: 100%;
    padding: 10px 0px 0px 10px;
    text-align: left;
}

/*
 * textbox
 */
.lan-input-wrap {
    width: 100%;
    /* padding-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD; */
    padding: 15px 15px;
    border: 1px solid #DDD;
    border-radius: 20px;
    text-align: left;
    margin: 10px 0px;
}
.lan-input-wrap i {
    color: #00000040; /* #214e75; */
}
.lan-input-wrap input {
    border: none;
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
}

.lan-link-wrap {
    text-align: center;
    padding-top: 40px;
}
.lan-link-wrap span {
    font-size: 14px !important;
    font-weight: 400;
    padding-right: 5px;
}
.lan-link-wrap a {
    color: #153493; /* #214e75; */
}
.lan-link-wrap a:hover {
    cursor: pointer;
    color: #000000; /* #3f8dec; */
    /*text-decoration: underline;*/
}

.phone-code {
    width: 95%;
    padding-left: 10px;
    font-size: 13px;
    color: #707070;
}


/** **/
.btn-primary {
    background: #0D41E1; /* #316da5; */
    border-color: #153493;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #153493; /* #316da5; */
}
.btn-primary:active {
  background: #0A33B5 !important;
  border-color: #0A33B5 !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); /* Subtle inset shadow for pressed effect */
}

.text-primary {
  color: #153493 !important; /* Custom primary color */
}



/** **/
.hr-sect {
  overflow: hidden;
  text-align: center;
  color: #c0c0c0;
  font-size: 12px;
}
.hr-sect:before,
.hr-sect:after {
  background-color: #f2f2f2;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.hr-sect:before {
  right: 0.5em;
  margin-left: -50%;
}
.hr-sect:after {
  left: 0.5em;
  margin-right: -50%;
}


.google-button {
  display: flex;
  align-items: center;
  background-color: #fff; /* #fafafa; */
  border: 1px solid #c0c0c0;
  color: inherit;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}
.google-button:hover {
  background-color: #f2f2f2;
  text-decoration: none !important;
}
.google-icon {
  width: 20px;
  height: 20px;
  /* margin-right: 10px; */
}
.google-button-text {
  flex-grow: 1;
  text-align: center;
  color: #28262c;
  margin-left: -20px !important;
}

.ML-button {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #d2a437;
  color: #2d4d72;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.ML-button:hover {
  background-color: #faedcd;
  text-decoration: none !important;
}
.ML-icon {
  width: 20px; /* Adjust the size of the icon as needed */
  height: 20px;
  margin-right: 10px;
}
.ML-button-text {
  flex-grow: 1;
  text-align: center;
  color: #2d4d72;
}

span.rules {
  font-size:12px !important; 
  color: #787878;
}
.rules > a {
  font-size:12px !important; 
  color: #787878;
  text-decoration: underline;
}
.rules > a:hover {
  cursor: pointer;
  color: inherit;
}


/** Login */
.hr-sect-login {
  overflow: hidden;
  text-align: center;
  color: #545454; /* #316da5; */
  font-size: 12px;
  line-height: 24px;
}

.ML-button-login {
  display: flex;
  align-items: center;
  background-color: #EAF0FF; /* #316da5; */
  border: 1px solid #6B84D6; /* #316da5; */
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}
.ML-button-login:hover {
  background-color: #D6E2FF; /* #216290; */
  text-decoration: none !important;
}
.ML-icon-login {
  width: 20px;
  height: 20px;
  /* margin-right: 10px; */
}
.ML-button-text-login {
  flex-grow: 1;
  text-align: center;
  color: #153493; /* #fff; */
  margin-left: -20px !important;
}


/** register */
.hr-sect-register {
  overflow: hidden;
  text-align: center;
  color: #c0c0c0;
  font-size: 12px;
}


/* modify swal2 */
.swal-fb-popup-title-customize {
  background: #153493;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.5em !important;

}

.swal-fb-popup-title-customize h1,
.swal-fb-popup-title-customize h2,
.swal-fb-popup-title-customize h3,
.swal-fb-popup-title-customize h4 {
  font-size: 20px;
  color: #fff !important;
}

.swal2-confirm {
  background-color: #153493 !important;
  color: white !important;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.swal2-confirm:hover {
  background-color: #102B7A !important;
}


/*** Chỉnh sửa checkbox, radio button ***/
input[type="checkbox"] {
  width: 15px; 
  height: 15px; 
  accent-color: #153493; 
  border-radius: 4px; 
  border: 2px solid #A9B8E6; 
  margin-top: 6px;
}

input[type="radio"] {
  width: 15px; 
  height: 15px; 
  accent-color: #153493; 
  border: 2px solid #A9B8E6;
  margin-top: 6px;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
  border-color: #153493;
  cursor: pointer;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  accent-color: #153493;
}



/** login-remember-card **/
.login-remember-card {
  padding: 40px 0 !important;
  margin: 0 auto;
}

.login-remember-card .login-remember-avatar-img img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media screen and (max-width: 767px) {
  .login-remember-card .login-remember-avatar-img img {
    width: 140px;
    height: 140px;
  }
}
.login-remember-card .login-remember-info {
  margin-bottom: 1.5rem;
}
.login-remember-card .login-remember-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4px;
}
.login-remember-card .login-remember-email {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 0;
}

.login-remember-card .login-remember-btn .login-remember-continue {
  border-radius: 20px;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 500;
}

.login-remember-continue:disabled {
  color: #fff;
  background-color: #00000073 !important;
  border-color: #00000073 !important;
}

.login-remember-card .login-remember-link-wrap {
  padding-top: 20px;
  text-align: center;
}
.login-remember-card .login-remember-link-wrap .login-remember-link {
  font-size: 16px;
  color: #153493;
  text-decoration: none;
  transition: color .18s;
}



/* Waiting animation */
.overlay-waiting {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner-waiting {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #153493 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
      transform: rotate(360deg);
  }
}



/** phone-popup-container **/
.phone-popup-container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 32px 24px 24px 24px;
}

.phone-popup-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000E0;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.5;
}

.phone-popup-desc {
  color: #525252;
  font-size: 14px;
  text-align: left;
  margin-bottom: 18px;
  line-height: 1.5;
}

.phone-popup-input-group {
  position: relative;
  margin-bottom: 24px;
}

.phone-popup-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.phone-popup-input {
  width: 100%;
  padding: 11px 16px 11px 44px;
  border: 1.5px solid #e0e0e0;
  border-radius: 16px;
  font-size: 16px;
  background: #fafcff;
  transition: border 0.2s;
  outline: none;
  color: #202020;
}

.phone-popup-input:focus {
  border-color: #153493;
  background: #fff;
  /* box-shadow: 0 0 0 2px #e4f5f1; */
  box-shadow: 0 0 0 2px #EAF0FF;
}

.phone-popup-btn {
  width: 100%;
  background: #153493;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  padding: 13px 0;
  cursor: pointer;
  transition: background 0.15s;
  /* box-shadow: 0 1px 4px rgba(23,114,109,0.09); */
  box-shadow: 0 1px 4px rgba(21, 52, 147, 0.16);
  letter-spacing: 0.1px;
}
.phone-popup-btn:hover {
  /* background: #116258; */
  background: #102B7A;
}

@media (max-width: 480px) {
  .phone-popup-container { padding: 18px 6vw 18px 6vw; }
}


.swal2-popup.swal2-phone-popup {
  max-width: 600px !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .swal2-popup.swal2-phone-popup {
    max-width: 95vw !important;
  }
}


/** form-error-msg **/
.form-error-msg {
  color: #ff3737;
  font-size: 14px;
  margin: 10px 0 0 0;
  min-height: 22px;
  text-align: left;
  opacity: 1;
  transition: opacity 0.4s;
}
.form-error-msg.hide {
  opacity: 0;
}


/* Căn giữa hoặc bo góc theo form */
.g-recaptcha {
  padding: 10px 0px;
  width: 100% !important;
}


