/* nav.flex { */
body > div > div > div > nav {
    /* background: linear-gradient(to left, #d40505, #ff7e5f, #ef90b8); */
    /* background: linear-gradient(to left, #3400de, #a450f8, #cea1e0); */
    /* background: linear-gradient(to left, #de4a00, #f85083, #e0a1b4); */
    /* background: linear-gradient(to left, #5900de, #bd50f8, #bdacfa); */
    /* background: linear-gradient(to left, #accbfa, #c0ccf9, #c8dcfa); */
    /* background: linear-gradient(to left, #0340c1, #0340c1, #0340c1); */
    /* background: linear-gradient(to left, #300668, #200232, #200232); */
    background: linear-gradient(to left, #c50027, #c50027, #b80011);
}
header.fi-sidebar-header {
    /* background-color: #ef90b8 !important; */
    /* background-color: #cea1e0 !important; */
    /* background-color: #e0a1b4 !important; */
    /* background-color: #bdacfa !important; */
    /* background-color: #c8dcfa !important; */
    /* background-color: #0340c1 !important; */
    /* background-color: #200232 !important; */
    background-color: #b80011 !important;
}
button.fi-icon-btn.relative.flex {
    color: #2b03af;
}
img.fi-logo.flex {
    height: 2.6rem !important;
}
.py-4 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.py-4 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.py-6 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.text-base {
    font-size: 0.9rem;
    line-height: 1.25rem;
}

.text-sm {
    font-size: 0.825rem;
    line-height: 1.25rem;
}

.p-6 {
    padding: 1rem;
}

.px-6 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-3 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.gap-6 {
    gap: 1.25rem;
}
.footer-layout2 .footer-copyright {
    border-top: none;
}
