.document-window {
    display: block;
    height: 680px;
}
.page-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
}
.page-label {
    margin-bottom: 6px;
    padding: 5px 9px;
    color: #fff;
    border-radius: 4px;
    background: var(--deep);
    font-size: 9px;
    font-weight: 700;
}
.document-stage img {
    max-height: 640px;
}
.redaction-box {
    pointer-events: auto;
}
.redaction-box button {
    position: absolute;
    top: -12px;
    right: -12px;
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #c83e3e;
    cursor: pointer;
    font: bold 14px Arial, Helvetica, sans-serif;
}
button:disabled {
    cursor: not-allowed !important;
    opacity: .5;
}
