.page-wrapper {
    background-color: #800020 !important;
}

.page-title {
    color: white !important;
}

.page-pretitle{
    color: #ccced1 !important;
}

footer{
    color: white !important;
}

a{
    color: #800020 !important;
}

.btn-white{
    background-color: white;
    color: #800020 !important;
}

.btn-white:active{
    background-color: white !important;
    color: #800020 !important;
}

.btn-white:hover{
    color: #800020 !important;
}



.btn-fab{
    background-color: #800020 !important;
    color: white !important;
}

.text-white{
    color: white !important;
}


.card-footer{
    display: flex;
    justify-content: start;
}

div.dataTables_wrapper div.dataTables_length label {
    margin: 10px !important;
}

#datatable_filter .form-control:focus {
    box-shadow: none !important;
}

#datatable_length .form-select:focus {
    box-shadow: none !important;
}

.active>.page-link, .page-link.active
{
    color: #ffffff !important;
    background-color: #800020 !important;
}

.page-link:focus{
    box-shadow: none !important;
}