.main-header {
    margin-left: 275px;
    border-bottom: 1px solid #c8c9e4;
    height: 75px;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
    margin-bottom: 20px !important;
    border-radius: 15px;
}


.admin-title {
	position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.admin-title span {
	border: 1px solid #8037FF;
    width: 30px;
    aspect-ratio: 1;
    border-radius: 30px;
    margin-right: 10px;
    position: relative;
}
.admin-title span:before {
	content: '';
    border-radius: 30px;
    width: 12px;
    aspect-ratio: 1;
    background-color: #8037FF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-header form.search {
	border: 1px solid #E3E0F0;
    border-radius: 25px;
    overflow: visible;
    padding: 0 0 0 15px;
}
.main-header  form.search svg {
	width: 28px;
}
.main-header  form.search input {
	background: transparent;
	border: 0;
}
.main-header  form.search .btn {
	font-size: 22px;
    font-weight: 500;
    border: 1px solid #7D3EED;
    background: linear-gradient(270deg, #AD4BFC -0.65%, #8037FF 39.96%);
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 28px;
    margin-top: -1px;
    margin-bottom: -1px;
}


.dropdown-menu-right {
    right: -15px;
    left: auto;
}

.navbar-nav {
    gap: 10px;
    align-items: center;
}

.navbar-nav li.nav-item:not(.profile) a {
	width: 52px;
	aspect-ratio: 1;
}

.navbar-nav .position {
	font-weight: 400;
    font-size: 12px;
    color: #AD4BFC;
}

.navbar-expand .navbar-nav .nav-link {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    background-color: #E3E0F0;
    border-radius: 30px;
    padding: 15px 15px;
    height: auto;
}

.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;
}



a[data-toggle=collapse] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.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-stacked .nav-link {
    padding: .5rem 1em .5em 0.85em !important;
}
*/







@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;
}
