
.fi-sidebar-nav {
    padding: 16px !important;
}

.fi-sidebar {
    max-width: 200px;
}

.px-3 {
    padding-left: .6rem !important;
    padding-right: .6rem !important;
}

.py-3 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.py-4 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

.gap-4 {
    gap: 0.5rem !important;
}

.py-8 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.gap-y-8 {
    row-gap: 1rem !important;
}

.fi-breadcrumbs {
    display: none !important;
}

.sm\:mt-7 {
    margin-top: 0rem !important;
}

.max-w-7xl {
    max-width: 100% !important;
}