.fi-sidebar-nav {
    box-shadow: 0 0 5px #0000001a;
    background-color: #1a202c
}

div.fi-sidebar {
    border: 1px solid #aaa
}

.fi-sidebar-nav .fi-sidebar-item-active a {
    background-color: rgba(20, 184, 166)
}

.filament-sidebar {
    background-color: #000
}

.fi-sidebar-nav .fi-sidebar-item:hover a {
    background-color: rgba(20, 184, 166)
}

.fi-sidebar-nav .fi-sidebar-group-label,.fi-sidebar-nav .fi-sidebar-item-icon,.fi-sidebar-nav .fi-sidebar-item-label {
    color: #fff
}

.fi-sidebar-nav .fi-dropdown-panel {
    max-width: max-content!important
}

.fi-input-wrp div[class="flex items-center gap-x-3 pe-3 border-s border-gray-200 ps-3 dark:border-white/10"] {
    background-color: rgba(20, 184, 166);
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem
}

.fi-input-wrp div[class="flex items-center gap-x-3 pe-3 border-s border-gray-200 ps-3 dark:border-white/10"] svg {
    color: #fff
}

nav .fi-input-wrp div[class="flex items-center gap-x-3 pe-3 border-s border-gray-200 ps-3 dark:border-white/10"] {
    background-color: transparent
}

nav .fi-input-wrp div[class="flex items-center gap-x-3 pe-3 border-s border-gray-200 ps-3 dark:border-white/10"] svg {
    color: #94a3b8
}

nav>div:not(:last-child) {
    width: 15%
}

nav .fi-dropdown-panel {
    max-width: 16rem!important
}
