@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&family=Plus+Jakarta+Sans:ital@0;1&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", serif;
}

svg {
  color: #5c6e81;
}

#astric {
  margin-left: 0;
  font-size: 1rem;
  color: #e53a3a;
}

.d-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.col-6 {
  padding: 0;
}

.col-6 {
  padding: 0;
}

body {
  overflow: auto;
}

.box-1 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(161deg,
      rgba(255, 230, 198, 0) 9.06%,
      rgba(255, 230, 198, 0.7) 90.22%),
    var(--Surface-White, #fff);
}

.logo {
  margin-bottom: 0.8rem;
}

.heading h2 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #01233f;
}

.heading p {
  font-weight: 500;
  font-size: 0.875rem;
  color: #768897;
  margin-bottom: 0.5rem;
}

.img-div img {
  height: 100vh;
  object-fit: cover;
}

.container1 {
  margin-top: 10rem;
  width: 80%;
  /* background: #fff; */
  margin-top: 2rem;
  border-radius: 5px;
  padding: 0px 35px;
}

.container1 header {
  margin-bottom: 12px;
}

.name .first {
  width: 100%;
}

.name .last {
  width: 100%;
}

.email-ic {
  position: absolute;
  z-index: 99;
  width: 20px;
  top: 10px;
  left: 10px;
}

.name {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  /* margin-bottom: 0.6rem; */
}

.number {
  display: flex;
  flex-direction: column;
}

.icon {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 99;
  left: 10px;
  bottom: 9px;
}

.lock-icon {
  height: 20px;
}

.icon1 {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 99;
  right: 16px;
  bottom: 10px;
}

.password-div-1 {
  border-radius: 12px !important;
}

.password-1 {
  margin-left: 0px !important;
  border-radius: 12px !important;
  padding: 12px 42px !important;
}

.email-1 {
  margin-left: 0px !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  padding: 0.375rem 1rem 0.375rem 2.2rem !important;
}

.upload-btn {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  /* padding: 0 1.5rem 0 2.5rem; */
}

.upload-inputs {
  height: 36px;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.form-label span {
  margin-left: 0.2rem;
  font-size: 0.75rem;
  color: #768897;
  font-weight: 500;
}

.up-btn {
  width: 20%;
}

.up-btn span {
  padding-left: 0.6rem;
}

.form-label {
  color: #01233f;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 24px;
}

.form-control {
  background-color: #fafbfb;
  border: 1px solid #dee2e6;
  font-size: 0.875rem;
  font-weight: 400;
  color: #768897;
  width: 100%;
  height: 36px;
  border-radius: 12px;
  padding: 12px 16px;
}

.form-control-1 {
  margin-left: 0 !important;
  padding: 0.375rem 1rem 0.375rem 2.2rem !important;
  border-radius: 12px !important;
}

.form-select {
  margin-left: 0px !important;
  padding: 0.375rem 2.25rem 0.375rem 2.5rem;
  font-size: 0.875rem;
  height: 36px;
  border-radius: 12px !important;
  background-color: #f5f6f7;
  border: 1px solid #dee2e6;
  color: #768897;
}

.form-select:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

.form-control:hover {
  /* border: 1px solid #43a9fb; */
  background-color: #f5f6f7;
  /* box-shadow: none; */
}

.form-control:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

.dropdown-toggle::after {
  display: none;
}

.down {
  margin-left: 6px;
}

.buttons {
  /* margin-top: 2.4rem; */
  display: flex;
  justify-content: space-between;
}

.buttons-1 {
  margin-top: 8.6rem;
}

.buttons-2 {
  margin-top: 8.6rem;
}

.buttons-3 {
  margin-top: 3.6rem;
}

.buttons-4 {
  margin-top: 13rem;
}

.nt-btn {
  background-color: #43a9fb;
  width: 78px;
  height: 30px;
  padding: 0px 12px;
  font-weight: 500;
  font-size: 0.875rem;
}

.nt-btn:hover {
  background-color: #6abbfc;
}

.nt-btn:active {
  background-color: #1d97fb;
}

.final-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2rem;
  margin-left: 1rem;
}

.img-div1 {
  margin-bottom: 2rem;
}

.para {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #768897 !important;
  padding: 0 1rem;
}

.text-1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 0.8rem;
  color: #01233f;
  line-height: 22px;
}

