.pdf-viewer{margin:0 auto}.pdf-viewer h1{color:#ff3e00;text-transform:uppercase;text-align:center;font-size:2em;font-weight:100}.pdf-viewer .controls{justify-content:center;align-items:center;margin:20px 0;display:flex}.pdf-viewer button{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:5px;min-width:120px;margin:0 10px;padding:10px 20px;font-size:1em}.pdf-viewer .controls button{flex:none}.pdf-viewer button:hover{background-color:#45a049}.pdf-viewer button:disabled{cursor:not-allowed;background-color:#ccc}.pdf-viewer .error{color:red;text-align:center;font-weight:700}.pdf-viewer iframe{border:none;display:block}.pdf-viewer .page-info{margin:0 20px;font-size:1em}.pdf-viewer .download-container{justify-content:center;margin-top:20px;display:flex}.pdf-highlight{pointer-events:auto;z-index:100;background:#ffff004d;border:2px solid #ff0c;border-radius:3px;transition:all .2s;position:absolute}.pdf-highlight:hover{background:#ff06;border-color:#ff0;box-shadow:0 2px 8px #00000026}.pdf-highlight .hl-remove{color:#fff;cursor:pointer;z-index:101;background:#f44;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px}.pdf-highlight .hl-remove:hover{background:#c00;transform:scale(1.1)}@keyframes highlightAppear{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.pdf-highlight{animation:.3s ease-out highlightAppear}
