﻿.transferStatus_Processing {
    background-color: #ffc107 !important;
}

.transferStatus_WaitingToIssue {
    background-color: #dc3545 !important;
}

.transferStatus_Issue {
    background-color: #0dcaf0 !important;
}

.transferStatus_Issued {
    background-color: #17a2b8 !important;
}

.transferStatus_WaitingToReceipt {
    background-color: #007bff !important;
}

.transferStatus_Receipt {
    background-color: #6c757d !important;
}

.transferStatus_Received {
    background-color: #28a745 !important;
}