.main-sidebar{
    background-color: #9368E9 !important;
}

.nav-pills .nav-link.active{
    background-color: #6f42c1 !important;
}

.card-secondary:not(.card-outline)>.card-header {
    background-color: #6f42c1 !important;
}

.nav-treeview>.nav-item>.nav-link.active{
    color: #fff!important;
}

.sidebar a {
    color: #fff!important;
}

footer{
    display: none!important;
}

.user-panel {
    border-bottom: 1px solid #fff!important;
}

.brand-link {
    border-bottom: 1px solid #fff!important;
    /* color: rgba(255,255,255,.8); */
    color: #fff!important;
}

.select2-container .select2-selection--single{
    height: unset !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single{
    border-color: unset !important;
}