.wp-result-container {
    width: 100%;
    /* background-color: aqua; */
}
.result-container-inside {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.title-thks {
    width: 100%;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    background-color: #069347;
}
.wp-order-box {
    width: 100%;
    padding: 20px;
    border: 1px solid lightgray;
    background-color: #f9f9f9;
}
.row-order {
    width: 100%;
    padding: 3px;
}
.row-order-code {
    margin-right: 3px;
}
/* .row-order-value {
    
} */
.fontBold {
    font-weight: bold;
}
.colorWhite {
    color: white;
}
.justifyCenter {
    justify-content: center;
}

.wp-payment-order {
    width: 100%;
    margin-top: 20px;
}
.result-title1 {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}
.result-title2 {
    width: 90%;
    /* font-weight: bold; */
    padding: 5px;
}

.wp-detail-order-info {
    width: 100%;
    margin-top: 20px;
}
.title-order-info {
    width: 100%;
    font-weight: bold;
}
.result-detail-box {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid lightgray;
    background-color: white;
}
.row-title-order-box {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    background-color: lightgray;
    border: 1px solid lightgray;
}
.row-detail-order-box {
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
}
.row-detail-left {
    width: 50%;
    display: flex;
    
}
.row-left-img {
    width: 20%;
}
.row-left-img img {
    width: 90%;
}
.row-left-info {
    width: 30%;
}
.row-detail-center {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.row-detail-right {
    width: 30%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    
}
.row-detail-amount {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    font-weight: bold;
    padding: 10px 0;
    color: #069347;
    text-align: right;
}
.wp-buyer {
    width: 100%;
    margin-top: 20px;

}
.buyer-name, .buyer-phone, .buyer-email, .buyer-address {
    width: 90%;
    padding: 3px 0px;
}


@media screen and (max-width: 768px) {
    .result-container-inside {
        width: 90%;
    }

    .result-detail-box {
        width: 90%;
    }
}