.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: white !important;
    font-size: 14px !important;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    background-color: #01061c !important;
}

.text-center {
    text-align: center !important;
    color: white !important;
}

.btn-outline-dark {
    color: #ffffff !important;
    border-color: #042aff !important;
}
/*PANEL USER*/
.label-danger {
    color: rgb(255, 0, 0) !important;
}

.label-default {
    color: rgb(1, 255, 1) !important;
}

.label-success {
    color: rgb(1, 255, 1) !important;
}