:root {
  --color-green: #618A3C;
  --color-blue: #0679AE;
  --main-light: #87ba5a;
  --color-dark: #1D2231;
  --text-gray: #8390A2;
  --text-white: #fff;
  --text-green: #618A3C;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 3rem 0 0 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  text-align: -webkit-center;
}

.steps>.step {
  position: relative;
  display: table-cell;
  font-size: 0.875rem;
  color: #6D6875;
}

.steps>.step:before {
  content: attr(data-step);
  display: block;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  color: #e6e6e6;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  margin-bottom: -4rem;
  line-height: 1rem;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: .9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps>.step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.125rem;
  top: .8rem;
}

.steps>.step.is-complete {
  color: #6D6875;
}

.steps>.step.is-complete:before {
  display: flex;
  content: "✓";
  color: var(--text-green);
  background: #fef0e2;
  border: 2px solid var(--color-green);
  justify-content: center;
  align-items: center;
}

.steps>.step.is-complete:after {
  background: var(--color-green);
}

.steps>.step.is-active {
  font-weight: 800;
  color: black;
}

.steps>.step.is-active:before {
  color: #FFF;
  border: 2px solid black;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps>.step.is-active:after {
  background: black;
}

.steps>.step.is-complete.step_none:before {
  display: none;
}

.sticky_steps {
  position: sticky;
  top: 8.7vh;
  z-index: 100;
  background-color: #fff;
  height: 12vh;
}

@media screen and (max-width: 640px) {
  .steps {
    padding: 0 !important;
  }

  .steps>.step {
    white-space: nowrap !important;
  }

  .step span {
    display: flex;
    width: 100%;
    height: 5vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    align-items: center;
    justify-content: center;
    font-size: 2.5vw;
  }

  .steps>.step.is-complete:before,
  .steps>.step.is-complete:after,
  .steps>.step.is-active:before,
  .steps>.step.is-active:after,
  .steps>.step:before,
  .steps>.step:after {
    display: none !important;
  }

  .sticky_steps {
    top: 7vh;
    height: 100%;
  }

  .verify,
  .personal,
  .files {
    padding-top: 2vh !important;
  }

  .append_left {
    display: none !important;
  }

  .verify form.w-75 {
    width: 100% !important;
  }

  .verify .email {
    border-radius: 0.5vh 0 0 0.5vh !important;
  }

  .personal .shadow .row {
    margin: 0 !important;
  }

  .personal .shadow .row form {
    margin: 2rem 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }

  .personal .shadow .row form .col-md {
    padding: 0 0 0 0 !important;
  }

  .personal .shadow .row form .col-md input {
    border-radius: 0.5vh !important;
  }
}


/* be verified */
.title {
  /* max-width: 400px; */
  margin: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.title h3 {
  font-weight: bold;
}

.title p {
  font-size: 12px;
  color: #118a44;
}

.title p.msg {
  color: initial;
  text-align: initial;
  font-weight: bold;
}

.otp-input-fields {
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 8px 0px #02025044;
  /* max-width: 400px; */
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px;
}

.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #2f8f1f;
  text-align: center;
  outline: none;
  font-size: 16px;
  /* Firefox */
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}

.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #287a1a;
  font-size: 20px;
}

.result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
}

.result p {
  font-size: 24px;
  font-family: "Antonio", sans-serif;
  opacity: 1;
  transition: color 0.5s ease;
}

.result p._ok {
  color: green;
}

.result p._ok::after {
  content: '\2714';
  display: inline-block;
  color: green;
  padding: 0 6px;
}

.result p._notok,
.result p.__notok {
  color: red;
  border-radius: 3px;
}

.result p.__notok::after {
  content: '\2718';
  display: inline-block;
  color: red;
  padding: 0 6px;
}

@media screen and (max-width: 640px) {
  .verify form.w-50 {
    width: 100% !important;
  }

  .verify .row.ms-3,
  .files .row.ms-3 {
    margin: 0 !important;
  }
}

/* be verified */

/* Button Loader */
.spinner {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-top: 4px dotted white;
  border-left: 4px dotted white;
  border-right: 4px dotted white;
  border-bottom: 4px dotted white;
  border-radius: 100%;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading {
  border-radius: 50px;
  width: 6.5vh !important;
  height: 6.5vh !important;
  display: flex;
  justify-content: center;
}

/* Button Loader */

/* Personal Details */
.error_apply {
  color: red;
  position: absolute;
  right: 10px;
  bottom: -15px;
  font-size: .9vw;
  font-style: italic;
}

.success_msg {
  color: green;
  position: absolute;
  right: 10px;
  bottom: -18px;
  font-size: .9vw;
  font-style: italic;
}

#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 0%;
  height: 15px;
  background-color: #04AA6D;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 10px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
/* Personal Details */

/* stages media */
@media screen and (max-width: 640px) {
  .stages{
    width: 75% !important;
  }

  .one_btn{
    width: 100% !important;
  }

  .finish_btn{
    width: 75% !important;
  }
}
/* stages media */