| 1234567891011121314151617181920212223 | 
							- @import '../../../../vendor/filament/filament/resources/css/theme.css';
 - 
 - @config './tailwind.config.js';
 - 
 - .fi-body {
 -     @apply bg-platinum;
 - }
 - 
 - .fi-topbar > nav {
 -     @apply bg-translucent;
 - }
 - 
 - .fi-sidebar-header {
 -     @apply bg-translucent;
 - }
 - 
 - .fi-icon-btn.bg-gray-100.\!rounded-full.dark\:bg-custom-500\/20 {
 -     @apply bg-translucent;
 - }
 - 
 - .panel-switch-card-section {
 -     @apply bg-platinum;
 - }
 
 
  |