.custom-form-properties-editor-sidebar-panel {
    min-width: 570px;
}
.custom-form-properties-editor-sidebar-panel .fv__ui-sidebar-panel-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    position: relative;
}
.custom-form-properties-editor-sidebar-panel .fv__ui-form-group {
    width: 100%;
}
.custom-form-properties-editor-lock-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    z-index: 99999;
}
.custom-form-properties-editor-sidebar-panel-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}