/* Minify_CSS_UriRewriter::$debugText

*/

/* e2pdf.frontend.global.css */

/* 1  */ a.e2pdf-download-progress,
/* 2  */ a.e2pdf-download-progress:focus,
/* 3  */ a.e2pdf-download-progress:link,
/* 4  */ a.e2pdf-download-progress:visited,
/* 5  */ a.e2pdf-download-progress:hover
/* 6  */ {
/* 7  */     color: #808080;
/* 8  */     text-decoration: none;
/* 9  */     pointer-events: none;
/* 10 */     background: repeating-linear-gradient(
/* 11 */         45deg,
/* 12 */         rgba(128, 128, 128, 0.7) 0%,
/* 13 */         rgba(128, 128, 128, 0.7) 10px,
/* 14 */         rgba(255, 255, 255, 0.7) 10px,
/* 15 */         rgba(255, 255, 255, 0.7) 20px
/* 16 */         );
/* 17 */     background-size: 200% 200%;
/* 18 */     animation: e2pdf-download-animation 1.5s linear infinite;
/* 19 */ }
/* 20 */ @keyframes e2pdf-download-animation {
/* 21 */     0% {
/* 22 */         background-position: 0% 0%;
/* 23 */     }
/* 24 */     100% {
/* 25 */         background-position: 100% 100%;
/* 26 */     }
/* 27 */ }
/* 28 */
