.sidebar {
    background: var(--theme-color);
    color: white !important;
}

.sidebar * {
    color: white !important;
}

.search {
    border-bottom: none !important;
}

li.active {
    text-decoration: underline !important;
}

.search input {
    border-radius: 4px !important;
    color: black !important;
}

@media (max-width: 769px) {
    .sidebar {
       margin-top: 112px;
    }

    .sidebar-toggle {
        background-color: #FFFFFF00 !important;
        color: #FFFFFF !important;
    }

    .sidebar-toggle:hover .sidebar-toggle-button {
        opacity: 0.8;
    }

    body.close .sidebar-toggle span {
       background: #FFFFFF;
       opacity: 1;
    }
}