.sidebar .nav-links li i {
    color: #11101d;
}

.sidebar .nav-links li a .link_name {
    color: #11101d;
}

.sidebar .logo-details i {
    color: #11101d;
}

.sidebar .logo-details .logo_name {
    color: #11101d;
}

.sidebar .menu-footer .profile_name,
.sidebar .menu-footer .label__of__theme {
    color: #11101d;
}

.sidebar {
    background: #fff;
}

.sidebar .menu-footer img {
    background: #e4e9f7;
}

.sidebar .menu-footer {
    background: #e4e9f7;
}

.sidebar .nav-links li .sub-menu a {
    color: #11101d;
}

.sidebar .nav-links  li .sub-menu {
    background: #fff;
}

.sidebar .nav-links li:hover {
    background: #e4e9f7;
}

.sidebar .nav-links li .sub-menu {
    background: #e4e9f7;
}

.log__det__prev {
    background: #fff;
}

/* .sidebar .menu-footer img {
    background: none;
} */

.select-button {
  border: 2px solid #e4e9f7;
}

.select-switch input:checked {
  box-shadow: 0 0 40px 40px #e4e9f7 inset;

}
@media (min-width: 700px) {
    .sidebar {
        filter: drop-shadow(2px 4px 6px gray);
    }
}
