/* Targets all cards and the glass effect */
.glass, .card, [class*="bg-opacity-"], .bg-slate-800\/50 {
    background-color: rgba(15, 15, 15, 0.95) !important;
    --tw-bg-opacity: 1 !important;
    backdrop-filter: none !important;
}

/* This targets the search bar and other widgets */
.widget, .search-input {
    background-color: rgba(20, 20, 20, 0.9) !important;
}
