#kt_aside_menu_wrapper {
    background: #6d6e71;
}

.aside {
    background: white;
}

.aside-menu {
    background-color: #6d6e71 !important;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon.svg-icon svg g [fill], .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg g [fill] {
    fill: white !important;
}

.aside-menu .menu-nav > .menu-section .menu-text {
    color: white;
}

@media (min-width: 992px) {
    .aside-minimize .aside-menu .menu-nav > .menu-section .menu-icon {
        color: white;
    }
}

#lessons-list-container ul li.active .navi-link {
    background: #a2beda;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title {
    color: #b5c6cf;
}

#lesson-content {
    color: #6d6e71;
}

#lesson-content b {
    color: #6d6e71;
}
/*
#lesson-content h1,
#lesson-content h2,
#lesson-content h3,
#lesson-content h4,
#lesson-content h5,
#lesson-content h6 {
    color: #b5c6cf;
}
*/
.text-success {
    color: #028b47 !important;
}

.btn.btn-danger {
    background: #d33632 !important;
}

.btn.btn-danger:hover {
    background: #f15f42 !important;
}

.btn.btn-dark {
    background: #028b47 !important;
}


#kt_brand {
    display: none;
}

#kt_aside_menu_wrapper {
    margin-top: 65px;
}

#lesson-content .alert h4 {
    color: #FFF;
}

#page-title {
    color: #000;
}

#page-title i {
    color: #000;
}

.no-aside {
    padding-left: 0!important;
}

.no-aside .header, .no-aside .footer {
    left: 0!important;
}