.btn-1 {
  height: 36px;
  border-top-color: #dee2e6;
  border-left-color: #dee2e6;
  border-bottom-color: #dee2e6;
  border-right-color: #f5f6f7;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  background-color: #f5f6f7 !important;
}

.btn-outline-secondary {
  font-weight: 700;
  font-size: 0.75rem;
  color: #01233f;
  background-color: #fafbfb !important;
  border-color: #dee2e6 !important;
}

.btn-outline-secondary:hover {
  color: #01233f;
  background-color: #ebedf0 !important;
}

.btn-outline-secondary:active {
  color: #01233f !important;
  background-color: #dee2e6 !important;
}

.container1 .form-outer {
  width: 100%;
  overflow: hidden;
}

.container1 .form-outer form {
  display: flex;
  width: 400%;
}

.form-outer form .page {
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}

.form-outer form .page .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}

.form-outer form .page .field {
  width: 100%;
  display: flex;
  position: relative;
}

form .page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
}

form .page .field select {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
}

form .page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}

form .page .btns button.next {
  margin-left: 3px;
}

.dropdown-item {
  color: #768897;
  background-color: #f1f8ff;
  border-bottom: 1px solid DEE2E6 !important;
}

.form-text {
  display: flex;
}

.form-text .text-div {
  width: 100%;
  background-color: #f5f6f7 !important;
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
}

.form-text .text-div span {
  font-weight: 700;
}

.form-text .check-div {
  display: flex;
  align-items: center;
}

.form-text .check-div p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.form-text .check-div img {
  width: 16px;
  height: 16px;
}

.text-2 h3 {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.text-2 p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #768897;
  margin-bottom: 12px;
}

