.guideContainerWrapperNode.container {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.forgotten-reg .wizard .col-md-12 .col-md-10 {
  width: 100%;
  max-width: unset;
}

.wizard-navigators {
  padding: 0;
  display: flex;
}

.wizard-navigators>li.af-widget-itemnav {
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}

.wizard-navigators>li.af-widget-itemnav.active {
  background-color: #7F2B7B;
  border: 1px solid #7F2B7B;
}

.wizard-navigators>li.af-widget-itemnav.active span {
  color: #FFFFFF;
}

.wizard-navigators>li>a {
  color: #cdcdcd;
  text-decoration: none;
  padding: 1rem;
}

.afWizardPanel {
  margin: 2rem;
}

.wizard-nav-arrow {
  display: none;
}

#guideContainer-rootPanel___layoutContainer>.col-md-12.clearfix>.col-md-10 {
  float: none;
  display: inline;
  width: 100% !important;
}

#guideContainer-rootPanel___layoutContainer>.col-md-10.PanelContainer.afWizardPanel {
  flex: 1;
  max-width: 100%;
}

.guidetextbox.guidefield,
.guidedatepicker.guidefield {
  margin: 0 4em;
}

.regNumber .guideFieldWidget input {
  border: 0;
}

.forgottenRegErrorMsg {
  color: red;
  margin-bottom: 1em;
}

.panel_step_three .guidetextbox.guidefield {
  margin: 0;
}

.panel_step_three .guideFieldLabel {
  display: flex;
  width: unset;
}

.panel_step_three .guideFieldWidget {
  display: flex;
  width: unset;
  float: unset;
}

.panel_step_three .guideFieldWidget input {
  height: unset;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

.smsCodeValidationErrorMsg {
  color: red;
  margin-bottom: 2em;
}

.tooltip {
  color: #4d4d4d !important;
  background-color: #f8f8f8;
  border: 1px solid #7F2B7B;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  height: auto;
  left: 59%;
  position: absolute;
  width: 25%;
  width: -moz-available;
  margin-top: -29px;
  font-size: 14px;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #7F2B7B;
}

.tooltip-inner {
  max-width: 410px;
  background-color: unset;
  color: #4d4d4d !important;
  text-align: left;
}

.tooltip-inner img {
  width: 100%;
  height: 100%;
  padding: 0 2%;
}

@media (max-width: 767px) {
  .step.mobileLayout .guide-header-bar-wrapper {
    background-color: #7F2B7B;
    border: 1px solid #7F2B7B;
  }

  .step.mobileLayout .rootPanel.step,
  .step.mobileLayout .guide-mobile-navigator {
    display: none;
  }

  .guide-breadcrumb {
    padding: 1rem;
    color: #FFFFFF;
  }

  .rootPanel .wizard {
    padding: 0 1rem;
  }

  .guidetextbox.guidefield,
  .guidedatepicker.guidefield {
    margin: 0;
  }

  .afWizardPanel {
    margin: 2em 0;
  }

  .panel_step_three .guideFieldLabel {
    width: 100%;
  }

  .panel_step_three .guideFieldWidget {
    width: 100%;
  }
  
}

@media (max-width: 991px) {
  .frontdoorHomepage #guideContainerForm {
    padding: 0;
  }
  
  .tooltip {
    width: 45%;
  }
}