#app a.tmst-main__card__footer-link {
    background-color: #7600ff !important;
}

.tmst-status[title="Unpaid"],
.tmst-status[title="Canceled"]{
    background-color: #ff6c00 !important;
}

.tmst-status[title="Paid"],
.tmst-status[title="Completed"] {
    background-color: #26b32d !important;
}

#allrecords [data-field="tlk-link"], [data-field="tlk-link"] {
    color: #02e5f3 !important;
}

.tmst-order-details__header,
.tmst-orders-list__item,
.tmst-order-details__main-info-content {
    border: 1px solid #02e5f3 !important;
}

.tmst-button_secondary {
    background-color: #7600ff !important;
    color: #fff;
}

.tmst-order-details__text:not(.tmst-order-details__text__bold) dt,
.tmst-breadcrumbs__item_current{
    color: #fff !important;
    opacity: 1;
}