/* Novari Core Theme für File Browser */

:root {
  --blue: #50C878 !important;
  --blue-hover: #40a361 !important;
  --surface: #0c0c0e !important;
  --background: #0A0A0B !important;
  --text: #E4E4E7 !important;
  --divider: rgba(255, 255, 255, 0.05) !important;
}

body, main, #app, .dashboard {
    background-color: #0A0A0B !important;
    color: #E4E4E7 !important;
}

nav, header, .shell {
    background-color: #09090b !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02) !important;
}

i.material-icons, .icon, .logo svg {
    color: #50C878 !important;
    fill: #50C878 !important;
}

.item:hover, .list .item:hover {
    background-color: rgba(80, 200, 120, 0.05) !important;
}

input, .searchbar {
    background-color: #121214 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

input:focus {
    border-color: #50C878 !important;
    box-shadow: 0 0 10px rgba(80, 200, 120, 0.1) !important;
}

.button, .button--blue {
    background-color: #50C878 !important;
    color: #000 !important;
    font-weight: bold !important;
    border-radius: 8px !important;
}

.action--active, .menu .action:hover {
    background-color: rgba(80, 200, 120, 0.1) !important;
    color: #50C878 !important;
}

/* Entfernt das blaue Logo oben links und ersetzt es (optional) */
.logo { filter: grayscale(1) brightness(2) drop-shadow(0 0 5px rgba(80, 200, 120, 0.5)); }
