.wiseRightVerticalToolbarButton[data-open-position-select="1"] {
    touch-action: none;
}

.wisePanelPlacementDraggingSource {
    opacity: 0.35;
}

.wisePanelPlacementDragClone {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    pointer-events: none;
    opacity: 0.9;
    will-change: transform;

    transition: none !important;
    animation: none !important;
    transform-origin: center center;
}

.wisePanelPlacementPreviewOverlay {
    position: absolute;
    inset: 0;
    z-index: 999998;
    pointer-events: none;
}

.wisePanelPlacementPreviewArea {
    position: absolute;
    opacity: 0;
    border: 2px dashed rgba(80, 120, 255, 0.75);
    background-color: rgba(80, 120, 255, 0.14);
    transition: opacity 0.12s ease;
}

.wisePanelPlacementPreviewArea.active {
    opacity: 1;
}

.wisePanelPlacementPreviewAreaTop {
    left: 0;
    top: 0;
    width: 100%;
    height: 22%;
}

.wisePanelPlacementPreviewAreaBottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22%;
}

.wisePanelPlacementPreviewAreaLeft {
    left: 0;
    top: 22%;
    width: 50%;
    height: 56%;
}

.wisePanelPlacementPreviewAreaRight {
    right: 0;
    top: 22%;
    width: 50%;
    height: 56%;
}

.wisePanelPlacementPreviewAreaFull {
    left: 33%;
    top: 33%;
    width: 34%;
    height: 34%;
}