.fi-main {
    padding: 0px !important;
}

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

.fi-dropdown.fi-user-menu{display:none!important;}

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

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

.fi-topbar > nav {
    background-color: #04b0b8 !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 {
    background-color: white !important;
    border-radius: 5px !important;
}

.fi-topbar > nav > div {
    margin-inline-start: 0px !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: #04b0b8 !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%;
}

footer{width:100%;}
