.bg-brand-gradient,
.nav-footer,
.page-logo,
.page-sidebar {
    background-image: none;
    background-color: #ffffff;
}
.text-black {
    color: black;
}
.nav-menu li a {
    color: #0f0f0f;
}
.nav-menu li a:hover {
    color: #00606c;
}
.nav-menu li a > .ni,
.nav-menu li a > [class*="fa-"] {
    color: #00606c;
}
.nav-menu li > ul li a {
    color: #0f0f0f;
}
.nav-menu li a:focus {
    color: #0f0f0f;
}
.nav-menu li.open > a .nav-menu li > ul li a:hover {
    color: #00606c;
}
.nav-menu li > ul li > ul li a {
    color: #0f0f0f;
}
.nav-menu li > ul li > ul li a:hover {
    color: #00606c;
}
.nav-menu li.active > a {
    color: #054a53;
}
.nav-menu li > ul li a:hover {
    color: #0f0f0f;
}
.frame-wrap {
    float: right;
}

.delete-form {
    display: inline !important;
}
.small-letters {
    font-size: 12px;
}

.nav-filter input[type="text"] {
    background: rgb(255 255 255 / 40%) !important;
    color: #000 !important;
}

.dashboard-widget {
    width: 19%;
    float: left;
    margin-right: 12px;
}
@media screen and (max-width: 480px) {
    .dashboard-widget {
        width: 100%;
        margin-left: 10px;
        margin-right: 12px;
    }
}

/* datatables css */

/* .dataTables_length {
    display: none !important;
} */

.dataTables_empty {
    display: none;
}
div.dataTables_paginate {
    width: 50%;
}
div.dataTables_wrapper div.dataTables_processing {
    top: 114% !important;
}

.dataTables_processing.card {
    background: transparent;
    box-shadow: none !important;
    border: none;
}

.table-processing.d-flex.align-items-center.justify-content-center.h-100 {
    background: white;
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-function-fixed .nav-footer {
    background: white !important;
}

.no-images {
    color: #fd3995;
}

table.dataTable td, table.dataTable th{
    font-size:.8125rem;
}


.nav-menu li.open>a{
    color: #0f0f0f !important;
}

.single span.select2-selection.select2-selection--multiple, span.select2-selection.select2-selection--single{
    overflow: hidden !important;
}