.timeline-container {
    width: 90%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0px;
    height: 130px;
    transform: translateY(30px);
}
.timeline-container .progress-bar2 {
    width: 100%;
    height: 10px;
    border-radius: 100px;
    position: relative;
    box-sizing: border-box;
    margin: auto;
    background: rgba(0, 0, 0, 0.12);
}
.timeline-container .progress-track2 {
    position: absolute;
    top: 0;
    height: 10px;
    border-radius: 100px;
    background: #4caf50;
    color: #FFFFFF;
}
.timeline-container .timeline-header {
    position: absolute;
    top: 0;
    width: 150px;
    box-sizing: border-box;
    margin-left: -70px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    transform: translateY(-35px);
}
.timeline-container .timeline-marker.active {
    background: #4caf50;
    color: #FFFFFF;
}

.timeline-container .timeline-marker {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    position: absolute;
    top: -11px;
    background: #f2f2f2;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #919191;
    border: solid 2px #ffffff;
}
.timeline-container .timeline-marker .material-icons2 {
    font-size: 16px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

.material-icons2 {
    font-size: 0.7rem;
    line-height: 1;
    display: inline-block;
}

.submit_btn_track {
    height: auto;
    justify-self:center;
    width:7rem;
    padding:0.4rem 1rem;
    cursor:pointer;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: #dd712f;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
.divT1 {
    flex: 0 0 auto;
    width: 25%;
    border:2px solid grey;
    border-radius:0.5rem;
    padding:0.7rem;
}

.divT2 {
    flex: 0 0 auto;
    width: 75%;
    padding: 2rem;
}
@media ( max-width:750px ) {
    .S900peW100 {
        flex: 0 0 auto;
        width: 100% !important
    }
    .timeline-header{
        font-size:0.6rem !important
    }
    .divT2{
        padding:0.7rem !important
    }
}
@media ( max-width:900px ) {
    .divT1 {
        flex: 0 0 auto;
        width: 40%
    }
    .divT2 {
        flex: 0 0 auto;
        width: 60%
    }
}

.text_left p {
    text-align: left
}
.text_right p {
    text-align: right
}
p {
    font-size: 0.82rem;
    line-height: 0.82rem;
    color:black
}
.download_invoice {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    
}

.btn-icon {
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:1.5rem
}