.execution-run-tabs .mud-tabs-toolbar {
    background-color: #1565C0 !important;
}

.execution-run-tabs .mud-tabs-toolbar .mud-tab {
    color: rgba(255, 255, 255, 0.7) !important;
}

    .execution-run-tabs .mud-tabs-toolbar .mud-tab.mud-tab-active,
    .execution-run-tabs .mud-tabs-toolbar .mud-tab.active,
    .execution-run-tabs .mud-tabs-toolbar .mud-tab[aria-selected="true"] {
        background-color: #00A0E1 !important;
        color: #ffffff !important;
        font-weight: 700 !important;
    }

.mud-tabs-tabbar-primary .mud-tab.mud-tab-active {
    color: #ffffff !important;
    background-color: #00A0E1 !important;
}