:root {
    --livewire-progress-bar-color: #c80000 !important;
}

.fi-ta-table {
    min-width: 1000px;
}

.fi .fi-sidebar-nav {
    background-color: #ffffff;
}

.fi.dark .fi-sidebar-nav {
    background-color: var(--gray-900);
}

.fi:not(.dark) .fi-topbar {
    box-shadow: 0 3px 4px 0 rgba(5, 5, 5, 0.07)!important;
}

.fi-section-content-ctn, .fi-ta-ctn {
    border-radius: var(--radius-lg);
}

.fi-header-subheading {
    font-size: var(--text-sm);
}
