
        .highlight-element-parent-editpage {
            border: 1px solid crimson;
            box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .16), 0 0 6px 0 rgba(0, 0, 0, .12)
        }

        .highlight-element-parent-editpage:focus {
            outline-color: dimgray;
            outline-style: auto;
            outline-width: 1px;
        }

        .edit-buttons-wrapper-open {
            display: flex;
            position: fixed;
            top: 0;
            right: 0;
            z-index: 999
        }

        .edit-buttons-wrapper-close {
            display: none
        }

        .edit-buttons-wrapper-open div {
            margin: 5px 10px;
            border: 1px solid grey;
            padding: 5px;
            background-color: white;
            cursor: pointer;
        }

        .edit-form-wrapper-close {
            display: none;
        }

        .edit-form-wrapper-open {
            display: flex;
            flex-direction: column;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
        }

        .context-menu-layer,
        .context-menu-list {
            z-index: 999999999 !important;
        }
    