UNPKG

22.3 kBCSSView Raw
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://github.com/material-components/material-components-web/blob/master/LICENSE
7 */
8@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate {
9 0% {
10 -webkit-transform: translateX(0);
11 transform: translateX(0);
12 }
13 20% {
14 -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
15 animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
16 -webkit-transform: translateX(0);
17 transform: translateX(0);
18 }
19 59.15% {
20 -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
21 animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
22 -webkit-transform: translateX(83.67142%);
23 transform: translateX(83.67142%);
24 /* @alternate */
25 -webkit-transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
26 transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
27 }
28 100% {
29 -webkit-transform: translateX(200.611057%);
30 transform: translateX(200.611057%);
31 /* @alternate */
32 -webkit-transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
33 transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
34 }
35}
36@keyframes mdc-linear-progress-primary-indeterminate-translate {
37 0% {
38 -webkit-transform: translateX(0);
39 transform: translateX(0);
40 }
41 20% {
42 -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
43 animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
44 -webkit-transform: translateX(0);
45 transform: translateX(0);
46 }
47 59.15% {
48 -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
49 animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
50 -webkit-transform: translateX(83.67142%);
51 transform: translateX(83.67142%);
52 /* @alternate */
53 -webkit-transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
54 transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
55 }
56 100% {
57 -webkit-transform: translateX(200.611057%);
58 transform: translateX(200.611057%);
59 /* @alternate */
60 -webkit-transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
61 transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
62 }
63}
64@-webkit-keyframes mdc-linear-progress-primary-indeterminate-scale {
65 0% {
66 -webkit-transform: scaleX(0.08);
67 transform: scaleX(0.08);
68 }
69 36.65% {
70 -webkit-animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
71 animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
72 -webkit-transform: scaleX(0.08);
73 transform: scaleX(0.08);
74 }
75 69.15% {
76 -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
77 animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
78 -webkit-transform: scaleX(0.661479);
79 transform: scaleX(0.661479);
80 }
81 100% {
82 -webkit-transform: scaleX(0.08);
83 transform: scaleX(0.08);
84 }
85}
86@keyframes mdc-linear-progress-primary-indeterminate-scale {
87 0% {
88 -webkit-transform: scaleX(0.08);
89 transform: scaleX(0.08);
90 }
91 36.65% {
92 -webkit-animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
93 animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
94 -webkit-transform: scaleX(0.08);
95 transform: scaleX(0.08);
96 }
97 69.15% {
98 -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
99 animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
100 -webkit-transform: scaleX(0.661479);
101 transform: scaleX(0.661479);
102 }
103 100% {
104 -webkit-transform: scaleX(0.08);
105 transform: scaleX(0.08);
106 }
107}
108@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate {
109 0% {
110 -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
111 animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
112 -webkit-transform: translateX(0);
113 transform: translateX(0);
114 }
115 25% {
116 -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
117 animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
118 -webkit-transform: translateX(37.651913%);
119 transform: translateX(37.651913%);
120 /* @alternate */
121 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
122 transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
123 }
124 48.35% {
125 -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
126 animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
127 -webkit-transform: translateX(84.386165%);
128 transform: translateX(84.386165%);
129 /* @alternate */
130 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
131 transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
132 }
133 100% {
134 -webkit-transform: translateX(160.277782%);
135 transform: translateX(160.277782%);
136 /* @alternate */
137 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
138 transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
139 }
140}
141@keyframes mdc-linear-progress-secondary-indeterminate-translate {
142 0% {
143 -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
144 animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
145 -webkit-transform: translateX(0);
146 transform: translateX(0);
147 }
148 25% {
149 -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
150 animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
151 -webkit-transform: translateX(37.651913%);
152 transform: translateX(37.651913%);
153 /* @alternate */
154 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
155 transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
156 }
157 48.35% {
158 -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
159 animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
160 -webkit-transform: translateX(84.386165%);
161 transform: translateX(84.386165%);
162 /* @alternate */
163 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
164 transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
165 }
166 100% {
167 -webkit-transform: translateX(160.277782%);
168 transform: translateX(160.277782%);
169 /* @alternate */
170 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
171 transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
172 }
173}
174@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-scale {
175 0% {
176 -webkit-animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
177 animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
178 -webkit-transform: scaleX(0.08);
179 transform: scaleX(0.08);
180 }
181 19.15% {
182 -webkit-animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
183 animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
184 -webkit-transform: scaleX(0.457104);
185 transform: scaleX(0.457104);
186 }
187 44.15% {
188 -webkit-animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
189 animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
190 -webkit-transform: scaleX(0.72796);
191 transform: scaleX(0.72796);
192 }
193 100% {
194 -webkit-transform: scaleX(0.08);
195 transform: scaleX(0.08);
196 }
197}
198@keyframes mdc-linear-progress-secondary-indeterminate-scale {
199 0% {
200 -webkit-animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
201 animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
202 -webkit-transform: scaleX(0.08);
203 transform: scaleX(0.08);
204 }
205 19.15% {
206 -webkit-animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
207 animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
208 -webkit-transform: scaleX(0.457104);
209 transform: scaleX(0.457104);
210 }
211 44.15% {
212 -webkit-animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
213 animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
214 -webkit-transform: scaleX(0.72796);
215 transform: scaleX(0.72796);
216 }
217 100% {
218 -webkit-transform: scaleX(0.08);
219 transform: scaleX(0.08);
220 }
221}
222@-webkit-keyframes mdc-linear-progress-buffering {
223 from {
224 -webkit-transform: rotate(180deg) translateX(-10px);
225 transform: rotate(180deg) translateX(-10px);
226 }
227}
228@keyframes mdc-linear-progress-buffering {
229 from {
230 -webkit-transform: rotate(180deg) translateX(-10px);
231 transform: rotate(180deg) translateX(-10px);
232 }
233}
234@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
235 0% {
236 -webkit-transform: translateX(0);
237 transform: translateX(0);
238 }
239 20% {
240 -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
241 animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
242 -webkit-transform: translateX(0);
243 transform: translateX(0);
244 }
245 59.15% {
246 -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
247 animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
248 -webkit-transform: translateX(-83.67142%);
249 transform: translateX(-83.67142%);
250 /* @alternate */
251 -webkit-transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
252 transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
253 }
254 100% {
255 -webkit-transform: translateX(-200.611057%);
256 transform: translateX(-200.611057%);
257 /* @alternate */
258 -webkit-transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
259 transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
260 }
261}
262@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
263 0% {
264 -webkit-transform: translateX(0);
265 transform: translateX(0);
266 }
267 20% {
268 -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
269 animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
270 -webkit-transform: translateX(0);
271 transform: translateX(0);
272 }
273 59.15% {
274 -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
275 animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
276 -webkit-transform: translateX(-83.67142%);
277 transform: translateX(-83.67142%);
278 /* @alternate */
279 -webkit-transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
280 transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
281 }
282 100% {
283 -webkit-transform: translateX(-200.611057%);
284 transform: translateX(-200.611057%);
285 /* @alternate */
286 -webkit-transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
287 transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
288 }
289}
290@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
291 0% {
292 -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
293 animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
294 -webkit-transform: translateX(0);
295 transform: translateX(0);
296 }
297 25% {
298 -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
299 animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
300 -webkit-transform: translateX(-37.651913%);
301 transform: translateX(-37.651913%);
302 /* @alternate */
303 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
304 transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
305 }
306 48.35% {
307 -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
308 animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
309 -webkit-transform: translateX(-84.386165%);
310 transform: translateX(-84.386165%);
311 /* @alternate */
312 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
313 transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
314 }
315 100% {
316 -webkit-transform: translateX(-160.277782%);
317 transform: translateX(-160.277782%);
318 /* @alternate */
319 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
320 transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
321 }
322}
323@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
324 0% {
325 -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
326 animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
327 -webkit-transform: translateX(0);
328 transform: translateX(0);
329 }
330 25% {
331 -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
332 animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
333 -webkit-transform: translateX(-37.651913%);
334 transform: translateX(-37.651913%);
335 /* @alternate */
336 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
337 transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
338 }
339 48.35% {
340 -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
341 animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
342 -webkit-transform: translateX(-84.386165%);
343 transform: translateX(-84.386165%);
344 /* @alternate */
345 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
346 transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
347 }
348 100% {
349 -webkit-transform: translateX(-160.277782%);
350 transform: translateX(-160.277782%);
351 /* @alternate */
352 -webkit-transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
353 transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
354 }
355}
356@-webkit-keyframes mdc-linear-progress-buffering-reverse {
357 from {
358 -webkit-transform: translateX(-10px);
359 transform: translateX(-10px);
360 }
361}
362@keyframes mdc-linear-progress-buffering-reverse {
363 from {
364 -webkit-transform: translateX(-10px);
365 transform: translateX(-10px);
366 }
367}
368.mdc-linear-progress {
369 position: relative;
370 width: 100%;
371 height: 4px;
372 -webkit-transform: translateZ(0);
373 transform: translateZ(0);
374 outline: 1px solid transparent;
375 overflow: hidden;
376 transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
377}
378.mdc-linear-progress__bar {
379 position: absolute;
380 width: 100%;
381 height: 100%;
382 -webkit-animation: none;
383 animation: none;
384 -webkit-transform-origin: top left;
385 transform-origin: top left;
386 transition: -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
387 transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
388 transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
389}
390.mdc-linear-progress__bar-inner {
391 display: inline-block;
392 position: absolute;
393 width: 100%;
394 -webkit-animation: none;
395 animation: none;
396 border-top: 4px solid;
397}
398.mdc-linear-progress__buffer {
399 display: flex;
400 position: absolute;
401 width: 100%;
402 height: 100%;
403}
404.mdc-linear-progress__buffer-dots {
405 background-repeat: repeat-x;
406 background-size: 10px 4px;
407 flex: auto;
408 -webkit-transform: rotate(180deg);
409 transform: rotate(180deg);
410 -webkit-animation: mdc-linear-progress-buffering 250ms infinite linear;
411 animation: mdc-linear-progress-buffering 250ms infinite linear;
412}
413.mdc-linear-progress__buffer-bar {
414 flex: 0 1 100%;
415 transition: flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
416}
417.mdc-linear-progress__primary-bar {
418 -webkit-transform: scaleX(0);
419 transform: scaleX(0);
420}
421.mdc-linear-progress__secondary-bar {
422 display: none;
423}
424.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
425 transition: none;
426}
427.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
428 left: -145.166611%;
429}
430.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
431 left: -54.888891%;
432 display: block;
433}
434.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
435 -webkit-animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
436 animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
437}
438.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner {
439 -webkit-animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
440 animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
441}
442.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
443 -webkit-animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
444 animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
445}
446.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner {
447 -webkit-animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
448 animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
449}
450[dir=rtl] .mdc-linear-progress, .mdc-linear-progress[dir=rtl] {
451 /*rtl:begin:ignore*/
452 /*rtl:end:ignore*/
453}
454[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__bar {
455 /* @noflip */
456 /*rtl:ignore*/
457 right: 0;
458 /* @noflip */
459 /*rtl:ignore*/
460 -webkit-transform-origin: center right;
461 /* @noflip */
462 /*rtl:ignore*/
463 transform-origin: center right;
464}
465[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
466 -webkit-animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
467 animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
468}
469[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
470 -webkit-animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
471 animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
472}
473[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__buffer-dots, .mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__buffer-dots {
474 -webkit-animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
475 animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
476 -webkit-transform: rotate(0);
477 transform: rotate(0);
478}
479[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
480 /* @noflip */
481 /*rtl:ignore*/
482 right: -145.166611%;
483 /* @noflip */
484 /*rtl:ignore*/
485 left: auto;
486}
487[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
488 /* @noflip */
489 /*rtl:ignore*/
490 right: -54.888891%;
491 /* @noflip */
492 /*rtl:ignore*/
493 left: auto;
494}
495
496.mdc-linear-progress--closed {
497 opacity: 0;
498}
499.mdc-linear-progress--closed-animation-off .mdc-linear-progress__buffer-dots {
500 -webkit-animation: none;
501 animation: none;
502}
503.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,
504.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar .mdc-linear-progress__bar-inner {
505 -webkit-animation: none;
506 animation: none;
507}
508
509.mdc-linear-progress__bar-inner {
510 border-color: #6200ee;
511 /* @alternate */
512 border-color: var(--mdc-theme-primary, #6200ee);
513}
514
515.mdc-linear-progress__buffer-dots {
516 background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E");
517}
518
519.mdc-linear-progress__buffer-bar {
520 background-color: #e6e6e6;
521}
522
523/*# sourceMappingURL=mdc.linear-progress.css.map*/
\No newline at end of file