.trackorder h2{
    --tw-text-opacity: 1;
    color: rgb(112 112 112/var(--tw-text-opacity));
}
.trackorder .track-order-btn{
    border:1px solid #e36f56;
    color:#e36f56;
    background:none;
} 
.trackorder .img-rounded{
    width:80px;
    height:80px;
}
.trackorder .info{
    font-weight: 500;
}
.trackorder .details{
    /* margin-left:-600px; */
    color:black;
}
.trackorder .order-status-image{
    /* margin-top: -15px; */
    padding: 0;
    width: auto;
    /* text-align: center; */
    max-width: 30px;
}
.trackorder .order-status-text{
    font-size: 12px;
    width: 100px;
    color: #191C1F;
    margin-top: 10px;
    
}
.track-order-form{
    display: flex;
}
.track-label{
    width: 200px;
    font-weight: 600;
}
.track-order-input{
    height: 40px;
}
.track-order-submit{
    min-width: 50% !important;
}
.trackorder .order-status-image > img{
    height: 40px;
}
/** BOOTSTRAP **/
.container{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.container::before, .row::before {
    display: table;
    content: " ";
}
.container::after, .row::after {
    clear: both;
}
.text-center {
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.progress {
    display: flex;
    height: 10px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #E36F5633;
    border-radius: .25rem;
    padding: 0;

}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e36f56;
    transition: width .6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
.track-order-title{
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
.row.text-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    /* color: #e36f56 !important; */
}
div#box {
    /* background: #FAFAF9; */
    margin: 0;
    border-radius: 5px;
    padding: 10px ;
    border-bottom: 1px solid #0000001C;
}
.subtitle{
    color: #475156;
}
.sidebar-wrap{
    background: var(--gray);
    border-radius: 5px;
}
.item-custom a{
    text-decoration: none;
    color: var(--primaryNew-primary-grey, #1B2124);
    font-size: 14.479px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5%;
    display: inline-block;
    width: 100%;
    transition: all ease-in-out 0.2s;
}
.item-custom a:hover{
    background: #e8e8e8;
}
.item-custom a:active , .item-custom a:focus{
    border-color: #ff5501;
    color: var(--primaryNew, #FFF);
    font-size: 17.162px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-left: 3px solid transparent;
    display: block;
}
.track-head-custom{
    padding: 15px 0;
    background: #E36F5633;
    border: 1px solid #E36F56;
    border-radius: 5px;

}
.track-order-head-title{
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.order-view{
    font-weight: 600;
    margin-top: 2rem;

}

/*custom prgress*/
.custom-comp-track{
    width: 25px;
    height: 25px;
    position: relative;
    background: #E36F56;
    border: 5px solid #E36F56;
    border-radius: 50%;
}
.custom-comp-track:after{
    content: "";
    position: absolute;
    top: calc(55% - 5px);
    left: calc(50% - 5.5px);
    height: 5px;
    width: 10px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform-origin: center;
    transform: rotate(-45deg);
    z-index: 2;
}
.order-status-image-point{
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-status-track{
    background: #E36F56;
    border: 5px solid #E36F56;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.custom-pending-track{
    background: white;
    border: 2px solid #E36F56;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
/*progrss*/
.line-container {
    display: flex;
    width: 100%;
  }
 .status-container{
    margin-top: 3rem;
 }
 .track-status-active{
    width: 100%;
    max-width: 60px;
 }
 .track-status-active-txt{
    line-height: 20px;
    padding: 0 20px;
    font-size: 14px;
 }
 .track-custom-container .main-wrap{
    padding:0 5rem;
 }
.track-details-custom{
    margin-bottom:15px ;
}
@media screen and (max-width: 768px){
    .track-order-submit{
        min-width: 100% !important;
    }
    .info.track-order-info{
        margin: 0 15px;
    }
    .trackorder .order-status-text{
        width: auto;
        min-width: 80px;
    }
    .track-custom-container .sidebar-wrap{
        display: none;
    }
    .track-status-active-txt{
        line-height: 20px;
        padding: 0 10px;
     }
     .track-custom-container .main-wrap{
        margin:0 ;
        padding: 10px;
     }
     .row.text-primary{
        max-width: 100%;
     }
}
