.main-header {
    margin-left: 275px;
    border-bottom: 1px solid #c8c9e4;
    height: 75px;
    padding: 0 15px;
}

.dropdown-menu-right {
    right: -15px;
    left: auto;
}

.navbar-nav {
    height: 100%;
}

.navbar-expand .navbar-nav .nav-link {
    color: #444444;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;

}

.navbar-expand .navbar-nav .nav-link:hover {
    color: #9c3bff;
}

.main-header .navbar-nav .nav-item.active .nav-link {
    color: #9c3bff;
    background-image: url(../img/triang.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.main-header .navbar-nav .nav-item.show {
    background-image: url(../img/triang.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.navbar-expand .navbar-nav .dropdown-menu {
    background-color: #e3e0f0;
    border-radius: 0;
    border: none;
    min-width: 130px;
    box-shadow: none;
    margin: 0 -15px 0 0;
}

.dropdown-item {
    color: #444444;
    font-family: "Poppins", sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .3rem;
    color: #444444;
    content: "●";
}

.content-header .breadcrumb {
    color: #444;
    font-size: 10px;
    text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .3rem;
}

a[data-toggle=collapse] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar {
    padding: 0;
    overflow: hidden;
}

.dropdown-toggle::after {
    border: none;
    display: none;
}

.list-list-unstyled {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 63px;
    line-height: 1.6;
    color: #444;
    font-family: "Poppins", sans-serif;
}

.list-list-unstyled a {
    font-family: "Poppins", sans-serif;
}


.list-list-unstyled a.active {
    background-color: transparent;
    color: #9c3bff;
}

.list-list-unstyled li.active::marker {
    color: #9c3bff;
}

.nav-sidebar .nav-item > .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-item.active {
    color: black;
}

.nav-stacked .nav-link {
    padding: .5rem 1em .5em 0.85em !important;
}

.nav > li > a:focus {
    background-color: transparent;
}

.brand-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12.5px 5px;
}

.nav-sidebar > .nav-item div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    width: 100%;
}


@media all and (min-width: 768px) {

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        transition: margin-left .3s ease-in-out;
        margin: 0;
    }
}

.nav-link .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    background-color: #9c3bff;
    color: white;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    padding: 0 0 0 1px;
    right: 9px;
    top: 20px;
    margin: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
