canvas {
        border: 1px solid #ccc;
        display: block;
        width:100%;
    }


    .pdf-canvas-container {
        position: relative;
    }

    .redact-box {
        border: 2px dashed #1e55b2;
        background-color: #3476e87e;
        position: absolute;
        pointer-events: none;
    }

    .options {
        margin: 15px 0;
    }

    .options input,
    .options button {
        margin-right: 10px;
        padding: 8px;
        font-size: 14px;
    }
    

.pdf-canvas-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px;
    max-width: calc(50% - 10px);
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: grab;
    user-select: none;
    transition: transform 0.2s;
    border: 2px solid #128ee3;
}
 #previewContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    border: 1px solid #ccc5;
    padding: 35px;
    background: #0001;
    border-radius: 5px;
    max-height: 570px;
    overflow: auto;
    position: relative;
    justify-content:center;
}


.file-input {
    color: #0e65bf;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: system-ui;
    font-size: 24px;
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px dashed;
    margin: auto;
}
div.image-converter-input {
    display: block;
    width: 100%;
    max-width: 550px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 15px 0px #0002;
    border-radius: 10px;
    margin: 10px auto 30px;
}
input#pdfInput {
    display: none;
}

.input-clear-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.input-clear-div input {
    width: 100%;
    max-width: 300px;
}

.downl-find-div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

div#nxt-page {
    display: none;
}

@media(max-width:991px){
  .pdf-canvas-container {
    max-width: 100% !important;
    }
}

@media(max-width:767px){
div#previewContainer {
    padding: 15px;
}
    }
    
.pdf-page {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.pdf-render-layer,
.pdf-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.pdf-overlay-layer {
  z-index: 10;
  pointer-events: none; /* allows clicks to pass through */
}
button#undoLastBtn {
    margin-left: 10px;
}
p.noteP {
    padding-left: 10px;
}