body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    width: 100%;
    line-height: 1.5;
    background: #F8F8FA;
}

/* global css */
.track-order-page figure {
    margin: 0;
}

.h-100 {
    height: 100%;
}

.find-order-wrap {
    padding: 150px 0px 200px;
    background: url(../images/trackorder/find-orger-bg.jpg) no-repeat;
}

.find-order {
    border: 1px solid #EEE;
    max-width: 768px;
    width: 95%;
    margin: 0px auto;
    white-space: nowrap;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.0),
        0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.01),
        0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.02),
        0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.03),
        0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.03),
        0px 100px 80px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 6;
    position: relative;
}

/* .find-order::before{content:'';position: absolute;z-index: -68;max-width:768px;width:100%;margin: 0px auto;white-space: nowrap;padding:40px;border-radius:20px;box-shadow: 0px 20px 20px #ebebeb;background-color: white;left:0;height: 100%;top: 0;} */
.find-order input[type="text"] {
    padding: 8px 15px;
    border: solid 1px #ccc;
    height: 50px;
    width: 100%;
    border-radius: 4px;
}

.find-order .heading {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1;
}

.find-order .form-sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.find-order .form-sec .input-sec {
    width: 100%;
}

.find-order .btn.btn-primary {
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    padding: 13px 40px;
    height: 100%;
    color: #151515;
    background: #ffb100;
    font-weight: 700;
    align-items: center;
}



/* track number css */
.track-order-page .container-fluid {
    padding: 0 20px;
    margin: 0 auto;
}

.track-order-page .track-number h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-right: 28px;
}

.track-order-page .track-number p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 7px 13px;
}

/* track card css */



.track-order-page .track-card {
    background: #fff;
    border-radius: 12px;
}

.track-order-page .nav-pills.nav,
.track-order-page .tab-content .tab-pane{ max-height:75vh; overflow:auto;  padding-right:10px;}


