
/*tracking order css*/

#TrackModal {
    z-index: 9999999;
    overflow-y: auto;
}

    #TrackModal .btn-close, #TrackModal .modal-header {
        color: #fff;
    }

    #TrackModal .modal-header {
        display: flex;
        width: 100%;
        justify-content: space-between;
        background-color: #f1f1f1;
    }

        #TrackModal .modal-header #TrackModalLabel {
            flex: 1;
            font-weight: 700;
            font-size: 20px;
            color: #f1832c;
        }

    #TrackModal .modal-body {
        background-color: #fafafa;
    }

    #TrackModal .card {
        padding: 10px;
        /* border-radius: 4px; */
        /* box-shadow: 4px 4px 20px 3px hsla(0, 0%, 20%, 0.10); */
    }

        #TrackModal .card .card_header {
            width: 100%;
            padding-left: 10px;
        }

    #TrackModal h3 {
        margin-bottom: 0.4em;
        font-size: 18px;
    }

    #Update_Status, #TrackModal .card_header h5 {
        font-weight: 700;
    }

    #TrackModal .card_body {
        display: block;
        padding: 1em 1em;
    }

    #TrackModal .timeline {
        display: block;
    }

.timeline-line {
    width: 100%;
    height: 4px;
}

.timeline-line {
    background: rgb(228, 228, 228);
    border-radius: 12px;
    position: relative;
    justify-content: end;
}

.timeline-innerline {
    position: absolute;
    background: #26A541;
    width: 0%;
    height: 4px;
    top: 0%;
    left: 0%;
    transition: 1s linear;
    border-radius: 999px;
}

.timeline ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.timeline ul {
    flex-direction: row;
}

    .timeline ul li {
        height: 32px;
    }

.timeline li {
    margin-top: 0px;
    position: relative;
    width: 100%;
    padding: 0px;
}

.timeline-point.success {
    background-color: #26A541;
}

.timeline-point {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgb(228, 228, 228);
    top: -40px;
    left: 40%;
    transition: 1.5s ease;
}

#TrackModal p {
    margin-bottom: 1em;
}

#TrackModal p {
    margin-bottom: 16px;
}

.timeline ul li p.success, #Update_Status.success {
    color: #26A541 !important;
}

section.timeline ul li p {
    /* height: 72px; */
}

#TrackModal .timeline li p {
    transform: translateY(-10px);
    color: rgb(228, 228, 228);
    transition: 1.5s;
    text-align: center;
}

#TrackModal .timeline li p {
    padding: 0 3px;
    transition: 1.5s;
    font-weight: 600;
}

.hint {
    background-color: #ffeeb4;
    border-radius: 6px;
    margin-top: 0.6em;
    color: #7E6301;
    border: dotted 2px #f1832c;
    padding: 0.5rem 1em;
    text-align: justify;
}

#Details_Card {
    color: #333;
    margin-top: 13px;
}

    #Details_Card .card_header {
        padding-bottom: 0.5rem;
    }

#TrackModal .card_header h5 {
    font-size: 20px;
    margin: 6px 0px 0px;
}

#Update_Status, #TrackModal .card_header h5 {
    font-weight: 700;
}

#TrackModal .card_body {
    display: block;
    padding: 11px;
}

#TrackModal .card_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card_row .item {
    flex: 3;
    font-weight: 500;
}

.card_row .itemValue {
    flex: 2;
}

@media (min-width: 768px) {
    #TrackModal .modal-dialog {
        width: 55%;
        max-width: 55%;
        margin: 30px auto;
    }
}

#TrackModal .close {
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
}

#TrackModal .modal-content {
    overflow: hidden;
}

.card_row .itemValue ul {
    padding-left: 0px;
    list-style: none;
}

#TrackModal .close:hover {
    background-color: #f1832c;
    border: 1px solid #f1832c;
    color: #fff;
}

#TrackModal .timeline ul li p.fail, #TrackModal #Update_Status.fail {
    color: #f1832c;
}

#TrackModal .hidden {
    opacity: 0;
}

@media (max-width: 767px) {
    #TrackModal .timeline {
        height: 359px;
    }

    .orclas {
        margin: 10px 0px;
    }

    .formto input {
        width: 100%;
    }

    .formto .sumotdate {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .timeline-point {
        left: unset;
        top: unset;
        position: static;
        margin: auto;
    }

    .snvbcl {
        display: none !important;
    }

    #TrackModal .timeline .timeline-line {
        width: 4px;
        height: 340px;
        transform: translate(18px, 0);
    }

        #TrackModal .timeline .timeline-line .timeline-innerline {
            width: 4px;
            position: relative;
            display: block;
            top: unset;
            left: unset;
        }

    #TrackModal .timeline ul {
        flex-direction: column;
        height: 340px;
        transform: translate(10px, -99%);
        margin-bottom: -110%;
        justify-content: unset;
        align-items: unset;
        margin: 0px;
    }

        #TrackModal .timeline ul li {
            display: flex;
            height: auto;
            flex: 1;
            margin: 2px;
            text-align: center;
            color: #d7d7d7;
            z-index: 5;
        }

            #TrackModal .timeline ul li p {
                flex: 1;
                text-align: left;
                display: flex;
                align-items: center;
                transform: translate(8px, 0px);
                margin: 0px;
            }

    #TrackModal .timeline-point.fail {
        background-color: #F1832C;
    }
}
@media (max-width:1024px) and (min-width:768px) {
    .formto input {
        width: 80%;
    }
    .orclas {
        padding:20px 0px;
    }
}