.table-record .orderID-width {
    width: 200px;
}
.table-record .orderID-width img{
    width: 100px;
    height: 100px;
}
.table-record .totalprice-width {
    width: 280px;
}
.table-record .contact-width {
    width: 150px;
}
.tab-body{
    text-align: center;
}
.table-record .table-row {
    display: flex;
    align-items: center;
}
.table-record .table-row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.table-record .track-red,
.table-record-item .track-red {
    color: var(--primary) !important;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .tab-body{
        text-align: left;
    }
    .table-record .table-row {
        display: flex;
        align-items: left;
    }
    .table-record .table-row > div {
        display: flex;
        align-items: left;
        justify-content: left;
    }
}