.fi-global-search-field {
    border-color: #736f6f !important;
    border-width: 2px !important;
    border-radius: 10px;
    opacity: 1;
}
.fi-sidebar-item .dark\:bg-white\/5:is(.dark *) {
    background-color: hsla(0, 0%, 100%, .25);
}
.fi-sidebar-item .dark\:hover\:bg-white\/5:hover:is(.dark *) {
    background-color: hsla(0, 0%, 100%, .25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:is(.dark *), .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:is(.dark *) {
    background-color: hsla(0, 0%, 100%, .25);
}
