body{
    background-image: url(/assets/images/CC-BG.png);
    background-color: rgb(var(--dark-500)) !important;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.fi-btn-color-primary{
    color: rgb(var(--dark-500)) !important;
}

.dark\:bg-gray-900:is(nav, header){
    background-color: rgba(var(--white-500), 0) !important;
    border-bottom: 1px solid rgba(var(--white-500), 1);
}

.dark\:bg-gray-900:is(
    .fi-section, 
    .fi-ta-ctn,
    .fi-wi-stats-overview-stat,
    .fi-simple-main
    ){
    background-color: rgba(var(--white-500), 0.1) !important;
}

.fi-btn-color-yellow{
    color: black !important;
}