/*!
 * bsStepper v{version} (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 - {year} Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */

 .bs-stepper .step-trigger {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: .25rem;
  transition: background-color .15s ease-out, color .15s ease-out;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
  pointer-events: none;
  opacity: .65;
}

.bs-stepper .step-trigger:focus {
  color: #007bff;
  outline: none;
}

.bs-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: transparent !important;
}

@media (max-width: 520px) {
  .bs-stepper .step-trigger {
    flex-direction: column;
    padding: 10px;
  }
}

.bs-stepper-label {
  width: 100% !important;
  position: absolute;
  bottom: -20px !important;
  
  display: block;
  margin: 0 auto;
}

.bs-stepper-header {
  display: flex;
  align-items: center;
}

/* .bs-stepper-header {
  width: 90%;
  position: absolute;
  right: -200px;
  top: -143px !important;
  display: flex;
  align-items: center;
  justify-content: center;
} */


@media (max-width: 520px) {
  .bs-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
}

@media (min-width: 520px) {
  .bs-stepper-header {
    margin-top: -15px;
    text-align: center;
  }
}
.bs-stepper-line,
.bs-stepper .line {
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 3px;
  margin: auto;
  margin-top: 56px !important;
  margin-left: -20px !important;
  background-color: rgba(0, 0, 0, .12);
  z-index: 0 !important;
}

.bs-stepper-line__active{
  background-color: #0000FF !important;
}

@media (max-width: 400px) {
  .bs-stepper-line,
  .bs-stepper .line {
    flex-basis: 20px;
  }
}

.bs-stepper-circle {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: .5em 0;
  margin: .25rem;
  text-align: center;
  /* line-height: 2em; */
  font-size: 1.3em;
  font-weight: bold;
  color: rgba(0, 0, 0, .12);
  border: 3px solid rgba(0, 0, 0, .12);
  background-color: #EEEEEE;
  border-radius: 50%;
  z-index: 2 !important;
}

.active .bs-stepper-circle {
  background-color: #157ffb;
  border-color: #157ffb;
  color: white !important;
}

.bs-stepper-content {
  padding: 0 20px 20px;
}

@media (max-width: 520px) {
  .bs-stepper-content {
    padding: 0;
  }
  .test {
    width: 70% !important;
    margin: auto;
}
}

.bs-stepper.vertical {
  display: flex;
}

.bs-stepper.vertical .bs-stepper-header {
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}

.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
  display: block;
}

.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
  display: block;
  visibility: hidden;
}

.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
  display: none;
}

.bs-stepper .content.fade,
.bs-stepper-pane.fade {
  visibility: hidden;
  transition-duration: .3s;
  transition-property: opacity;
}

.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}

.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
  display: block;
  visibility: visible;
}

.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
  display: block;
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
  display: none;
}

.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
  visibility: hidden;
}

.active div button span{
  color: white !important;
}
.step{
  position: relative;
}

.m-stepper{
  display: none !important;
}

.mAOA{
  display: none;
}

@media (max-width: 1024px){
  .bs-stepper-header{
    display:none;
  }
  .m-stepper{
    display: flex !important;
  }

  .wAOA{
    display: none !important;
  }
  .mAOA{
    display: inline;
  }
  .justify-aoa{
    justify-content: center !important;
  }

  #goToFinal{
    width: 100% !important;
  }
}

@media (max-width: 760px){
  /* .table{
    display: none;
  } */
  .text-contrate{
    font-size: .5em;
  }

  .back-home{
    display: none !important;
  }
  .mtext{
    text-align: center !important;
  }
}

/* .bs-stepper-header {
  width: 90%;
  position: absolute;
  right: -200px;
  top: -143px !important;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.messages.messages--error {

  display: none;

}

div[role="contentinfo"] {
  display: none;
}

.stepper-mobile-bullet{
  
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: .5em 0;
  /* margin: .25rem; */
  text-align: center;
  line-height: 1em;
  font-size: 2em;
  font-weight: bold;
  background-color: #157ffb !important;
  border-color: #157ffb;
  color: white;
  background-color: transparent;
  border-radius: 50%;
}

.stepper-mobile--text{
  margin-top: 5px;
}

.stepper-mobile--text span{
  font-size: 1.3em;
  font-weight: bold;
}

.stepper-mobile--indicator{
  color: #157ffb !important;
}


/*Swall Alert Error Icon
*/@media (max-width: 575px){
  .swal2-icon.swal2-error .swal2-x-mark {
    margin-top: 2px !important;
  }
}
.step-trigger:disabled{
  opacity: 1 !important;
}

/*   BS Stepper UPDATED  01/06 */

.line.bs-stepper-line {
  position: absolute;
  width: 102px;
  left: -65px;
}

.step {
  position: relative !important;
  margin-right: 69px;
}

.login-modal-confirm-button {
  border-radius: 6px !important;
}
