/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */



.guidssy-top-corner {
    top: calc(var(--spacing)*1);
    right: calc(var(--spacing)*1);
    transform: translate(50%, -50%);
    position: absolute;
    z-index: 10;
    background-color: var(--color-red-600);
    color: var(--color-white);
    font-size: 0.75rem;
    /* 12px */
    border-radius: 9999px;
    /* Full rounded */
}

/* PDF.js viewer styles */
.pdfViewer .page {
    direction: ltr;
    width: 100%;
    height: 100%;
    margin: 1px auto -8px auto;
    position: relative;
    overflow: visible;
    background-clip: content-box;
    background-color: white;
}

.pdfViewer .page canvas {
    margin: 0;
    display: block;
}

.pdfViewer .page .loadingIcon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#download,
#secondaryDownload {
    display: none !important;
}

#secondaryToolbarToggle,
#secondaryToolbarToggleButton {
    display: none !important;
}