.bg-primary{
    background: #5a8dee !important;
}

.bg-secondary{
    background: #69809a !important;
}

.bg-success{
    background: #39da8a !important;
}

.bg-danger{
    background: #ff5b5c !important;
}

.bg-warning{
    background: #fdac41 !important;
}

.bg-info{
    background: #00cfdd !important;
}

.bg-dark{
    background: #495563 !important;
}
.laravel-livewire-table tbody tr.rappasoft-striped-row[looptype='even'] {
    background-color: #4f586d !important;
}

.laravel-livewire-table tbody tr.rappasoft-striped-row[looptype='odd'] {
    background-color: #3f475b !important;
}
