@layer devExtremeFixes {
    /** fix color of <a> Tags to not blue */
    .p-tabview .p-tabview-nav li:not(.p-highlight) .p-tabview-nav-link {
        color: var(--text-color-secondary);
    }
    /* DxTagbox, DxSelectBox with label - height fix (@see CoreUnitDropdown)*/
    .smallLabel.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-outlined
    .dx-tag-container.dx-texteditor-input-container {
        padding-top: 4px;
        padding-bottom: 0;
    }
    .smallLabel.dx-texteditor-with-label:not(.dx-texteditor-label-outside).dx-editor-outlined
    .dx-tag-container.dx-texteditor-input-container
    .dx-tag-content {
        padding-top: 2px;
        padding-bottom: 1px;
    }
}