.pagenum.stepper-wrapper {
  display: flex;
  padding: 0.33333rem 1.33333rem 0.33333rem 0.33333rem;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.pagenum .label {
  display: flex;
  gap: 0.66666rem;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: #0058a0;
  align-items: center;
}

.pagenum .label i {
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 1.06666rem;
  width: 1.73333rem;
  height: 1.73333rem;
  background: #0058a0;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  border-radius: 0.46666rem;
  align-items: center;
  flex-shrink: 0;
}

.pagenum .info {
  font-size: 0.714rem;
  color: #98a9bc;
  transform: translateY(2px);
}

.pagenum .stepper-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 1rem;
}

.pagenum .stepper-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.pagenum .stepper-item:after,
.pagenum .stepper-item:last-of-type:before {
  width: 0%;
  position: absolute;
  left: 96%;
  content: "";
  height: 0.6rem;
  background-color: #0058a0;
  z-index: 0;
  transition: width 0.5s 1s;
}

.pagenum .stepper-item.completed:after {
  width: 1.2rem;
}

.pagenum .stepper-item:before {
  position: absolute;
  left: 98%;
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  background-color: #e2e2e2;
  z-index: -1;
}

.pagenum .stepper-item .step-counter {
  width: 1.73333rem;
  height: 1.73333rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 1.06666rem;
  background-color: #e2e2e2;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.5s 1s;
}

.pagenum .stepper-item:last-of-type,
.pagenum .stepper-item:nth-last-of-type(2):before,
.pagenum .stepper-item:nth-last-of-type(2):after {
  display: none;
}

.pagenum .stepper-item.active:last-of-type {
  display: flex;
}

.pagenum .stepper-item.active:last-of-type .step-complete {
  background-color: #2ea55d;
  width: 1.43333rem;
  height: 1.43333rem;
  font-size: 0.8rem;
}

.pagenum .stepper-item .step-complete:before {
  font-family: "icomoon";
  content: "\F078";
  content: "";
}

.pagenum .stepper-item .step-counter button {
  color: inherit;
}

.pagenum .stepper-item:first-of-type .step-counter,
.pagenum .stepper-item.active .step-counter,
.pagenum .stepper-item.completed .step-counter {
  color: #fff;
  background-color: #0058a0;
}

.pagenum .stepper-item:first-of-type .step-counter {
  font-weight: normal;
}
@media (max-width: 1023px) {
  .pagenum .info {
    display: none;
  }
}


.cpflico-refresh:before {
  content: "";
  background: url(../images/refresh-icon.png) center no-repeat;
  width: 26px;
  height: 26px;
}
