
#notifications-dropdown {
    left: -200%;
    min-width: 14rem;
    padding: .5rem;
}
#notifications-dropdown button {
    float: right;
    font-size: 11px;
}
#notifications-dropdown .menu {
    display: flex;
    flex-direction: column;
}
header.app-header .navbar-brand,
header.navbar-light ul.navbar-nav a.nav-link,
a.dropdown-item i {
    color: #000;
}
a.plain-link {
    color: black;
}
a.plain-link:hover {
    text-decoration: none;
}
nav.sidebar-nav ul li.nav-dropdown.open ul li a.nav-link {
    color: #cb8cee;
}
.app-header span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    height: 23px;
}

.app-header span.navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23222' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    height: 23px;
}