.status-1 {
    font-weight: bold;
    background-color: #029eb1;
    padding: 8px;
    border-radius: 8px;
    color: #ffffff !important;
}

.status-2 {
    font-weight: bold;
    background-color: #e48d1b;
    padding: 8px;
    border-radius: 8px;
    color: #ffffff !important;
}

.status-3 {
    font-weight: bold;
    background-color: #e42c79;
    padding: 8px;
    border-radius: 8px;
    color: #ffffff !important;
}

.status-4 {
    font-weight: bold;
    background-color: #6e1db9;
    padding: 8px;
    border-radius: 8px;
    color: #ffffff !important;
}

.status-5 {
    font-weight: bold;
    background-color: #dc4113;
    padding: 8px;
    border-radius: 8px;
    color: #ffffff !important;
}

.status-6 {
    font-weight: bold;
    background-color: #00922c;
    padding: 8px;
    border-radius: 8px;
    color: #ffffff !important;
}

.txt-center {
    text-align: center !important;
}

body {
    background-color: #eee !important;
    color: #3c4858;
    font-weight: 300;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: unset;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8eaef !important;
}