@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
* {
  font-size: 100%;
  font-family: "Lexend", sans-serif;
  transition: 0.5s;
}
*:hover {
  transition: 0.5s;
}

.txt-blue {
  color: #2E6FD2;
}

.p-25 {
  padding: 25px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #6D7987 #D9D9D9;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #D9D9D9;
}

*::-webkit-scrollbar-thumb {
  background-color: #6D7987;
  border-radius: 5px;
  border: 3px solid #D9D9D9;
}

.register-custom-body {
  padding: 0px;
  max-width: none;
  height: 100%;
  margin: 0;
}
.register-custom-body .pop-title {
  padding-left: 5%;
  background-color: #2E6FD2;
  position: relative;
  height: 14%;
  display: flex;
  align-items: center;
}
.register-custom-body .pop-title h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.register-custom-body .pop-title .close-btn {
  position: absolute;
  right: 65px;
  bottom: 40%;
}
.register-custom-body .register-tab {
  padding: 0px 35px 110px 35px;
}
.register-custom-body .register-tab .nav-custom {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: end;
  padding-top: 40px;
  background-color: #fff;
  position: sticky;
  top: 0;
}
.register-custom-body .register-tab .nav-custom .nav-link {
  border-bottom: solid 8px #EBEBEB;
  padding: 0px 0px 12px 0px;
  color: #6D7987;
  width: 182px;
  text-align: left;
}
.register-custom-body .register-tab .nav-custom .nav-link.active {
  border-bottom: solid 8px #E98F08;
  color: #000;
}
.register-custom-body .register-tab .nav-custom .nav-link p {
  margin-bottom: 0px;
}
.register-custom-body .register-tab .nav-custom .nav-link span {
  display: none;
}
.register-custom-body .register-tab .tab-form-contain {
  margin-top: 40px;
}
.register-custom-body .register-tab .tab-form-contain .m-nav-title {
  display: none;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 24px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group {
  width: 32%;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group.field-100 {
  width: 100%;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group.field-100 textarea {
  height: 90px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group.form-check-fields {
  margin-top: 5px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group.form-check-fields .form-check .form-check-label {
  font-size: 15px;
  color: #333;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group .form-control {
  background-color: #FAFCFF;
  border: 1px solid #D1DBEA;
  border-radius: 6px;
  height: 50px;
  color: #000;
  font-size: 15px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group .form-control::-moz-placeholder {
  color: #9F9F9F;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group .form-control::placeholder {
  color: #9F9F9F;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group .form-control:focus {
  border: 1px solid #2E6FD2;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-two-column {
  display: flex;
  justify-content: space-between;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-two-column .input-width-64 {
  width: 64%;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .fields-two-column .input-width-30 {
  width: 30%;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-sub-title {
  width: 100%;
  margin-bottom: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-sub-title h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-sub-title h6 {
  font-size: 15px;
  font-weight: 300;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .check-box-small .form-check-input {
  border-color: #666;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch {
  padding-left: 0px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch .form-check-input {
  margin-left: 0px;
  width: 3.8em;
  height: 2em;
  background-color: #B5B5B5;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  position: relative;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch .form-check-input::before {
  content: "No";
  position: absolute;
  top: 5px;
  color: #fff;
  font-size: 13px;
  right: 8px;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch .form-check-input:checked {
  background-color: #05BE22;
  border-color: #05BE22;
  position: relative;
}
.register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch .form-check-input:checked::before {
  content: "Yes";
  position: absolute;
  top: 5px;
  color: #fff;
  font-size: 13px;
  left: 6px;
}
.register-custom-body .footer-tab {
  border-top: 1px solid #9F9F9F;
  background-color: #fff;
  align-items: center;
  justify-content: end;
  padding-right: 3%;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}
.register-custom-body .footer-tab .foot-button {
  font-size: 16px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.register-custom-body .footer-tab .foot-button a {
  padding: 10px 65px;
}
.register-custom-body .footer-tab .foot-button a.btnNext {
  color: #fff;
  background-color: #2E6FD2;
  border-radius: 0px;
  border: 0px;
}
.register-custom-body .footer-tab .foot-button a.btnNext:hover {
  background-color: #214DB5;
}
.register-custom-body .footer-tab .foot-button a.btnPrevious {
  background-color: #6D7987;
  color: #fff;
  border-radius: 0px;
  border: 0px;
}
.register-custom-body .footer-tab .foot-button a.btnPrevious:hover {
  background-color: #666;
}
.register-custom-body .footer-tab .foot-button a.btnSubmit {
  background-color: #078E0D;
  color: #fff;
  border-radius: 0px;
  border: 0px;
}
.register-custom-body .footer-tab .foot-button a.btnSubmit:hover {
  background-color: #056509;
}

@media only screen and (max-width: 768px) {
  .register-custom-body .register-tab {
    padding: 0px 24px 80px 24px;
  }
  .register-custom-body .register-tab .nav-custom {
    padding-top: 20px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .register-custom-body .register-tab .nav-custom .nav-link {
    width: auto;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    border-bottom: solid 4px #EBEBEB;
  }
  .register-custom-body .register-tab .nav-custom .nav-link p {
    display: none;
  }
  .register-custom-body .register-tab .nav-custom .nav-link span {
    font-size: 24px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
  }
  .register-custom-body .register-tab .tab-form-contain {
    margin-top: 10px;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .register-custom-body .register-tab .tab-form-contain .m-nav-title {
    display: inline-block;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style {
    row-gap: 20px;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group {
    width: 100%;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style .fields-group .form-control {
    height: 35px;
    font-size: 13px;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style .form-sub-title {
    margin-bottom: -8px;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style .form-sub-title h4 {
    font-size: 15px;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch .form-check-input {
    width: 3.2em;
    height: 1.5em;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch .form-check-input::before {
    top: 1px;
    font-size: 13px;
    right: 5px;
  }
  .register-custom-body .register-tab .tab-form-contain .register-form-style .form-switch .form-check-input:checked::before {
    top: 1px;
    font-size: 13px;
    left: 5px;
  }
  .register-custom-body .footer-tab .foot-button {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .register-custom-body .footer-tab .foot-button a {
    padding: 8px 32px;
    font-size: 14px;
  }
}/*# sourceMappingURL=register-child.css.map */