.digit-group input {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid #dee2e6 !important;
  background-color: #fafbfb;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  color: black;
  margin: 0 2px;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

/* modal class */
.timer-div {
  display: flex;
  justify-content: space-between !important;
}

span {
  color: #768897;
  font-size: 0.875rem;
}

.timer {
  margin-left: 0.3rem;
  color: #ffa631;
}

.digit-group {
  display: flex;
  gap: 0.5rem;
}

.message-div p {
  margin-bottom: 0.2rem;
  color: #768897;
  font-size: 0.875rem;
}

.modal-header {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  border: none;
  margin-bottom: 1rem;
}

.modal-content {
  border-radius: 24px;
  padding: 1.5rem 1.8rem;
  width: 70%;
}

.modal-body {
  padding: 0;
}

.modal-footer {
  border: 0;
  padding: 0;
  justify-content: space-between !important;
}

.modal-footer2 {
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .name {
    margin-bottom: 0;
  }

  .container1 {
    margin-top: 1rem;
  }

  .logo img {
    width: 90px;
    height: 34px;
  }

  .logo {
    margin-bottom: 0.4rem;
  }

  .heading h2 {
    font-size: 1rem;
  }

  .heading p {
    font-size: 0.65rem;
  }

  .container1 header {
    margin-bottom: 0.6rem;
  }

  .step-1 {
    gap: 0.2rem;
  }

  .step-2 {
    gap: 0.2rem;
  }

  .step-3 {
    gap: 0.2rem;
  }

  .form-label {
    font-size: 0.65rem;
    margin-bottom: 0.2rem !important;
  }

  .form-control {
    font-size: 0.65rem;
    height: 26px;
    border-radius: 8px;
  }

  .btn-1 {
    height: 26px;
    font-size: 0.65rem !important;
  }

  .upload-inputs {
    height: 26px !important;
    font-size: 0.55rem !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .down {
    margin-bottom: 2px;
  }

  .btn-outline-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 72px !important;
    font-size: 0.65rem;
  }

  .nt-btn {
    width: 72px !important;
    height: 26px;
    font-size: 0.65rem;
  }

  .email-ic {
    position: absolute;
    z-index: 99;
    width: 14px;
    height: 12px;
  }

  .icon {
    top: 7px;
  }

  .lock-icon {
    position: absolute;
    top: 4px;
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
  }

  .icon1 {
    width: 16px;
    height: 16px;
    bottom: 5px;
    right: 8px;
  }

  .form-text .text-div {
    margin-top: 0.2rem;
    font-size: 0.65rem;
  }

  /* second page  */
  form .page .field select {
    font-size: 0.65rem;
    height: 30px;
  }

  .icon-3 {
    top: 6px;
    width: 14px;
    height: auto;
  }

  .form-select {
    border-radius: 8px !important;
    padding: 0.375rem 2.25rem 0.375rem 2rem;
  }

  .email-1 {
    padding: 0.375rem 1rem 0.375rem 2.2rem !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    font-size: 0.56rem;
  }

  .buttons-1 {
    margin-top: 4.8rem;
  }

  .buttons-2 {
    margin-top: 7rem;
  }

  /* third page */
  .up-btn img {
    width: 15px;
    height: auto;
    top: 5px;
    left: 5px;
  }

  .up-btn span {
    font-size: 0.65rem;
  }

  .upload-btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .buttons-3 {
    margin-top: 3.8rem;
  }

  /* fourth page */
  .buttons-4 {
    margin-top: 7.6rem;
  }

  .para {
    font-size: 0.75rem;
  }

  .text-1 {
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .container1 header {
    margin-bottom: 0.6rem;
  }

  .buttons-1 {
    margin-top: 6.6rem;
  }

  .name {
    margin-bottom: 0rem;
  }

  .container1 {
    margin-top: 1rem;
  }

  .form-label {
    font-size: 0.75rem;
    margin-bottom: 0.2rem !important;
    line-height: 20px;
  }

  .form-control {
    font-size: 0.75rem;
    height: 30px;
  }

  .btn-1 {
    height: 30px;
    font-size: 0.75rem;
  }

  .upload-inputs {
    height: 30px;
  }

  .email-ic {
    position: absolute;
    z-index: 99;
    width: 16px !important;
    height: 13px !important;
  }

  .form-text .text-div {
    font-size: 0.75rem;
  }

  .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    left: 12px;
    bottom: 7px;
  }

  .icon1 {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    right: 12px;
    bottom: 7px;
  }

  .step {
    gap: 0.2rem;
  }

  /* second page */
  form .page .field select {
    font-size: 0.75rem;
    height: 30px;
  }

  .email-1 {
    padding: 0.375rem 1rem 0.375rem 2.2rem !important;
  }

  .upload-btn {
    height: 30px;
  }

  .up-btn img {
    width: 16px;
    height: auto;
    top: 6px;
    left: 8px;
  }

  .up-btn span {
    font-size: 0.75rem;
  }

  .optinal-text {
    font-size: 0.65rem !important;
  }

  .buttons-2 {
    margin-top: 6.8rem;
  }

  .buttons-3 {
    margin-top: 3.4rem;
  }

  .buttons-4 {
    margin-top: 8.6rem;
  }

  .para {
    font-size: 0.75rem;
  }

  .text-1 {
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1460px) and (max-width: 1600px) {
  .container1 header {
    margin-bottom: 0.6rem;
  }

  .buttons-4 {
    margin-top: 13rem;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .container1 header {
    margin-bottom: 0.6rem;
  }

  .buttons-4 {
    margin-top: 14.6rem;
  }
}

.step-wiz {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}

.step1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #01233f;
  border: 2px solid #dee2e6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step3 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.number-1 {
  position: relative;
}

.number-1 p {
  font-size: 0.875rem;
  position: absolute;
  top: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.75rem;
  color: #768897;
}

.line-1 {
  height: 2px;
  background-color: #f2f2f2;
  flex-grow: 1;
}

.line-2 {
  height: 2px;
  background-color: #f2f2f2;
  flex-grow: 1;
}

.input-radius {
  margin-left: 0 !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.active-color {
  background-color: #18bb54;
  /* color: #f1f8ff; */
  transition: 0.2s linear;
}

.active-line {
  background-color: #18bb54;
  transition: 0.2s linear;
}

.active-color-p {
  color: #f1f8ff;
}

.verify-btn {
  padding: 8px 120px;
  border-radius: 12px;
  border: 0;
  background-color: #4ba854;
  letter-spacing: 1.5px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  box-shadow: #428749 0px 6px 0px 0px;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
}

.verify-btn:hover {
  box-shadow: #428749 0px 8px 0px 0px;
}

.verify-btn:active {
  background-color: #45a24f;
  /*50, 168, 80*/
  box-shadow: #428749 0px 0px 0px 0px;
  transform: translateY(2px);
  transition: 200ms;
}

.verify-btn2 {
  font-size: 0.875rem;
  padding: 8px 120px;
  border-radius: 12px;
  border: transparent;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background: dodgerblue;
  color: white;
}

.verify-btn2:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg,
      rgba(30, 144, 255, 1) 0%,
      rgba(0, 212, 255, 1) 100%);
}

.verify-btn2:active {
  transform: translate(0em, 0.2em);
}