.track-order-page .custom-col-4 ::-webkit-scrollbar { width:5px; margin:10px }
.track-order-page .custom-col-4 .nav-pills.nav::-webkit-scrollbar-track { width:2px; border-radius:50px; background:#fff; }
.track-order-page .custom-col-4 .nav-pills.nav::-webkit-scrollbar-thumb { background:#ffb100; height:30px; width:5px; border-radius:25px }

.track-order-page .custom-col-8 ::-webkit-scrollbar { width:5px; margin:10px }
.track-order-page .custom-col-8 .tab-pane::-webkit-scrollbar-track { width:2px; border-radius:50px; background:#fff; }
.track-order-page .custom-col-8 .tab-pane::-webkit-scrollbar-thumb { background:#ffb100; height:30px; width:5px; border-radius:25px }

.track-order-page .nav-pills .nav-link .track-card {
    box-sizing: border-box;
    border: solid 1px #fff;
}

.track-order-page .nav-pills .nav-link:hover{ cursor:pointer;}

.track-order-page .nav-pills .nav-link.active,
.track-order-page .nav-pills .show>.nav-link {
    background: transparent;
}

.track-order-page .nav-pills .nav-link.active .track-card,
.track-order-page .nav-pills .show>.nav-link .track-card {
    border: 1px solid #ffb100;
}

.track-order-page .track-box {
    padding: 42px;
}

.track-order-page .track-box table td {
    display: inline-block;
    padding-bottom: 20px;
}

.track-order-page .track-box span {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    max-width: 100%;
    width: auto;
    white-space: nowrap;
}

.track-order-page .track-box h3 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.track-order-page .track-box .track-btn {
    border-radius: 4px;
    align-items: center;
    width: auto;
    white-space: nowrap;
    width: 300px;
    margin-right: 20px;
    padding: 0px 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffb100;
}

.track-order-page .track-box .track-btn span {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

.track-order-page .nav-link .track-btn:after {
    content: '';
    width: 60px;
    height: 35px;
    border-left: 0.5px solid #ffffff47;
    background: url(../images/trackorder/sprit-icon.png) no-repeat;
    background-position: 15px 0px !important;
    padding-left: 10px;
}

.track-order-page .nav-link.delivered .track-btn {
    background: #47AD4B;

}

.track-order-page .nav-link.delivered .track-btn:after {
    content: '';
    width: 60px;
    height: 35px;
    border-left: 0.5px solid #ffffff47;
    background: url(../images/trackorder/sprit-icon.png) no-repeat;
    background-position: 15px -33px !important;
}


.track-order-page .track-box .flow-chart li {
    position: relative;
    padding: 20px 0px !important;
}

.track-order-page .track-box .flow-chart li:last-child {}

.track-order-page .track-box .flow-chart li:last-child span::after {
    display: none;
}


.track-order-page .track-action {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #999999;
    text-align: center;
}

.track-order-page .track-action .fa {
    font-size: 32px;
    color: #999999;
}

.track-order-page .nav-pills .nav-link .fa:before,
.track-order-page .nav-pills .show>.nav-link .fa::before {
    content: "\f105" !important;
}

.track-order-page .nav-pills .nav-link.active .fa::before {
    content: "\f104" !important;
}

/* track content box */
.track-order-page .track-content-box {
    padding: 42px 42px 30px 42px;
}

.track-order-page .track-content-box .heading {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.track-order-page .track-content-box .heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #606060;
    border-left:1px solid #EDEDED;
    margin: 0;
}

.track-order-page .track-content-box a .fa {
    font-size: 28px;
    color: #999;
}

.track-order-page .accordion-toggle .fa-angle-up {
    display: none;
}

.track-order-page .accordion-toggle.show .fa-angle-up {
    display: block;
}

.track-order-page .accordion-toggle.show .fa-angle-down {
    display: none;
}

.track-order-page .track-content-box .heading span {
    font-size: 15px;
    font-weight: 700;
    color: #47AD4B;
    padding-right: 10px;
}

.track-order-page .track-content-box .heading span i {
    cursor: pointer;
    margin-left: 10px;
   
    font-size: 20px;
    color: #666;
}

/* status bar */
.tracking-flow {
    display: inline-block;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
    border-top: solid 1px #EDEDED;
}

.tracking-flow ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    min-width: fit-content;
    width: 100%;
    align-items: center;
    position: relative;
    white-space: nowrap;
    justify-content: space-between;

}

.tracking-flow li {
    list-style: none;
    margin: 0 18px;
    display: inline-block;
    position: relative;
    width:100%;
    
}


.pending::before {
    content: '';
    width: 100%;
    display: block;
    background: #ccc;
    height: 1px;
    left: -26px;
    position: absolute;
    top: 53.5%;
    z-index: 1;
}

.pending::after {
    content: '';
    width: 100%;
    display: block;
    background: #ccc;
    height: 1px;
    right: -26px;
    position: absolute;
    top: 53.5%;
    z-index: 1;
}

.pending:last-child::after {
    display: none;
}

 
.tracking-flow li.steps.pending .circle {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #ccc;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 20px auto;
    z-index: 3;

}

 
.tracking-flow ul>li:first-child::before{
    content: '' !important;
    width:50%;
    border-bottom: 1px solid #fff;
    position: absolute;
    display: block;
    top: 53.5%;
    left: 0;
    height:1px;
    z-index: 2;
    margin: 0px auto;
}

.tracking-flow ul>li:last-child::after{
    content: '' !important;
    width:50%;
    height:1px;
    display: block;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 53.5%;
    right: 0;
    z-index: 2;
    margin: 0px auto;
}


.pending~.internal-process::before {
    color: #ccc !important;
}

.pending~.internal-process::after {
    color: #ccc !important;
}

.tracking-flow li.steps .circle {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #47AD4B;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 20px auto;
    z-index: 3;
    padding:0px;

}
 
.tracking-flow>ul::after {
    content: "";
    border-bottom: 1px solid #47AD4B;
    position: absolute;
    width: calc(100% - 100px);
    top: 53%;
    left: 0;
    right: 0;
    margin: 1px auto;
}




.tracking-flow li.steps img.d-block.mx-auto {
    height: 33px;
    width: 33px;
}

.tracking-flow li.steps:first-child .circle:before {
    display: none;
}

.tracking-flow li.steps:last-child .circle:after {
    display: none;
}

.tracking-flow .internal-process {
    /* overflow:hidden;
    */
    position: relative;
    top: 5px;
    /* left: 9px; */
    width:auto;
    padding: 0px 10px;
    background: #fff;
    z-index: 2;
}

.tracking-flow .internal-process.show {
    width: auto;
    border-top: 2px dotted #CCCCCC;
    height: 0;
}

.tracking-flow .internal-process ul {
    display: flex;
    line-height: 1;
    width: 0;
}

.tracking-flow .internal-process ul li span::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 63px;
    background-color: #CCCCCC;
    border-radius: 100%;
}

.tracking-flow .internal-process.show ul {
    width: auto;
    position: relative;
    top: -70px;
}

.tracking-flow .internal-process li {
    position: relative;
    line-height: 1;
    padding: 0;
}

.tracking-flow .internal-process li span {
    display: none;
}

.tracking-flow .internal-process.show ul span {
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-align: center;
    cursor: pointer;
    max-width: 110px;
    word-wrap: break-word;
    min-height: 40px;
    white-space: normal;
    line-height: normal;
    align-items: center;
}

.tracking-flow .internal-process.show ul li {
    padding: 0px 10px;
    min-width: 133px;
}

.tracking-flow .internal-process::before {
    content: '\f100';
    font-family: "Font Awesome 5 Free";
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: block;
    left: -10px;
    position: absolute;
    text-align: center;
    color: #47AD4B;
    background: #fff;
    font-weight: 900;
    bottom: -10px;
}

.tracking-flow .internal-process::after {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    cursor: pointer;
    height: 20px;
    width: 20px;
    right: -10px;
    text-align: center;
    display: block;
    position: absolute;
    font-weight: 900;
    bottom: -10px;
    color: #47AD4B;
    background: #fff;
    padding: 0;
    z-index: 9;
}


.tracking-flow .internal-process.show::after,
.tracking-flow .internal-process.show::before {
    color: #999;
    bottom: -9px;
}

.pending-step-img {
    filter: grayscale(1);
}


.track-order-page .tracking-flow p {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    height: 42px;
    line-height: normal;
}

.track-order-page .chart-box {
    display: none;
}

.track-order-page .chart-box.show {
    display: block;
}

.track-order-page .chart-box.show~.track-card {
    background-color: #F4F4F4 !important;
}

.track-order-page .flow-chart li h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    min-width: 185px;
    max-width: 185px;
    line-height: 24px;
}

.track-order-page .track-box h4 span {
    display: block;
    min-height:25px;
    font-size: 13px;
}

.track-order-page .flow-chart li p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 24px;
}

.track-order-page .flow-chart li p span {
    display: block;
    min-height:25px;
    white-space:normal;
    font-size: 13px;
}

.border-top-radius-0 {
    border-radius: 0px 0px 10px 10px !important;
}

.track-order-page .flow-chart li .circle {
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
    background: #47AD4B;
    border-radius: 100%;
    display: block;
    margin: 0 40px;
}

.track-order-page .flow-chart li .circle::after {
    position: absolute;
    content: '';
    border: 1px solid #47AD4B;
    height: 100%;
    transform: translateX(5px);
    top: 50px;
}

.track-order-page .tracking-flow::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F4F4F4;
    cursor: pointer;
}

