/* App Global public CSS */
html {
    font-size: 14px !important;
}

/* Make any image in table rounded */
td img, .fi-wi-stats-overview-stat-icon {
    border-radius: 50%;
}

/* Make the active driver list tab stand out */
.fi-tabs-item.fi-active, .dark .fi-tabs-item.fi-active {
    background-color: rgb(var(--primary-600));
    color: #fff;
}

.fi-tabs-item.fi-active .fi-tabs-item-label,
.fi-tabs-item.fi-active .fi-tabs-item-icon,
.dark .fi-tabs-item.fi-active .fi-tabs-item-label,
.dark .fi-tabs-item.fi-active .fi-tabs-item-icon {
    color: #fff;
}

