#PORT {
    font-family: Inter, sans-serif;
}

#PORT .filter-tab {
    background-color: #022B35;
    color: #ffffff; /* Default text color */
}

#PORT .filter-tab:hover {
    background-color: #01404D; /* Slightly lighter shade on hover */
}

#PORT .filter-tab.active {
    color: #000000; /* Black text for active tab */
    background-color: #ffffff; /* Optional: change background for better contrast */
}

/* Alternative: If your tab system uses a parent container for the active tab */
#PORT .filter-wrapper .filter-tab.active {
    color: #000000;
}
