
.ordersPage .tabs_order{
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid var(--grey);
    margin-bottom: 10px;

}
.ordersPage .tabs_order span{
    color: var(--grey);
    text-align: center;
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 30px;
    padding: 0 30px 0;
    cursor: pointer;
}
.ordersPage .tabs_order span.active{
    border-bottom: 3px solid var(--orange);
    color: var(--orange);
    position: relative;
    bottom: -1px;
    font-weight: 800;
}
.activeOrder_box{
    border-radius: 16px;
    background: var(--white);
    padding: 22px 17px;

}
.orders_parent{
    position: fixed;
    top: 90px;
    background: var(--background);
    width: inherit;

}
.main_box .top_box{
    margin: 40px 0 90px;
    padding: 0;
}
.activeOrder_box .top_section{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.activeOrder_box .right_section{
    display: flex;
    gap: 14px;

}
.activeOrder_box .right_section img{
    width: 60px;
    height: 60px;
}
.activeOrder_box .left_section .name{
    color: var(--colortext);

    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: right;
}

.activeOrder_box .left_section .text_order{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    direction: rtl;
}
.activeOrder_box .left_section .line_order{
    width: 1px;
    border-right: 2px solid var(--grey);
    height: 16px
}
.activeOrder_box .left_section .dot_order{
    width: 4px;
    height: 4px;
    background-color: var(--description);
    border-radius:50%;
}
.activeOrder_box .left_section p{
    color: var(--countColor);
    font-feature-settings: 'ss01' on;
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
    direction: rtl;
    margin:  0;
}
.active_section{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.history_section{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.activeOrder_box .left_section{
    width: 100%;
}
.activeOrder_box .left_section .parent_top_box{
    display: flex;
justify-content: space-between;
    align-items: center;
}
.activeOrder_box .left_section .parent_top_box p{
    display: flex;
    gap:14px;
}
.activeOrder_box .left_section .code_order{
    color: var(--description);
    text-align: right;
    font-feature-settings: 'ss01' on;
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.activeOrder_box .left_section .orderStatus{
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
}
.activeOrder_box .left_section .orderStatus.completed{
    color: #19B100;
}
.activeOrder_box .left_section .orderStatus.notCompleted{
    color: #DF0000;
}
.activeOrder_box .bottom_section{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 50px;
}
.activeOrder_box .bottom_section .btn_order{
    text-align: center;
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding:0 10px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 100%;
    border: 2px solid var(--orange);
    cursor: pointer;
}
.activeOrder_box .bottom_section .repeat_order{
    color: var(--orange);
    background-color: var(--white);
}
.activeOrder_box .bottom_section .cancel_order{
    color: #FF4747;
    border:2px solid #FF4747;
    background-color: var(--white);
}
.activeOrder_box .bottom_section .details_order{
    color: var(--white);
    background: var(--orange);

}
.dontShow{
    display: none;
}
/* traking */
#appTracking{
    height: 100vh;
    width: 100%;
}
#trackingPage .trackingInfo{
    width: 100%;
    /*min-height: 180px;*/
    height: fit-content;
    background-color: var(--white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 0px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;

}
#trackingPage .moreInfoTracking{
    width: 70px;
    height:7px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #D3D3D3;
    border: none;
    cursor: pointer;
}
#trackingPage .header_box{
    position: absolute !important;
    z-index: 1000 !important;
    background: unset !important;
}

#trackingPage .trackingInfo .imgProduct{
    width: 75px;
    height: 75px;
    border-radius: 8px;
}
#trackingPage .trackingInfo .title{
    font-size: 18px;
    font-width: 400;
}
#trackingPage .trackingInfo .code{
    text-decoration: underline;
    color: #b1b1b1;
    font-size: 14px;
}
#trackingPage .trackingInfo .des{
    font-size: 14px;
    font-family:"iransans" ;
    color: #b1b1b1;
}
#trackingPage .trackingInfo  .productCount{
    font-size: 12px;
    font-family:"iransans" ;
    color: var(--greyDark);
    font-weight: 700;
}
#trackingPage .trackingInfo .leftBox{
    text-align: right;
    width: 100%;
}
#trackingPage .trackingInfo .more img{
    width: 12px;
    cursor: pointer;
}
#trackingPage .trackingInfo .more span{
    font-size: 12px;
    color: #b1b1b1;
    cursor: pointer;
    font-family:"iransans" ;
    font-weight: 600;
}
#trackingPage .infoProduct{
    padding: 0 20px;
}
#trackingPage .infoArrive .time{
    font-family:"iransans" ;
    font-size: 32px;
    font-weight: 700;
    color: var(--colortext);
    text-align: center;
    display: flex
;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 5px;
}
#trackingPage .infoArrive .des_time{
    font-size: 16px;
    color: var(--countColor);
    text-align: center;
}
.infoArrive{
    width: 100%;
    padding: 0 20px;
}
.infoArrive .orderStatus{
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
}
.infoArrive .orderStatus .statusItem{
    display: flex;
    gap: 10px;
    align-items: center;
    height: 20px;
    justify-content: end;
}
.infoArrive .orderStatus .statusItem .circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--grey);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;

}
.infoArrive .orderStatus .statusItem .text{
    font-size: 16px;
    color: var(--grey);
}
.infoArrive .orderStatus .statusItem.done .text{
    font-weight: 700;
    color: var(--orange);
}
.infoArrive .orderStatus .statusItem.inProgress .text{
    font-weight: 700;
}
.infoArrive .orderStatus .statusItem.done .circle,.infoArrive .orderStatus .statusItem.inProgress .circle{

    background: var(--orange);
}
.orderStatus .statusItem.done + .line{
    background: var(--orange);
}
.infoArrive .orderStatus .line{
    height: 38px;
    width: 1.5px;
    background: var(--grey);
    margin-right: 9.5px;
}
 .trackingInfo .infoPack{
    height: 118px;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
     width: 100%;

}
.trackingInfo .infoPack .name{
    font-size: 20px;
    font-weight: 700;
    color: var(--greyDark);
    display: block;
    text-align: right;
}
.trackingInfo .infoPack .position{
    font-size: 14px;
    font-weight: 400;
    color: var(--countColor);
    display: block;
    text-align: right;
    /*margin-top: 5px;*/
}
.trackingInfo .infoPack .profile{
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.trackingInfo .infoPack  .rightBox{
    width: 100%;
    align-items: center;
    justify-content: right;
    gap: 10px;
}