.ps-pdfs-element-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5px;
}

.ps-pdfs-element-content .dx-htmleditor-content {
    padding: unset !important;
    user-select: text !important;
}

.ps-pdfs-element-content .dx-htmleditor {
    border: none !important;
}

.ps-pdfs-element-content img {
    width: 100% !important;
    height: 100% !important;
}

.ps-pdfs-element-cover {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 5px;
    top: 5px;
    color: transparent;
    user-select: none;
    z-index: 2000;
}

.ps-pdfs-element-actions {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -32px;
    left: 0;
    width: 100%;
    height: 24px;
    color: #838282;
    z-index: 2002 !important;
}

.ps-pdfs-element-action {
    width: 18px;
    cursor: pointer;
}

.ps-pdfs-element-action.drag {
    height: 14px;
    width: 14px;
    background-image: url('cross-icon.png');
    background-size: contain;
    margin-right: 6px;
    margin-top: -2px;
    cursor: grab !important;
}

.ps-pdfs-element-action:hover i {
    font-size: 18px !important;
}

.ps-pdfs-edit-toolbar {
    position: absolute;
    display: none;
    width: 790px;
    height: 38px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid lightgray;
    background-color: white;
    z-index: 2000;
}

.ps-pdfs-edit-toolbar .dx-htmleditor-toolbar.dx-state-disabled {
    display: none;
}

.ps-pdfs-edit-toolbar .dx-htmleditor-toolbar[aria-disabled="true"] {
    display: none;
}

div[aria-label="Add Image"] .dx-tab-text-span-pseudo {
    display: none;
}

.ps-pdfs-element-content .dx-htmleditor {
    border: none !important;
}