.fi-sidebar-nav > ul {
    gap: 0 !important;
}
.fi-sidebar-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.fi-sidebar-group + .fi-sidebar-group {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.fi-sidebar-group-btn {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    min-height: unset !important;
}
.fi-sidebar-item a {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    min-height: unset !important;
}
.fi-sidebar-group > ul {
    gap: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Full-width main content */
.fi-main-ctn,
.fi-main,
.fi-main > div {
    max-width: 100% !important;
}

/* Table horizontal scroll */
.fi-ta-ctn {
    overflow-x: auto !important;
}
