.example_text {
  text-align: left;
  color: #999999;
}
.help-block {
  display: block;
}
.progressbar {
  display: flex;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
  counter-reset: step;
  position: relative;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  /* float: left; */
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
  padding-bottom: 15px;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #0096cf;
}
.progressbar li.active:before {
  background-color: #0096cf;
  color: #fff;
}
.progressbar li.active + li:after {
  background-color: #0096cf;
}
.progressbar li.active-end {
  color: #0096cf;
}
.progressbar li.active-end:before {
  background-color: #0096cf;
  color: #fff;
}

.btnArea {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin: 0px;
  padding: 8px !important;
}
.h4 img {
  margin: 0 8px 3px 0;
}
.h5 {
  font-weight: 700;
  margin: 0;
}
header {
  background: #0096cf;
}
.header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
header h1 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0px;
}
.btn.btn-blue {
  background-color: #1896ee;
  color: #fff;
}
.btn.btn-next {
  font-weight: 700;
}
.btn.btn-blue:hover {
  background-color: #46aafa;
  color: #fff;
}
.btn.btn-back {
  background-color: #595757;
  color: #fff;
}
.btn.btn-back:hover {
  background-color: #999696;
  color: #fff;
}
.btn.btn-cancel {
  background-color: #f55353;
  color: #fff;
}
.btn.btn-cancel:hover {
  background-color: #f86a6a;
  color: #fff;
}
.lnk-inline {
  display: inline-block;
  margin-top: 15px;
  padding-left: 10px;
}
.has-error.form-control,
.has-error .form-control,
.has-error.form-select,
.has-error .form-select {
  border-color: #a94442;
}
p.example_text {
  margin: 4px 0;
}
.customerId-sub-line {
  display: none;
}
.customerId-sub-line.visible {
  display: block;
}
.customerId-line + .customerId-line {
  margin-top: 8px;
}
.customerId-line {
  animation: 0.1s linear fadeIn;
}
.customerId-form {
  /* align-self: center; */
}
.customerId-buttons {
  /* display: flex;
  justify-content: space-between;
  margin-left: 8px; */
}

.sub-number p {
  text-align: center;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.has-error.form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
}
.has-error.help-block,
.error-message {
  color: #a94442;
}
.display-end {
  justify-content: end;
}
.hidden-error {
  display: none;
}
.hidden-error.error {
  display: block;
}
.has-error {
  /* color: #a94442; */
}
.flex {
  display: flex;
}

.bg-gray {
  background-color: #efefef !important;
}
.msgbox {
  border: 2px solid #0080c0;
  background-color: #e8f3ff;
  font-weight: bold;
  margin: 20px 0px 40px 0px;
  padding: 20px 0px 10px 20px;
}
.msgbox p {
  color: #006393;
  font-size: 16px;
  margin-top: 10px 0px;
  display: inline-block;
}
.msgbox img {
  padding-bottom: 40px;
  padding-right: 20px;
}
.container {
  max-width: 960px;
}