.worklfow_gui_nav_icon_workflow {
    background: url(../img/workflow.svg) center center no-repeat !important;
}

body.pimcore_version_6 .worklfow_gui_nav_icon_workflow {
    background: url(../img/workflow_white.svg) center center no-repeat !important;
}

.validation-rules .x-form-item-label-inner {
    width: 100% !important;
}

.validation-rules .x-form-item-label-default {
    order: 1;
    width: 100% !important;
    padding-left: 5px;
}

.validation-rules .x-form-item {
    display: flex;
}

.validation-rules .x-form-cb-wrap-default  {
    order: 0;
}
