* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    width: 60%;
    margin: 0 auto;
}

.stepper-wrapper {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.step-name {
    font-weight: 550;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ccc;
    width: 100%;
    top: 45px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ccc;
    width: 100%;
    top: 45px;
    left: 50%;
    z-index: 2;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #0092A9;
    width: 100%;
    top: 45px;
    left: 50%;
    z-index: 3;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #0092A9;
    color: #fff;
}

.stepper-item.success .step-counter {
    background-color: #00a91c;
    color: #fff;
}

.stepper-item.stepper-item.active .step-counter {
    background-color: #203852;
    color: #fff;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.shipping-detail {
    padding: 20px;
    border-radius: 20px;
    margin-top: 25px;
    display: flex;
    background-color: rgb(240, 240, 240);
    margin-bottom: 30px;
    float: right;
}

.shipping-icon {
    width: 85px;
    height: 85px;
    background-color: #0092A9;
    border-radius: 10px;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-status {
    color: #727272;
    font-size: 16px;
    font-weight: bold;
}

.detail-status-text {
    color: #203852;
    font-size: 18px;
    font-weight: 500;
}

.shipping-container {
    background-color: rgb(240, 240, 240);
    width: 100%;
}

.shipping-number-container {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #203852;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    width: 100%;
}

.shipping-detail-text {
    margin-right: 20px;
    position: relative;
    top: 15px;
    bottom: 10px;
    width: 250px;
    word-wrap:break-word;
}

.shipping-text {
    font-size: 16px;
}

.shipping-number {
    font-size: 28px;
    font-weight: 600;
}

.icon {
    width: 85px;
    margin-right: 15px;
}

.firs-text {
    font-size: 14px;
    color: #727272;
}

.last-text {
    font-size: 18px;
    color: #203852;
    font-weight: 600;
}

.table-text {
    margin-top: 15px;
}

.shippingdetails-first {
    padding: 20px;
    width: 85%;
    display: flex;
    margin: 0 auto;
}

.detail-first {
    margin-top: 10px;
    width: 100%;
    display: flex;
}

.shippingdetails-last {
    padding: 20px;
    width: 60%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
}

.detail-last {
    margin-top: 10px;
    width: 100%;
    display: flex;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #0092A9;
}

th {
    padding: 17px;
    border-top: none;
    border-left: none;
    color: #fff;
}

td {
    padding: 17px;
    background-color: #fff;
    border: 1px solid rgb(230, 230, 230);
}

.logo {
    float: left;
    margin-top: 25px;
}

footer {
    margin-top: 50px;
    font-family: 'Times New Roman', Times, serif;
    padding: 15px;
    text-align: center;
}

a {
    text-decoration: none;
    color: #203852;
}

.logo {
    width: 300px;
}

.container-logo{
    width: 300px;
}

@media screen and (max-width: 768px) {
    .stepper-item::before, .stepper-item::after, .stepper-item.completed::after {
        top: 22px;
    }

    .stepper-item .step-counter {
        width: 55px;
        height: 55px;
    }

    .svgicon {
        width: 30px;
        height: 30px;
    }

    .container {
        width: 90%;
    }

    .container-logo{
        margin: 0 auto;
        width: 300px;
    }

    .logo {
        float: none;
        margin: 0 auto;
        width: 300px;
        margin-top: 20px;
    }

    .shipping-detail {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 300px;        
        padding: 15px;
    }

    footer, .shipping-text, .firs-text, .stepper-item, .stepper-item {
        font-size: 12px;
    }    

    table {
        font-size: 14px;
    }

    .last-text {
        font-size: 16px;
    }
    
    .shipping-number {
        font-size: 20px;
    }

    .detail-last {
        margin-top: -20px;
    }

    .d1 {
        margin-top: -35px;
    }   
    
    .d2 {
        margin-top: 10px;
    }   

    .shippingdetails-first {
        display: block;
    }

    .shippingdetails-last {
        display: block;
        width: 82%;
    }
}

.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}