/*
    Filament supports a fairly comprehensive theme system,
    but since the change required to make this look closer
    to other GEDISA systems are fairly minimal, rather than
    spending a lot of time understanding the theming, I quickly
    whipped up this stylesheet just overriding the basic CSS
    attributes that'll make this work anyway.
 */
aside, header.fi-sidebar-header {
    background-color: #15504d !important;
    --tw-shadow: none !important;
}
li.fi-active > .fi-sidebar-item-button {
    color: #fff !important;
    background-color: #026a65 !important;
}
nav .text-primary-600,
.fi-sidebar-item-label.text-gray-700 {
    color: #fff !important;
}
.fi-sidebar-group-label.text-gray-700 {
    color: #fff !important;
}
.hover\:bg-gray-100:hover,
.focus\:bg-gray-100:focus {
    background-color: #026a65 !important;
}
.choices__item {
    color: #fff !important;
}
