th{
    background-color: #fff;
    border-bottom: 1px solid #000;
}
.number-request{
    width: 20%;
}
.date-request{
    width: 30%;
}
.status{
    width: 30%;
}
.annotation{
    width: 20%;
}
.document{
    width: 20%;
}
.list-table{
    width: 50%;
}
.status-success {
    color: #27AE60;
    border-radius: var(--radius-radius-xs, 4px);
    background: var(--colors-system-green-50, #E9F7EF);
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: max-content;
}
.primary-color{
    color: #E24C86;
}
.status-wait {
    color: #fff;
    border-radius: var(--radius-radius-xs, 4px);
    background: #d9991a;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: max-content;
}
.status-cancel {
    color: #fff;
    border-radius: var(--radius-radius-xs, 4px);
    background: #dc4c64;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: max-content;
}
