/* Normal floating symbols */
.floating-symbol {
    position: absolute;
    z-index: 10; /* normal header */
    pointer-events: none;
}

/* Hide floating symbols when PDF is active */
body.pdf-active .floating-symbol {
    display: none !important;
}

/* Ensure PDF viewer is on top */
.pdfViewer, #readerContainer, .epdf {
    position: relative;
    z-index: 100 !important;
}
