{{if theme.vala_tab_enabled}}
	.ipsTabs_item,
	a.ipsTabs_item{
      color: rgb(var(--vala_tab_item_txt))!important;
	}

.ipsTabs [role="tablist"] .ipsTabs_activeItem, {
		font-weight: bold;  
}
	.ipsTabs [role="tablist"] .ipsTabs_activeItem, .ipsTabs_item:not( .ipsTabs_activeItem ):hover {
        background-color: rgb(var(--vala_tab_item_active_bg))!important;
		color: rgb(var(--vala_tab_item_active_txt))!important;
	}
{{endif}}