body::-webkit-scrollbar {
    display: none;
}

.fi-ta-content-ctn::-webkit-scrollbar {
    display: none !important;
}

.fi-ta-content-ctn {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
}

#nprogress .bar {
    height: 5px !important;
}

.dark\:fi-text-color-950 {
    --dark-text: white !important;
}

.dark\:hover\:fi-text-color-950 {
    --dark-hover-text: white !important;
}
