<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    color: rgba(39, 139, 61, 1) !important;
    font-weight: 600;
}

.nav-tabs &gt; li.active .badge {
    background-color: rgba(39, 139, 61, 1) !important;
    font-weight: 600;
}

.nav-tabs &gt; li &gt; a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.smart-trans-section {
    padding: unset !important;
    cursor: pointer;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}
</pre></body></html>