4 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
5 "Droid Sans", "Helvetica Neue", sans-serif;
6 -webkit-font-smoothing: antialiased;
7 -moz-osx-font-smoothing: grayscale;
11 font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
17 flex-direction: column;
33 // -------------------------------------------------
34 // from: https://github.com/tobiasahlin/SpinKit/blob/master/examples/3-wave.html
43 background-color: #333;
47 display: inline-block;
49 -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
50 animation: sk-stretchdelay 1.2s infinite ease-in-out;
54 -webkit-animation-delay: -1.1s;
55 animation-delay: -1.1s;
59 -webkit-animation-delay: -1.0s;
60 animation-delay: -1.0s;
64 -webkit-animation-delay: -0.9s;
65 animation-delay: -0.9s;
69 -webkit-animation-delay: -0.8s;
70 animation-delay: -0.8s;
73 @-webkit-keyframes sk-stretchdelay {
74 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
75 20% { -webkit-transform: scaleY(1.0) }
78 @keyframes sk-stretchdelay {
80 transform: scaleY(0.4);
81 -webkit-transform: scaleY(0.4);
83 transform: scaleY(1.0);
84 -webkit-transform: scaleY(1.0);
87 // -------------------------------------------------
90 #pdfDownloadContainer{