.dx-resizable-panel-group{width:100%;height:100%}.dx-resizable-panel{min-width:0;min-height:0}.dx-resizable-handle{background:var(--light,var(--primary-color-6)) var(--dark,var(--primary-color-7));touch-action:none;outline:none;flex:none;justify-content:center;align-items:center;display:flex;position:relative}.dx-resizable-handle[data-orientation=horizontal]{cursor:col-resize;width:1px}.dx-resizable-handle[data-orientation=vertical]{cursor:row-resize;width:100%;height:1px}.dx-resizable-handle:after{width:var(--dx-space-1);content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.dx-resizable-handle[data-orientation=vertical]:after{width:100%;height:var(--dx-space-1);inset:50% 0 auto;transform:translateY(-50%)}.dx-resizable-handle:focus-visible{box-shadow:var(--dx-ring)}.dx-resizable-handle[data-disabled=true]{cursor:not-allowed;opacity:.5;pointer-events:none}.dx-resizable-handle-grip{z-index:var(--dx-z-local-sm);width:var(--dx-space-3);height:var(--dx-space-4);border:1px solid var(--light,var(--primary-color-6)) var(--dark,var(--primary-color-7));border-radius:var(--dx-radius-xs);background:var(--light,var(--primary-color-6)) var(--dark,var(--primary-color-7));color:var(--secondary-color-5);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dx-resizable-handle[data-orientation=vertical] .dx-resizable-handle-grip{transform:translate(-50%,-50%)rotate(90deg)}