.custom_unit {
    display: flex;
    padding: 20px;
    border: 2px solid #ccc;
    background-color: green;
    color: white;
    justify-content: center;
    align-items: center;
}

.custom_unit.quotation {
    background-color: yellow!important;
    color: black!important;
}

.custom_unit.promise {
    background-color: orange!important;
    color: black!important;
}

.custom_unit.confirm {
    background-color: red!important;
    color: white!important;
}

.custom_unit span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.text-table-header-small label {
    font-size: 12px;
    font-weight: bold;
}
