/*
Run command after changes: ./vendor/bin/sail artisan filament:assets
*/

.fi-topbar-start > a {
    height: 60px;
    overflow: hidden;
}

.fi-topbar-start > a > img.fi-logo {
    margin-top: -55px;
}

/* Replace FilamentPHP style */
.fi-btn.fi-color-primary {
    background-color: #6bbb00 !important;
    color: #fff;
}

.fi-btn.fi-color-primary:hover {
    background-color: #6bbb00 !important;
}

.dark body {
    background-color: #111827 !important;
}

.dark body .fi-ta-main, .dark body .fi-section {
    background-color: #0d121c !important;
}

.dark body .fi-topbar {
    background-color: #0e141f !important;
}

.dark .fi-modal > .fi-modal-window-ctn > .fi-modal-window {
    background-color: #0d121c !important;
}

.dark .fi-dropdown-panel {
    background-color: #0d121c !important;
}

/*.fi-toggle.fi-toggle-on.fi-color.fi-color-primary {*/
/*    background-color: #6bbb00 !important;*/
/*}*/
