.fi-tabs-item-active {
    background-color: #333 !important;
}

.fi-tabs-item-active .fi-tabs-item-label {
    color: #f7f7f7 !important;
}

.fi-tabs-item-active .fi-badge {
    /*color: #6366f1 !important;*/
    /*background-color: rgb(255, 255, 255) !important;*/
}

.dark .fi-tabs-item-active {
    background-color: #f9f9f9 !important;
}

.dark .fi-tabs-item-active .fi-tabs-item-label {
    color: #444 !important;
}

.section-stylish-bg {
    background-color: #fefeff !important;
}
.section-stylish-bg .fi-section-header {
    background-color: #f7fafd;
    border-radius: 10px 10px 0 0;
}

.dark .section-stylish-bg {
    background-color: #232326 !important;
}
.dark .section-stylish-bg .fi-section-header {
    background-color: #383d42;
    border-radius: 10px 10px 0 0;
}
