body.fi-body {
    color: #0f172a;
    background: linear-gradient(180deg, #f6fbf8 0%, #eef6f2 48%, #f7fafc 100%);
}

.dark body.fi-body {
    color: #0f172a;
    background: linear-gradient(180deg, #f6fbf8 0%, #eef6f2 48%, #f7fafc 100%);
}

.fi-simple-layout {
    background: transparent;
}

.fi-simple-main {
    width: min(32rem, calc(100vw - 2rem));
    padding: 3.4rem 3rem 3rem;
    color: #020617;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.8rem;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.dark .fi-simple-main {
    color: #020617;
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.12);
}

.fi-simple-header {
    margin-bottom: 2rem;
}

.fi-simple-header .fi-logo {
    height: 4.2rem !important;
    margin-inline: auto;
}

.dark .fi-simple-header .fi-logo.dark\:hidden {
    display: flex !important;
}

.dark .fi-simple-header .fi-logo.dark\:flex {
    display: none !important;
}

.fi-simple-header-heading {
    color: #020617;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0;
}

.dark .fi-simple-header-heading {
    color: #020617 !important;
}

.fi-simple-header-subheading {
    color: #475569;
}

.dark .fi-simple-header-subheading {
    color: #475569 !important;
}

.fi-fo-field-wrp-label span,
.fi-checkbox-input + span,
.fi-input {
    color: #020617 !important;
}

.dark .fi-fo-field-wrp-label span,
.dark .fi-checkbox-input + span,
.dark .fi-input,
.dark .fi-input-wrp-prefix,
.dark .fi-input-wrp-suffix {
    color: #020617 !important;
}

.fi-input-wrp {
    background: #ffffff !important;
    border-color: #d7dde5 !important;
}

.dark .fi-input-wrp {
    background: #ffffff !important;
    border-color: #d7dde5 !important;
    box-shadow: 0 0 0 1px #d7dde5;
}

.fi-input-wrp-suffix {
    border-color: #d7dde5 !important;
}

.fi-input-wrp:focus-within {
    border-color: #008a4a;
    box-shadow: 0 0 0 1px #008a4a;
}

.fi-checkbox-input {
    background: #ffffff !important;
    border-color: #d7dde5 !important;
}

.fi-btn.fi-color-primary {
    min-height: 2.75rem;
    color: #ffffff;
    background: linear-gradient(90deg, #00945b 0%, #05866f 100%);
    border-radius: 0.9rem;
    box-shadow: 0 16px 34px rgba(5, 134, 111, 0.16);
}

.fi-btn.fi-color-primary:hover,
.fi-btn.fi-color-primary:focus {
    background: linear-gradient(90deg, #008a4a 0%, #047763 100%);
}

.fi-link {
    color: #00783c;
    font-weight: 700;
}

.fi-topbar > nav,
.fi-sidebar-header {
    background: linear-gradient(105deg, #006331 0%, #006f38 70%, #8bd7e7 130%);
}

.fi-sidebar {
    background: rgba(255, 255, 255, 0.9);
}

.fi-header {
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(255, 132, 12, 0.18), transparent 24%),
        linear-gradient(135deg, #005f2f 0%, #00783c 58%, #079348 100%);
    padding: 1.4rem 1.6rem;
    box-shadow: 0 18px 44px rgba(7, 55, 30, 0.14);
}

.fi-header-heading,
.fi-header-subheading {
    color: #ffffff;
}

@media (max-width: 640px) {
    .fi-simple-main {
        padding: 2.4rem 1.5rem;
    }
}
