/*
    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-btn {
    color: #fff !important;
    background-color: #026a65 !important;
}

.fi-sidebar-group-label,
.fi-sidebar-item-icon,
.fi-sidebar-item-label {
    color: #fff !important;
}

.fi-sidebar-item-btn:hover,
.fi-sidebar-item-btn:focus {
    background-color: #026a65 !important;
}

.choices__item {
    color: #fff !important;
}


ol.fi-pagination-items .bg-gray-50 span {
    color: #ccc !important;
}

.login-page .fi-logo {
    height: 2.5rem !important;
}

.login-page .imprint-link {
    text-align: center;
}