.theikdi-deli-first-stept {
  width: 33.3%;
  height: 1rem;
  position: relative;
  background: rgb(110,211,12);
}

.theikdi-deli-first-stept:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5rem;
  border-left: 1rem solid rgb(110,211,12);
}

.theikdi-deli-first-stept:before {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid rgb(110,211,12);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
/*
Deli Stept
*/
.theikdi-deli-second-stept {
  width: 33.3%;
  height: 1rem;
  position: relative;
  background: #9e9e9e;
}

.theikdi-deli-second-stept:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid white;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

.theikdi-deli-second-stept:before {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #9e9e9e;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

.theikdi-deli-third-stept {
  width: 33.3%;
  height: 1rem;
  position: relative;
  background: #9e9e9e;
}

.theikdi-deli-third-stept:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid white;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

.theikdi-deli-third-stept:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1.5rem;
  border-right: 1rem solid #9e9e9e;
}

/*
Deli Seccess
*/

.theikdi-deli-success-second-stept {
  width: 33.3%;
  height: 1rem;
  position: relative;
  background: rgb(110,211,12);
}

.theikdi-deli-success-second-stept:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid white;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

.theikdi-deli-success-second-stept:before {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid rgb(110,211,12);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

.theikdi-deli-success-third-stept {
  width: 33.3%;
  height: 1rem;
  position: relative;
  background: rgb(110,211,12);
}

.theikdi-deli-success-third-stept:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid white;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

.theikdi-deli-success-third-stept:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1.5rem;
  border-right: 1rem solid rgb(110,211,12);
}
/*
.theikdi-deli-third-stept:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.9rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 1rem solid #9e9e9e;
}
*/
.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid red;
}

.accordion-shipments {
  font-size: 30px;
  color: #ff0211;
}

.icon.ion-arrow-up-b {
  font-size: 1.5rem;
  color: var(--bs-primary);
  padding-left: 2rem;
  padding-right: 2rem;
}

.month-day-year {
  font-size: 20px;
  font-weight: 500;
}

.process-name {
  font-size: 18px;
  font-weight: 600;
}

.bi bi-box-seam {
  height: 2rem;
  width: 2rem;
}

