#dv-img{
    background-color: white !important;
}

label, i{
    color: black !important;
}

div > a{
    color: white !important;
}

.form_submit {
    background-color: black !important;
    color: #ffd900 !important;
}

.form_submit:hover {
    background-color: #ffd900 !important;
    color: #fff !important;
}

button > i{
    color: #fff !important;
}

.menu-inner, .main-menu, .metis-menu, .sidebar-header{
    background-color: white !important;
}

.page-title-area{
    background-color: hsl(51, 100%, 50%) !important;
}

.page-title{
    color: black !important;
    font-weight: bold !important;
}

.breadcrumbs > li > a{
    color: black !important;
}

span{
    color: black !important;
}

.user-profile{
    background-color: #282828 !important;
}

.nav-btn{
    color: white !important;
    background-color: #fff !important;
}


.metismenu li a{
    color: black !important;
}

.metismenu >li:hover>a{
    color: hsl(51, 100%, 50%) !important;
    background-color: white !important;
}

.metismenu >li:hover>a>i{
    color: hsl(51, 100%, 50%) !important;
}

h4{
    color: black !important;
    font-weight: bold;
}

.metismenu >li.active>a {
    background-color: hsl(51, 100%, 50%) !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: white !important;
    color: black;
}

.btn-primary{
    background-color: #282828 !important; 
    border-color: #282828 !important;
    color: hsl(51, 100%, 50%) !important;
    border-radius: 15px !important;
}

.btn{
    background-color: #282828 !important; 
    border-color: #282828 !important;
    color: hsl(51, 100%, 50%) !important;
    border-radius: 15px !important;
}

.text-black{
    color: black !important;
}

.user-name{
    color: hsl(51, 100%, 50%) !important;
}