body {
    background-color: #edf1f5 !important;
}

.app-body .sidebar.sidebar-pills {
    flex: 0 0 250px;
    order: -1;
}
html:not([dir=rtl]) .sidebar {
    margin-left: -250px;
}

html:not([dir=rtl]) .sidebar {
    margin-left: -250px;
}
.sidebar .sidebar-nav, .sidebar .sidebar-scroll {
    position: relative;
    flex: 1;
    width: 220px;
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover {
    color: #7c69ef!important;
    background-color: rgba(0,0,0,.05);
}

.sidebar .nav {
    width: 220px;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
}

.navbar-brand {
    padding: 0 !important;
    opacity: 1 !important;
}

.navbar-brand > .app-second-logo {
    margin-left: 10px !important;

    @media screen {

    }
}

@media screen and (max-width: 768px) {
    .navbar-brand > .app-second-logo {
        margin-left: 10px !important;
        display: none;
    }
}

.app-header.bg-light {
    background-color: #ffffff !important;
    box-shadow: 0px 0.1px;
}
.app-footer.bg-light {
    margin-top: 1px;
    background-color: #ffffff !important;
}
.sidebar.bg-light {
    background-color: #ffffff !important;
}

.form-section > .section-title {
    text-transform: uppercase;
    font-weight: 600;
}
.form-section > hr {
    margin-top: 0px;
}
.sidebar-img-avatar {
    border-radius: 50em;
    width: 40px;
    margin-right: 10px;
}

.sidebar > .user-info {
    margin: 0 -10px 10px;
    padding: 10px 20px;
    color: gray;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0.1px;
}
