.order_tracker_box {
    margin-bottom: 70px !important;
}
.orderTrackerIcon {
    width: 69px;
    height: 69px;
}
.verticalLine {
    height: 100%;
    width: 5px;
}
.verticalLine.white {
    background-color: white;
    width: 7px;
}
.verticalLine.white > .verticalLine.green,
.verticalLine.white > .verticalLine.grey,
.verticalLine.white > .verticalLine.halfGreenHalfGrey {
    margin-left: auto;
    margin-right: auto;
}
.verticalLine.white > .verticalLine.green {
    background-color: #42D210;
}
.verticalLine.white > .verticalLine.grey {
    background-color: #C5C5C5;
}
.verticalLine.white > .verticalLine.halfGreenHalfGrey {
    background: linear-gradient(to bottom, #42D210 50%, #C5C5C5 50%);
}
.firstVerticalLine {
    height: 50% !important;
}
.lastVerticalLine {
    height: 50% !important;
}
.greyOrGreenDot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}