/*order status tracking start*/
body {
    padding: 0px !important;
}
.nice-select .current {
    line-height: 23px;
    font-size: 14px;
}
.order-track-modal > li {
    padding-left: 15px;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
    list-style: none;
}
.current-staus {
    position: absolute;
    top: 4px;
    left: -8px;
    z-index: 125;
    background: green;
    color: white !important;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 9px;
    text-align: center;
    line-height: 15px;
}
.order-track-modal > li:first-child::after {
    border-left: 2px solid #0e9b4c;
}
.order-track-modal > li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: -1px;
    border-left: 2px solid #6c757d;
    width: 1px;
    height: 100%;
}
.order-track-modal > li:last-child::after {
    border-left: inherit;
}
.text-muted-one {
    margin: 0px;
    line-height: 15px;
    color: #767676;
    font-size: 13px;
}


/*order status tracking end*/