﻿.modal-lg {
    max-width: 80% !important;
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: auto;
    padding: 1rem;
}

#pdfContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: max-content;
    margin: 0 auto;
}

    #pdfContainer canvas {
        display: block;
        image-rendering: auto;
        width: auto;
        height: auto;
        max-width: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

#pdfViewer {
    width: 100%;
    height: 100%;
}

.form-control:focus {
    border-color: #1b3f5f;
    box-shadow: 0 0 0 0.25rem rgba(27, 63, 95, 0.25);
}
