body.dark_theme, .dark_theme div, .dark_theme .top-header, .dark_theme .navbar, .dark_theme .table.table-striped tr th, 
.dark_theme .table.table-striped tr td {
    background: #000000;
    color: #ff0;
}

.dark_theme .left-menu .list-group-item.active, .dark_theme .left-menu .list-group-item[aria-expanded="true"]{
    background: #03204a;
}

.dark_theme .top-header-area, .dark_theme .single-tuition-card, .dark_theme a{
    background: #00230a;
    color: #ffffff !important;
}

.dark_theme i, .dark_theme i.text-success{color: #ffffff !important;}

.dark_theme .bg-white,
.dark_theme .breadcrumb.bg-light {
    background: #000000 !important;
    color: #ff0 !important;
}
.dark_theme .breadcrumb a, .dark_theme .breadcrumb-item.active, .dark_theme .tab-style-04 .nav-tabs .nav-item .nav-link, .dark_theme .community-box ul li,
.dark_theme .text-primary-emphasis{
    color: #ff0 !important;
}
.dark_theme .tab-style-04 .nav-tabs .nav-item .nav-link.active .tab-border, .dark_theme .left-menu .list-group-item:hover{
    background: #ff0 !important;color: #000000 !important;
}


@media screen and (max-width: 768px) {
    .dark_theme .h3-navbar .navbar-collapse {
        background: #000000;
    }
}