<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pdfViewerModal .modal-footer {
    border: none;
}

.pdfViewerModal .modal-title {
    color: var(--clr-base);
    font-weight: var(--fw-4);
    text-align: center;
}


.pdf-content-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .pdf-content-container canvas {
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }</pre></body></html>