.track-order-page .tracking-flow::-webkit-scrollbar {
    height: 4px;
    background-color: #F4F4F4;
    cursor: pointer;
}

.track-order-page .tracking-flow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
    cursor: pointer;
}

/* dark box products item */
.track-order-page .track-grey-box {
    background: #F4F4F4;
    padding: 42px;
    border-radius: 0;
}

.track-order-page .track-img-box {
    background: #fff;
    border: 2px solid #EEEEEE;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    padding: 16px;
}

.track-order-page .track-img-box img {
    max-width: 60px;
    max-height: 60px;
     
}

.track-order-page .track-descrp-box h3 {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    line-height: 1.5;
    margin: 0;
}

.track-order-page .track-descrp-box p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
    padding-bottom: 2px;
    margin: 0;
}

.track-order-page .track-descrp-box p span {
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    width: 100%;
    max-width: 50px;
    display: inline-block;
    margin-right: 5px;
}

.track-order-page .scrollbar {
    height: auto;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

.track-order-page .scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 3px;
    background-color: #F4F4F4;
}

.track-order-page .scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #F4F4F4;
}

.track-order-page .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #D9D9D9;
}

.track-order-page .order-status {
    max-width: 768px;
    width: 100%;
    margin: 0px auto;
    padding: 42px 0px;
    border-radius: 0;
}

.track-order-page .order-status .rate-us {
    margin-top: 30px;
}

.track-order-page .order-status .rate-us h2 {
    font-weight: 500;
    font-size: 17px;
}

.track-order-page .order-status .trustpilot a {
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    background: #fff;
    border: solid 1px #EEEEEE;


}

/* Dark-Mode css */
.dark-mode #app_body .track-inner-page h2 {
    color: #fff;
}
.dark-mode #app_body .track-inner-page p {
    color: #eee;
}

