.tracking-hero {
  background-image: url("../../img/tracking-hero-drop-shadow.png"),
    url("../../img/tracking-hero.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, bottom right;
  background-size: cover, cover;
  min-height: 300px;
}
.tracking-hero h3 {
  color: white;
  vertical-align: middle;
}
.tracking-hero h3:first-child {
  color: var(--light-blue-text);
}

form input {
  border: 1px solid #707070;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  width: 50%;
}
form input::placeholder {
  font-style: italic;
  opacity: 0.5;
}
.tracking-delivered-section div:last-child > div {
  max-height: 450px;
  overflow: auto;
}
h1,
.tracking-delivered-section h3 {
  color: var(--dark-blue-text) !important;
  font-weight: bolder;
}
p {
  color: var(--dark-blue-text);
}
.tracking-main-section > div {
  background-color: #f5f5f5;
  border-radius: 16px;
}
.wrapper {
  user-select: none;
}
.wrapper li p:first-child {
  font-size: 12px;
  color: grey;
}
.wrapper li p:nth-child(2) {
  font-size: 12px;
  color: black;
}
.wrapper li p:last-child {
  font-size: 12px;
  color: var(--blue-text);
}
.wrapper li p:first-child::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 7px;
  width: 12px;
  border: 1px solid #ccc;
}

.StepProgress {
  position: relative;
  padding-left: 47px;
  list-style: none;
}

.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 14px;
  height: 100%;
  border-left: 2px solid #ccc;
}

.StepProgress-item {
  position: relative;
  counter-increment: list;
}

.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}

.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}

.StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.StepProgress-item.is-done::before {
  border-left: 2px solid green;
}

.StepProgress-item.is-done::after {
  content: "";
  font-size: 10px;
  color: #fff;
  text-align: center;
  border: 2px solid green;
  background-color: green;
}

.StepProgress-item.current::before {
  border-left: 2px solid green;
}

.StepProgress-item.current::after {
  content: "";
  padding-top: 1px;
  width: 19px;
  height: 18px;
  top: -4px;
  left: -40px;
  font-size: 14px;
  text-align: center;
  color: green;
  border: 2px solid green;
  background-color: white;
}

.wrapper strong {
  display: block;
}

.tracking-info-section h3:first-child {
  font-size: 20px;
}
.tracking-info-section h3:last-child {
  color: var(--blue-text);
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
