/* Add custom CSS styles below */ 
.tabs__outline .tab-trigger.is-active {
    background-color: #ffffff !important;
    background-color: #f2f2f2 !important;
    color: #f2f2f2 !important;
}
.tabs__outline .tab-trigger {
    border-radius: 9999px;
    border-width: 2px;
    border-color: #f2f2f2;
    border-color: #f2f2f2;
    padding: 0.75rem
}