.underline-on-hover:hover {
    text-decoration: underline;
    color: white;
}

.sidebar-custom {
    background-color: #1a202c;
}

.sidebar-custom-text {
    color: #a0aec0;
}

.sidebar-custom-text-active {
    color: #ffffff;
}

.sidebar-custom .submenu-custom {
    background-color: rgba(0, 0, 0, 0.2);
}

.sidebar-custom a:not(.bg-purple-600):hover {
    background-color: #4a5568;
    color: #ffffff !important;
}

.sidebar-custom a:not(.bg-purple-600):hover svg {
    color: #ffffff !important;
}

.dropdown-panel {
    background-color: #0F172A;
    border: 1px solid #4A5568;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 0.375rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
}