/* #orders {
  background-color: red;
} */

.order-nav {
    /* margin: 0px 7.5px 0; */
    padding: 10px;
}

.bg-color {
    /* border: 1px solid red; */
    width: 100%;
}


/* for orders only */

li.moreOrders {
    list-style: none;
}

li.moreOrders:nth-child(1n+5) {
    display: none;
}

li.nav-item.bg-color {
    padding: 10px;
    margin-bottom: 10px;
}

.details {
    color: #696763;
}

.orderrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}

.ordered-status {
    width: 20%;
}

.ordered-status img {
    width: 50%;
}

.order-details {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 25px; */
}

.more-status {
    width: 20%;
}

.image_selected {
    display: flex;
    justify-content: center;
}

.post-logo img {
    width: 50%;
}

@media (max-width: 768px) {
    .more-status {
        width: 20%;
    }
    .ordered-status {
        width: 30%;
        margin-right: -60px;
    }
}

@media (max-width: 480px) {
    .more-status {
        display: none;
    }
    .ordered-status {
        width: 35%;
        margin-right: -45px;
    }
    .post-logo img {
        width: 15%;
    }
}

@media (min-width: 992px) {
    .more-status {
        width: 20%;
    }
    .ordered-status {
        width: 20%;
        margin-right: -45px;
    }
}

@media (min-width: 1200px) {
    .more-status {
        width: 20%;
    }
    .ordered-status {
        width: 15%;
        margin-right: -45px;
    }
}


/* img.over-2 {
  margin-top: -93px;
  margin-left: 25px;
} */


/* order tracking css */
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.track .step.active:before {
    background: #36b8e9;
}

.track .step.cancelled:before {
    background: #36b8e9;
}

.track .step.cancelling:before {
    background: #36b8e9;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.track .step.active .icon {
    background: #36b8e9;
    color: #fff;
}

.track .step.cancelling .icon {
    background: #36b8e9;
    color: #fff;
}

.track .step.cancelled .icon {
    background: #36b8e9;
    color: #fff;
}

 
.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;
}

.track .text {
    display: block;
    margin-top: 7px;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px;
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px;
}


/* time line css */

@media (min-width: 992px) {
    .page-container {
        max-width: 1140px;
        margin: 0 auto;
    }
    .page-sidenav {
        display: block !important;
    }
}

.padding {
    padding: 2rem;
}

.w-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.85em;
}

.tl-item .avatar {
    z-index: 2;
}

.circle {
    border-radius: 500px;
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414);
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
    padding: 0;
    margin: 0;
}

.p-4 {
    padding: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.tl-item>* {
    padding: 10px;
    font-size: 12px;
}

.tl-item .avatar {
    z-index: 2;
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #36b8e9;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

.tl-content p:last-child {
    margin-bottom: 0;
}

.tl-date {
    font-size: 0.85em;
    margin-top: 2px;
    /* min-width: 100px;
  max-width: 100px; */
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
}

.b-warning {
    border-color: #36b8e9 !important;
}

.b-primary {
    border-color: #448bff !important;
}

.b-danger {
    border-color: #f54394 !important;
}

order-track-images {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.title {
    color: #666666;
}