@media print {
    html * {
        visibility: hidden;
    }

    #viewer,
    #viewer * {
        visibility: visible;
    }

    #viewer {
        position: absolute;
        left: 0;
        top: 0;
        width: 95%;
    }
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.glass-panel {
    background: rgba(247, 249, 251, 0.8);
    backdrop-filter: blur(20px);
}

.pdf-canvas-shadow {
    box-shadow: 0px 4px 20px rgba(42, 52, 57, 0.04);
}

.active-accent {
    position: relative;
}

.active-accent::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 2px;
    background-color: #565e74;
}

input[type="color"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    background: none;
    border-radius: 9999px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 9999px;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 9999px;
}

input[type="color"]::-moz-color-swatch {
    border: none;
    border-radius: 9999px;
}