/* Small overrides on top of AdminKit's compiled CSS — kept separate so
   AdminKit's own files stay untouched and easy to update later. */

html .sidebar-dropdown .sidebar-link::before {
    content: none;
}

.sidebar-link-soon {
    opacity: 0.6;
}

.sidebar-item.sub-item.active {
    background-color: #eee;
}

.sidebar-content {
    border-right: solid 1px #ddd;
}