/* responsive css */
@media(max-width:1800px) {
    .tracking-flow {
        max-width: 1000px;
    }
}

@media(max-width:1600px) {
    .track-order-page .track-content-box p {
        font-size: 13px;
    }

    .track-order-page .track-box {
        padding: 25px;
    }
}

@media(max-width:1500px) {
    .track-order-page .track-grey-box .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .track-order-page .track-box span {
        font-size: 14px;
    }

    .track-order-page .track-box h3 {
        font-size: 13px;
    }

    .track-order-page .track-box.track-content-box {
        padding: 30px;
    }

    .track-order-page .track-content-box .heading {
        font-size: 14px;
    }
}

@media(max-width:1440px) {
    .track-order-page .track-box {
        padding: 14px;
    }

    .track-order-page .track-box .track-btn {
        max-width: 236px;
        background-position: 190px 9px;
    }

    .track-order-page .track-box .track-btn span {
        max-width: 144px;
        font-size: 14px;
    }

    .track-order-page .custom-col-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .track-order-page .custom-col-8 {
        flex: 0 0 60%;
        max-width: 60%;
    }


}

@media(max-width:1300px) {

    .track-order-page .track-grey-box {
        padding: 16px;
    }
}

@media(max-width:1120px) {
    .track-order-page .nav .nav-link {
        width: 50% !important;
        max-width: 600px;
        margin: 0 auto;
    }

    .track-order-page .custom-col-4,
    .track-order-page .custom-col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .track-order-page .track-box {
        padding: 30px;
    }

    .track-order-page .track-box span {
        font-size: 15px;
    }

    .track-order-page .track-box h3 {
        font-size: 15px;
    }

    .track-order-page .track-grey-box .custom-col {
        max-width: 33.333%;
        flex: 0 0 33.33%;
    }
}

@media(max-width:992px) {
    .track-order-page .nav .nav-link {
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto;
    }

    .track-order-page .track-grey-box .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}



/* Inner pages css start */

.track-inner-page .order-content {
    margin-top: 15px;
}

.track-order-page.refunded .order-content {
    margin-top: 10px;
    width: 100%;
}

#orderId {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #fff;
    margin: 0 auto 15px;
    padding: 11px 22px;
    display: inline-block;
}

.track-inner-page h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.track-inner-page p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.track-inner-page .contact-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #FFB100;
    border-radius: 5px;
    padding: 12px 23px;
    display: inline-block;
    margin-top: 10px;
}

.track-order-page .refunded-box {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.track-order-page .order-tabel {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.track-order-page .order-tabel td {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    padding: 2px 0;
}

.track-inner-page.refunded strong {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.track-order-page .order-tabel tfoot td {
    font-size: 22px;
    padding-top: 20px;
}

.track-inner-page.refunded table tfoot strong {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

/* lotte css */
.order-lottie {
    height: 200px;
}

.notfound-lottie {
    height: 250px;
}

@media(max-width:992px) {
    .track-order-page .order-tabel {
        table-layout: auto;
        white-space: normal;

    }

    .track-order-page .order-tabel tr td:nth-child(2) {
        width: 50%;
    }

    .track-inner-page.refunded table tfoot strong,
    .track-inner-page.refunded table tfoot td {
        font-size: 18px;
    }

}

@media(max-width:767px) {

    .find-order {
        padding: 20px;
        text-align: center;
    }

    .find-order .heading {
        margin-bottom: 10px;
    }

    .find-order .form-sec {
        display: inline-block;
    }

    .find-order .form-sec input[type="text"] {
        text-align: center;
    }

    .find-order .form-sec .button-sec {
        margin-top: 10px;
    }





    .track-order-page .refunded-box {
        width: 100%;
        max-width: inherit;
    }

    .track-inner-page.refunded table tfoot td {
        font-size: 15px;
    }

    .track-order-page.refunded .order-tabel tfoot strong {
        font-size: 15px;
    }

    .track-order-page .order-tabel .order-content {
        width: 100%;
    }


}

@media(max-width:450px) {

    .track-order-page .order-tabel td,
    .track-inner-page.refunded strong {
        font-size: 13px;
    }

    .track-inner-page h2 {
        font-size: 15px;
    }

    /* lotte css */
    .order-lottie {
        height: auto;
    }

    .notfound-lottie {
        height: auto;
    }

}

/* End inner pages css */