.tracking-wrap {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    line-height:1;
}

    .tracking-wrap .tracking-info {
        margin-top: 1rem;
        background-color: #fff;
        border: 1px solid #F7F7F7;
    }

        .tracking-wrap .tracking-info .content {
            width: 100%;
            padding: 20px;
        }

    .tracking-wrap .tracking-title {
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 1rem;
    }

.tracking-steps {
    position: relative;
    background-color: #F4CDA6;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: 25px;
}

    .tracking-steps .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 45px;
        position: relative;
        border-radius: 100%;
        background: #F4CDA6;
        color: black;
    }

    .tracking-steps .text {
        display: block;
        margin-top: 10px;
    }

    .tracking-steps .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative;
    }

        .tracking-steps .step.active:before {
            background: #3167eb;
        }

        .tracking-steps .step::before {
            height: 7px;
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            top: 18px;
        }

        .tracking-steps .step.active .icon {
            background: #3167eb;
            color: #fff;
        }

    .tracking-steps .icon i {
        font-size: 14px;
        vertical-align: middle;
        margin-top: -5%;
        color: white;
    }

.countdown_time {
    display: flex;
    align-items: center;
    width: 100%;
    color: #dc3545;
}

.tracking-wrap {
    background: linear-gradient(360deg, #f2f2f2 10%, #f4f4f4 360%);
}

.tracking-wrap .tracking-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 1rem;
}