div.track-order-form,
div.order {
    min-height: calc(80vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-top: 60px;
    padding: 60px 0;
}
div.track-order-form[data-visibility="hidden"],
div.order[data-visibility="hidden"]{
    display: none;
}
div.track-order-form div.child,
div.order div.child {
    width: 600px;
    height: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
    border-radius: 27px;
    padding: 25px;
}
div.track-order-form div.child h1 {
    font-size: 32px;
}
div.track-order-form div.child h2 {
    font-size: 18px;
    font-weight: 400;
    color: #353535;
    margin-top: 5px;
}

div.input-container {
    position: relative;
    display: flex;
    margin-top: 25px;
    input {
        flex: 1;
        padding: 12px 12px 12px 60px;
        font-size: 16px;
        border-radius: 7px;
        border: 1px solid #d3d3d3;
        outline: none;
    }
    p.prn {
        position: absolute;
        height: 30px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        color: var(--primary-color);
        background-color: var(--primary-color-10);
        top: 50%;
        left: 8px;
        margin-top: -15px;
    }
}

div.input-container input:focus {
    border-color: #303030;
}

div.input-container input:hover:not(:focus) {
    border-color: #969696;
}

div.track-order-form div.child button.submit {
    width: 100%;
    border: 0;
    padding: 12px;
    font-size: 14px;
    border-radius: 50px;
    margin: 16px 0 0 0;
    font-weight: 600;
    color: #fff;
    background-color: #b8b8b8;
    text-transform: uppercase;
}
div.track-order-form div.child button.submit.active {
    cursor: pointer;
    color: #fff;
    background-color: var(--primary-color);
}
div.track-order-form div.child button.submit.active:hover {
    opacity: 0.9;
}

div.track-order-form div.support {
    height: auto;
    margin-top: 30px;
    border-top: 1px dashed #d3d3d3;
    padding: 20px 0 0 0;
    p.title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    p {
        font-size: 16px;
        color: #353535;
    }
    p:nth-child(2) {
        line-height: 1.5;
    }
    a {
        color: var(--primary-color);
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
}

div.order p.prn {
    font-size: 18px;
    font-weight: 400;
}
div.order p.greetings {
    margin-top: 10px;
    font-size: 26px;
    span {
        font-weight: 500;
        text-transform: capitalize;
    }
}

div.order div.message {
    margin-top: 20px;
    padding: 14px;
    background-color: rgba(96, 24, 196, 0.10);
    border-radius: 11px;
    p.title {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    p.text {
        font-size: 15px;
        line-height: 1.5;
    }
    a {
        margin-top: 14px;
        display: inline-flex;
        text-decoration: none;
        font-size: 15px;
        padding: 8px 16px;
        border-radius: 50px;
    }
    a:hover {
        opacity: 0.7;
    }
}
div.order div.message.action-required {
    background-color: rgba(255, 166, 0, 0.1);
    p {
        color: #523500;
    }
    a {
        color: #fff;
        background-color: rgba(255, 166, 0, 1);
    }
}

div.order div.message.action-required[data-status="cancelled"] {
    background-color: rgba(255, 0, 0, 0.1);
    p {
        color: #ff0000;
    }
    a {
        color: #ff0000;
        background-color: rgba(255, 0, 0, 0.1);
    }
}
div.order p.arriving-date {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    color: var(--primary-color);
}
p.arriving-date.delay {
    color: #353535 !important;
}
div.shipping-details {
    margin-top: 14px;
    padding: 14px;
    border: 1px dashed #d3d3d3;
    border-radius: 11px;
    p.partner-name {
        font-size: 18px;
        font-weight: 500;
    }
    p.tracking-number {
        margin-top: 10px;
        font-size: 16px;
        color: #353535;
        a {
            font-weight: 500;
            color: var(--primary-color);
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
    }
}

div.steps {
    margin-top: 30px;
    display: grid;
}
div.step {
    display: flex;
    div.line {
        position: relative;
        width: 30px;
        height: 100%;
        margin-right: 20px;
    }
    div.texts {
        margin-top: 3px;
        min-height: 100px;
    }
}
div.step[data-status="completed"] div.texts p{
    color: #000 !important;
}
div.step div.line div.box {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #e8e8e8;
    border-radius: 7px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    svg {
        height: 16px;
        width: 16px;
    }
}
div.step[data-status="completed"] div.box {
    background-color: var(--primary-color) !important;
    svg {
        fill: #fff;
    }
}
div.step[data-status="completed"] div.progress-bar {
    border-left: 4px solid var(--primary-color) !important;
}
div.step div.line div.progress-bar {
    position: absolute;
    height: 100%;
    /*background-color: red;*/
    border-left: 4px dashed #e8e8e8;
    left: 50%;
    margin-left: -1px;
    top: -20%;

}

div.steps div.step div.texts p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 10px;
    color: #606060;
}

/*order placed progress bar*/
div.steps div.step:nth-child(1) div.line div.progress-bar {
    height: 50%;
    top: 30px;
}
/*payment progress bar*/
div.steps div.step:nth-child(6) div.line div.progress-bar {
    height: 75%;
    top: -25px;
}

div.steps div.step div.texts p:nth-child(2) {
    font-size: 15px;
    color: #353535 !important;
}
div.steps div.step:last-child {
    div.texts {
        min-height: auto;
    }
    margin-bottom: 5px;
}

button#see-all-updates {
    border: 0;
    outline: none;
    padding: 8px 16px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 50px;
    background-color: rgba(96, 24, 196, 0.1);
    color: var(--primary-color);
    font-weight: 500;
    cursor: pointer;
}
button#see-all-updates:hover {
    background-color: var(--primary-color);
    color: #fff;
}

@media only screen and (max-width: calc(650px + 60px)) {
    div.order div.child,
    div.track-order-form div.child {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;

    }
}