/* This targets the main white box you see in your inspector */
.fi-simple-main {
    /* background-color: #1A1C4D !important;
    border: 1px solid #374151 !important;
    color: white !important; */
}

/* Ensure all text/labels inside are readable */
.fi-simple-main * {
    /* color: white !important; */
}

/* Fix inputs so you can still see the text you type */
.fi-simple-main input {
    /* background-color: #1f2937 !important;
    color: white !important;
    border-color: #4b5563 !important; */
}

/* Fix the "Sign In" button text color */
.fi-simple-main button {
    background-color: #4B4FA3 !important;
    color: white !important;
}
.fi-simple-main button:hover{
    background-color: #474AB0 !important;
    color: white !important;
}

/* Target the header/logo area text if needed */
.fi-simple-header-heading {
    /* color: white !important; */
}

.fi-wi-chart {
    padding: 20px !important;
}

.fi-section {
    border-radius: 12px!important;
}

.fi-wi-stats-overview-stat {
    border-radius: 12px!important;
}