.fi-main {
    max-width: 100% !important;
    padding: 0 !important;
}

.fi-topbar nav{justify-content: space-between;}
.fi-user-menu{display: none}

nav li {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.fi-header > div,
.fi-header > div > h1 {
    width: 100% !important;
    text-align: center;
}

.fi-page > section {
    padding: 0 !important;
    gap: 0 !important;
}

.fi-ta-header, .fi-header-heading {
    display: none !important;
}

.fi-logo {
    height: 50px !important;
}

.fi-topbar > nav, .fi-sidebar > div > header {
    background-color: var(--main-app-color) !important;
    color: white !important;
}

.fi-active > a {
    background-color: transparent !important;
    text-decoration: underline;
}

.fi-topbar-item-label {
    color: white !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.fi-topbar-item-button:hover {
    background-color: transparent !important;
}

.fi-topbar-item-label:hover {
    opacity: 0.8 !important;
}

.fi-dropdown {
    border-radius: 5px !important;
}

.fi-topbar > nav > div {
    margin-inline-start: 0 !important;
}

.fi-topbar > nav > ul {
    margin-inline-start: auto !important;
}

.fi-icon-btn {
    color: white !important;
    margin-inline-end: auto !important;
}

.fi-dropdown-trigger > .fi-icon-btn {
    color: var(--main-app-color) !important;
    margin-inline-end: auto !important;
}

.fi-user-menu {
    border-radius: 100px !important;
}

ul .fi-dropdown,
ul .fi-dropdown-trigger,
ul .fi-dropdown button {
    background: transparent !important;
}

.fi-topbar-group-toggle-icon {
    color: white !important;
}

/* filament sections */

.fi-main .gap-y-8 {
    row-gap: 0;
}

.fi-ta-ctn {
    max-width: 80rem;
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.basis-1\/2 {
    flex-basis: 50%;
}

.fi-sidebar {
    background: linear-gradient(135deg, var(--main-app-color) 0%, #285780 100%);
    color: white !important;
}
.fi-dashboard-page{padding:20px!important;}
footer{width:100%;}
