canvas {
        border: 1px solid #ccc;
        /*margin: 10px 0;*/
        max-width: 100%;
    }

    #status {
    margin-top: 15px;
    color: #9da720;
    font-weight: 600;
    margin-bottom: 20px;
}

    .PDFPreview {
        flex: 1;
        max-height: 90vh;
        overflow-y: auto;
    }

    .hidden {
        display: none;
    }
    
div#page1 {
    width: 100%;
    max-width: 550px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 15px 0px #0002;
    border-radius: 10px;
    margin: 10px auto 30px;
}
.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;
}
input#imageInput {
    display: none;
}


.image-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 25px;
    max-width: calc(25% - 15px);
    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 #1736c5;
}
 #PDFPreview {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc5;
    padding: 35px;
    background: #0001;
    border-radius: 5px;
    max-height: 570px;
    overflow: auto;
    position: relative;
}
.blue-btn:hover {
    transform: scale(0.9);
}
@media(min-width:768px) and (max-width:1024px){
.image-container {
    max-width: calc(33% - 12px) !important;
   }
}
@media(max-width:767px){
.image-container {
    max-width: calc(51% - 15px) !important;
   }
}
@media(max-width:550px){
#PDFPreview { 
    padding: 25px;
}
}
@media(min-width:768px) and (max-width:991px){
.image-container {
    padding: 15px !important;
   }
    #PDFPreview { 
    padding: 25px;
}
}

.extracDivBtn {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


div.dwld-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
p.converstext {
    font-weight: 700;
    color: green;
}