.card-header.text-center.layout-yellow, .btn-background {
    background: #070708 ; /* #E5AE23 => #070708  */
}
.btn-background {
    background: #323236 ;  /* #FFBC00 => #323236  */
    color: #fff;
}
.btn-background:hover{
	background: #4d4d53; /* #FDD600 => #323236  */
	color:#fff;
}

.topnavbar{
	 background: #070708 !important;
}
.dark-yellow {
    background:  #070708;
}
.fade-yellow {
    background: #323236;
}
.sidebar-nav > li.active {
    border-left-color: #070708 !important;
}
.sidebar-nav > li.active, .sidebar-nav > li.active > a, .sidebar-nav > li.active > .nav-item, .sidebar-nav > li.active .sidebar-nav, .sidebar-nav > li.open, .sidebar-nav > li.open > a, .sidebar-nav > li.open > .nav-item, .sidebar-nav > li.open .sidebar-nav {

    color: #070708 !important;
    background: #e8e8e8;
    font-weight: 600;
}
.sidebar-nav > li > a:focus, .sidebar-nav > li > a:hover, .sidebar-nav > li > .nav-item:focus, .sidebar-nav > li > .nav-item:hover {
    color: #070708 !important;
}
.sidebar-nav > li.active > .nav-item > em, .sidebar-nav > li.active > a > em, .sidebar-nav > li.open > .nav-item > em, .sidebar-nav > li.open > a > em {
    color: #070708 !important;
}
.topnavbar .navbar-nav > .nav-item > .nav-link:hover, .topnavbar .navbar-nav > .nav-item > .nav-link:focus, .topnavbar .navbar-nav > .nav-item.show > .nav-link:hover, .topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
    color: #5D5D5D !important;
}
.border-x1z th {
    border-bottom: 0px !important;
}
.table-responsive table.dataTable, .table-responsive table.dataTable th, table.dataTable td {
    box-sizing: inherit !important;
}
.view-mobile-set {
    display: flex;
    
}
div#offensiveKeywords_length select, div#offensiveKeywords_filter input {
    background: #ffffff;
}
.btn-re1z {
    text-align: right;
}
.btn-red1-x {
    display: flex !important;
}
.view-mobile-set .ml-auto.btn-red1-x {
    display: flex;
}
input[type="file"]{
    padding: 0px;
}
input[type="file"]::-webkit-file-upload-button {
    position: relative;
    top: 0px;
    width: 100px;
    height: 40px;
    left: 0px;
    border: 0px;
}
@media(max-width:1290px){
    th, td {
        min-width: 200px !important;
    }
    select.showTableResult.form-control {
        min-width: 150px;
    }
}
@media(max-width:1050px){
    .view-mobile-set {
        display: unset !important;
    }
    .view-mobile-set .custom-form-group {
        width: 30% !important;
        display: inline-block;
    }
    .view-mobile-set .btn-form-group {
        display: inline-block;
        margin-top:15px;
    }
    .btn-red1-x {
        display: unset !important;
    }
}
@media (max-width:767px){
    div#offensiveKeywords_length, div#offensiveKeywords_filter {
        width: 100%;
        text-align: left !important;
    }
    div#offensiveKeywords_length label, div#offensiveKeywords_filter label{

    display: block;
    }
    .dataTables_wrapper .dataTables_length {
        float: left !important;
        width: 50% !important;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right !important;
        width: 50% !important;
        text-align: right !important;
        padding-top: 10px;
        margin:0px !important
    }
    div#offensiveKeywords_filter input {
        width: 99%;
    }
    div#offensiveKeywords_length select {
        width: 100%;
        display: block !important;
        padding: 5px;
    margin-top: 8px;
    }
    .view-mobile-set .ml-auto.btn-red1-x {
        display: unset !important;
    }
    .view-mobile-set .btn-form-group {
        display: block;
        margin-top: 15px;
        text-align: center;
    }
    .btn-form-group .btn {
        width: 50%;
    }
}
@media (max-width:575px){
    .view-mobile-set .custom-form-group {
        width: 100% !important;
        display: block;
    }
    .view-mobile-set {
        display: block;
    }
    .btn-form-group .btn {
        width: 50%;
    }
    .btn-form-group{
        text-align: center;
    }
    div#offensiveKeywords_length select, div#offensiveKeywords_filter input {
        width: 99% !important;
        background: #ffffff;
    }
    .btn-re1z {
        text-align: center;
    }
    .btn-re1z .btn {
        width: 50%;
    }
    .dataTables_wrapper .dataTables_length {
        width: 100% !important;
    }
    .dataTables_wrapper .dataTables_filter {
        width: 100% !important;
        text-align: right !important;
    }
}
/* .sidebar_dashboard{
    margin-top: -3px;
} */