.track-order-table-container{
    width: 800px;
}

.untree_co-section{
    font-size: 15px;
}

.track-order-table{
    width: 100%;
}
/* .track-order-table , tr , td, th{
    border: 1px solid black
} */
.track-order-table th{
    text-align: center;
}


.track-order-table td, th{
    padding: 5px;
}

#searchbox{
    height: 60px;
    align-items: center;	
}
.track-input{
    width: 50vw !important;
    margin-left: 0px !important;
    border: none;
}
.track-btn{
    text-align: center;
    margin-left: 3px;
    width: 80px;
    height: 40px;
    color: #fff;
    font-family: 'gilroy-bold';
    border: none;
    background-color: #ff9d00;
}
#container {
    width:35%;
    height:50px;
    background-color:#EEEEEE;
    position:relative;
    border-right: 1px solid #EEEEEE;
}
        
.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent; 
    border-bottom: 25px solid transparent; /* 40px height (20+20) */
    border-left: 25px solid #EEEEEE;
    position:absolute;
    right:-26px;
}
thead th{
    font-size: 12px;
    font-family: PoppinsMedium;
}
.td_left{
    width: 30%;
    font-size: 12px;
    font-family: PoppinsRegular;
}
.td_right{
    font-size: 12px;
    font-family: PoppinsMedium;
}
.current_status > div{
    height: 100px !important;
}

.current_status{
    width: 85% !important;
    margin-left: 12.5%;
}

.current_status #container{
    height: 100px !important;
    /* width: 45% !important; */
    background: #FFC62F !important;
    font-size: 18px !important;
    font-family: PoppinsMedium;
    width:38% !important;
    border-right: 1px solid #FFC62F;
}
.current_status #container .arrow-right{
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #FFC62F;
    right: -50px;
}
.current_status:nth-child(2){
    background: #FFC62F;
}
.order_status_text{
    font-size: 12px;
    font-family:PoppinsRegular;
}
.order_status_date{
    color: #000000;
    font-family:PoppinsMedium;
    font-size:12px;
    vertical-align:middle;
}

.parcel_section{
    position:relative;
}
.parcel_img{
    position:absolute;
    right:-60px;
    height:160px;
}

.checkbox_section{
    color:#D9D9D9;font-size:30px;width: 25px;
}

.current_status .order_status_text{
    font-size: 18px;
    font-family:PoppinsMedium;
}

.current_status .order_status_date{
    color: #000000;
    font-family:PoppinsSemiBold;
    font-size:18px;
    vertical-align:middle;
}
.current_status .order_status_container{
    background:#fad153;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.order_status_container{
    width: 100%;
    background:#F7F7F7;
}
p{
    margin: unset;
}
.black_div{
    background: #000000;width:6px;height:50px;
}
.grey_div{
    background: #EEEEEE;width:6px;
}
.history_tag{
    background: #000000;
    width:80%;
    font-family:PoppinsMedium;
    font-size:12px;
}
.track_detail{
    font-family: PoppinsMedium;
    font-size:14px;
    background:#EEEEEE;
}
.page_heading_track{
    font-family: PoppinsSemiBold;
    font-size:16px;
}
.checked_in_img{
    height: 16px;
}
.mazar_e_qaid{
    position:absolute;
    height:300px;
    bottom:0px;
    z-index: -1;
}
.minar_e_pakistan{
    position:absolute;
    height:500px;
    right:0px;
    bottom:0px;
    z-index: -1;
}
.table thead td{
    font-size: 12px;
    font-family: PoppinsMedium;
    color: white;
}


/*----------- Mobile Screen -------------*/
@media (min-width:320px) and (max-width:480px) {
    .parcel_img{
        right: -30px !important;
        height: 65px !important;
    }
    .current_status {
        margin-left: 2.5% !important;
        width: 95% !important;
    }
    .current_status .order_status_text{
        font-size: 12px;
    }
    .current_status > div{
        height: 50px !important;
    }
    .current_status #container{
        height: 50px !important;
    }
    .current_status #container .arrow-right {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 35px solid #FFC62F;
        right: -35px;
    }
    .order_status_text{
        font-size: 9px !important;
    }
    .order_status_date{
        font-size: 9px !important;
    }
    .order_status_section{
        width: 85% !important;
    }
    .checkbox_section{
        font-size: 18px;
    }
    #container{
        height: 40px;
    }
    .arrow-right {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #EEEEEE;
        position: absolute;
        right: -20px;
    }
    .black_div {
        height: 40px;
        width: 3px;
    }
    .grey_div{
        width: 3px;
    }
    .page_heading_track{
        font-size: 13px !important;
    }
    .track_detail{
        font-size: 11px;
    }
    .table thead td{
        font-size: 10px;
        font-family: PoppinsMedium;
        color: white;
    }
    .td_left{
        font-size: 10px;
    }
    .td_right{
        font-size: 10px;
    }
    .checked_in_img{
        height: 16px;
    }
    .mazar_e_qaid{
        height:150px;
    }
    .minar_e_pakistan{
        height:250px;
    }
}


/*----------- Mobile Large Screen -------------*/
@media (min-width:481px) and (max-width:767px) {
    .current_status{
        margin-left: 2.5% !important;
    }
    .current_status > div{
        height: 85px !important;
    }
    .current_status #container{
        height: 85px !important;
    }
    .current_status .order_status_text{
        font-size: 13px;
    }
    .black_div {
        width: 4px;
    }
    .grey_div{
        width: 4px;
    }
    .current_status #container .arrow-right {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #FFC62F;
        right: -40px;
    }
    .parcel_img{
        height: 110px;
    }
    .current_status .order_status_date {
        font-size: 12px;
    }
    .mazar_e_qaid{
        height:200px;
    }
    .minar_e_pakistan{
        height:300px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .current_status #container{
        height: 80px !important;
    }
    .current_status #container .arrow-right {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #FFC62F;
        right: -40px;
    }
    .parcel_img{
        height: 120px !important;
    }
    .current_status > div{
        height: 80px !important;
    }
}