
/* .sidebar-hover:hover {
    min-width: 300px;
} */

.sidebar-option-text {
    color: black;
}

.highlight-on-hover:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.highlight {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}

.sidebar-sub-item-list-container:hover > .sidebar-sub-item-list {
    height: var(--heightOnHover) !important;
}

.nav-link.active p { /* Styles the text of the active sidebar option */
    text-decoration: underline;
}

.sidebar-option-header:has(+ div .nav-link.active) p { /* Selects the text of the header of the active site */
    text-decoration: underline;
}

