.bc-status-label {
    display: block;
    padding: 10px;
    top: 0 !important;
}

.bc-status-label--pending {
    background-color: #ffc107;
    color: #000000;
}

.bc-status-label--success {
    background-color: #28a745;
    color: #ffffff;
}

.bc-status-label--failed {
    background-color: #dc3545;
    color: #ffffff;
}
