.ps-pdfs-element.selected .react-resizable-handle {
    position: absolute;
    z-index: 2001;
    width: 20px;
    height: 20px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    padding: 0 3px 3px 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
}

.ps-pdfs-element.selected .react-resizable-handle-s {
    left: 50%;
    bottom: -10px;
    transform: rotate(45deg);
    margin-left: -10px;
    cursor: ns-resize;
}

.ps-pdfs-element.selected .react-resizable-handle-n {
    left: 50%;
    top: -10px;
    transform: rotate(225deg);
    margin-left: -10px;
    cursor: ns-resize;
}

.ps-pdfs-element.selected .react-resizable-handle-e {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    cursor: ew-resize;
    transform: rotate(315deg);
}

.ps-pdfs-element.selected .react-resizable-handle-w {
    top: 50%;
    margin-top: -10px;
    left: -10px;
    cursor: ew-resize;
    transform: rotate(135deg);
}

.ps-pdfs-element.selected .react-resizable-handle-se {
    bottom: -10px;
    right: -10px;
    cursor: se-resize;
}

.ps-pdfs-element.selected .react-resizable-handle-sw {
    bottom: -10px;
    left: -10px;
    cursor: sw-resize;
    transform: rotate(90deg);
}

.ps-pdfs-element.selected .react-resizable-handle-ne {
    top: -10px;
    right: -10px;
    cursor: ne-resize;
    transform: rotate(270deg);
}

.ps-pdfs-element.selected .react-resizable-handle-nw {
    top: -10px;
    left: -10px;
    cursor: nw-resize;
    transform: rotate(180deg);
}