@zumer/orbit 0.5.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -193
- package/dist/orbit.css +726 -1186
- package/dist/orbit.js +155 -224
- package/dist/orbit.min.css +1 -1
- package/dist/orbit.min.js +27 -56
- package/package.json +3 -2
- package/dist/css/orbit.css +0 -8440
- package/dist/css/orbit.css.map +0 -1
- package/dist/css/orbit.min.css +0 -1
- package/dist/css/orbit.min.css.map +0 -1
package/dist/orbit.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
* orbit
|
|
4
|
-
* v.0.
|
|
4
|
+
* v.1.0.0
|
|
5
5
|
* Author Juan Martin Muda - Zumerlab
|
|
6
6
|
* License MIT
|
|
7
7
|
**/
|
|
8
8
|
@charset "UTF-8";
|
|
9
9
|
|
|
10
|
-
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-
|
|
10
|
+
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-71826-jluxOtrlBV0O/orbit/src/orbit.css */
|
|
11
11
|
.gravity-spot * {
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
margin: 0;
|
|
@@ -319,602 +319,542 @@
|
|
|
319
319
|
}
|
|
320
320
|
:nth-child(1 of .satellite),
|
|
321
321
|
:nth-child(1 of o-arc),
|
|
322
|
-
:nth-child(1 of .vector)
|
|
323
|
-
:nth-child(1 of o-text) {
|
|
322
|
+
:nth-child(1 of .vector) {
|
|
324
323
|
--o-orbit-child-number: 0;
|
|
325
324
|
}
|
|
326
325
|
:nth-child(2 of .satellite),
|
|
327
326
|
:nth-child(2 of o-arc),
|
|
328
|
-
:nth-child(2 of .vector)
|
|
329
|
-
:nth-child(2 of o-text) {
|
|
327
|
+
:nth-child(2 of .vector) {
|
|
330
328
|
--o-orbit-child-number: 1;
|
|
331
329
|
}
|
|
332
330
|
:nth-child(3 of .satellite),
|
|
333
331
|
:nth-child(3 of o-arc),
|
|
334
|
-
:nth-child(3 of .vector)
|
|
335
|
-
:nth-child(3 of o-text) {
|
|
332
|
+
:nth-child(3 of .vector) {
|
|
336
333
|
--o-orbit-child-number: 2;
|
|
337
334
|
}
|
|
338
335
|
:nth-child(4 of .satellite),
|
|
339
336
|
:nth-child(4 of o-arc),
|
|
340
|
-
:nth-child(4 of .vector)
|
|
341
|
-
:nth-child(4 of o-text) {
|
|
337
|
+
:nth-child(4 of .vector) {
|
|
342
338
|
--o-orbit-child-number: 3;
|
|
343
339
|
}
|
|
344
340
|
:nth-child(5 of .satellite),
|
|
345
341
|
:nth-child(5 of o-arc),
|
|
346
|
-
:nth-child(5 of .vector)
|
|
347
|
-
:nth-child(5 of o-text) {
|
|
342
|
+
:nth-child(5 of .vector) {
|
|
348
343
|
--o-orbit-child-number: 4;
|
|
349
344
|
}
|
|
350
345
|
:nth-child(6 of .satellite),
|
|
351
346
|
:nth-child(6 of o-arc),
|
|
352
|
-
:nth-child(6 of .vector)
|
|
353
|
-
:nth-child(6 of o-text) {
|
|
347
|
+
:nth-child(6 of .vector) {
|
|
354
348
|
--o-orbit-child-number: 5;
|
|
355
349
|
}
|
|
356
350
|
:nth-child(7 of .satellite),
|
|
357
351
|
:nth-child(7 of o-arc),
|
|
358
|
-
:nth-child(7 of .vector)
|
|
359
|
-
:nth-child(7 of o-text) {
|
|
352
|
+
:nth-child(7 of .vector) {
|
|
360
353
|
--o-orbit-child-number: 6;
|
|
361
354
|
}
|
|
362
355
|
:nth-child(8 of .satellite),
|
|
363
356
|
:nth-child(8 of o-arc),
|
|
364
|
-
:nth-child(8 of .vector)
|
|
365
|
-
:nth-child(8 of o-text) {
|
|
357
|
+
:nth-child(8 of .vector) {
|
|
366
358
|
--o-orbit-child-number: 7;
|
|
367
359
|
}
|
|
368
360
|
:nth-child(9 of .satellite),
|
|
369
361
|
:nth-child(9 of o-arc),
|
|
370
|
-
:nth-child(9 of .vector)
|
|
371
|
-
:nth-child(9 of o-text) {
|
|
362
|
+
:nth-child(9 of .vector) {
|
|
372
363
|
--o-orbit-child-number: 8;
|
|
373
364
|
}
|
|
374
365
|
:nth-child(10 of .satellite),
|
|
375
366
|
:nth-child(10 of o-arc),
|
|
376
|
-
:nth-child(10 of .vector)
|
|
377
|
-
:nth-child(10 of o-text) {
|
|
367
|
+
:nth-child(10 of .vector) {
|
|
378
368
|
--o-orbit-child-number: 9;
|
|
379
369
|
}
|
|
380
370
|
:nth-child(11 of .satellite),
|
|
381
371
|
:nth-child(11 of o-arc),
|
|
382
|
-
:nth-child(11 of .vector)
|
|
383
|
-
:nth-child(11 of o-text) {
|
|
372
|
+
:nth-child(11 of .vector) {
|
|
384
373
|
--o-orbit-child-number: 10;
|
|
385
374
|
}
|
|
386
375
|
:nth-child(12 of .satellite),
|
|
387
376
|
:nth-child(12 of o-arc),
|
|
388
|
-
:nth-child(12 of .vector)
|
|
389
|
-
:nth-child(12 of o-text) {
|
|
377
|
+
:nth-child(12 of .vector) {
|
|
390
378
|
--o-orbit-child-number: 11;
|
|
391
379
|
}
|
|
392
380
|
:nth-child(13 of .satellite),
|
|
393
381
|
:nth-child(13 of o-arc),
|
|
394
|
-
:nth-child(13 of .vector)
|
|
395
|
-
:nth-child(13 of o-text) {
|
|
382
|
+
:nth-child(13 of .vector) {
|
|
396
383
|
--o-orbit-child-number: 12;
|
|
397
384
|
}
|
|
398
385
|
:nth-child(14 of .satellite),
|
|
399
386
|
:nth-child(14 of o-arc),
|
|
400
|
-
:nth-child(14 of .vector)
|
|
401
|
-
:nth-child(14 of o-text) {
|
|
387
|
+
:nth-child(14 of .vector) {
|
|
402
388
|
--o-orbit-child-number: 13;
|
|
403
389
|
}
|
|
404
390
|
:nth-child(15 of .satellite),
|
|
405
391
|
:nth-child(15 of o-arc),
|
|
406
|
-
:nth-child(15 of .vector)
|
|
407
|
-
:nth-child(15 of o-text) {
|
|
392
|
+
:nth-child(15 of .vector) {
|
|
408
393
|
--o-orbit-child-number: 14;
|
|
409
394
|
}
|
|
410
395
|
:nth-child(16 of .satellite),
|
|
411
396
|
:nth-child(16 of o-arc),
|
|
412
|
-
:nth-child(16 of .vector)
|
|
413
|
-
:nth-child(16 of o-text) {
|
|
397
|
+
:nth-child(16 of .vector) {
|
|
414
398
|
--o-orbit-child-number: 15;
|
|
415
399
|
}
|
|
416
400
|
:nth-child(17 of .satellite),
|
|
417
401
|
:nth-child(17 of o-arc),
|
|
418
|
-
:nth-child(17 of .vector)
|
|
419
|
-
:nth-child(17 of o-text) {
|
|
402
|
+
:nth-child(17 of .vector) {
|
|
420
403
|
--o-orbit-child-number: 16;
|
|
421
404
|
}
|
|
422
405
|
:nth-child(18 of .satellite),
|
|
423
406
|
:nth-child(18 of o-arc),
|
|
424
|
-
:nth-child(18 of .vector)
|
|
425
|
-
:nth-child(18 of o-text) {
|
|
407
|
+
:nth-child(18 of .vector) {
|
|
426
408
|
--o-orbit-child-number: 17;
|
|
427
409
|
}
|
|
428
410
|
:nth-child(19 of .satellite),
|
|
429
411
|
:nth-child(19 of o-arc),
|
|
430
|
-
:nth-child(19 of .vector)
|
|
431
|
-
:nth-child(19 of o-text) {
|
|
412
|
+
:nth-child(19 of .vector) {
|
|
432
413
|
--o-orbit-child-number: 18;
|
|
433
414
|
}
|
|
434
415
|
:nth-child(20 of .satellite),
|
|
435
416
|
:nth-child(20 of o-arc),
|
|
436
|
-
:nth-child(20 of .vector)
|
|
437
|
-
:nth-child(20 of o-text) {
|
|
417
|
+
:nth-child(20 of .vector) {
|
|
438
418
|
--o-orbit-child-number: 19;
|
|
439
419
|
}
|
|
440
420
|
:nth-child(21 of .satellite),
|
|
441
421
|
:nth-child(21 of o-arc),
|
|
442
|
-
:nth-child(21 of .vector)
|
|
443
|
-
:nth-child(21 of o-text) {
|
|
422
|
+
:nth-child(21 of .vector) {
|
|
444
423
|
--o-orbit-child-number: 20;
|
|
445
424
|
}
|
|
446
425
|
:nth-child(22 of .satellite),
|
|
447
426
|
:nth-child(22 of o-arc),
|
|
448
|
-
:nth-child(22 of .vector)
|
|
449
|
-
:nth-child(22 of o-text) {
|
|
427
|
+
:nth-child(22 of .vector) {
|
|
450
428
|
--o-orbit-child-number: 21;
|
|
451
429
|
}
|
|
452
430
|
:nth-child(23 of .satellite),
|
|
453
431
|
:nth-child(23 of o-arc),
|
|
454
|
-
:nth-child(23 of .vector)
|
|
455
|
-
:nth-child(23 of o-text) {
|
|
432
|
+
:nth-child(23 of .vector) {
|
|
456
433
|
--o-orbit-child-number: 22;
|
|
457
434
|
}
|
|
458
435
|
:nth-child(24 of .satellite),
|
|
459
436
|
:nth-child(24 of o-arc),
|
|
460
|
-
:nth-child(24 of .vector)
|
|
461
|
-
:nth-child(24 of o-text) {
|
|
437
|
+
:nth-child(24 of .vector) {
|
|
462
438
|
--o-orbit-child-number: 23;
|
|
463
439
|
}
|
|
464
440
|
:nth-child(25 of .satellite),
|
|
465
441
|
:nth-child(25 of o-arc),
|
|
466
|
-
:nth-child(25 of .vector)
|
|
467
|
-
:nth-child(25 of o-text) {
|
|
442
|
+
:nth-child(25 of .vector) {
|
|
468
443
|
--o-orbit-child-number: 24;
|
|
469
444
|
}
|
|
470
445
|
:nth-child(26 of .satellite),
|
|
471
446
|
:nth-child(26 of o-arc),
|
|
472
|
-
:nth-child(26 of .vector)
|
|
473
|
-
:nth-child(26 of o-text) {
|
|
447
|
+
:nth-child(26 of .vector) {
|
|
474
448
|
--o-orbit-child-number: 25;
|
|
475
449
|
}
|
|
476
450
|
:nth-child(27 of .satellite),
|
|
477
451
|
:nth-child(27 of o-arc),
|
|
478
|
-
:nth-child(27 of .vector)
|
|
479
|
-
:nth-child(27 of o-text) {
|
|
452
|
+
:nth-child(27 of .vector) {
|
|
480
453
|
--o-orbit-child-number: 26;
|
|
481
454
|
}
|
|
482
455
|
:nth-child(28 of .satellite),
|
|
483
456
|
:nth-child(28 of o-arc),
|
|
484
|
-
:nth-child(28 of .vector)
|
|
485
|
-
:nth-child(28 of o-text) {
|
|
457
|
+
:nth-child(28 of .vector) {
|
|
486
458
|
--o-orbit-child-number: 27;
|
|
487
459
|
}
|
|
488
460
|
:nth-child(29 of .satellite),
|
|
489
461
|
:nth-child(29 of o-arc),
|
|
490
|
-
:nth-child(29 of .vector)
|
|
491
|
-
:nth-child(29 of o-text) {
|
|
462
|
+
:nth-child(29 of .vector) {
|
|
492
463
|
--o-orbit-child-number: 28;
|
|
493
464
|
}
|
|
494
465
|
:nth-child(30 of .satellite),
|
|
495
466
|
:nth-child(30 of o-arc),
|
|
496
|
-
:nth-child(30 of .vector)
|
|
497
|
-
:nth-child(30 of o-text) {
|
|
467
|
+
:nth-child(30 of .vector) {
|
|
498
468
|
--o-orbit-child-number: 29;
|
|
499
469
|
}
|
|
500
470
|
:nth-child(31 of .satellite),
|
|
501
471
|
:nth-child(31 of o-arc),
|
|
502
|
-
:nth-child(31 of .vector)
|
|
503
|
-
:nth-child(31 of o-text) {
|
|
472
|
+
:nth-child(31 of .vector) {
|
|
504
473
|
--o-orbit-child-number: 30;
|
|
505
474
|
}
|
|
506
475
|
:nth-child(32 of .satellite),
|
|
507
476
|
:nth-child(32 of o-arc),
|
|
508
|
-
:nth-child(32 of .vector)
|
|
509
|
-
:nth-child(32 of o-text) {
|
|
477
|
+
:nth-child(32 of .vector) {
|
|
510
478
|
--o-orbit-child-number: 31;
|
|
511
479
|
}
|
|
512
480
|
:nth-child(33 of .satellite),
|
|
513
481
|
:nth-child(33 of o-arc),
|
|
514
|
-
:nth-child(33 of .vector)
|
|
515
|
-
:nth-child(33 of o-text) {
|
|
482
|
+
:nth-child(33 of .vector) {
|
|
516
483
|
--o-orbit-child-number: 32;
|
|
517
484
|
}
|
|
518
485
|
:nth-child(34 of .satellite),
|
|
519
486
|
:nth-child(34 of o-arc),
|
|
520
|
-
:nth-child(34 of .vector)
|
|
521
|
-
:nth-child(34 of o-text) {
|
|
487
|
+
:nth-child(34 of .vector) {
|
|
522
488
|
--o-orbit-child-number: 33;
|
|
523
489
|
}
|
|
524
490
|
:nth-child(35 of .satellite),
|
|
525
491
|
:nth-child(35 of o-arc),
|
|
526
|
-
:nth-child(35 of .vector)
|
|
527
|
-
:nth-child(35 of o-text) {
|
|
492
|
+
:nth-child(35 of .vector) {
|
|
528
493
|
--o-orbit-child-number: 34;
|
|
529
494
|
}
|
|
530
495
|
:nth-child(36 of .satellite),
|
|
531
496
|
:nth-child(36 of o-arc),
|
|
532
|
-
:nth-child(36 of .vector)
|
|
533
|
-
:nth-child(36 of o-text) {
|
|
497
|
+
:nth-child(36 of .vector) {
|
|
534
498
|
--o-orbit-child-number: 35;
|
|
535
499
|
}
|
|
536
500
|
:nth-child(37 of .satellite),
|
|
537
501
|
:nth-child(37 of o-arc),
|
|
538
|
-
:nth-child(37 of .vector)
|
|
539
|
-
:nth-child(37 of o-text) {
|
|
502
|
+
:nth-child(37 of .vector) {
|
|
540
503
|
--o-orbit-child-number: 36;
|
|
541
504
|
}
|
|
542
505
|
:nth-child(38 of .satellite),
|
|
543
506
|
:nth-child(38 of o-arc),
|
|
544
|
-
:nth-child(38 of .vector)
|
|
545
|
-
:nth-child(38 of o-text) {
|
|
507
|
+
:nth-child(38 of .vector) {
|
|
546
508
|
--o-orbit-child-number: 37;
|
|
547
509
|
}
|
|
548
510
|
:nth-child(39 of .satellite),
|
|
549
511
|
:nth-child(39 of o-arc),
|
|
550
|
-
:nth-child(39 of .vector)
|
|
551
|
-
:nth-child(39 of o-text) {
|
|
512
|
+
:nth-child(39 of .vector) {
|
|
552
513
|
--o-orbit-child-number: 38;
|
|
553
514
|
}
|
|
554
515
|
:nth-child(40 of .satellite),
|
|
555
516
|
:nth-child(40 of o-arc),
|
|
556
|
-
:nth-child(40 of .vector)
|
|
557
|
-
:nth-child(40 of o-text) {
|
|
517
|
+
:nth-child(40 of .vector) {
|
|
558
518
|
--o-orbit-child-number: 39;
|
|
559
519
|
}
|
|
560
520
|
:nth-child(41 of .satellite),
|
|
561
521
|
:nth-child(41 of o-arc),
|
|
562
|
-
:nth-child(41 of .vector)
|
|
563
|
-
:nth-child(41 of o-text) {
|
|
522
|
+
:nth-child(41 of .vector) {
|
|
564
523
|
--o-orbit-child-number: 40;
|
|
565
524
|
}
|
|
566
525
|
:nth-child(42 of .satellite),
|
|
567
526
|
:nth-child(42 of o-arc),
|
|
568
|
-
:nth-child(42 of .vector)
|
|
569
|
-
:nth-child(42 of o-text) {
|
|
527
|
+
:nth-child(42 of .vector) {
|
|
570
528
|
--o-orbit-child-number: 41;
|
|
571
529
|
}
|
|
572
530
|
:nth-child(43 of .satellite),
|
|
573
531
|
:nth-child(43 of o-arc),
|
|
574
|
-
:nth-child(43 of .vector)
|
|
575
|
-
:nth-child(43 of o-text) {
|
|
532
|
+
:nth-child(43 of .vector) {
|
|
576
533
|
--o-orbit-child-number: 42;
|
|
577
534
|
}
|
|
578
535
|
:nth-child(44 of .satellite),
|
|
579
536
|
:nth-child(44 of o-arc),
|
|
580
|
-
:nth-child(44 of .vector)
|
|
581
|
-
:nth-child(44 of o-text) {
|
|
537
|
+
:nth-child(44 of .vector) {
|
|
582
538
|
--o-orbit-child-number: 43;
|
|
583
539
|
}
|
|
584
540
|
:nth-child(45 of .satellite),
|
|
585
541
|
:nth-child(45 of o-arc),
|
|
586
|
-
:nth-child(45 of .vector)
|
|
587
|
-
:nth-child(45 of o-text) {
|
|
542
|
+
:nth-child(45 of .vector) {
|
|
588
543
|
--o-orbit-child-number: 44;
|
|
589
544
|
}
|
|
590
545
|
:nth-child(46 of .satellite),
|
|
591
546
|
:nth-child(46 of o-arc),
|
|
592
|
-
:nth-child(46 of .vector)
|
|
593
|
-
:nth-child(46 of o-text) {
|
|
547
|
+
:nth-child(46 of .vector) {
|
|
594
548
|
--o-orbit-child-number: 45;
|
|
595
549
|
}
|
|
596
550
|
:nth-child(47 of .satellite),
|
|
597
551
|
:nth-child(47 of o-arc),
|
|
598
|
-
:nth-child(47 of .vector)
|
|
599
|
-
:nth-child(47 of o-text) {
|
|
552
|
+
:nth-child(47 of .vector) {
|
|
600
553
|
--o-orbit-child-number: 46;
|
|
601
554
|
}
|
|
602
555
|
:nth-child(48 of .satellite),
|
|
603
556
|
:nth-child(48 of o-arc),
|
|
604
|
-
:nth-child(48 of .vector)
|
|
605
|
-
:nth-child(48 of o-text) {
|
|
557
|
+
:nth-child(48 of .vector) {
|
|
606
558
|
--o-orbit-child-number: 47;
|
|
607
559
|
}
|
|
608
560
|
:nth-child(49 of .satellite),
|
|
609
561
|
:nth-child(49 of o-arc),
|
|
610
|
-
:nth-child(49 of .vector)
|
|
611
|
-
:nth-child(49 of o-text) {
|
|
562
|
+
:nth-child(49 of .vector) {
|
|
612
563
|
--o-orbit-child-number: 48;
|
|
613
564
|
}
|
|
614
565
|
:nth-child(50 of .satellite),
|
|
615
566
|
:nth-child(50 of o-arc),
|
|
616
|
-
:nth-child(50 of .vector)
|
|
617
|
-
:nth-child(50 of o-text) {
|
|
567
|
+
:nth-child(50 of .vector) {
|
|
618
568
|
--o-orbit-child-number: 49;
|
|
619
569
|
}
|
|
620
570
|
:nth-child(51 of .satellite),
|
|
621
571
|
:nth-child(51 of o-arc),
|
|
622
|
-
:nth-child(51 of .vector)
|
|
623
|
-
:nth-child(51 of o-text) {
|
|
572
|
+
:nth-child(51 of .vector) {
|
|
624
573
|
--o-orbit-child-number: 50;
|
|
625
574
|
}
|
|
626
575
|
:nth-child(52 of .satellite),
|
|
627
576
|
:nth-child(52 of o-arc),
|
|
628
|
-
:nth-child(52 of .vector)
|
|
629
|
-
:nth-child(52 of o-text) {
|
|
577
|
+
:nth-child(52 of .vector) {
|
|
630
578
|
--o-orbit-child-number: 51;
|
|
631
579
|
}
|
|
632
580
|
:nth-child(53 of .satellite),
|
|
633
581
|
:nth-child(53 of o-arc),
|
|
634
|
-
:nth-child(53 of .vector)
|
|
635
|
-
:nth-child(53 of o-text) {
|
|
582
|
+
:nth-child(53 of .vector) {
|
|
636
583
|
--o-orbit-child-number: 52;
|
|
637
584
|
}
|
|
638
585
|
:nth-child(54 of .satellite),
|
|
639
586
|
:nth-child(54 of o-arc),
|
|
640
|
-
:nth-child(54 of .vector)
|
|
641
|
-
:nth-child(54 of o-text) {
|
|
587
|
+
:nth-child(54 of .vector) {
|
|
642
588
|
--o-orbit-child-number: 53;
|
|
643
589
|
}
|
|
644
590
|
:nth-child(55 of .satellite),
|
|
645
591
|
:nth-child(55 of o-arc),
|
|
646
|
-
:nth-child(55 of .vector)
|
|
647
|
-
:nth-child(55 of o-text) {
|
|
592
|
+
:nth-child(55 of .vector) {
|
|
648
593
|
--o-orbit-child-number: 54;
|
|
649
594
|
}
|
|
650
595
|
:nth-child(56 of .satellite),
|
|
651
596
|
:nth-child(56 of o-arc),
|
|
652
|
-
:nth-child(56 of .vector)
|
|
653
|
-
:nth-child(56 of o-text) {
|
|
597
|
+
:nth-child(56 of .vector) {
|
|
654
598
|
--o-orbit-child-number: 55;
|
|
655
599
|
}
|
|
656
600
|
:nth-child(57 of .satellite),
|
|
657
601
|
:nth-child(57 of o-arc),
|
|
658
|
-
:nth-child(57 of .vector)
|
|
659
|
-
:nth-child(57 of o-text) {
|
|
602
|
+
:nth-child(57 of .vector) {
|
|
660
603
|
--o-orbit-child-number: 56;
|
|
661
604
|
}
|
|
662
605
|
:nth-child(58 of .satellite),
|
|
663
606
|
:nth-child(58 of o-arc),
|
|
664
|
-
:nth-child(58 of .vector)
|
|
665
|
-
:nth-child(58 of o-text) {
|
|
607
|
+
:nth-child(58 of .vector) {
|
|
666
608
|
--o-orbit-child-number: 57;
|
|
667
609
|
}
|
|
668
610
|
:nth-child(59 of .satellite),
|
|
669
611
|
:nth-child(59 of o-arc),
|
|
670
|
-
:nth-child(59 of .vector)
|
|
671
|
-
:nth-child(59 of o-text) {
|
|
612
|
+
:nth-child(59 of .vector) {
|
|
672
613
|
--o-orbit-child-number: 58;
|
|
673
614
|
}
|
|
674
615
|
:nth-child(60 of .satellite),
|
|
675
616
|
:nth-child(60 of o-arc),
|
|
676
|
-
:nth-child(60 of .vector)
|
|
677
|
-
:nth-child(60 of o-text) {
|
|
617
|
+
:nth-child(60 of .vector) {
|
|
678
618
|
--o-orbit-child-number: 59;
|
|
679
619
|
}
|
|
680
|
-
.orbit:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)
|
|
681
|
-
[class*=orbit-]:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)
|
|
620
|
+
.orbit:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)),
|
|
621
|
+
[class*=orbit-]:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)) {
|
|
682
622
|
--o-angle: calc(var(--o-range) / (1 - var(--o-fit-range, 0)));
|
|
683
623
|
}
|
|
684
|
-
.orbit:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)
|
|
685
|
-
[class*=orbit-]:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)
|
|
624
|
+
.orbit:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)),
|
|
625
|
+
[class*=orbit-]:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)) {
|
|
686
626
|
--o-angle: calc(var(--o-range) / (2 - var(--o-fit-range, 0)));
|
|
687
627
|
}
|
|
688
|
-
.orbit:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)
|
|
689
|
-
[class*=orbit-]:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)
|
|
628
|
+
.orbit:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)),
|
|
629
|
+
[class*=orbit-]:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)) {
|
|
690
630
|
--o-angle: calc(var(--o-range) / (3 - var(--o-fit-range, 0)));
|
|
691
631
|
}
|
|
692
|
-
.orbit:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)
|
|
693
|
-
[class*=orbit-]:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)
|
|
632
|
+
.orbit:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)),
|
|
633
|
+
[class*=orbit-]:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)) {
|
|
694
634
|
--o-angle: calc(var(--o-range) / (4 - var(--o-fit-range, 0)));
|
|
695
635
|
}
|
|
696
|
-
.orbit:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)
|
|
697
|
-
[class*=orbit-]:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)
|
|
636
|
+
.orbit:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)),
|
|
637
|
+
[class*=orbit-]:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)) {
|
|
698
638
|
--o-angle: calc(var(--o-range) / (5 - var(--o-fit-range, 0)));
|
|
699
639
|
}
|
|
700
|
-
.orbit:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)
|
|
701
|
-
[class*=orbit-]:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)
|
|
640
|
+
.orbit:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)),
|
|
641
|
+
[class*=orbit-]:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)) {
|
|
702
642
|
--o-angle: calc(var(--o-range) / (6 - var(--o-fit-range, 0)));
|
|
703
643
|
}
|
|
704
|
-
.orbit:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)
|
|
705
|
-
[class*=orbit-]:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)
|
|
644
|
+
.orbit:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)),
|
|
645
|
+
[class*=orbit-]:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)) {
|
|
706
646
|
--o-angle: calc(var(--o-range) / (7 - var(--o-fit-range, 0)));
|
|
707
647
|
}
|
|
708
|
-
.orbit:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)
|
|
709
|
-
[class*=orbit-]:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)
|
|
648
|
+
.orbit:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)),
|
|
649
|
+
[class*=orbit-]:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)) {
|
|
710
650
|
--o-angle: calc(var(--o-range) / (8 - var(--o-fit-range, 0)));
|
|
711
651
|
}
|
|
712
|
-
.orbit:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)
|
|
713
|
-
[class*=orbit-]:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)
|
|
652
|
+
.orbit:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)),
|
|
653
|
+
[class*=orbit-]:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)) {
|
|
714
654
|
--o-angle: calc(var(--o-range) / (9 - var(--o-fit-range, 0)));
|
|
715
655
|
}
|
|
716
|
-
.orbit:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)
|
|
717
|
-
[class*=orbit-]:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)
|
|
656
|
+
.orbit:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)),
|
|
657
|
+
[class*=orbit-]:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)) {
|
|
718
658
|
--o-angle: calc(var(--o-range) / (10 - var(--o-fit-range, 0)));
|
|
719
659
|
}
|
|
720
|
-
.orbit:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)
|
|
721
|
-
[class*=orbit-]:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)
|
|
660
|
+
.orbit:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)),
|
|
661
|
+
[class*=orbit-]:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)) {
|
|
722
662
|
--o-angle: calc(var(--o-range) / (11 - var(--o-fit-range, 0)));
|
|
723
663
|
}
|
|
724
|
-
.orbit:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)
|
|
725
|
-
[class*=orbit-]:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)
|
|
664
|
+
.orbit:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)),
|
|
665
|
+
[class*=orbit-]:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)) {
|
|
726
666
|
--o-angle: calc(var(--o-range) / (12 - var(--o-fit-range, 0)));
|
|
727
667
|
}
|
|
728
|
-
.orbit:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)
|
|
729
|
-
[class*=orbit-]:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)
|
|
668
|
+
.orbit:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)),
|
|
669
|
+
[class*=orbit-]:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)) {
|
|
730
670
|
--o-angle: calc(var(--o-range) / (13 - var(--o-fit-range, 0)));
|
|
731
671
|
}
|
|
732
|
-
.orbit:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)
|
|
733
|
-
[class*=orbit-]:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)
|
|
672
|
+
.orbit:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)),
|
|
673
|
+
[class*=orbit-]:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)) {
|
|
734
674
|
--o-angle: calc(var(--o-range) / (14 - var(--o-fit-range, 0)));
|
|
735
675
|
}
|
|
736
|
-
.orbit:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)
|
|
737
|
-
[class*=orbit-]:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)
|
|
676
|
+
.orbit:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)),
|
|
677
|
+
[class*=orbit-]:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)) {
|
|
738
678
|
--o-angle: calc(var(--o-range) / (15 - var(--o-fit-range, 0)));
|
|
739
679
|
}
|
|
740
|
-
.orbit:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)
|
|
741
|
-
[class*=orbit-]:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)
|
|
680
|
+
.orbit:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)),
|
|
681
|
+
[class*=orbit-]:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)) {
|
|
742
682
|
--o-angle: calc(var(--o-range) / (16 - var(--o-fit-range, 0)));
|
|
743
683
|
}
|
|
744
|
-
.orbit:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)
|
|
745
|
-
[class*=orbit-]:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)
|
|
684
|
+
.orbit:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)),
|
|
685
|
+
[class*=orbit-]:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)) {
|
|
746
686
|
--o-angle: calc(var(--o-range) / (17 - var(--o-fit-range, 0)));
|
|
747
687
|
}
|
|
748
|
-
.orbit:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)
|
|
749
|
-
[class*=orbit-]:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)
|
|
688
|
+
.orbit:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)),
|
|
689
|
+
[class*=orbit-]:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)) {
|
|
750
690
|
--o-angle: calc(var(--o-range) / (18 - var(--o-fit-range, 0)));
|
|
751
691
|
}
|
|
752
|
-
.orbit:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)
|
|
753
|
-
[class*=orbit-]:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)
|
|
692
|
+
.orbit:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)),
|
|
693
|
+
[class*=orbit-]:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)) {
|
|
754
694
|
--o-angle: calc(var(--o-range) / (19 - var(--o-fit-range, 0)));
|
|
755
695
|
}
|
|
756
|
-
.orbit:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)
|
|
757
|
-
[class*=orbit-]:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)
|
|
696
|
+
.orbit:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)),
|
|
697
|
+
[class*=orbit-]:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)) {
|
|
758
698
|
--o-angle: calc(var(--o-range) / (20 - var(--o-fit-range, 0)));
|
|
759
699
|
}
|
|
760
|
-
.orbit:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)
|
|
761
|
-
[class*=orbit-]:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)
|
|
700
|
+
.orbit:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)),
|
|
701
|
+
[class*=orbit-]:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)) {
|
|
762
702
|
--o-angle: calc(var(--o-range) / (21 - var(--o-fit-range, 0)));
|
|
763
703
|
}
|
|
764
|
-
.orbit:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)
|
|
765
|
-
[class*=orbit-]:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)
|
|
704
|
+
.orbit:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)),
|
|
705
|
+
[class*=orbit-]:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)) {
|
|
766
706
|
--o-angle: calc(var(--o-range) / (22 - var(--o-fit-range, 0)));
|
|
767
707
|
}
|
|
768
|
-
.orbit:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)
|
|
769
|
-
[class*=orbit-]:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)
|
|
708
|
+
.orbit:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)),
|
|
709
|
+
[class*=orbit-]:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)) {
|
|
770
710
|
--o-angle: calc(var(--o-range) / (23 - var(--o-fit-range, 0)));
|
|
771
711
|
}
|
|
772
|
-
.orbit:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)
|
|
773
|
-
[class*=orbit-]:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)
|
|
712
|
+
.orbit:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)),
|
|
713
|
+
[class*=orbit-]:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)) {
|
|
774
714
|
--o-angle: calc(var(--o-range) / (24 - var(--o-fit-range, 0)));
|
|
775
715
|
}
|
|
776
|
-
.orbit:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)
|
|
777
|
-
[class*=orbit-]:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)
|
|
716
|
+
.orbit:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)),
|
|
717
|
+
[class*=orbit-]:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)) {
|
|
778
718
|
--o-angle: calc(var(--o-range) / (25 - var(--o-fit-range, 0)));
|
|
779
719
|
}
|
|
780
|
-
.orbit:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)
|
|
781
|
-
[class*=orbit-]:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)
|
|
720
|
+
.orbit:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)),
|
|
721
|
+
[class*=orbit-]:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)) {
|
|
782
722
|
--o-angle: calc(var(--o-range) / (26 - var(--o-fit-range, 0)));
|
|
783
723
|
}
|
|
784
|
-
.orbit:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)
|
|
785
|
-
[class*=orbit-]:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)
|
|
724
|
+
.orbit:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)),
|
|
725
|
+
[class*=orbit-]:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)) {
|
|
786
726
|
--o-angle: calc(var(--o-range) / (27 - var(--o-fit-range, 0)));
|
|
787
727
|
}
|
|
788
|
-
.orbit:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)
|
|
789
|
-
[class*=orbit-]:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)
|
|
728
|
+
.orbit:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)),
|
|
729
|
+
[class*=orbit-]:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)) {
|
|
790
730
|
--o-angle: calc(var(--o-range) / (28 - var(--o-fit-range, 0)));
|
|
791
731
|
}
|
|
792
|
-
.orbit:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)
|
|
793
|
-
[class*=orbit-]:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)
|
|
732
|
+
.orbit:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)),
|
|
733
|
+
[class*=orbit-]:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)) {
|
|
794
734
|
--o-angle: calc(var(--o-range) / (29 - var(--o-fit-range, 0)));
|
|
795
735
|
}
|
|
796
|
-
.orbit:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)
|
|
797
|
-
[class*=orbit-]:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)
|
|
736
|
+
.orbit:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)),
|
|
737
|
+
[class*=orbit-]:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)) {
|
|
798
738
|
--o-angle: calc(var(--o-range) / (30 - var(--o-fit-range, 0)));
|
|
799
739
|
}
|
|
800
|
-
.orbit:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)
|
|
801
|
-
[class*=orbit-]:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)
|
|
740
|
+
.orbit:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)),
|
|
741
|
+
[class*=orbit-]:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)) {
|
|
802
742
|
--o-angle: calc(var(--o-range) / (31 - var(--o-fit-range, 0)));
|
|
803
743
|
}
|
|
804
|
-
.orbit:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)
|
|
805
|
-
[class*=orbit-]:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)
|
|
744
|
+
.orbit:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)),
|
|
745
|
+
[class*=orbit-]:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)) {
|
|
806
746
|
--o-angle: calc(var(--o-range) / (32 - var(--o-fit-range, 0)));
|
|
807
747
|
}
|
|
808
|
-
.orbit:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)
|
|
809
|
-
[class*=orbit-]:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)
|
|
748
|
+
.orbit:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)),
|
|
749
|
+
[class*=orbit-]:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)) {
|
|
810
750
|
--o-angle: calc(var(--o-range) / (33 - var(--o-fit-range, 0)));
|
|
811
751
|
}
|
|
812
|
-
.orbit:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)
|
|
813
|
-
[class*=orbit-]:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)
|
|
752
|
+
.orbit:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)),
|
|
753
|
+
[class*=orbit-]:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)) {
|
|
814
754
|
--o-angle: calc(var(--o-range) / (34 - var(--o-fit-range, 0)));
|
|
815
755
|
}
|
|
816
|
-
.orbit:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)
|
|
817
|
-
[class*=orbit-]:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)
|
|
756
|
+
.orbit:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)),
|
|
757
|
+
[class*=orbit-]:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)) {
|
|
818
758
|
--o-angle: calc(var(--o-range) / (35 - var(--o-fit-range, 0)));
|
|
819
759
|
}
|
|
820
|
-
.orbit:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)
|
|
821
|
-
[class*=orbit-]:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)
|
|
760
|
+
.orbit:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)),
|
|
761
|
+
[class*=orbit-]:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)) {
|
|
822
762
|
--o-angle: calc(var(--o-range) / (36 - var(--o-fit-range, 0)));
|
|
823
763
|
}
|
|
824
|
-
.orbit:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)
|
|
825
|
-
[class*=orbit-]:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)
|
|
764
|
+
.orbit:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)),
|
|
765
|
+
[class*=orbit-]:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)) {
|
|
826
766
|
--o-angle: calc(var(--o-range) / (37 - var(--o-fit-range, 0)));
|
|
827
767
|
}
|
|
828
|
-
.orbit:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)
|
|
829
|
-
[class*=orbit-]:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)
|
|
768
|
+
.orbit:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)),
|
|
769
|
+
[class*=orbit-]:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)) {
|
|
830
770
|
--o-angle: calc(var(--o-range) / (38 - var(--o-fit-range, 0)));
|
|
831
771
|
}
|
|
832
|
-
.orbit:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)
|
|
833
|
-
[class*=orbit-]:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)
|
|
772
|
+
.orbit:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)),
|
|
773
|
+
[class*=orbit-]:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)) {
|
|
834
774
|
--o-angle: calc(var(--o-range) / (39 - var(--o-fit-range, 0)));
|
|
835
775
|
}
|
|
836
|
-
.orbit:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)
|
|
837
|
-
[class*=orbit-]:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)
|
|
776
|
+
.orbit:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)),
|
|
777
|
+
[class*=orbit-]:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)) {
|
|
838
778
|
--o-angle: calc(var(--o-range) / (40 - var(--o-fit-range, 0)));
|
|
839
779
|
}
|
|
840
|
-
.orbit:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)
|
|
841
|
-
[class*=orbit-]:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)
|
|
780
|
+
.orbit:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)),
|
|
781
|
+
[class*=orbit-]:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)) {
|
|
842
782
|
--o-angle: calc(var(--o-range) / (41 - var(--o-fit-range, 0)));
|
|
843
783
|
}
|
|
844
|
-
.orbit:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)
|
|
845
|
-
[class*=orbit-]:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)
|
|
784
|
+
.orbit:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)),
|
|
785
|
+
[class*=orbit-]:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)) {
|
|
846
786
|
--o-angle: calc(var(--o-range) / (42 - var(--o-fit-range, 0)));
|
|
847
787
|
}
|
|
848
|
-
.orbit:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)
|
|
849
|
-
[class*=orbit-]:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)
|
|
788
|
+
.orbit:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)),
|
|
789
|
+
[class*=orbit-]:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)) {
|
|
850
790
|
--o-angle: calc(var(--o-range) / (43 - var(--o-fit-range, 0)));
|
|
851
791
|
}
|
|
852
|
-
.orbit:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)
|
|
853
|
-
[class*=orbit-]:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)
|
|
792
|
+
.orbit:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)),
|
|
793
|
+
[class*=orbit-]:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)) {
|
|
854
794
|
--o-angle: calc(var(--o-range) / (44 - var(--o-fit-range, 0)));
|
|
855
795
|
}
|
|
856
|
-
.orbit:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)
|
|
857
|
-
[class*=orbit-]:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)
|
|
796
|
+
.orbit:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)),
|
|
797
|
+
[class*=orbit-]:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)) {
|
|
858
798
|
--o-angle: calc(var(--o-range) / (45 - var(--o-fit-range, 0)));
|
|
859
799
|
}
|
|
860
|
-
.orbit:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)
|
|
861
|
-
[class*=orbit-]:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)
|
|
800
|
+
.orbit:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)),
|
|
801
|
+
[class*=orbit-]:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)) {
|
|
862
802
|
--o-angle: calc(var(--o-range) / (46 - var(--o-fit-range, 0)));
|
|
863
803
|
}
|
|
864
|
-
.orbit:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)
|
|
865
|
-
[class*=orbit-]:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)
|
|
804
|
+
.orbit:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)),
|
|
805
|
+
[class*=orbit-]:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)) {
|
|
866
806
|
--o-angle: calc(var(--o-range) / (47 - var(--o-fit-range, 0)));
|
|
867
807
|
}
|
|
868
|
-
.orbit:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)
|
|
869
|
-
[class*=orbit-]:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)
|
|
808
|
+
.orbit:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)),
|
|
809
|
+
[class*=orbit-]:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)) {
|
|
870
810
|
--o-angle: calc(var(--o-range) / (48 - var(--o-fit-range, 0)));
|
|
871
811
|
}
|
|
872
|
-
.orbit:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)
|
|
873
|
-
[class*=orbit-]:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)
|
|
812
|
+
.orbit:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)),
|
|
813
|
+
[class*=orbit-]:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)) {
|
|
874
814
|
--o-angle: calc(var(--o-range) / (49 - var(--o-fit-range, 0)));
|
|
875
815
|
}
|
|
876
|
-
.orbit:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)
|
|
877
|
-
[class*=orbit-]:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)
|
|
816
|
+
.orbit:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)),
|
|
817
|
+
[class*=orbit-]:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)) {
|
|
878
818
|
--o-angle: calc(var(--o-range) / (50 - var(--o-fit-range, 0)));
|
|
879
819
|
}
|
|
880
|
-
.orbit:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)
|
|
881
|
-
[class*=orbit-]:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)
|
|
820
|
+
.orbit:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)),
|
|
821
|
+
[class*=orbit-]:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)) {
|
|
882
822
|
--o-angle: calc(var(--o-range) / (51 - var(--o-fit-range, 0)));
|
|
883
823
|
}
|
|
884
|
-
.orbit:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)
|
|
885
|
-
[class*=orbit-]:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)
|
|
824
|
+
.orbit:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)),
|
|
825
|
+
[class*=orbit-]:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)) {
|
|
886
826
|
--o-angle: calc(var(--o-range) / (52 - var(--o-fit-range, 0)));
|
|
887
827
|
}
|
|
888
|
-
.orbit:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)
|
|
889
|
-
[class*=orbit-]:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)
|
|
828
|
+
.orbit:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)),
|
|
829
|
+
[class*=orbit-]:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)) {
|
|
890
830
|
--o-angle: calc(var(--o-range) / (53 - var(--o-fit-range, 0)));
|
|
891
831
|
}
|
|
892
|
-
.orbit:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)
|
|
893
|
-
[class*=orbit-]:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)
|
|
832
|
+
.orbit:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)),
|
|
833
|
+
[class*=orbit-]:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)) {
|
|
894
834
|
--o-angle: calc(var(--o-range) / (54 - var(--o-fit-range, 0)));
|
|
895
835
|
}
|
|
896
|
-
.orbit:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)
|
|
897
|
-
[class*=orbit-]:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)
|
|
836
|
+
.orbit:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)),
|
|
837
|
+
[class*=orbit-]:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)) {
|
|
898
838
|
--o-angle: calc(var(--o-range) / (55 - var(--o-fit-range, 0)));
|
|
899
839
|
}
|
|
900
|
-
.orbit:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)
|
|
901
|
-
[class*=orbit-]:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)
|
|
840
|
+
.orbit:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)),
|
|
841
|
+
[class*=orbit-]:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)) {
|
|
902
842
|
--o-angle: calc(var(--o-range) / (56 - var(--o-fit-range, 0)));
|
|
903
843
|
}
|
|
904
|
-
.orbit:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)
|
|
905
|
-
[class*=orbit-]:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)
|
|
844
|
+
.orbit:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)),
|
|
845
|
+
[class*=orbit-]:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)) {
|
|
906
846
|
--o-angle: calc(var(--o-range) / (57 - var(--o-fit-range, 0)));
|
|
907
847
|
}
|
|
908
|
-
.orbit:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)
|
|
909
|
-
[class*=orbit-]:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)
|
|
848
|
+
.orbit:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)),
|
|
849
|
+
[class*=orbit-]:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)) {
|
|
910
850
|
--o-angle: calc(var(--o-range) / (58 - var(--o-fit-range, 0)));
|
|
911
851
|
}
|
|
912
|
-
.orbit:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)
|
|
913
|
-
[class*=orbit-]:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)
|
|
852
|
+
.orbit:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)),
|
|
853
|
+
[class*=orbit-]:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)) {
|
|
914
854
|
--o-angle: calc(var(--o-range) / (59 - var(--o-fit-range, 0)));
|
|
915
855
|
}
|
|
916
|
-
.orbit:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)
|
|
917
|
-
[class*=orbit-]:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)
|
|
856
|
+
.orbit:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)),
|
|
857
|
+
[class*=orbit-]:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)) {
|
|
918
858
|
--o-angle: calc(var(--o-range) / (60 - var(--o-fit-range, 0)));
|
|
919
859
|
}
|
|
920
860
|
.orbit:has(> :nth-child(1 of .side)),
|
|
@@ -1170,6 +1110,7 @@ body > .bigbang {
|
|
|
1170
1110
|
.gravity-spot {
|
|
1171
1111
|
container-name: gravityspot;
|
|
1172
1112
|
--o-force: 500px;
|
|
1113
|
+
--o-force-ratio: 1;
|
|
1173
1114
|
--o-from: 0deg;
|
|
1174
1115
|
--o-range: 360deg;
|
|
1175
1116
|
--o-ellipse-x: 1;
|
|
@@ -1189,8 +1130,8 @@ body > .bigbang {
|
|
|
1189
1130
|
.orbit,
|
|
1190
1131
|
[class*=orbit-] {
|
|
1191
1132
|
container-name: orbit;
|
|
1192
|
-
--o-base-diameter: (var(--o-initial-orbit, 0) + var(--o-orbit-number)) * var(--o-force) / (12 + var(--o-initial-orbit, 0));
|
|
1193
|
-
--o-prev-diameter: ((var(--o-initial-orbit, 0) + var(--o-orbit-number)) - 1) * var(--o-force) / (12 + var(--o-initial-orbit, 0));
|
|
1133
|
+
--o-base-diameter: (var(--o-initial-orbit, 0) + var(--o-orbit-number)) * (var(--o-force) * var(--o-force-ratio)) / (12 + var(--o-initial-orbit, 0));
|
|
1134
|
+
--o-prev-diameter: ((var(--o-initial-orbit, 0) + var(--o-orbit-number)) - 1) * (var(--o-force) * var(--o-force-ratio)) / (12 + var(--o-initial-orbit, 0));
|
|
1194
1135
|
--o-diameter: calc(var(--o-base-diameter) - ((var(--o-base-diameter) - var(--o-prev-diameter)) * var(--o-orbit-ratio, 0)));
|
|
1195
1136
|
--o-radius: calc(var(--o-diameter) / 2);
|
|
1196
1137
|
width: calc(var(--o-diameter) / var(--o-ellipse-x));
|
|
@@ -1204,6 +1145,7 @@ body > .bigbang {
|
|
|
1204
1145
|
}
|
|
1205
1146
|
.satellite {
|
|
1206
1147
|
container-name: satellite;
|
|
1148
|
+
--o-size-ratio: 1;
|
|
1207
1149
|
--o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
|
|
1208
1150
|
--o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite )) ), calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) );
|
|
1209
1151
|
transform: var(--o-transform) var(--o-transform-custom, rotate(0deg));
|
|
@@ -1226,7 +1168,7 @@ body > .bigbang {
|
|
|
1226
1168
|
border-radius: 0%;
|
|
1227
1169
|
}
|
|
1228
1170
|
.satellite.rounded-box {
|
|
1229
|
-
border-radius: calc(var(--o-force) * 0.015);
|
|
1171
|
+
border-radius: calc(var(--o-force) * var(--o-force-ratio) * 0.015);
|
|
1230
1172
|
}
|
|
1231
1173
|
.vector {
|
|
1232
1174
|
container-name: vector;
|
|
@@ -1266,6 +1208,7 @@ body > .bigbang {
|
|
|
1266
1208
|
o-arc {
|
|
1267
1209
|
--o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
|
|
1268
1210
|
--o-gap: 1;
|
|
1211
|
+
--o_stack: 0;
|
|
1269
1212
|
container-name: oslice;
|
|
1270
1213
|
display: flex;
|
|
1271
1214
|
justify-content: center;
|
|
@@ -1273,11 +1216,16 @@ o-arc {
|
|
|
1273
1216
|
border-radius: 50%;
|
|
1274
1217
|
position: absolute;
|
|
1275
1218
|
pointer-events: none;
|
|
1219
|
+
fill: currentColor;
|
|
1276
1220
|
width: 100%;
|
|
1277
1221
|
r: var(--o-radius);
|
|
1278
1222
|
stroke-width: calc(var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1));
|
|
1279
1223
|
transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
|
|
1280
1224
|
}
|
|
1225
|
+
o-arc[flip]:not([value]),
|
|
1226
|
+
o-arc.flip:not([value]) {
|
|
1227
|
+
--o-angle-composite: var(--o-angle) * calc(var(--o-orbit-child-number) + 1) * var(--o-direction, 1);
|
|
1228
|
+
}
|
|
1281
1229
|
o-text {
|
|
1282
1230
|
--o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
|
|
1283
1231
|
container-name: otext;
|
|
@@ -1293,6 +1241,10 @@ o-text {
|
|
|
1293
1241
|
stroke-width: calc(var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1));
|
|
1294
1242
|
transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
|
|
1295
1243
|
}
|
|
1244
|
+
o-text[flip],
|
|
1245
|
+
o-text.flip {
|
|
1246
|
+
--o-angle-composite: var(--o-angle) * calc(var(--o-orbit-child-number) + 1) * var(--o-direction, 1);
|
|
1247
|
+
}
|
|
1296
1248
|
o-progress {
|
|
1297
1249
|
container-name: oprogress;
|
|
1298
1250
|
--o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
|
|
@@ -3555,6 +3507,9 @@ o-progress {
|
|
|
3555
3507
|
.from-360 {
|
|
3556
3508
|
--o-from: 360deg;
|
|
3557
3509
|
}
|
|
3510
|
+
[class*=angle-] {
|
|
3511
|
+
--o-from: 0deg !important;
|
|
3512
|
+
}
|
|
3558
3513
|
.angle-0 {
|
|
3559
3514
|
--o-angle-composite: calc(0deg - 90deg) !important;
|
|
3560
3515
|
}
|
|
@@ -4639,1932 +4594,1540 @@ o-progress {
|
|
|
4639
4594
|
--o-angle-composite: calc(360deg - 90deg) !important;
|
|
4640
4595
|
}
|
|
4641
4596
|
o-arc.angle-0,
|
|
4642
|
-
o-progress.angle-0
|
|
4643
|
-
o-text.angle-0 {
|
|
4597
|
+
o-progress.angle-0 {
|
|
4644
4598
|
--o-angle-composite: calc(0deg) !important;
|
|
4645
4599
|
}
|
|
4646
4600
|
o-arc.angle-1,
|
|
4647
|
-
o-progress.angle-1
|
|
4648
|
-
o-text.angle-1 {
|
|
4601
|
+
o-progress.angle-1 {
|
|
4649
4602
|
--o-angle-composite: calc(1deg) !important;
|
|
4650
4603
|
}
|
|
4651
4604
|
o-arc.angle-2,
|
|
4652
|
-
o-progress.angle-2
|
|
4653
|
-
o-text.angle-2 {
|
|
4605
|
+
o-progress.angle-2 {
|
|
4654
4606
|
--o-angle-composite: calc(2deg) !important;
|
|
4655
4607
|
}
|
|
4656
4608
|
o-arc.angle-3,
|
|
4657
|
-
o-progress.angle-3
|
|
4658
|
-
o-text.angle-3 {
|
|
4609
|
+
o-progress.angle-3 {
|
|
4659
4610
|
--o-angle-composite: calc(3deg) !important;
|
|
4660
4611
|
}
|
|
4661
4612
|
o-arc.angle-4,
|
|
4662
|
-
o-progress.angle-4
|
|
4663
|
-
o-text.angle-4 {
|
|
4613
|
+
o-progress.angle-4 {
|
|
4664
4614
|
--o-angle-composite: calc(4deg) !important;
|
|
4665
4615
|
}
|
|
4666
4616
|
o-arc.angle-5,
|
|
4667
|
-
o-progress.angle-5
|
|
4668
|
-
o-text.angle-5 {
|
|
4617
|
+
o-progress.angle-5 {
|
|
4669
4618
|
--o-angle-composite: calc(5deg) !important;
|
|
4670
4619
|
}
|
|
4671
4620
|
o-arc.angle-6,
|
|
4672
|
-
o-progress.angle-6
|
|
4673
|
-
o-text.angle-6 {
|
|
4621
|
+
o-progress.angle-6 {
|
|
4674
4622
|
--o-angle-composite: calc(6deg) !important;
|
|
4675
4623
|
}
|
|
4676
4624
|
o-arc.angle-7,
|
|
4677
|
-
o-progress.angle-7
|
|
4678
|
-
o-text.angle-7 {
|
|
4625
|
+
o-progress.angle-7 {
|
|
4679
4626
|
--o-angle-composite: calc(7deg) !important;
|
|
4680
4627
|
}
|
|
4681
4628
|
o-arc.angle-8,
|
|
4682
|
-
o-progress.angle-8
|
|
4683
|
-
o-text.angle-8 {
|
|
4629
|
+
o-progress.angle-8 {
|
|
4684
4630
|
--o-angle-composite: calc(8deg) !important;
|
|
4685
4631
|
}
|
|
4686
4632
|
o-arc.angle-9,
|
|
4687
|
-
o-progress.angle-9
|
|
4688
|
-
o-text.angle-9 {
|
|
4633
|
+
o-progress.angle-9 {
|
|
4689
4634
|
--o-angle-composite: calc(9deg) !important;
|
|
4690
4635
|
}
|
|
4691
4636
|
o-arc.angle-10,
|
|
4692
|
-
o-progress.angle-10
|
|
4693
|
-
o-text.angle-10 {
|
|
4637
|
+
o-progress.angle-10 {
|
|
4694
4638
|
--o-angle-composite: calc(10deg) !important;
|
|
4695
4639
|
}
|
|
4696
4640
|
o-arc.angle-11,
|
|
4697
|
-
o-progress.angle-11
|
|
4698
|
-
o-text.angle-11 {
|
|
4641
|
+
o-progress.angle-11 {
|
|
4699
4642
|
--o-angle-composite: calc(11deg) !important;
|
|
4700
4643
|
}
|
|
4701
4644
|
o-arc.angle-12,
|
|
4702
|
-
o-progress.angle-12
|
|
4703
|
-
o-text.angle-12 {
|
|
4645
|
+
o-progress.angle-12 {
|
|
4704
4646
|
--o-angle-composite: calc(12deg) !important;
|
|
4705
4647
|
}
|
|
4706
4648
|
o-arc.angle-13,
|
|
4707
|
-
o-progress.angle-13
|
|
4708
|
-
o-text.angle-13 {
|
|
4649
|
+
o-progress.angle-13 {
|
|
4709
4650
|
--o-angle-composite: calc(13deg) !important;
|
|
4710
4651
|
}
|
|
4711
4652
|
o-arc.angle-14,
|
|
4712
|
-
o-progress.angle-14
|
|
4713
|
-
o-text.angle-14 {
|
|
4653
|
+
o-progress.angle-14 {
|
|
4714
4654
|
--o-angle-composite: calc(14deg) !important;
|
|
4715
4655
|
}
|
|
4716
4656
|
o-arc.angle-15,
|
|
4717
|
-
o-progress.angle-15
|
|
4718
|
-
o-text.angle-15 {
|
|
4657
|
+
o-progress.angle-15 {
|
|
4719
4658
|
--o-angle-composite: calc(15deg) !important;
|
|
4720
4659
|
}
|
|
4721
4660
|
o-arc.angle-16,
|
|
4722
|
-
o-progress.angle-16
|
|
4723
|
-
o-text.angle-16 {
|
|
4661
|
+
o-progress.angle-16 {
|
|
4724
4662
|
--o-angle-composite: calc(16deg) !important;
|
|
4725
4663
|
}
|
|
4726
4664
|
o-arc.angle-17,
|
|
4727
|
-
o-progress.angle-17
|
|
4728
|
-
o-text.angle-17 {
|
|
4665
|
+
o-progress.angle-17 {
|
|
4729
4666
|
--o-angle-composite: calc(17deg) !important;
|
|
4730
4667
|
}
|
|
4731
4668
|
o-arc.angle-18,
|
|
4732
|
-
o-progress.angle-18
|
|
4733
|
-
o-text.angle-18 {
|
|
4669
|
+
o-progress.angle-18 {
|
|
4734
4670
|
--o-angle-composite: calc(18deg) !important;
|
|
4735
4671
|
}
|
|
4736
4672
|
o-arc.angle-19,
|
|
4737
|
-
o-progress.angle-19
|
|
4738
|
-
o-text.angle-19 {
|
|
4673
|
+
o-progress.angle-19 {
|
|
4739
4674
|
--o-angle-composite: calc(19deg) !important;
|
|
4740
4675
|
}
|
|
4741
4676
|
o-arc.angle-20,
|
|
4742
|
-
o-progress.angle-20
|
|
4743
|
-
o-text.angle-20 {
|
|
4677
|
+
o-progress.angle-20 {
|
|
4744
4678
|
--o-angle-composite: calc(20deg) !important;
|
|
4745
4679
|
}
|
|
4746
4680
|
o-arc.angle-21,
|
|
4747
|
-
o-progress.angle-21
|
|
4748
|
-
o-text.angle-21 {
|
|
4681
|
+
o-progress.angle-21 {
|
|
4749
4682
|
--o-angle-composite: calc(21deg) !important;
|
|
4750
4683
|
}
|
|
4751
4684
|
o-arc.angle-22,
|
|
4752
|
-
o-progress.angle-22
|
|
4753
|
-
o-text.angle-22 {
|
|
4685
|
+
o-progress.angle-22 {
|
|
4754
4686
|
--o-angle-composite: calc(22deg) !important;
|
|
4755
4687
|
}
|
|
4756
4688
|
o-arc.angle-23,
|
|
4757
|
-
o-progress.angle-23
|
|
4758
|
-
o-text.angle-23 {
|
|
4689
|
+
o-progress.angle-23 {
|
|
4759
4690
|
--o-angle-composite: calc(23deg) !important;
|
|
4760
4691
|
}
|
|
4761
4692
|
o-arc.angle-24,
|
|
4762
|
-
o-progress.angle-24
|
|
4763
|
-
o-text.angle-24 {
|
|
4693
|
+
o-progress.angle-24 {
|
|
4764
4694
|
--o-angle-composite: calc(24deg) !important;
|
|
4765
4695
|
}
|
|
4766
4696
|
o-arc.angle-25,
|
|
4767
|
-
o-progress.angle-25
|
|
4768
|
-
o-text.angle-25 {
|
|
4697
|
+
o-progress.angle-25 {
|
|
4769
4698
|
--o-angle-composite: calc(25deg) !important;
|
|
4770
4699
|
}
|
|
4771
4700
|
o-arc.angle-26,
|
|
4772
|
-
o-progress.angle-26
|
|
4773
|
-
o-text.angle-26 {
|
|
4701
|
+
o-progress.angle-26 {
|
|
4774
4702
|
--o-angle-composite: calc(26deg) !important;
|
|
4775
4703
|
}
|
|
4776
4704
|
o-arc.angle-27,
|
|
4777
|
-
o-progress.angle-27
|
|
4778
|
-
o-text.angle-27 {
|
|
4705
|
+
o-progress.angle-27 {
|
|
4779
4706
|
--o-angle-composite: calc(27deg) !important;
|
|
4780
4707
|
}
|
|
4781
4708
|
o-arc.angle-28,
|
|
4782
|
-
o-progress.angle-28
|
|
4783
|
-
o-text.angle-28 {
|
|
4709
|
+
o-progress.angle-28 {
|
|
4784
4710
|
--o-angle-composite: calc(28deg) !important;
|
|
4785
4711
|
}
|
|
4786
4712
|
o-arc.angle-29,
|
|
4787
|
-
o-progress.angle-29
|
|
4788
|
-
o-text.angle-29 {
|
|
4713
|
+
o-progress.angle-29 {
|
|
4789
4714
|
--o-angle-composite: calc(29deg) !important;
|
|
4790
4715
|
}
|
|
4791
4716
|
o-arc.angle-30,
|
|
4792
|
-
o-progress.angle-30
|
|
4793
|
-
o-text.angle-30 {
|
|
4717
|
+
o-progress.angle-30 {
|
|
4794
4718
|
--o-angle-composite: calc(30deg) !important;
|
|
4795
4719
|
}
|
|
4796
4720
|
o-arc.angle-31,
|
|
4797
|
-
o-progress.angle-31
|
|
4798
|
-
o-text.angle-31 {
|
|
4721
|
+
o-progress.angle-31 {
|
|
4799
4722
|
--o-angle-composite: calc(31deg) !important;
|
|
4800
4723
|
}
|
|
4801
4724
|
o-arc.angle-32,
|
|
4802
|
-
o-progress.angle-32
|
|
4803
|
-
o-text.angle-32 {
|
|
4725
|
+
o-progress.angle-32 {
|
|
4804
4726
|
--o-angle-composite: calc(32deg) !important;
|
|
4805
4727
|
}
|
|
4806
4728
|
o-arc.angle-33,
|
|
4807
|
-
o-progress.angle-33
|
|
4808
|
-
o-text.angle-33 {
|
|
4729
|
+
o-progress.angle-33 {
|
|
4809
4730
|
--o-angle-composite: calc(33deg) !important;
|
|
4810
4731
|
}
|
|
4811
4732
|
o-arc.angle-34,
|
|
4812
|
-
o-progress.angle-34
|
|
4813
|
-
o-text.angle-34 {
|
|
4733
|
+
o-progress.angle-34 {
|
|
4814
4734
|
--o-angle-composite: calc(34deg) !important;
|
|
4815
4735
|
}
|
|
4816
4736
|
o-arc.angle-35,
|
|
4817
|
-
o-progress.angle-35
|
|
4818
|
-
o-text.angle-35 {
|
|
4737
|
+
o-progress.angle-35 {
|
|
4819
4738
|
--o-angle-composite: calc(35deg) !important;
|
|
4820
4739
|
}
|
|
4821
4740
|
o-arc.angle-36,
|
|
4822
|
-
o-progress.angle-36
|
|
4823
|
-
o-text.angle-36 {
|
|
4741
|
+
o-progress.angle-36 {
|
|
4824
4742
|
--o-angle-composite: calc(36deg) !important;
|
|
4825
4743
|
}
|
|
4826
4744
|
o-arc.angle-37,
|
|
4827
|
-
o-progress.angle-37
|
|
4828
|
-
o-text.angle-37 {
|
|
4745
|
+
o-progress.angle-37 {
|
|
4829
4746
|
--o-angle-composite: calc(37deg) !important;
|
|
4830
4747
|
}
|
|
4831
4748
|
o-arc.angle-38,
|
|
4832
|
-
o-progress.angle-38
|
|
4833
|
-
o-text.angle-38 {
|
|
4749
|
+
o-progress.angle-38 {
|
|
4834
4750
|
--o-angle-composite: calc(38deg) !important;
|
|
4835
4751
|
}
|
|
4836
4752
|
o-arc.angle-39,
|
|
4837
|
-
o-progress.angle-39
|
|
4838
|
-
o-text.angle-39 {
|
|
4753
|
+
o-progress.angle-39 {
|
|
4839
4754
|
--o-angle-composite: calc(39deg) !important;
|
|
4840
4755
|
}
|
|
4841
4756
|
o-arc.angle-40,
|
|
4842
|
-
o-progress.angle-40
|
|
4843
|
-
o-text.angle-40 {
|
|
4757
|
+
o-progress.angle-40 {
|
|
4844
4758
|
--o-angle-composite: calc(40deg) !important;
|
|
4845
4759
|
}
|
|
4846
4760
|
o-arc.angle-41,
|
|
4847
|
-
o-progress.angle-41
|
|
4848
|
-
o-text.angle-41 {
|
|
4761
|
+
o-progress.angle-41 {
|
|
4849
4762
|
--o-angle-composite: calc(41deg) !important;
|
|
4850
4763
|
}
|
|
4851
4764
|
o-arc.angle-42,
|
|
4852
|
-
o-progress.angle-42
|
|
4853
|
-
o-text.angle-42 {
|
|
4765
|
+
o-progress.angle-42 {
|
|
4854
4766
|
--o-angle-composite: calc(42deg) !important;
|
|
4855
4767
|
}
|
|
4856
4768
|
o-arc.angle-43,
|
|
4857
|
-
o-progress.angle-43
|
|
4858
|
-
o-text.angle-43 {
|
|
4769
|
+
o-progress.angle-43 {
|
|
4859
4770
|
--o-angle-composite: calc(43deg) !important;
|
|
4860
4771
|
}
|
|
4861
4772
|
o-arc.angle-44,
|
|
4862
|
-
o-progress.angle-44
|
|
4863
|
-
o-text.angle-44 {
|
|
4773
|
+
o-progress.angle-44 {
|
|
4864
4774
|
--o-angle-composite: calc(44deg) !important;
|
|
4865
4775
|
}
|
|
4866
4776
|
o-arc.angle-45,
|
|
4867
|
-
o-progress.angle-45
|
|
4868
|
-
o-text.angle-45 {
|
|
4777
|
+
o-progress.angle-45 {
|
|
4869
4778
|
--o-angle-composite: calc(45deg) !important;
|
|
4870
4779
|
}
|
|
4871
4780
|
o-arc.angle-46,
|
|
4872
|
-
o-progress.angle-46
|
|
4873
|
-
o-text.angle-46 {
|
|
4781
|
+
o-progress.angle-46 {
|
|
4874
4782
|
--o-angle-composite: calc(46deg) !important;
|
|
4875
4783
|
}
|
|
4876
4784
|
o-arc.angle-47,
|
|
4877
|
-
o-progress.angle-47
|
|
4878
|
-
o-text.angle-47 {
|
|
4785
|
+
o-progress.angle-47 {
|
|
4879
4786
|
--o-angle-composite: calc(47deg) !important;
|
|
4880
4787
|
}
|
|
4881
4788
|
o-arc.angle-48,
|
|
4882
|
-
o-progress.angle-48
|
|
4883
|
-
o-text.angle-48 {
|
|
4789
|
+
o-progress.angle-48 {
|
|
4884
4790
|
--o-angle-composite: calc(48deg) !important;
|
|
4885
4791
|
}
|
|
4886
4792
|
o-arc.angle-49,
|
|
4887
|
-
o-progress.angle-49
|
|
4888
|
-
o-text.angle-49 {
|
|
4793
|
+
o-progress.angle-49 {
|
|
4889
4794
|
--o-angle-composite: calc(49deg) !important;
|
|
4890
4795
|
}
|
|
4891
4796
|
o-arc.angle-50,
|
|
4892
|
-
o-progress.angle-50
|
|
4893
|
-
o-text.angle-50 {
|
|
4797
|
+
o-progress.angle-50 {
|
|
4894
4798
|
--o-angle-composite: calc(50deg) !important;
|
|
4895
4799
|
}
|
|
4896
4800
|
o-arc.angle-51,
|
|
4897
|
-
o-progress.angle-51
|
|
4898
|
-
o-text.angle-51 {
|
|
4801
|
+
o-progress.angle-51 {
|
|
4899
4802
|
--o-angle-composite: calc(51deg) !important;
|
|
4900
4803
|
}
|
|
4901
4804
|
o-arc.angle-52,
|
|
4902
|
-
o-progress.angle-52
|
|
4903
|
-
o-text.angle-52 {
|
|
4805
|
+
o-progress.angle-52 {
|
|
4904
4806
|
--o-angle-composite: calc(52deg) !important;
|
|
4905
4807
|
}
|
|
4906
4808
|
o-arc.angle-53,
|
|
4907
|
-
o-progress.angle-53
|
|
4908
|
-
o-text.angle-53 {
|
|
4809
|
+
o-progress.angle-53 {
|
|
4909
4810
|
--o-angle-composite: calc(53deg) !important;
|
|
4910
4811
|
}
|
|
4911
4812
|
o-arc.angle-54,
|
|
4912
|
-
o-progress.angle-54
|
|
4913
|
-
o-text.angle-54 {
|
|
4813
|
+
o-progress.angle-54 {
|
|
4914
4814
|
--o-angle-composite: calc(54deg) !important;
|
|
4915
4815
|
}
|
|
4916
4816
|
o-arc.angle-55,
|
|
4917
|
-
o-progress.angle-55
|
|
4918
|
-
o-text.angle-55 {
|
|
4817
|
+
o-progress.angle-55 {
|
|
4919
4818
|
--o-angle-composite: calc(55deg) !important;
|
|
4920
4819
|
}
|
|
4921
4820
|
o-arc.angle-56,
|
|
4922
|
-
o-progress.angle-56
|
|
4923
|
-
o-text.angle-56 {
|
|
4821
|
+
o-progress.angle-56 {
|
|
4924
4822
|
--o-angle-composite: calc(56deg) !important;
|
|
4925
4823
|
}
|
|
4926
4824
|
o-arc.angle-57,
|
|
4927
|
-
o-progress.angle-57
|
|
4928
|
-
o-text.angle-57 {
|
|
4825
|
+
o-progress.angle-57 {
|
|
4929
4826
|
--o-angle-composite: calc(57deg) !important;
|
|
4930
4827
|
}
|
|
4931
4828
|
o-arc.angle-58,
|
|
4932
|
-
o-progress.angle-58
|
|
4933
|
-
o-text.angle-58 {
|
|
4829
|
+
o-progress.angle-58 {
|
|
4934
4830
|
--o-angle-composite: calc(58deg) !important;
|
|
4935
4831
|
}
|
|
4936
4832
|
o-arc.angle-59,
|
|
4937
|
-
o-progress.angle-59
|
|
4938
|
-
o-text.angle-59 {
|
|
4833
|
+
o-progress.angle-59 {
|
|
4939
4834
|
--o-angle-composite: calc(59deg) !important;
|
|
4940
4835
|
}
|
|
4941
4836
|
o-arc.angle-60,
|
|
4942
|
-
o-progress.angle-60
|
|
4943
|
-
o-text.angle-60 {
|
|
4837
|
+
o-progress.angle-60 {
|
|
4944
4838
|
--o-angle-composite: calc(60deg) !important;
|
|
4945
4839
|
}
|
|
4946
4840
|
o-arc.angle-61,
|
|
4947
|
-
o-progress.angle-61
|
|
4948
|
-
o-text.angle-61 {
|
|
4841
|
+
o-progress.angle-61 {
|
|
4949
4842
|
--o-angle-composite: calc(61deg) !important;
|
|
4950
4843
|
}
|
|
4951
4844
|
o-arc.angle-62,
|
|
4952
|
-
o-progress.angle-62
|
|
4953
|
-
o-text.angle-62 {
|
|
4845
|
+
o-progress.angle-62 {
|
|
4954
4846
|
--o-angle-composite: calc(62deg) !important;
|
|
4955
4847
|
}
|
|
4956
4848
|
o-arc.angle-63,
|
|
4957
|
-
o-progress.angle-63
|
|
4958
|
-
o-text.angle-63 {
|
|
4849
|
+
o-progress.angle-63 {
|
|
4959
4850
|
--o-angle-composite: calc(63deg) !important;
|
|
4960
4851
|
}
|
|
4961
4852
|
o-arc.angle-64,
|
|
4962
|
-
o-progress.angle-64
|
|
4963
|
-
o-text.angle-64 {
|
|
4853
|
+
o-progress.angle-64 {
|
|
4964
4854
|
--o-angle-composite: calc(64deg) !important;
|
|
4965
4855
|
}
|
|
4966
4856
|
o-arc.angle-65,
|
|
4967
|
-
o-progress.angle-65
|
|
4968
|
-
o-text.angle-65 {
|
|
4857
|
+
o-progress.angle-65 {
|
|
4969
4858
|
--o-angle-composite: calc(65deg) !important;
|
|
4970
4859
|
}
|
|
4971
4860
|
o-arc.angle-66,
|
|
4972
|
-
o-progress.angle-66
|
|
4973
|
-
o-text.angle-66 {
|
|
4861
|
+
o-progress.angle-66 {
|
|
4974
4862
|
--o-angle-composite: calc(66deg) !important;
|
|
4975
4863
|
}
|
|
4976
4864
|
o-arc.angle-67,
|
|
4977
|
-
o-progress.angle-67
|
|
4978
|
-
o-text.angle-67 {
|
|
4865
|
+
o-progress.angle-67 {
|
|
4979
4866
|
--o-angle-composite: calc(67deg) !important;
|
|
4980
4867
|
}
|
|
4981
4868
|
o-arc.angle-68,
|
|
4982
|
-
o-progress.angle-68
|
|
4983
|
-
o-text.angle-68 {
|
|
4869
|
+
o-progress.angle-68 {
|
|
4984
4870
|
--o-angle-composite: calc(68deg) !important;
|
|
4985
4871
|
}
|
|
4986
4872
|
o-arc.angle-69,
|
|
4987
|
-
o-progress.angle-69
|
|
4988
|
-
o-text.angle-69 {
|
|
4873
|
+
o-progress.angle-69 {
|
|
4989
4874
|
--o-angle-composite: calc(69deg) !important;
|
|
4990
4875
|
}
|
|
4991
4876
|
o-arc.angle-70,
|
|
4992
|
-
o-progress.angle-70
|
|
4993
|
-
o-text.angle-70 {
|
|
4877
|
+
o-progress.angle-70 {
|
|
4994
4878
|
--o-angle-composite: calc(70deg) !important;
|
|
4995
4879
|
}
|
|
4996
4880
|
o-arc.angle-71,
|
|
4997
|
-
o-progress.angle-71
|
|
4998
|
-
o-text.angle-71 {
|
|
4881
|
+
o-progress.angle-71 {
|
|
4999
4882
|
--o-angle-composite: calc(71deg) !important;
|
|
5000
4883
|
}
|
|
5001
4884
|
o-arc.angle-72,
|
|
5002
|
-
o-progress.angle-72
|
|
5003
|
-
o-text.angle-72 {
|
|
4885
|
+
o-progress.angle-72 {
|
|
5004
4886
|
--o-angle-composite: calc(72deg) !important;
|
|
5005
4887
|
}
|
|
5006
4888
|
o-arc.angle-73,
|
|
5007
|
-
o-progress.angle-73
|
|
5008
|
-
o-text.angle-73 {
|
|
4889
|
+
o-progress.angle-73 {
|
|
5009
4890
|
--o-angle-composite: calc(73deg) !important;
|
|
5010
4891
|
}
|
|
5011
4892
|
o-arc.angle-74,
|
|
5012
|
-
o-progress.angle-74
|
|
5013
|
-
o-text.angle-74 {
|
|
4893
|
+
o-progress.angle-74 {
|
|
5014
4894
|
--o-angle-composite: calc(74deg) !important;
|
|
5015
4895
|
}
|
|
5016
4896
|
o-arc.angle-75,
|
|
5017
|
-
o-progress.angle-75
|
|
5018
|
-
o-text.angle-75 {
|
|
4897
|
+
o-progress.angle-75 {
|
|
5019
4898
|
--o-angle-composite: calc(75deg) !important;
|
|
5020
4899
|
}
|
|
5021
4900
|
o-arc.angle-76,
|
|
5022
|
-
o-progress.angle-76
|
|
5023
|
-
o-text.angle-76 {
|
|
4901
|
+
o-progress.angle-76 {
|
|
5024
4902
|
--o-angle-composite: calc(76deg) !important;
|
|
5025
4903
|
}
|
|
5026
4904
|
o-arc.angle-77,
|
|
5027
|
-
o-progress.angle-77
|
|
5028
|
-
o-text.angle-77 {
|
|
4905
|
+
o-progress.angle-77 {
|
|
5029
4906
|
--o-angle-composite: calc(77deg) !important;
|
|
5030
4907
|
}
|
|
5031
4908
|
o-arc.angle-78,
|
|
5032
|
-
o-progress.angle-78
|
|
5033
|
-
o-text.angle-78 {
|
|
4909
|
+
o-progress.angle-78 {
|
|
5034
4910
|
--o-angle-composite: calc(78deg) !important;
|
|
5035
4911
|
}
|
|
5036
4912
|
o-arc.angle-79,
|
|
5037
|
-
o-progress.angle-79
|
|
5038
|
-
o-text.angle-79 {
|
|
4913
|
+
o-progress.angle-79 {
|
|
5039
4914
|
--o-angle-composite: calc(79deg) !important;
|
|
5040
4915
|
}
|
|
5041
4916
|
o-arc.angle-80,
|
|
5042
|
-
o-progress.angle-80
|
|
5043
|
-
o-text.angle-80 {
|
|
4917
|
+
o-progress.angle-80 {
|
|
5044
4918
|
--o-angle-composite: calc(80deg) !important;
|
|
5045
4919
|
}
|
|
5046
4920
|
o-arc.angle-81,
|
|
5047
|
-
o-progress.angle-81
|
|
5048
|
-
o-text.angle-81 {
|
|
4921
|
+
o-progress.angle-81 {
|
|
5049
4922
|
--o-angle-composite: calc(81deg) !important;
|
|
5050
4923
|
}
|
|
5051
4924
|
o-arc.angle-82,
|
|
5052
|
-
o-progress.angle-82
|
|
5053
|
-
o-text.angle-82 {
|
|
4925
|
+
o-progress.angle-82 {
|
|
5054
4926
|
--o-angle-composite: calc(82deg) !important;
|
|
5055
4927
|
}
|
|
5056
4928
|
o-arc.angle-83,
|
|
5057
|
-
o-progress.angle-83
|
|
5058
|
-
o-text.angle-83 {
|
|
4929
|
+
o-progress.angle-83 {
|
|
5059
4930
|
--o-angle-composite: calc(83deg) !important;
|
|
5060
4931
|
}
|
|
5061
4932
|
o-arc.angle-84,
|
|
5062
|
-
o-progress.angle-84
|
|
5063
|
-
o-text.angle-84 {
|
|
4933
|
+
o-progress.angle-84 {
|
|
5064
4934
|
--o-angle-composite: calc(84deg) !important;
|
|
5065
4935
|
}
|
|
5066
4936
|
o-arc.angle-85,
|
|
5067
|
-
o-progress.angle-85
|
|
5068
|
-
o-text.angle-85 {
|
|
4937
|
+
o-progress.angle-85 {
|
|
5069
4938
|
--o-angle-composite: calc(85deg) !important;
|
|
5070
4939
|
}
|
|
5071
4940
|
o-arc.angle-86,
|
|
5072
|
-
o-progress.angle-86
|
|
5073
|
-
o-text.angle-86 {
|
|
4941
|
+
o-progress.angle-86 {
|
|
5074
4942
|
--o-angle-composite: calc(86deg) !important;
|
|
5075
4943
|
}
|
|
5076
4944
|
o-arc.angle-87,
|
|
5077
|
-
o-progress.angle-87
|
|
5078
|
-
o-text.angle-87 {
|
|
4945
|
+
o-progress.angle-87 {
|
|
5079
4946
|
--o-angle-composite: calc(87deg) !important;
|
|
5080
4947
|
}
|
|
5081
4948
|
o-arc.angle-88,
|
|
5082
|
-
o-progress.angle-88
|
|
5083
|
-
o-text.angle-88 {
|
|
4949
|
+
o-progress.angle-88 {
|
|
5084
4950
|
--o-angle-composite: calc(88deg) !important;
|
|
5085
4951
|
}
|
|
5086
4952
|
o-arc.angle-89,
|
|
5087
|
-
o-progress.angle-89
|
|
5088
|
-
o-text.angle-89 {
|
|
4953
|
+
o-progress.angle-89 {
|
|
5089
4954
|
--o-angle-composite: calc(89deg) !important;
|
|
5090
4955
|
}
|
|
5091
4956
|
o-arc.angle-90,
|
|
5092
|
-
o-progress.angle-90
|
|
5093
|
-
o-text.angle-90 {
|
|
4957
|
+
o-progress.angle-90 {
|
|
5094
4958
|
--o-angle-composite: calc(90deg) !important;
|
|
5095
4959
|
}
|
|
5096
4960
|
o-arc.angle-91,
|
|
5097
|
-
o-progress.angle-91
|
|
5098
|
-
o-text.angle-91 {
|
|
4961
|
+
o-progress.angle-91 {
|
|
5099
4962
|
--o-angle-composite: calc(91deg) !important;
|
|
5100
4963
|
}
|
|
5101
4964
|
o-arc.angle-92,
|
|
5102
|
-
o-progress.angle-92
|
|
5103
|
-
o-text.angle-92 {
|
|
4965
|
+
o-progress.angle-92 {
|
|
5104
4966
|
--o-angle-composite: calc(92deg) !important;
|
|
5105
4967
|
}
|
|
5106
4968
|
o-arc.angle-93,
|
|
5107
|
-
o-progress.angle-93
|
|
5108
|
-
o-text.angle-93 {
|
|
4969
|
+
o-progress.angle-93 {
|
|
5109
4970
|
--o-angle-composite: calc(93deg) !important;
|
|
5110
4971
|
}
|
|
5111
4972
|
o-arc.angle-94,
|
|
5112
|
-
o-progress.angle-94
|
|
5113
|
-
o-text.angle-94 {
|
|
4973
|
+
o-progress.angle-94 {
|
|
5114
4974
|
--o-angle-composite: calc(94deg) !important;
|
|
5115
4975
|
}
|
|
5116
4976
|
o-arc.angle-95,
|
|
5117
|
-
o-progress.angle-95
|
|
5118
|
-
o-text.angle-95 {
|
|
4977
|
+
o-progress.angle-95 {
|
|
5119
4978
|
--o-angle-composite: calc(95deg) !important;
|
|
5120
4979
|
}
|
|
5121
4980
|
o-arc.angle-96,
|
|
5122
|
-
o-progress.angle-96
|
|
5123
|
-
o-text.angle-96 {
|
|
4981
|
+
o-progress.angle-96 {
|
|
5124
4982
|
--o-angle-composite: calc(96deg) !important;
|
|
5125
4983
|
}
|
|
5126
4984
|
o-arc.angle-97,
|
|
5127
|
-
o-progress.angle-97
|
|
5128
|
-
o-text.angle-97 {
|
|
4985
|
+
o-progress.angle-97 {
|
|
5129
4986
|
--o-angle-composite: calc(97deg) !important;
|
|
5130
4987
|
}
|
|
5131
4988
|
o-arc.angle-98,
|
|
5132
|
-
o-progress.angle-98
|
|
5133
|
-
o-text.angle-98 {
|
|
4989
|
+
o-progress.angle-98 {
|
|
5134
4990
|
--o-angle-composite: calc(98deg) !important;
|
|
5135
4991
|
}
|
|
5136
4992
|
o-arc.angle-99,
|
|
5137
|
-
o-progress.angle-99
|
|
5138
|
-
o-text.angle-99 {
|
|
4993
|
+
o-progress.angle-99 {
|
|
5139
4994
|
--o-angle-composite: calc(99deg) !important;
|
|
5140
4995
|
}
|
|
5141
4996
|
o-arc.angle-100,
|
|
5142
|
-
o-progress.angle-100
|
|
5143
|
-
o-text.angle-100 {
|
|
4997
|
+
o-progress.angle-100 {
|
|
5144
4998
|
--o-angle-composite: calc(100deg) !important;
|
|
5145
4999
|
}
|
|
5146
5000
|
o-arc.angle-101,
|
|
5147
|
-
o-progress.angle-101
|
|
5148
|
-
o-text.angle-101 {
|
|
5001
|
+
o-progress.angle-101 {
|
|
5149
5002
|
--o-angle-composite: calc(101deg) !important;
|
|
5150
5003
|
}
|
|
5151
5004
|
o-arc.angle-102,
|
|
5152
|
-
o-progress.angle-102
|
|
5153
|
-
o-text.angle-102 {
|
|
5005
|
+
o-progress.angle-102 {
|
|
5154
5006
|
--o-angle-composite: calc(102deg) !important;
|
|
5155
5007
|
}
|
|
5156
5008
|
o-arc.angle-103,
|
|
5157
|
-
o-progress.angle-103
|
|
5158
|
-
o-text.angle-103 {
|
|
5009
|
+
o-progress.angle-103 {
|
|
5159
5010
|
--o-angle-composite: calc(103deg) !important;
|
|
5160
5011
|
}
|
|
5161
5012
|
o-arc.angle-104,
|
|
5162
|
-
o-progress.angle-104
|
|
5163
|
-
o-text.angle-104 {
|
|
5013
|
+
o-progress.angle-104 {
|
|
5164
5014
|
--o-angle-composite: calc(104deg) !important;
|
|
5165
5015
|
}
|
|
5166
5016
|
o-arc.angle-105,
|
|
5167
|
-
o-progress.angle-105
|
|
5168
|
-
o-text.angle-105 {
|
|
5017
|
+
o-progress.angle-105 {
|
|
5169
5018
|
--o-angle-composite: calc(105deg) !important;
|
|
5170
5019
|
}
|
|
5171
5020
|
o-arc.angle-106,
|
|
5172
|
-
o-progress.angle-106
|
|
5173
|
-
o-text.angle-106 {
|
|
5021
|
+
o-progress.angle-106 {
|
|
5174
5022
|
--o-angle-composite: calc(106deg) !important;
|
|
5175
5023
|
}
|
|
5176
5024
|
o-arc.angle-107,
|
|
5177
|
-
o-progress.angle-107
|
|
5178
|
-
o-text.angle-107 {
|
|
5025
|
+
o-progress.angle-107 {
|
|
5179
5026
|
--o-angle-composite: calc(107deg) !important;
|
|
5180
5027
|
}
|
|
5181
5028
|
o-arc.angle-108,
|
|
5182
|
-
o-progress.angle-108
|
|
5183
|
-
o-text.angle-108 {
|
|
5029
|
+
o-progress.angle-108 {
|
|
5184
5030
|
--o-angle-composite: calc(108deg) !important;
|
|
5185
5031
|
}
|
|
5186
5032
|
o-arc.angle-109,
|
|
5187
|
-
o-progress.angle-109
|
|
5188
|
-
o-text.angle-109 {
|
|
5033
|
+
o-progress.angle-109 {
|
|
5189
5034
|
--o-angle-composite: calc(109deg) !important;
|
|
5190
5035
|
}
|
|
5191
5036
|
o-arc.angle-110,
|
|
5192
|
-
o-progress.angle-110
|
|
5193
|
-
o-text.angle-110 {
|
|
5037
|
+
o-progress.angle-110 {
|
|
5194
5038
|
--o-angle-composite: calc(110deg) !important;
|
|
5195
5039
|
}
|
|
5196
5040
|
o-arc.angle-111,
|
|
5197
|
-
o-progress.angle-111
|
|
5198
|
-
o-text.angle-111 {
|
|
5041
|
+
o-progress.angle-111 {
|
|
5199
5042
|
--o-angle-composite: calc(111deg) !important;
|
|
5200
5043
|
}
|
|
5201
5044
|
o-arc.angle-112,
|
|
5202
|
-
o-progress.angle-112
|
|
5203
|
-
o-text.angle-112 {
|
|
5045
|
+
o-progress.angle-112 {
|
|
5204
5046
|
--o-angle-composite: calc(112deg) !important;
|
|
5205
5047
|
}
|
|
5206
5048
|
o-arc.angle-113,
|
|
5207
|
-
o-progress.angle-113
|
|
5208
|
-
o-text.angle-113 {
|
|
5049
|
+
o-progress.angle-113 {
|
|
5209
5050
|
--o-angle-composite: calc(113deg) !important;
|
|
5210
5051
|
}
|
|
5211
5052
|
o-arc.angle-114,
|
|
5212
|
-
o-progress.angle-114
|
|
5213
|
-
o-text.angle-114 {
|
|
5053
|
+
o-progress.angle-114 {
|
|
5214
5054
|
--o-angle-composite: calc(114deg) !important;
|
|
5215
5055
|
}
|
|
5216
5056
|
o-arc.angle-115,
|
|
5217
|
-
o-progress.angle-115
|
|
5218
|
-
o-text.angle-115 {
|
|
5057
|
+
o-progress.angle-115 {
|
|
5219
5058
|
--o-angle-composite: calc(115deg) !important;
|
|
5220
5059
|
}
|
|
5221
5060
|
o-arc.angle-116,
|
|
5222
|
-
o-progress.angle-116
|
|
5223
|
-
o-text.angle-116 {
|
|
5061
|
+
o-progress.angle-116 {
|
|
5224
5062
|
--o-angle-composite: calc(116deg) !important;
|
|
5225
5063
|
}
|
|
5226
5064
|
o-arc.angle-117,
|
|
5227
|
-
o-progress.angle-117
|
|
5228
|
-
o-text.angle-117 {
|
|
5065
|
+
o-progress.angle-117 {
|
|
5229
5066
|
--o-angle-composite: calc(117deg) !important;
|
|
5230
5067
|
}
|
|
5231
5068
|
o-arc.angle-118,
|
|
5232
|
-
o-progress.angle-118
|
|
5233
|
-
o-text.angle-118 {
|
|
5069
|
+
o-progress.angle-118 {
|
|
5234
5070
|
--o-angle-composite: calc(118deg) !important;
|
|
5235
5071
|
}
|
|
5236
5072
|
o-arc.angle-119,
|
|
5237
|
-
o-progress.angle-119
|
|
5238
|
-
o-text.angle-119 {
|
|
5073
|
+
o-progress.angle-119 {
|
|
5239
5074
|
--o-angle-composite: calc(119deg) !important;
|
|
5240
5075
|
}
|
|
5241
5076
|
o-arc.angle-120,
|
|
5242
|
-
o-progress.angle-120
|
|
5243
|
-
o-text.angle-120 {
|
|
5077
|
+
o-progress.angle-120 {
|
|
5244
5078
|
--o-angle-composite: calc(120deg) !important;
|
|
5245
5079
|
}
|
|
5246
5080
|
o-arc.angle-121,
|
|
5247
|
-
o-progress.angle-121
|
|
5248
|
-
o-text.angle-121 {
|
|
5081
|
+
o-progress.angle-121 {
|
|
5249
5082
|
--o-angle-composite: calc(121deg) !important;
|
|
5250
5083
|
}
|
|
5251
5084
|
o-arc.angle-122,
|
|
5252
|
-
o-progress.angle-122
|
|
5253
|
-
o-text.angle-122 {
|
|
5085
|
+
o-progress.angle-122 {
|
|
5254
5086
|
--o-angle-composite: calc(122deg) !important;
|
|
5255
5087
|
}
|
|
5256
5088
|
o-arc.angle-123,
|
|
5257
|
-
o-progress.angle-123
|
|
5258
|
-
o-text.angle-123 {
|
|
5089
|
+
o-progress.angle-123 {
|
|
5259
5090
|
--o-angle-composite: calc(123deg) !important;
|
|
5260
5091
|
}
|
|
5261
5092
|
o-arc.angle-124,
|
|
5262
|
-
o-progress.angle-124
|
|
5263
|
-
o-text.angle-124 {
|
|
5093
|
+
o-progress.angle-124 {
|
|
5264
5094
|
--o-angle-composite: calc(124deg) !important;
|
|
5265
5095
|
}
|
|
5266
5096
|
o-arc.angle-125,
|
|
5267
|
-
o-progress.angle-125
|
|
5268
|
-
o-text.angle-125 {
|
|
5097
|
+
o-progress.angle-125 {
|
|
5269
5098
|
--o-angle-composite: calc(125deg) !important;
|
|
5270
5099
|
}
|
|
5271
5100
|
o-arc.angle-126,
|
|
5272
|
-
o-progress.angle-126
|
|
5273
|
-
o-text.angle-126 {
|
|
5101
|
+
o-progress.angle-126 {
|
|
5274
5102
|
--o-angle-composite: calc(126deg) !important;
|
|
5275
5103
|
}
|
|
5276
5104
|
o-arc.angle-127,
|
|
5277
|
-
o-progress.angle-127
|
|
5278
|
-
o-text.angle-127 {
|
|
5105
|
+
o-progress.angle-127 {
|
|
5279
5106
|
--o-angle-composite: calc(127deg) !important;
|
|
5280
5107
|
}
|
|
5281
5108
|
o-arc.angle-128,
|
|
5282
|
-
o-progress.angle-128
|
|
5283
|
-
o-text.angle-128 {
|
|
5109
|
+
o-progress.angle-128 {
|
|
5284
5110
|
--o-angle-composite: calc(128deg) !important;
|
|
5285
5111
|
}
|
|
5286
5112
|
o-arc.angle-129,
|
|
5287
|
-
o-progress.angle-129
|
|
5288
|
-
o-text.angle-129 {
|
|
5113
|
+
o-progress.angle-129 {
|
|
5289
5114
|
--o-angle-composite: calc(129deg) !important;
|
|
5290
5115
|
}
|
|
5291
5116
|
o-arc.angle-130,
|
|
5292
|
-
o-progress.angle-130
|
|
5293
|
-
o-text.angle-130 {
|
|
5117
|
+
o-progress.angle-130 {
|
|
5294
5118
|
--o-angle-composite: calc(130deg) !important;
|
|
5295
5119
|
}
|
|
5296
5120
|
o-arc.angle-131,
|
|
5297
|
-
o-progress.angle-131
|
|
5298
|
-
o-text.angle-131 {
|
|
5121
|
+
o-progress.angle-131 {
|
|
5299
5122
|
--o-angle-composite: calc(131deg) !important;
|
|
5300
5123
|
}
|
|
5301
5124
|
o-arc.angle-132,
|
|
5302
|
-
o-progress.angle-132
|
|
5303
|
-
o-text.angle-132 {
|
|
5125
|
+
o-progress.angle-132 {
|
|
5304
5126
|
--o-angle-composite: calc(132deg) !important;
|
|
5305
5127
|
}
|
|
5306
5128
|
o-arc.angle-133,
|
|
5307
|
-
o-progress.angle-133
|
|
5308
|
-
o-text.angle-133 {
|
|
5129
|
+
o-progress.angle-133 {
|
|
5309
5130
|
--o-angle-composite: calc(133deg) !important;
|
|
5310
5131
|
}
|
|
5311
5132
|
o-arc.angle-134,
|
|
5312
|
-
o-progress.angle-134
|
|
5313
|
-
o-text.angle-134 {
|
|
5133
|
+
o-progress.angle-134 {
|
|
5314
5134
|
--o-angle-composite: calc(134deg) !important;
|
|
5315
5135
|
}
|
|
5316
5136
|
o-arc.angle-135,
|
|
5317
|
-
o-progress.angle-135
|
|
5318
|
-
o-text.angle-135 {
|
|
5137
|
+
o-progress.angle-135 {
|
|
5319
5138
|
--o-angle-composite: calc(135deg) !important;
|
|
5320
5139
|
}
|
|
5321
5140
|
o-arc.angle-136,
|
|
5322
|
-
o-progress.angle-136
|
|
5323
|
-
o-text.angle-136 {
|
|
5141
|
+
o-progress.angle-136 {
|
|
5324
5142
|
--o-angle-composite: calc(136deg) !important;
|
|
5325
5143
|
}
|
|
5326
5144
|
o-arc.angle-137,
|
|
5327
|
-
o-progress.angle-137
|
|
5328
|
-
o-text.angle-137 {
|
|
5145
|
+
o-progress.angle-137 {
|
|
5329
5146
|
--o-angle-composite: calc(137deg) !important;
|
|
5330
5147
|
}
|
|
5331
5148
|
o-arc.angle-138,
|
|
5332
|
-
o-progress.angle-138
|
|
5333
|
-
o-text.angle-138 {
|
|
5149
|
+
o-progress.angle-138 {
|
|
5334
5150
|
--o-angle-composite: calc(138deg) !important;
|
|
5335
5151
|
}
|
|
5336
5152
|
o-arc.angle-139,
|
|
5337
|
-
o-progress.angle-139
|
|
5338
|
-
o-text.angle-139 {
|
|
5153
|
+
o-progress.angle-139 {
|
|
5339
5154
|
--o-angle-composite: calc(139deg) !important;
|
|
5340
5155
|
}
|
|
5341
5156
|
o-arc.angle-140,
|
|
5342
|
-
o-progress.angle-140
|
|
5343
|
-
o-text.angle-140 {
|
|
5157
|
+
o-progress.angle-140 {
|
|
5344
5158
|
--o-angle-composite: calc(140deg) !important;
|
|
5345
5159
|
}
|
|
5346
5160
|
o-arc.angle-141,
|
|
5347
|
-
o-progress.angle-141
|
|
5348
|
-
o-text.angle-141 {
|
|
5161
|
+
o-progress.angle-141 {
|
|
5349
5162
|
--o-angle-composite: calc(141deg) !important;
|
|
5350
5163
|
}
|
|
5351
5164
|
o-arc.angle-142,
|
|
5352
|
-
o-progress.angle-142
|
|
5353
|
-
o-text.angle-142 {
|
|
5165
|
+
o-progress.angle-142 {
|
|
5354
5166
|
--o-angle-composite: calc(142deg) !important;
|
|
5355
5167
|
}
|
|
5356
5168
|
o-arc.angle-143,
|
|
5357
|
-
o-progress.angle-143
|
|
5358
|
-
o-text.angle-143 {
|
|
5169
|
+
o-progress.angle-143 {
|
|
5359
5170
|
--o-angle-composite: calc(143deg) !important;
|
|
5360
5171
|
}
|
|
5361
5172
|
o-arc.angle-144,
|
|
5362
|
-
o-progress.angle-144
|
|
5363
|
-
o-text.angle-144 {
|
|
5173
|
+
o-progress.angle-144 {
|
|
5364
5174
|
--o-angle-composite: calc(144deg) !important;
|
|
5365
5175
|
}
|
|
5366
5176
|
o-arc.angle-145,
|
|
5367
|
-
o-progress.angle-145
|
|
5368
|
-
o-text.angle-145 {
|
|
5177
|
+
o-progress.angle-145 {
|
|
5369
5178
|
--o-angle-composite: calc(145deg) !important;
|
|
5370
5179
|
}
|
|
5371
5180
|
o-arc.angle-146,
|
|
5372
|
-
o-progress.angle-146
|
|
5373
|
-
o-text.angle-146 {
|
|
5181
|
+
o-progress.angle-146 {
|
|
5374
5182
|
--o-angle-composite: calc(146deg) !important;
|
|
5375
5183
|
}
|
|
5376
5184
|
o-arc.angle-147,
|
|
5377
|
-
o-progress.angle-147
|
|
5378
|
-
o-text.angle-147 {
|
|
5185
|
+
o-progress.angle-147 {
|
|
5379
5186
|
--o-angle-composite: calc(147deg) !important;
|
|
5380
5187
|
}
|
|
5381
5188
|
o-arc.angle-148,
|
|
5382
|
-
o-progress.angle-148
|
|
5383
|
-
o-text.angle-148 {
|
|
5189
|
+
o-progress.angle-148 {
|
|
5384
5190
|
--o-angle-composite: calc(148deg) !important;
|
|
5385
5191
|
}
|
|
5386
5192
|
o-arc.angle-149,
|
|
5387
|
-
o-progress.angle-149
|
|
5388
|
-
o-text.angle-149 {
|
|
5193
|
+
o-progress.angle-149 {
|
|
5389
5194
|
--o-angle-composite: calc(149deg) !important;
|
|
5390
5195
|
}
|
|
5391
5196
|
o-arc.angle-150,
|
|
5392
|
-
o-progress.angle-150
|
|
5393
|
-
o-text.angle-150 {
|
|
5197
|
+
o-progress.angle-150 {
|
|
5394
5198
|
--o-angle-composite: calc(150deg) !important;
|
|
5395
5199
|
}
|
|
5396
5200
|
o-arc.angle-151,
|
|
5397
|
-
o-progress.angle-151
|
|
5398
|
-
o-text.angle-151 {
|
|
5201
|
+
o-progress.angle-151 {
|
|
5399
5202
|
--o-angle-composite: calc(151deg) !important;
|
|
5400
5203
|
}
|
|
5401
5204
|
o-arc.angle-152,
|
|
5402
|
-
o-progress.angle-152
|
|
5403
|
-
o-text.angle-152 {
|
|
5205
|
+
o-progress.angle-152 {
|
|
5404
5206
|
--o-angle-composite: calc(152deg) !important;
|
|
5405
5207
|
}
|
|
5406
5208
|
o-arc.angle-153,
|
|
5407
|
-
o-progress.angle-153
|
|
5408
|
-
o-text.angle-153 {
|
|
5209
|
+
o-progress.angle-153 {
|
|
5409
5210
|
--o-angle-composite: calc(153deg) !important;
|
|
5410
5211
|
}
|
|
5411
5212
|
o-arc.angle-154,
|
|
5412
|
-
o-progress.angle-154
|
|
5413
|
-
o-text.angle-154 {
|
|
5213
|
+
o-progress.angle-154 {
|
|
5414
5214
|
--o-angle-composite: calc(154deg) !important;
|
|
5415
5215
|
}
|
|
5416
5216
|
o-arc.angle-155,
|
|
5417
|
-
o-progress.angle-155
|
|
5418
|
-
o-text.angle-155 {
|
|
5217
|
+
o-progress.angle-155 {
|
|
5419
5218
|
--o-angle-composite: calc(155deg) !important;
|
|
5420
5219
|
}
|
|
5421
5220
|
o-arc.angle-156,
|
|
5422
|
-
o-progress.angle-156
|
|
5423
|
-
o-text.angle-156 {
|
|
5221
|
+
o-progress.angle-156 {
|
|
5424
5222
|
--o-angle-composite: calc(156deg) !important;
|
|
5425
5223
|
}
|
|
5426
5224
|
o-arc.angle-157,
|
|
5427
|
-
o-progress.angle-157
|
|
5428
|
-
o-text.angle-157 {
|
|
5225
|
+
o-progress.angle-157 {
|
|
5429
5226
|
--o-angle-composite: calc(157deg) !important;
|
|
5430
5227
|
}
|
|
5431
5228
|
o-arc.angle-158,
|
|
5432
|
-
o-progress.angle-158
|
|
5433
|
-
o-text.angle-158 {
|
|
5229
|
+
o-progress.angle-158 {
|
|
5434
5230
|
--o-angle-composite: calc(158deg) !important;
|
|
5435
5231
|
}
|
|
5436
5232
|
o-arc.angle-159,
|
|
5437
|
-
o-progress.angle-159
|
|
5438
|
-
o-text.angle-159 {
|
|
5233
|
+
o-progress.angle-159 {
|
|
5439
5234
|
--o-angle-composite: calc(159deg) !important;
|
|
5440
5235
|
}
|
|
5441
5236
|
o-arc.angle-160,
|
|
5442
|
-
o-progress.angle-160
|
|
5443
|
-
o-text.angle-160 {
|
|
5237
|
+
o-progress.angle-160 {
|
|
5444
5238
|
--o-angle-composite: calc(160deg) !important;
|
|
5445
5239
|
}
|
|
5446
5240
|
o-arc.angle-161,
|
|
5447
|
-
o-progress.angle-161
|
|
5448
|
-
o-text.angle-161 {
|
|
5241
|
+
o-progress.angle-161 {
|
|
5449
5242
|
--o-angle-composite: calc(161deg) !important;
|
|
5450
5243
|
}
|
|
5451
5244
|
o-arc.angle-162,
|
|
5452
|
-
o-progress.angle-162
|
|
5453
|
-
o-text.angle-162 {
|
|
5245
|
+
o-progress.angle-162 {
|
|
5454
5246
|
--o-angle-composite: calc(162deg) !important;
|
|
5455
5247
|
}
|
|
5456
5248
|
o-arc.angle-163,
|
|
5457
|
-
o-progress.angle-163
|
|
5458
|
-
o-text.angle-163 {
|
|
5249
|
+
o-progress.angle-163 {
|
|
5459
5250
|
--o-angle-composite: calc(163deg) !important;
|
|
5460
5251
|
}
|
|
5461
5252
|
o-arc.angle-164,
|
|
5462
|
-
o-progress.angle-164
|
|
5463
|
-
o-text.angle-164 {
|
|
5253
|
+
o-progress.angle-164 {
|
|
5464
5254
|
--o-angle-composite: calc(164deg) !important;
|
|
5465
5255
|
}
|
|
5466
5256
|
o-arc.angle-165,
|
|
5467
|
-
o-progress.angle-165
|
|
5468
|
-
o-text.angle-165 {
|
|
5257
|
+
o-progress.angle-165 {
|
|
5469
5258
|
--o-angle-composite: calc(165deg) !important;
|
|
5470
5259
|
}
|
|
5471
5260
|
o-arc.angle-166,
|
|
5472
|
-
o-progress.angle-166
|
|
5473
|
-
o-text.angle-166 {
|
|
5261
|
+
o-progress.angle-166 {
|
|
5474
5262
|
--o-angle-composite: calc(166deg) !important;
|
|
5475
5263
|
}
|
|
5476
5264
|
o-arc.angle-167,
|
|
5477
|
-
o-progress.angle-167
|
|
5478
|
-
o-text.angle-167 {
|
|
5265
|
+
o-progress.angle-167 {
|
|
5479
5266
|
--o-angle-composite: calc(167deg) !important;
|
|
5480
5267
|
}
|
|
5481
5268
|
o-arc.angle-168,
|
|
5482
|
-
o-progress.angle-168
|
|
5483
|
-
o-text.angle-168 {
|
|
5269
|
+
o-progress.angle-168 {
|
|
5484
5270
|
--o-angle-composite: calc(168deg) !important;
|
|
5485
5271
|
}
|
|
5486
5272
|
o-arc.angle-169,
|
|
5487
|
-
o-progress.angle-169
|
|
5488
|
-
o-text.angle-169 {
|
|
5273
|
+
o-progress.angle-169 {
|
|
5489
5274
|
--o-angle-composite: calc(169deg) !important;
|
|
5490
5275
|
}
|
|
5491
5276
|
o-arc.angle-170,
|
|
5492
|
-
o-progress.angle-170
|
|
5493
|
-
o-text.angle-170 {
|
|
5277
|
+
o-progress.angle-170 {
|
|
5494
5278
|
--o-angle-composite: calc(170deg) !important;
|
|
5495
5279
|
}
|
|
5496
5280
|
o-arc.angle-171,
|
|
5497
|
-
o-progress.angle-171
|
|
5498
|
-
o-text.angle-171 {
|
|
5281
|
+
o-progress.angle-171 {
|
|
5499
5282
|
--o-angle-composite: calc(171deg) !important;
|
|
5500
5283
|
}
|
|
5501
5284
|
o-arc.angle-172,
|
|
5502
|
-
o-progress.angle-172
|
|
5503
|
-
o-text.angle-172 {
|
|
5285
|
+
o-progress.angle-172 {
|
|
5504
5286
|
--o-angle-composite: calc(172deg) !important;
|
|
5505
5287
|
}
|
|
5506
5288
|
o-arc.angle-173,
|
|
5507
|
-
o-progress.angle-173
|
|
5508
|
-
o-text.angle-173 {
|
|
5289
|
+
o-progress.angle-173 {
|
|
5509
5290
|
--o-angle-composite: calc(173deg) !important;
|
|
5510
5291
|
}
|
|
5511
5292
|
o-arc.angle-174,
|
|
5512
|
-
o-progress.angle-174
|
|
5513
|
-
o-text.angle-174 {
|
|
5293
|
+
o-progress.angle-174 {
|
|
5514
5294
|
--o-angle-composite: calc(174deg) !important;
|
|
5515
5295
|
}
|
|
5516
5296
|
o-arc.angle-175,
|
|
5517
|
-
o-progress.angle-175
|
|
5518
|
-
o-text.angle-175 {
|
|
5297
|
+
o-progress.angle-175 {
|
|
5519
5298
|
--o-angle-composite: calc(175deg) !important;
|
|
5520
5299
|
}
|
|
5521
5300
|
o-arc.angle-176,
|
|
5522
|
-
o-progress.angle-176
|
|
5523
|
-
o-text.angle-176 {
|
|
5301
|
+
o-progress.angle-176 {
|
|
5524
5302
|
--o-angle-composite: calc(176deg) !important;
|
|
5525
5303
|
}
|
|
5526
5304
|
o-arc.angle-177,
|
|
5527
|
-
o-progress.angle-177
|
|
5528
|
-
o-text.angle-177 {
|
|
5305
|
+
o-progress.angle-177 {
|
|
5529
5306
|
--o-angle-composite: calc(177deg) !important;
|
|
5530
5307
|
}
|
|
5531
5308
|
o-arc.angle-178,
|
|
5532
|
-
o-progress.angle-178
|
|
5533
|
-
o-text.angle-178 {
|
|
5309
|
+
o-progress.angle-178 {
|
|
5534
5310
|
--o-angle-composite: calc(178deg) !important;
|
|
5535
5311
|
}
|
|
5536
5312
|
o-arc.angle-179,
|
|
5537
|
-
o-progress.angle-179
|
|
5538
|
-
o-text.angle-179 {
|
|
5313
|
+
o-progress.angle-179 {
|
|
5539
5314
|
--o-angle-composite: calc(179deg) !important;
|
|
5540
5315
|
}
|
|
5541
5316
|
o-arc.angle-180,
|
|
5542
|
-
o-progress.angle-180
|
|
5543
|
-
o-text.angle-180 {
|
|
5317
|
+
o-progress.angle-180 {
|
|
5544
5318
|
--o-angle-composite: calc(180deg) !important;
|
|
5545
5319
|
}
|
|
5546
5320
|
o-arc.angle-181,
|
|
5547
|
-
o-progress.angle-181
|
|
5548
|
-
o-text.angle-181 {
|
|
5321
|
+
o-progress.angle-181 {
|
|
5549
5322
|
--o-angle-composite: calc(181deg) !important;
|
|
5550
5323
|
}
|
|
5551
5324
|
o-arc.angle-182,
|
|
5552
|
-
o-progress.angle-182
|
|
5553
|
-
o-text.angle-182 {
|
|
5325
|
+
o-progress.angle-182 {
|
|
5554
5326
|
--o-angle-composite: calc(182deg) !important;
|
|
5555
5327
|
}
|
|
5556
5328
|
o-arc.angle-183,
|
|
5557
|
-
o-progress.angle-183
|
|
5558
|
-
o-text.angle-183 {
|
|
5329
|
+
o-progress.angle-183 {
|
|
5559
5330
|
--o-angle-composite: calc(183deg) !important;
|
|
5560
5331
|
}
|
|
5561
5332
|
o-arc.angle-184,
|
|
5562
|
-
o-progress.angle-184
|
|
5563
|
-
o-text.angle-184 {
|
|
5333
|
+
o-progress.angle-184 {
|
|
5564
5334
|
--o-angle-composite: calc(184deg) !important;
|
|
5565
5335
|
}
|
|
5566
5336
|
o-arc.angle-185,
|
|
5567
|
-
o-progress.angle-185
|
|
5568
|
-
o-text.angle-185 {
|
|
5337
|
+
o-progress.angle-185 {
|
|
5569
5338
|
--o-angle-composite: calc(185deg) !important;
|
|
5570
5339
|
}
|
|
5571
5340
|
o-arc.angle-186,
|
|
5572
|
-
o-progress.angle-186
|
|
5573
|
-
o-text.angle-186 {
|
|
5341
|
+
o-progress.angle-186 {
|
|
5574
5342
|
--o-angle-composite: calc(186deg) !important;
|
|
5575
5343
|
}
|
|
5576
5344
|
o-arc.angle-187,
|
|
5577
|
-
o-progress.angle-187
|
|
5578
|
-
o-text.angle-187 {
|
|
5345
|
+
o-progress.angle-187 {
|
|
5579
5346
|
--o-angle-composite: calc(187deg) !important;
|
|
5580
5347
|
}
|
|
5581
5348
|
o-arc.angle-188,
|
|
5582
|
-
o-progress.angle-188
|
|
5583
|
-
o-text.angle-188 {
|
|
5349
|
+
o-progress.angle-188 {
|
|
5584
5350
|
--o-angle-composite: calc(188deg) !important;
|
|
5585
5351
|
}
|
|
5586
5352
|
o-arc.angle-189,
|
|
5587
|
-
o-progress.angle-189
|
|
5588
|
-
o-text.angle-189 {
|
|
5353
|
+
o-progress.angle-189 {
|
|
5589
5354
|
--o-angle-composite: calc(189deg) !important;
|
|
5590
5355
|
}
|
|
5591
5356
|
o-arc.angle-190,
|
|
5592
|
-
o-progress.angle-190
|
|
5593
|
-
o-text.angle-190 {
|
|
5357
|
+
o-progress.angle-190 {
|
|
5594
5358
|
--o-angle-composite: calc(190deg) !important;
|
|
5595
5359
|
}
|
|
5596
5360
|
o-arc.angle-191,
|
|
5597
|
-
o-progress.angle-191
|
|
5598
|
-
o-text.angle-191 {
|
|
5361
|
+
o-progress.angle-191 {
|
|
5599
5362
|
--o-angle-composite: calc(191deg) !important;
|
|
5600
5363
|
}
|
|
5601
5364
|
o-arc.angle-192,
|
|
5602
|
-
o-progress.angle-192
|
|
5603
|
-
o-text.angle-192 {
|
|
5365
|
+
o-progress.angle-192 {
|
|
5604
5366
|
--o-angle-composite: calc(192deg) !important;
|
|
5605
5367
|
}
|
|
5606
5368
|
o-arc.angle-193,
|
|
5607
|
-
o-progress.angle-193
|
|
5608
|
-
o-text.angle-193 {
|
|
5369
|
+
o-progress.angle-193 {
|
|
5609
5370
|
--o-angle-composite: calc(193deg) !important;
|
|
5610
5371
|
}
|
|
5611
5372
|
o-arc.angle-194,
|
|
5612
|
-
o-progress.angle-194
|
|
5613
|
-
o-text.angle-194 {
|
|
5373
|
+
o-progress.angle-194 {
|
|
5614
5374
|
--o-angle-composite: calc(194deg) !important;
|
|
5615
5375
|
}
|
|
5616
5376
|
o-arc.angle-195,
|
|
5617
|
-
o-progress.angle-195
|
|
5618
|
-
o-text.angle-195 {
|
|
5377
|
+
o-progress.angle-195 {
|
|
5619
5378
|
--o-angle-composite: calc(195deg) !important;
|
|
5620
5379
|
}
|
|
5621
5380
|
o-arc.angle-196,
|
|
5622
|
-
o-progress.angle-196
|
|
5623
|
-
o-text.angle-196 {
|
|
5381
|
+
o-progress.angle-196 {
|
|
5624
5382
|
--o-angle-composite: calc(196deg) !important;
|
|
5625
5383
|
}
|
|
5626
5384
|
o-arc.angle-197,
|
|
5627
|
-
o-progress.angle-197
|
|
5628
|
-
o-text.angle-197 {
|
|
5385
|
+
o-progress.angle-197 {
|
|
5629
5386
|
--o-angle-composite: calc(197deg) !important;
|
|
5630
5387
|
}
|
|
5631
5388
|
o-arc.angle-198,
|
|
5632
|
-
o-progress.angle-198
|
|
5633
|
-
o-text.angle-198 {
|
|
5389
|
+
o-progress.angle-198 {
|
|
5634
5390
|
--o-angle-composite: calc(198deg) !important;
|
|
5635
5391
|
}
|
|
5636
5392
|
o-arc.angle-199,
|
|
5637
|
-
o-progress.angle-199
|
|
5638
|
-
o-text.angle-199 {
|
|
5393
|
+
o-progress.angle-199 {
|
|
5639
5394
|
--o-angle-composite: calc(199deg) !important;
|
|
5640
5395
|
}
|
|
5641
5396
|
o-arc.angle-200,
|
|
5642
|
-
o-progress.angle-200
|
|
5643
|
-
o-text.angle-200 {
|
|
5397
|
+
o-progress.angle-200 {
|
|
5644
5398
|
--o-angle-composite: calc(200deg) !important;
|
|
5645
5399
|
}
|
|
5646
5400
|
o-arc.angle-201,
|
|
5647
|
-
o-progress.angle-201
|
|
5648
|
-
o-text.angle-201 {
|
|
5401
|
+
o-progress.angle-201 {
|
|
5649
5402
|
--o-angle-composite: calc(201deg) !important;
|
|
5650
5403
|
}
|
|
5651
5404
|
o-arc.angle-202,
|
|
5652
|
-
o-progress.angle-202
|
|
5653
|
-
o-text.angle-202 {
|
|
5405
|
+
o-progress.angle-202 {
|
|
5654
5406
|
--o-angle-composite: calc(202deg) !important;
|
|
5655
5407
|
}
|
|
5656
5408
|
o-arc.angle-203,
|
|
5657
|
-
o-progress.angle-203
|
|
5658
|
-
o-text.angle-203 {
|
|
5409
|
+
o-progress.angle-203 {
|
|
5659
5410
|
--o-angle-composite: calc(203deg) !important;
|
|
5660
5411
|
}
|
|
5661
5412
|
o-arc.angle-204,
|
|
5662
|
-
o-progress.angle-204
|
|
5663
|
-
o-text.angle-204 {
|
|
5413
|
+
o-progress.angle-204 {
|
|
5664
5414
|
--o-angle-composite: calc(204deg) !important;
|
|
5665
5415
|
}
|
|
5666
5416
|
o-arc.angle-205,
|
|
5667
|
-
o-progress.angle-205
|
|
5668
|
-
o-text.angle-205 {
|
|
5417
|
+
o-progress.angle-205 {
|
|
5669
5418
|
--o-angle-composite: calc(205deg) !important;
|
|
5670
5419
|
}
|
|
5671
5420
|
o-arc.angle-206,
|
|
5672
|
-
o-progress.angle-206
|
|
5673
|
-
o-text.angle-206 {
|
|
5421
|
+
o-progress.angle-206 {
|
|
5674
5422
|
--o-angle-composite: calc(206deg) !important;
|
|
5675
5423
|
}
|
|
5676
5424
|
o-arc.angle-207,
|
|
5677
|
-
o-progress.angle-207
|
|
5678
|
-
o-text.angle-207 {
|
|
5425
|
+
o-progress.angle-207 {
|
|
5679
5426
|
--o-angle-composite: calc(207deg) !important;
|
|
5680
5427
|
}
|
|
5681
5428
|
o-arc.angle-208,
|
|
5682
|
-
o-progress.angle-208
|
|
5683
|
-
o-text.angle-208 {
|
|
5429
|
+
o-progress.angle-208 {
|
|
5684
5430
|
--o-angle-composite: calc(208deg) !important;
|
|
5685
5431
|
}
|
|
5686
5432
|
o-arc.angle-209,
|
|
5687
|
-
o-progress.angle-209
|
|
5688
|
-
o-text.angle-209 {
|
|
5433
|
+
o-progress.angle-209 {
|
|
5689
5434
|
--o-angle-composite: calc(209deg) !important;
|
|
5690
5435
|
}
|
|
5691
5436
|
o-arc.angle-210,
|
|
5692
|
-
o-progress.angle-210
|
|
5693
|
-
o-text.angle-210 {
|
|
5437
|
+
o-progress.angle-210 {
|
|
5694
5438
|
--o-angle-composite: calc(210deg) !important;
|
|
5695
5439
|
}
|
|
5696
5440
|
o-arc.angle-211,
|
|
5697
|
-
o-progress.angle-211
|
|
5698
|
-
o-text.angle-211 {
|
|
5441
|
+
o-progress.angle-211 {
|
|
5699
5442
|
--o-angle-composite: calc(211deg) !important;
|
|
5700
5443
|
}
|
|
5701
5444
|
o-arc.angle-212,
|
|
5702
|
-
o-progress.angle-212
|
|
5703
|
-
o-text.angle-212 {
|
|
5445
|
+
o-progress.angle-212 {
|
|
5704
5446
|
--o-angle-composite: calc(212deg) !important;
|
|
5705
5447
|
}
|
|
5706
5448
|
o-arc.angle-213,
|
|
5707
|
-
o-progress.angle-213
|
|
5708
|
-
o-text.angle-213 {
|
|
5449
|
+
o-progress.angle-213 {
|
|
5709
5450
|
--o-angle-composite: calc(213deg) !important;
|
|
5710
5451
|
}
|
|
5711
5452
|
o-arc.angle-214,
|
|
5712
|
-
o-progress.angle-214
|
|
5713
|
-
o-text.angle-214 {
|
|
5453
|
+
o-progress.angle-214 {
|
|
5714
5454
|
--o-angle-composite: calc(214deg) !important;
|
|
5715
5455
|
}
|
|
5716
5456
|
o-arc.angle-215,
|
|
5717
|
-
o-progress.angle-215
|
|
5718
|
-
o-text.angle-215 {
|
|
5457
|
+
o-progress.angle-215 {
|
|
5719
5458
|
--o-angle-composite: calc(215deg) !important;
|
|
5720
5459
|
}
|
|
5721
5460
|
o-arc.angle-216,
|
|
5722
|
-
o-progress.angle-216
|
|
5723
|
-
o-text.angle-216 {
|
|
5461
|
+
o-progress.angle-216 {
|
|
5724
5462
|
--o-angle-composite: calc(216deg) !important;
|
|
5725
5463
|
}
|
|
5726
5464
|
o-arc.angle-217,
|
|
5727
|
-
o-progress.angle-217
|
|
5728
|
-
o-text.angle-217 {
|
|
5465
|
+
o-progress.angle-217 {
|
|
5729
5466
|
--o-angle-composite: calc(217deg) !important;
|
|
5730
5467
|
}
|
|
5731
5468
|
o-arc.angle-218,
|
|
5732
|
-
o-progress.angle-218
|
|
5733
|
-
o-text.angle-218 {
|
|
5469
|
+
o-progress.angle-218 {
|
|
5734
5470
|
--o-angle-composite: calc(218deg) !important;
|
|
5735
5471
|
}
|
|
5736
5472
|
o-arc.angle-219,
|
|
5737
|
-
o-progress.angle-219
|
|
5738
|
-
o-text.angle-219 {
|
|
5473
|
+
o-progress.angle-219 {
|
|
5739
5474
|
--o-angle-composite: calc(219deg) !important;
|
|
5740
5475
|
}
|
|
5741
5476
|
o-arc.angle-220,
|
|
5742
|
-
o-progress.angle-220
|
|
5743
|
-
o-text.angle-220 {
|
|
5477
|
+
o-progress.angle-220 {
|
|
5744
5478
|
--o-angle-composite: calc(220deg) !important;
|
|
5745
5479
|
}
|
|
5746
5480
|
o-arc.angle-221,
|
|
5747
|
-
o-progress.angle-221
|
|
5748
|
-
o-text.angle-221 {
|
|
5481
|
+
o-progress.angle-221 {
|
|
5749
5482
|
--o-angle-composite: calc(221deg) !important;
|
|
5750
5483
|
}
|
|
5751
5484
|
o-arc.angle-222,
|
|
5752
|
-
o-progress.angle-222
|
|
5753
|
-
o-text.angle-222 {
|
|
5485
|
+
o-progress.angle-222 {
|
|
5754
5486
|
--o-angle-composite: calc(222deg) !important;
|
|
5755
5487
|
}
|
|
5756
5488
|
o-arc.angle-223,
|
|
5757
|
-
o-progress.angle-223
|
|
5758
|
-
o-text.angle-223 {
|
|
5489
|
+
o-progress.angle-223 {
|
|
5759
5490
|
--o-angle-composite: calc(223deg) !important;
|
|
5760
5491
|
}
|
|
5761
5492
|
o-arc.angle-224,
|
|
5762
|
-
o-progress.angle-224
|
|
5763
|
-
o-text.angle-224 {
|
|
5493
|
+
o-progress.angle-224 {
|
|
5764
5494
|
--o-angle-composite: calc(224deg) !important;
|
|
5765
5495
|
}
|
|
5766
5496
|
o-arc.angle-225,
|
|
5767
|
-
o-progress.angle-225
|
|
5768
|
-
o-text.angle-225 {
|
|
5497
|
+
o-progress.angle-225 {
|
|
5769
5498
|
--o-angle-composite: calc(225deg) !important;
|
|
5770
5499
|
}
|
|
5771
5500
|
o-arc.angle-226,
|
|
5772
|
-
o-progress.angle-226
|
|
5773
|
-
o-text.angle-226 {
|
|
5501
|
+
o-progress.angle-226 {
|
|
5774
5502
|
--o-angle-composite: calc(226deg) !important;
|
|
5775
5503
|
}
|
|
5776
5504
|
o-arc.angle-227,
|
|
5777
|
-
o-progress.angle-227
|
|
5778
|
-
o-text.angle-227 {
|
|
5505
|
+
o-progress.angle-227 {
|
|
5779
5506
|
--o-angle-composite: calc(227deg) !important;
|
|
5780
5507
|
}
|
|
5781
5508
|
o-arc.angle-228,
|
|
5782
|
-
o-progress.angle-228
|
|
5783
|
-
o-text.angle-228 {
|
|
5509
|
+
o-progress.angle-228 {
|
|
5784
5510
|
--o-angle-composite: calc(228deg) !important;
|
|
5785
5511
|
}
|
|
5786
5512
|
o-arc.angle-229,
|
|
5787
|
-
o-progress.angle-229
|
|
5788
|
-
o-text.angle-229 {
|
|
5513
|
+
o-progress.angle-229 {
|
|
5789
5514
|
--o-angle-composite: calc(229deg) !important;
|
|
5790
5515
|
}
|
|
5791
5516
|
o-arc.angle-230,
|
|
5792
|
-
o-progress.angle-230
|
|
5793
|
-
o-text.angle-230 {
|
|
5517
|
+
o-progress.angle-230 {
|
|
5794
5518
|
--o-angle-composite: calc(230deg) !important;
|
|
5795
5519
|
}
|
|
5796
5520
|
o-arc.angle-231,
|
|
5797
|
-
o-progress.angle-231
|
|
5798
|
-
o-text.angle-231 {
|
|
5521
|
+
o-progress.angle-231 {
|
|
5799
5522
|
--o-angle-composite: calc(231deg) !important;
|
|
5800
5523
|
}
|
|
5801
5524
|
o-arc.angle-232,
|
|
5802
|
-
o-progress.angle-232
|
|
5803
|
-
o-text.angle-232 {
|
|
5525
|
+
o-progress.angle-232 {
|
|
5804
5526
|
--o-angle-composite: calc(232deg) !important;
|
|
5805
5527
|
}
|
|
5806
5528
|
o-arc.angle-233,
|
|
5807
|
-
o-progress.angle-233
|
|
5808
|
-
o-text.angle-233 {
|
|
5529
|
+
o-progress.angle-233 {
|
|
5809
5530
|
--o-angle-composite: calc(233deg) !important;
|
|
5810
5531
|
}
|
|
5811
5532
|
o-arc.angle-234,
|
|
5812
|
-
o-progress.angle-234
|
|
5813
|
-
o-text.angle-234 {
|
|
5533
|
+
o-progress.angle-234 {
|
|
5814
5534
|
--o-angle-composite: calc(234deg) !important;
|
|
5815
5535
|
}
|
|
5816
5536
|
o-arc.angle-235,
|
|
5817
|
-
o-progress.angle-235
|
|
5818
|
-
o-text.angle-235 {
|
|
5537
|
+
o-progress.angle-235 {
|
|
5819
5538
|
--o-angle-composite: calc(235deg) !important;
|
|
5820
5539
|
}
|
|
5821
5540
|
o-arc.angle-236,
|
|
5822
|
-
o-progress.angle-236
|
|
5823
|
-
o-text.angle-236 {
|
|
5541
|
+
o-progress.angle-236 {
|
|
5824
5542
|
--o-angle-composite: calc(236deg) !important;
|
|
5825
5543
|
}
|
|
5826
5544
|
o-arc.angle-237,
|
|
5827
|
-
o-progress.angle-237
|
|
5828
|
-
o-text.angle-237 {
|
|
5545
|
+
o-progress.angle-237 {
|
|
5829
5546
|
--o-angle-composite: calc(237deg) !important;
|
|
5830
5547
|
}
|
|
5831
5548
|
o-arc.angle-238,
|
|
5832
|
-
o-progress.angle-238
|
|
5833
|
-
o-text.angle-238 {
|
|
5549
|
+
o-progress.angle-238 {
|
|
5834
5550
|
--o-angle-composite: calc(238deg) !important;
|
|
5835
5551
|
}
|
|
5836
5552
|
o-arc.angle-239,
|
|
5837
|
-
o-progress.angle-239
|
|
5838
|
-
o-text.angle-239 {
|
|
5553
|
+
o-progress.angle-239 {
|
|
5839
5554
|
--o-angle-composite: calc(239deg) !important;
|
|
5840
5555
|
}
|
|
5841
5556
|
o-arc.angle-240,
|
|
5842
|
-
o-progress.angle-240
|
|
5843
|
-
o-text.angle-240 {
|
|
5557
|
+
o-progress.angle-240 {
|
|
5844
5558
|
--o-angle-composite: calc(240deg) !important;
|
|
5845
5559
|
}
|
|
5846
5560
|
o-arc.angle-241,
|
|
5847
|
-
o-progress.angle-241
|
|
5848
|
-
o-text.angle-241 {
|
|
5561
|
+
o-progress.angle-241 {
|
|
5849
5562
|
--o-angle-composite: calc(241deg) !important;
|
|
5850
5563
|
}
|
|
5851
5564
|
o-arc.angle-242,
|
|
5852
|
-
o-progress.angle-242
|
|
5853
|
-
o-text.angle-242 {
|
|
5565
|
+
o-progress.angle-242 {
|
|
5854
5566
|
--o-angle-composite: calc(242deg) !important;
|
|
5855
5567
|
}
|
|
5856
5568
|
o-arc.angle-243,
|
|
5857
|
-
o-progress.angle-243
|
|
5858
|
-
o-text.angle-243 {
|
|
5569
|
+
o-progress.angle-243 {
|
|
5859
5570
|
--o-angle-composite: calc(243deg) !important;
|
|
5860
5571
|
}
|
|
5861
5572
|
o-arc.angle-244,
|
|
5862
|
-
o-progress.angle-244
|
|
5863
|
-
o-text.angle-244 {
|
|
5573
|
+
o-progress.angle-244 {
|
|
5864
5574
|
--o-angle-composite: calc(244deg) !important;
|
|
5865
5575
|
}
|
|
5866
5576
|
o-arc.angle-245,
|
|
5867
|
-
o-progress.angle-245
|
|
5868
|
-
o-text.angle-245 {
|
|
5577
|
+
o-progress.angle-245 {
|
|
5869
5578
|
--o-angle-composite: calc(245deg) !important;
|
|
5870
5579
|
}
|
|
5871
5580
|
o-arc.angle-246,
|
|
5872
|
-
o-progress.angle-246
|
|
5873
|
-
o-text.angle-246 {
|
|
5581
|
+
o-progress.angle-246 {
|
|
5874
5582
|
--o-angle-composite: calc(246deg) !important;
|
|
5875
5583
|
}
|
|
5876
5584
|
o-arc.angle-247,
|
|
5877
|
-
o-progress.angle-247
|
|
5878
|
-
o-text.angle-247 {
|
|
5585
|
+
o-progress.angle-247 {
|
|
5879
5586
|
--o-angle-composite: calc(247deg) !important;
|
|
5880
5587
|
}
|
|
5881
5588
|
o-arc.angle-248,
|
|
5882
|
-
o-progress.angle-248
|
|
5883
|
-
o-text.angle-248 {
|
|
5589
|
+
o-progress.angle-248 {
|
|
5884
5590
|
--o-angle-composite: calc(248deg) !important;
|
|
5885
5591
|
}
|
|
5886
5592
|
o-arc.angle-249,
|
|
5887
|
-
o-progress.angle-249
|
|
5888
|
-
o-text.angle-249 {
|
|
5593
|
+
o-progress.angle-249 {
|
|
5889
5594
|
--o-angle-composite: calc(249deg) !important;
|
|
5890
5595
|
}
|
|
5891
5596
|
o-arc.angle-250,
|
|
5892
|
-
o-progress.angle-250
|
|
5893
|
-
o-text.angle-250 {
|
|
5597
|
+
o-progress.angle-250 {
|
|
5894
5598
|
--o-angle-composite: calc(250deg) !important;
|
|
5895
5599
|
}
|
|
5896
5600
|
o-arc.angle-251,
|
|
5897
|
-
o-progress.angle-251
|
|
5898
|
-
o-text.angle-251 {
|
|
5601
|
+
o-progress.angle-251 {
|
|
5899
5602
|
--o-angle-composite: calc(251deg) !important;
|
|
5900
5603
|
}
|
|
5901
5604
|
o-arc.angle-252,
|
|
5902
|
-
o-progress.angle-252
|
|
5903
|
-
o-text.angle-252 {
|
|
5605
|
+
o-progress.angle-252 {
|
|
5904
5606
|
--o-angle-composite: calc(252deg) !important;
|
|
5905
5607
|
}
|
|
5906
5608
|
o-arc.angle-253,
|
|
5907
|
-
o-progress.angle-253
|
|
5908
|
-
o-text.angle-253 {
|
|
5609
|
+
o-progress.angle-253 {
|
|
5909
5610
|
--o-angle-composite: calc(253deg) !important;
|
|
5910
5611
|
}
|
|
5911
5612
|
o-arc.angle-254,
|
|
5912
|
-
o-progress.angle-254
|
|
5913
|
-
o-text.angle-254 {
|
|
5613
|
+
o-progress.angle-254 {
|
|
5914
5614
|
--o-angle-composite: calc(254deg) !important;
|
|
5915
5615
|
}
|
|
5916
5616
|
o-arc.angle-255,
|
|
5917
|
-
o-progress.angle-255
|
|
5918
|
-
o-text.angle-255 {
|
|
5617
|
+
o-progress.angle-255 {
|
|
5919
5618
|
--o-angle-composite: calc(255deg) !important;
|
|
5920
5619
|
}
|
|
5921
5620
|
o-arc.angle-256,
|
|
5922
|
-
o-progress.angle-256
|
|
5923
|
-
o-text.angle-256 {
|
|
5621
|
+
o-progress.angle-256 {
|
|
5924
5622
|
--o-angle-composite: calc(256deg) !important;
|
|
5925
5623
|
}
|
|
5926
5624
|
o-arc.angle-257,
|
|
5927
|
-
o-progress.angle-257
|
|
5928
|
-
o-text.angle-257 {
|
|
5625
|
+
o-progress.angle-257 {
|
|
5929
5626
|
--o-angle-composite: calc(257deg) !important;
|
|
5930
5627
|
}
|
|
5931
5628
|
o-arc.angle-258,
|
|
5932
|
-
o-progress.angle-258
|
|
5933
|
-
o-text.angle-258 {
|
|
5629
|
+
o-progress.angle-258 {
|
|
5934
5630
|
--o-angle-composite: calc(258deg) !important;
|
|
5935
5631
|
}
|
|
5936
5632
|
o-arc.angle-259,
|
|
5937
|
-
o-progress.angle-259
|
|
5938
|
-
o-text.angle-259 {
|
|
5633
|
+
o-progress.angle-259 {
|
|
5939
5634
|
--o-angle-composite: calc(259deg) !important;
|
|
5940
5635
|
}
|
|
5941
5636
|
o-arc.angle-260,
|
|
5942
|
-
o-progress.angle-260
|
|
5943
|
-
o-text.angle-260 {
|
|
5637
|
+
o-progress.angle-260 {
|
|
5944
5638
|
--o-angle-composite: calc(260deg) !important;
|
|
5945
5639
|
}
|
|
5946
5640
|
o-arc.angle-261,
|
|
5947
|
-
o-progress.angle-261
|
|
5948
|
-
o-text.angle-261 {
|
|
5641
|
+
o-progress.angle-261 {
|
|
5949
5642
|
--o-angle-composite: calc(261deg) !important;
|
|
5950
5643
|
}
|
|
5951
5644
|
o-arc.angle-262,
|
|
5952
|
-
o-progress.angle-262
|
|
5953
|
-
o-text.angle-262 {
|
|
5645
|
+
o-progress.angle-262 {
|
|
5954
5646
|
--o-angle-composite: calc(262deg) !important;
|
|
5955
5647
|
}
|
|
5956
5648
|
o-arc.angle-263,
|
|
5957
|
-
o-progress.angle-263
|
|
5958
|
-
o-text.angle-263 {
|
|
5649
|
+
o-progress.angle-263 {
|
|
5959
5650
|
--o-angle-composite: calc(263deg) !important;
|
|
5960
5651
|
}
|
|
5961
5652
|
o-arc.angle-264,
|
|
5962
|
-
o-progress.angle-264
|
|
5963
|
-
o-text.angle-264 {
|
|
5653
|
+
o-progress.angle-264 {
|
|
5964
5654
|
--o-angle-composite: calc(264deg) !important;
|
|
5965
5655
|
}
|
|
5966
5656
|
o-arc.angle-265,
|
|
5967
|
-
o-progress.angle-265
|
|
5968
|
-
o-text.angle-265 {
|
|
5657
|
+
o-progress.angle-265 {
|
|
5969
5658
|
--o-angle-composite: calc(265deg) !important;
|
|
5970
5659
|
}
|
|
5971
5660
|
o-arc.angle-266,
|
|
5972
|
-
o-progress.angle-266
|
|
5973
|
-
o-text.angle-266 {
|
|
5661
|
+
o-progress.angle-266 {
|
|
5974
5662
|
--o-angle-composite: calc(266deg) !important;
|
|
5975
5663
|
}
|
|
5976
5664
|
o-arc.angle-267,
|
|
5977
|
-
o-progress.angle-267
|
|
5978
|
-
o-text.angle-267 {
|
|
5665
|
+
o-progress.angle-267 {
|
|
5979
5666
|
--o-angle-composite: calc(267deg) !important;
|
|
5980
5667
|
}
|
|
5981
5668
|
o-arc.angle-268,
|
|
5982
|
-
o-progress.angle-268
|
|
5983
|
-
o-text.angle-268 {
|
|
5669
|
+
o-progress.angle-268 {
|
|
5984
5670
|
--o-angle-composite: calc(268deg) !important;
|
|
5985
5671
|
}
|
|
5986
5672
|
o-arc.angle-269,
|
|
5987
|
-
o-progress.angle-269
|
|
5988
|
-
o-text.angle-269 {
|
|
5673
|
+
o-progress.angle-269 {
|
|
5989
5674
|
--o-angle-composite: calc(269deg) !important;
|
|
5990
5675
|
}
|
|
5991
5676
|
o-arc.angle-270,
|
|
5992
|
-
o-progress.angle-270
|
|
5993
|
-
o-text.angle-270 {
|
|
5677
|
+
o-progress.angle-270 {
|
|
5994
5678
|
--o-angle-composite: calc(270deg) !important;
|
|
5995
5679
|
}
|
|
5996
5680
|
o-arc.angle-271,
|
|
5997
|
-
o-progress.angle-271
|
|
5998
|
-
o-text.angle-271 {
|
|
5681
|
+
o-progress.angle-271 {
|
|
5999
5682
|
--o-angle-composite: calc(271deg) !important;
|
|
6000
5683
|
}
|
|
6001
5684
|
o-arc.angle-272,
|
|
6002
|
-
o-progress.angle-272
|
|
6003
|
-
o-text.angle-272 {
|
|
5685
|
+
o-progress.angle-272 {
|
|
6004
5686
|
--o-angle-composite: calc(272deg) !important;
|
|
6005
5687
|
}
|
|
6006
5688
|
o-arc.angle-273,
|
|
6007
|
-
o-progress.angle-273
|
|
6008
|
-
o-text.angle-273 {
|
|
5689
|
+
o-progress.angle-273 {
|
|
6009
5690
|
--o-angle-composite: calc(273deg) !important;
|
|
6010
5691
|
}
|
|
6011
5692
|
o-arc.angle-274,
|
|
6012
|
-
o-progress.angle-274
|
|
6013
|
-
o-text.angle-274 {
|
|
5693
|
+
o-progress.angle-274 {
|
|
6014
5694
|
--o-angle-composite: calc(274deg) !important;
|
|
6015
5695
|
}
|
|
6016
5696
|
o-arc.angle-275,
|
|
6017
|
-
o-progress.angle-275
|
|
6018
|
-
o-text.angle-275 {
|
|
5697
|
+
o-progress.angle-275 {
|
|
6019
5698
|
--o-angle-composite: calc(275deg) !important;
|
|
6020
5699
|
}
|
|
6021
5700
|
o-arc.angle-276,
|
|
6022
|
-
o-progress.angle-276
|
|
6023
|
-
o-text.angle-276 {
|
|
5701
|
+
o-progress.angle-276 {
|
|
6024
5702
|
--o-angle-composite: calc(276deg) !important;
|
|
6025
5703
|
}
|
|
6026
5704
|
o-arc.angle-277,
|
|
6027
|
-
o-progress.angle-277
|
|
6028
|
-
o-text.angle-277 {
|
|
5705
|
+
o-progress.angle-277 {
|
|
6029
5706
|
--o-angle-composite: calc(277deg) !important;
|
|
6030
5707
|
}
|
|
6031
5708
|
o-arc.angle-278,
|
|
6032
|
-
o-progress.angle-278
|
|
6033
|
-
o-text.angle-278 {
|
|
5709
|
+
o-progress.angle-278 {
|
|
6034
5710
|
--o-angle-composite: calc(278deg) !important;
|
|
6035
5711
|
}
|
|
6036
5712
|
o-arc.angle-279,
|
|
6037
|
-
o-progress.angle-279
|
|
6038
|
-
o-text.angle-279 {
|
|
5713
|
+
o-progress.angle-279 {
|
|
6039
5714
|
--o-angle-composite: calc(279deg) !important;
|
|
6040
5715
|
}
|
|
6041
5716
|
o-arc.angle-280,
|
|
6042
|
-
o-progress.angle-280
|
|
6043
|
-
o-text.angle-280 {
|
|
5717
|
+
o-progress.angle-280 {
|
|
6044
5718
|
--o-angle-composite: calc(280deg) !important;
|
|
6045
5719
|
}
|
|
6046
5720
|
o-arc.angle-281,
|
|
6047
|
-
o-progress.angle-281
|
|
6048
|
-
o-text.angle-281 {
|
|
5721
|
+
o-progress.angle-281 {
|
|
6049
5722
|
--o-angle-composite: calc(281deg) !important;
|
|
6050
5723
|
}
|
|
6051
5724
|
o-arc.angle-282,
|
|
6052
|
-
o-progress.angle-282
|
|
6053
|
-
o-text.angle-282 {
|
|
5725
|
+
o-progress.angle-282 {
|
|
6054
5726
|
--o-angle-composite: calc(282deg) !important;
|
|
6055
5727
|
}
|
|
6056
5728
|
o-arc.angle-283,
|
|
6057
|
-
o-progress.angle-283
|
|
6058
|
-
o-text.angle-283 {
|
|
5729
|
+
o-progress.angle-283 {
|
|
6059
5730
|
--o-angle-composite: calc(283deg) !important;
|
|
6060
5731
|
}
|
|
6061
5732
|
o-arc.angle-284,
|
|
6062
|
-
o-progress.angle-284
|
|
6063
|
-
o-text.angle-284 {
|
|
5733
|
+
o-progress.angle-284 {
|
|
6064
5734
|
--o-angle-composite: calc(284deg) !important;
|
|
6065
5735
|
}
|
|
6066
5736
|
o-arc.angle-285,
|
|
6067
|
-
o-progress.angle-285
|
|
6068
|
-
o-text.angle-285 {
|
|
5737
|
+
o-progress.angle-285 {
|
|
6069
5738
|
--o-angle-composite: calc(285deg) !important;
|
|
6070
5739
|
}
|
|
6071
5740
|
o-arc.angle-286,
|
|
6072
|
-
o-progress.angle-286
|
|
6073
|
-
o-text.angle-286 {
|
|
5741
|
+
o-progress.angle-286 {
|
|
6074
5742
|
--o-angle-composite: calc(286deg) !important;
|
|
6075
5743
|
}
|
|
6076
5744
|
o-arc.angle-287,
|
|
6077
|
-
o-progress.angle-287
|
|
6078
|
-
o-text.angle-287 {
|
|
5745
|
+
o-progress.angle-287 {
|
|
6079
5746
|
--o-angle-composite: calc(287deg) !important;
|
|
6080
5747
|
}
|
|
6081
5748
|
o-arc.angle-288,
|
|
6082
|
-
o-progress.angle-288
|
|
6083
|
-
o-text.angle-288 {
|
|
5749
|
+
o-progress.angle-288 {
|
|
6084
5750
|
--o-angle-composite: calc(288deg) !important;
|
|
6085
5751
|
}
|
|
6086
5752
|
o-arc.angle-289,
|
|
6087
|
-
o-progress.angle-289
|
|
6088
|
-
o-text.angle-289 {
|
|
5753
|
+
o-progress.angle-289 {
|
|
6089
5754
|
--o-angle-composite: calc(289deg) !important;
|
|
6090
5755
|
}
|
|
6091
5756
|
o-arc.angle-290,
|
|
6092
|
-
o-progress.angle-290
|
|
6093
|
-
o-text.angle-290 {
|
|
5757
|
+
o-progress.angle-290 {
|
|
6094
5758
|
--o-angle-composite: calc(290deg) !important;
|
|
6095
5759
|
}
|
|
6096
5760
|
o-arc.angle-291,
|
|
6097
|
-
o-progress.angle-291
|
|
6098
|
-
o-text.angle-291 {
|
|
5761
|
+
o-progress.angle-291 {
|
|
6099
5762
|
--o-angle-composite: calc(291deg) !important;
|
|
6100
5763
|
}
|
|
6101
5764
|
o-arc.angle-292,
|
|
6102
|
-
o-progress.angle-292
|
|
6103
|
-
o-text.angle-292 {
|
|
5765
|
+
o-progress.angle-292 {
|
|
6104
5766
|
--o-angle-composite: calc(292deg) !important;
|
|
6105
5767
|
}
|
|
6106
5768
|
o-arc.angle-293,
|
|
6107
|
-
o-progress.angle-293
|
|
6108
|
-
o-text.angle-293 {
|
|
5769
|
+
o-progress.angle-293 {
|
|
6109
5770
|
--o-angle-composite: calc(293deg) !important;
|
|
6110
5771
|
}
|
|
6111
5772
|
o-arc.angle-294,
|
|
6112
|
-
o-progress.angle-294
|
|
6113
|
-
o-text.angle-294 {
|
|
5773
|
+
o-progress.angle-294 {
|
|
6114
5774
|
--o-angle-composite: calc(294deg) !important;
|
|
6115
5775
|
}
|
|
6116
5776
|
o-arc.angle-295,
|
|
6117
|
-
o-progress.angle-295
|
|
6118
|
-
o-text.angle-295 {
|
|
5777
|
+
o-progress.angle-295 {
|
|
6119
5778
|
--o-angle-composite: calc(295deg) !important;
|
|
6120
5779
|
}
|
|
6121
5780
|
o-arc.angle-296,
|
|
6122
|
-
o-progress.angle-296
|
|
6123
|
-
o-text.angle-296 {
|
|
5781
|
+
o-progress.angle-296 {
|
|
6124
5782
|
--o-angle-composite: calc(296deg) !important;
|
|
6125
5783
|
}
|
|
6126
5784
|
o-arc.angle-297,
|
|
6127
|
-
o-progress.angle-297
|
|
6128
|
-
o-text.angle-297 {
|
|
5785
|
+
o-progress.angle-297 {
|
|
6129
5786
|
--o-angle-composite: calc(297deg) !important;
|
|
6130
5787
|
}
|
|
6131
5788
|
o-arc.angle-298,
|
|
6132
|
-
o-progress.angle-298
|
|
6133
|
-
o-text.angle-298 {
|
|
5789
|
+
o-progress.angle-298 {
|
|
6134
5790
|
--o-angle-composite: calc(298deg) !important;
|
|
6135
5791
|
}
|
|
6136
5792
|
o-arc.angle-299,
|
|
6137
|
-
o-progress.angle-299
|
|
6138
|
-
o-text.angle-299 {
|
|
5793
|
+
o-progress.angle-299 {
|
|
6139
5794
|
--o-angle-composite: calc(299deg) !important;
|
|
6140
5795
|
}
|
|
6141
5796
|
o-arc.angle-300,
|
|
6142
|
-
o-progress.angle-300
|
|
6143
|
-
o-text.angle-300 {
|
|
5797
|
+
o-progress.angle-300 {
|
|
6144
5798
|
--o-angle-composite: calc(300deg) !important;
|
|
6145
5799
|
}
|
|
6146
5800
|
o-arc.angle-301,
|
|
6147
|
-
o-progress.angle-301
|
|
6148
|
-
o-text.angle-301 {
|
|
5801
|
+
o-progress.angle-301 {
|
|
6149
5802
|
--o-angle-composite: calc(301deg) !important;
|
|
6150
5803
|
}
|
|
6151
5804
|
o-arc.angle-302,
|
|
6152
|
-
o-progress.angle-302
|
|
6153
|
-
o-text.angle-302 {
|
|
5805
|
+
o-progress.angle-302 {
|
|
6154
5806
|
--o-angle-composite: calc(302deg) !important;
|
|
6155
5807
|
}
|
|
6156
5808
|
o-arc.angle-303,
|
|
6157
|
-
o-progress.angle-303
|
|
6158
|
-
o-text.angle-303 {
|
|
5809
|
+
o-progress.angle-303 {
|
|
6159
5810
|
--o-angle-composite: calc(303deg) !important;
|
|
6160
5811
|
}
|
|
6161
5812
|
o-arc.angle-304,
|
|
6162
|
-
o-progress.angle-304
|
|
6163
|
-
o-text.angle-304 {
|
|
5813
|
+
o-progress.angle-304 {
|
|
6164
5814
|
--o-angle-composite: calc(304deg) !important;
|
|
6165
5815
|
}
|
|
6166
5816
|
o-arc.angle-305,
|
|
6167
|
-
o-progress.angle-305
|
|
6168
|
-
o-text.angle-305 {
|
|
5817
|
+
o-progress.angle-305 {
|
|
6169
5818
|
--o-angle-composite: calc(305deg) !important;
|
|
6170
5819
|
}
|
|
6171
5820
|
o-arc.angle-306,
|
|
6172
|
-
o-progress.angle-306
|
|
6173
|
-
o-text.angle-306 {
|
|
5821
|
+
o-progress.angle-306 {
|
|
6174
5822
|
--o-angle-composite: calc(306deg) !important;
|
|
6175
5823
|
}
|
|
6176
5824
|
o-arc.angle-307,
|
|
6177
|
-
o-progress.angle-307
|
|
6178
|
-
o-text.angle-307 {
|
|
5825
|
+
o-progress.angle-307 {
|
|
6179
5826
|
--o-angle-composite: calc(307deg) !important;
|
|
6180
5827
|
}
|
|
6181
5828
|
o-arc.angle-308,
|
|
6182
|
-
o-progress.angle-308
|
|
6183
|
-
o-text.angle-308 {
|
|
5829
|
+
o-progress.angle-308 {
|
|
6184
5830
|
--o-angle-composite: calc(308deg) !important;
|
|
6185
5831
|
}
|
|
6186
5832
|
o-arc.angle-309,
|
|
6187
|
-
o-progress.angle-309
|
|
6188
|
-
o-text.angle-309 {
|
|
5833
|
+
o-progress.angle-309 {
|
|
6189
5834
|
--o-angle-composite: calc(309deg) !important;
|
|
6190
5835
|
}
|
|
6191
5836
|
o-arc.angle-310,
|
|
6192
|
-
o-progress.angle-310
|
|
6193
|
-
o-text.angle-310 {
|
|
5837
|
+
o-progress.angle-310 {
|
|
6194
5838
|
--o-angle-composite: calc(310deg) !important;
|
|
6195
5839
|
}
|
|
6196
5840
|
o-arc.angle-311,
|
|
6197
|
-
o-progress.angle-311
|
|
6198
|
-
o-text.angle-311 {
|
|
5841
|
+
o-progress.angle-311 {
|
|
6199
5842
|
--o-angle-composite: calc(311deg) !important;
|
|
6200
5843
|
}
|
|
6201
5844
|
o-arc.angle-312,
|
|
6202
|
-
o-progress.angle-312
|
|
6203
|
-
o-text.angle-312 {
|
|
5845
|
+
o-progress.angle-312 {
|
|
6204
5846
|
--o-angle-composite: calc(312deg) !important;
|
|
6205
5847
|
}
|
|
6206
5848
|
o-arc.angle-313,
|
|
6207
|
-
o-progress.angle-313
|
|
6208
|
-
o-text.angle-313 {
|
|
5849
|
+
o-progress.angle-313 {
|
|
6209
5850
|
--o-angle-composite: calc(313deg) !important;
|
|
6210
5851
|
}
|
|
6211
5852
|
o-arc.angle-314,
|
|
6212
|
-
o-progress.angle-314
|
|
6213
|
-
o-text.angle-314 {
|
|
5853
|
+
o-progress.angle-314 {
|
|
6214
5854
|
--o-angle-composite: calc(314deg) !important;
|
|
6215
5855
|
}
|
|
6216
5856
|
o-arc.angle-315,
|
|
6217
|
-
o-progress.angle-315
|
|
6218
|
-
o-text.angle-315 {
|
|
5857
|
+
o-progress.angle-315 {
|
|
6219
5858
|
--o-angle-composite: calc(315deg) !important;
|
|
6220
5859
|
}
|
|
6221
5860
|
o-arc.angle-316,
|
|
6222
|
-
o-progress.angle-316
|
|
6223
|
-
o-text.angle-316 {
|
|
5861
|
+
o-progress.angle-316 {
|
|
6224
5862
|
--o-angle-composite: calc(316deg) !important;
|
|
6225
5863
|
}
|
|
6226
5864
|
o-arc.angle-317,
|
|
6227
|
-
o-progress.angle-317
|
|
6228
|
-
o-text.angle-317 {
|
|
5865
|
+
o-progress.angle-317 {
|
|
6229
5866
|
--o-angle-composite: calc(317deg) !important;
|
|
6230
5867
|
}
|
|
6231
5868
|
o-arc.angle-318,
|
|
6232
|
-
o-progress.angle-318
|
|
6233
|
-
o-text.angle-318 {
|
|
5869
|
+
o-progress.angle-318 {
|
|
6234
5870
|
--o-angle-composite: calc(318deg) !important;
|
|
6235
5871
|
}
|
|
6236
5872
|
o-arc.angle-319,
|
|
6237
|
-
o-progress.angle-319
|
|
6238
|
-
o-text.angle-319 {
|
|
5873
|
+
o-progress.angle-319 {
|
|
6239
5874
|
--o-angle-composite: calc(319deg) !important;
|
|
6240
5875
|
}
|
|
6241
5876
|
o-arc.angle-320,
|
|
6242
|
-
o-progress.angle-320
|
|
6243
|
-
o-text.angle-320 {
|
|
5877
|
+
o-progress.angle-320 {
|
|
6244
5878
|
--o-angle-composite: calc(320deg) !important;
|
|
6245
5879
|
}
|
|
6246
5880
|
o-arc.angle-321,
|
|
6247
|
-
o-progress.angle-321
|
|
6248
|
-
o-text.angle-321 {
|
|
5881
|
+
o-progress.angle-321 {
|
|
6249
5882
|
--o-angle-composite: calc(321deg) !important;
|
|
6250
5883
|
}
|
|
6251
5884
|
o-arc.angle-322,
|
|
6252
|
-
o-progress.angle-322
|
|
6253
|
-
o-text.angle-322 {
|
|
5885
|
+
o-progress.angle-322 {
|
|
6254
5886
|
--o-angle-composite: calc(322deg) !important;
|
|
6255
5887
|
}
|
|
6256
5888
|
o-arc.angle-323,
|
|
6257
|
-
o-progress.angle-323
|
|
6258
|
-
o-text.angle-323 {
|
|
5889
|
+
o-progress.angle-323 {
|
|
6259
5890
|
--o-angle-composite: calc(323deg) !important;
|
|
6260
5891
|
}
|
|
6261
5892
|
o-arc.angle-324,
|
|
6262
|
-
o-progress.angle-324
|
|
6263
|
-
o-text.angle-324 {
|
|
5893
|
+
o-progress.angle-324 {
|
|
6264
5894
|
--o-angle-composite: calc(324deg) !important;
|
|
6265
5895
|
}
|
|
6266
5896
|
o-arc.angle-325,
|
|
6267
|
-
o-progress.angle-325
|
|
6268
|
-
o-text.angle-325 {
|
|
5897
|
+
o-progress.angle-325 {
|
|
6269
5898
|
--o-angle-composite: calc(325deg) !important;
|
|
6270
5899
|
}
|
|
6271
5900
|
o-arc.angle-326,
|
|
6272
|
-
o-progress.angle-326
|
|
6273
|
-
o-text.angle-326 {
|
|
5901
|
+
o-progress.angle-326 {
|
|
6274
5902
|
--o-angle-composite: calc(326deg) !important;
|
|
6275
5903
|
}
|
|
6276
5904
|
o-arc.angle-327,
|
|
6277
|
-
o-progress.angle-327
|
|
6278
|
-
o-text.angle-327 {
|
|
5905
|
+
o-progress.angle-327 {
|
|
6279
5906
|
--o-angle-composite: calc(327deg) !important;
|
|
6280
5907
|
}
|
|
6281
5908
|
o-arc.angle-328,
|
|
6282
|
-
o-progress.angle-328
|
|
6283
|
-
o-text.angle-328 {
|
|
5909
|
+
o-progress.angle-328 {
|
|
6284
5910
|
--o-angle-composite: calc(328deg) !important;
|
|
6285
5911
|
}
|
|
6286
5912
|
o-arc.angle-329,
|
|
6287
|
-
o-progress.angle-329
|
|
6288
|
-
o-text.angle-329 {
|
|
5913
|
+
o-progress.angle-329 {
|
|
6289
5914
|
--o-angle-composite: calc(329deg) !important;
|
|
6290
5915
|
}
|
|
6291
5916
|
o-arc.angle-330,
|
|
6292
|
-
o-progress.angle-330
|
|
6293
|
-
o-text.angle-330 {
|
|
5917
|
+
o-progress.angle-330 {
|
|
6294
5918
|
--o-angle-composite: calc(330deg) !important;
|
|
6295
5919
|
}
|
|
6296
5920
|
o-arc.angle-331,
|
|
6297
|
-
o-progress.angle-331
|
|
6298
|
-
o-text.angle-331 {
|
|
5921
|
+
o-progress.angle-331 {
|
|
6299
5922
|
--o-angle-composite: calc(331deg) !important;
|
|
6300
5923
|
}
|
|
6301
5924
|
o-arc.angle-332,
|
|
6302
|
-
o-progress.angle-332
|
|
6303
|
-
o-text.angle-332 {
|
|
5925
|
+
o-progress.angle-332 {
|
|
6304
5926
|
--o-angle-composite: calc(332deg) !important;
|
|
6305
5927
|
}
|
|
6306
5928
|
o-arc.angle-333,
|
|
6307
|
-
o-progress.angle-333
|
|
6308
|
-
o-text.angle-333 {
|
|
5929
|
+
o-progress.angle-333 {
|
|
6309
5930
|
--o-angle-composite: calc(333deg) !important;
|
|
6310
5931
|
}
|
|
6311
5932
|
o-arc.angle-334,
|
|
6312
|
-
o-progress.angle-334
|
|
6313
|
-
o-text.angle-334 {
|
|
5933
|
+
o-progress.angle-334 {
|
|
6314
5934
|
--o-angle-composite: calc(334deg) !important;
|
|
6315
5935
|
}
|
|
6316
5936
|
o-arc.angle-335,
|
|
6317
|
-
o-progress.angle-335
|
|
6318
|
-
o-text.angle-335 {
|
|
5937
|
+
o-progress.angle-335 {
|
|
6319
5938
|
--o-angle-composite: calc(335deg) !important;
|
|
6320
5939
|
}
|
|
6321
5940
|
o-arc.angle-336,
|
|
6322
|
-
o-progress.angle-336
|
|
6323
|
-
o-text.angle-336 {
|
|
5941
|
+
o-progress.angle-336 {
|
|
6324
5942
|
--o-angle-composite: calc(336deg) !important;
|
|
6325
5943
|
}
|
|
6326
5944
|
o-arc.angle-337,
|
|
6327
|
-
o-progress.angle-337
|
|
6328
|
-
o-text.angle-337 {
|
|
5945
|
+
o-progress.angle-337 {
|
|
6329
5946
|
--o-angle-composite: calc(337deg) !important;
|
|
6330
5947
|
}
|
|
6331
5948
|
o-arc.angle-338,
|
|
6332
|
-
o-progress.angle-338
|
|
6333
|
-
o-text.angle-338 {
|
|
5949
|
+
o-progress.angle-338 {
|
|
6334
5950
|
--o-angle-composite: calc(338deg) !important;
|
|
6335
5951
|
}
|
|
6336
5952
|
o-arc.angle-339,
|
|
6337
|
-
o-progress.angle-339
|
|
6338
|
-
o-text.angle-339 {
|
|
5953
|
+
o-progress.angle-339 {
|
|
6339
5954
|
--o-angle-composite: calc(339deg) !important;
|
|
6340
5955
|
}
|
|
6341
5956
|
o-arc.angle-340,
|
|
6342
|
-
o-progress.angle-340
|
|
6343
|
-
o-text.angle-340 {
|
|
5957
|
+
o-progress.angle-340 {
|
|
6344
5958
|
--o-angle-composite: calc(340deg) !important;
|
|
6345
5959
|
}
|
|
6346
5960
|
o-arc.angle-341,
|
|
6347
|
-
o-progress.angle-341
|
|
6348
|
-
o-text.angle-341 {
|
|
5961
|
+
o-progress.angle-341 {
|
|
6349
5962
|
--o-angle-composite: calc(341deg) !important;
|
|
6350
5963
|
}
|
|
6351
5964
|
o-arc.angle-342,
|
|
6352
|
-
o-progress.angle-342
|
|
6353
|
-
o-text.angle-342 {
|
|
5965
|
+
o-progress.angle-342 {
|
|
6354
5966
|
--o-angle-composite: calc(342deg) !important;
|
|
6355
5967
|
}
|
|
6356
5968
|
o-arc.angle-343,
|
|
6357
|
-
o-progress.angle-343
|
|
6358
|
-
o-text.angle-343 {
|
|
5969
|
+
o-progress.angle-343 {
|
|
6359
5970
|
--o-angle-composite: calc(343deg) !important;
|
|
6360
5971
|
}
|
|
6361
5972
|
o-arc.angle-344,
|
|
6362
|
-
o-progress.angle-344
|
|
6363
|
-
o-text.angle-344 {
|
|
5973
|
+
o-progress.angle-344 {
|
|
6364
5974
|
--o-angle-composite: calc(344deg) !important;
|
|
6365
5975
|
}
|
|
6366
5976
|
o-arc.angle-345,
|
|
6367
|
-
o-progress.angle-345
|
|
6368
|
-
o-text.angle-345 {
|
|
5977
|
+
o-progress.angle-345 {
|
|
6369
5978
|
--o-angle-composite: calc(345deg) !important;
|
|
6370
5979
|
}
|
|
6371
5980
|
o-arc.angle-346,
|
|
6372
|
-
o-progress.angle-346
|
|
6373
|
-
o-text.angle-346 {
|
|
5981
|
+
o-progress.angle-346 {
|
|
6374
5982
|
--o-angle-composite: calc(346deg) !important;
|
|
6375
5983
|
}
|
|
6376
5984
|
o-arc.angle-347,
|
|
6377
|
-
o-progress.angle-347
|
|
6378
|
-
o-text.angle-347 {
|
|
5985
|
+
o-progress.angle-347 {
|
|
6379
5986
|
--o-angle-composite: calc(347deg) !important;
|
|
6380
5987
|
}
|
|
6381
5988
|
o-arc.angle-348,
|
|
6382
|
-
o-progress.angle-348
|
|
6383
|
-
o-text.angle-348 {
|
|
5989
|
+
o-progress.angle-348 {
|
|
6384
5990
|
--o-angle-composite: calc(348deg) !important;
|
|
6385
5991
|
}
|
|
6386
5992
|
o-arc.angle-349,
|
|
6387
|
-
o-progress.angle-349
|
|
6388
|
-
o-text.angle-349 {
|
|
5993
|
+
o-progress.angle-349 {
|
|
6389
5994
|
--o-angle-composite: calc(349deg) !important;
|
|
6390
5995
|
}
|
|
6391
5996
|
o-arc.angle-350,
|
|
6392
|
-
o-progress.angle-350
|
|
6393
|
-
o-text.angle-350 {
|
|
5997
|
+
o-progress.angle-350 {
|
|
6394
5998
|
--o-angle-composite: calc(350deg) !important;
|
|
6395
5999
|
}
|
|
6396
6000
|
o-arc.angle-351,
|
|
6397
|
-
o-progress.angle-351
|
|
6398
|
-
o-text.angle-351 {
|
|
6001
|
+
o-progress.angle-351 {
|
|
6399
6002
|
--o-angle-composite: calc(351deg) !important;
|
|
6400
6003
|
}
|
|
6401
6004
|
o-arc.angle-352,
|
|
6402
|
-
o-progress.angle-352
|
|
6403
|
-
o-text.angle-352 {
|
|
6005
|
+
o-progress.angle-352 {
|
|
6404
6006
|
--o-angle-composite: calc(352deg) !important;
|
|
6405
6007
|
}
|
|
6406
6008
|
o-arc.angle-353,
|
|
6407
|
-
o-progress.angle-353
|
|
6408
|
-
o-text.angle-353 {
|
|
6009
|
+
o-progress.angle-353 {
|
|
6409
6010
|
--o-angle-composite: calc(353deg) !important;
|
|
6410
6011
|
}
|
|
6411
6012
|
o-arc.angle-354,
|
|
6412
|
-
o-progress.angle-354
|
|
6413
|
-
o-text.angle-354 {
|
|
6013
|
+
o-progress.angle-354 {
|
|
6414
6014
|
--o-angle-composite: calc(354deg) !important;
|
|
6415
6015
|
}
|
|
6416
6016
|
o-arc.angle-355,
|
|
6417
|
-
o-progress.angle-355
|
|
6418
|
-
o-text.angle-355 {
|
|
6017
|
+
o-progress.angle-355 {
|
|
6419
6018
|
--o-angle-composite: calc(355deg) !important;
|
|
6420
6019
|
}
|
|
6421
6020
|
o-arc.angle-356,
|
|
6422
|
-
o-progress.angle-356
|
|
6423
|
-
o-text.angle-356 {
|
|
6021
|
+
o-progress.angle-356 {
|
|
6424
6022
|
--o-angle-composite: calc(356deg) !important;
|
|
6425
6023
|
}
|
|
6426
6024
|
o-arc.angle-357,
|
|
6427
|
-
o-progress.angle-357
|
|
6428
|
-
o-text.angle-357 {
|
|
6025
|
+
o-progress.angle-357 {
|
|
6429
6026
|
--o-angle-composite: calc(357deg) !important;
|
|
6430
6027
|
}
|
|
6431
6028
|
o-arc.angle-358,
|
|
6432
|
-
o-progress.angle-358
|
|
6433
|
-
o-text.angle-358 {
|
|
6029
|
+
o-progress.angle-358 {
|
|
6434
6030
|
--o-angle-composite: calc(358deg) !important;
|
|
6435
6031
|
}
|
|
6436
6032
|
o-arc.angle-359,
|
|
6437
|
-
o-progress.angle-359
|
|
6438
|
-
o-text.angle-359 {
|
|
6033
|
+
o-progress.angle-359 {
|
|
6439
6034
|
--o-angle-composite: calc(359deg) !important;
|
|
6440
6035
|
}
|
|
6441
6036
|
o-arc.angle-360,
|
|
6442
|
-
o-progress.angle-360
|
|
6443
|
-
o-text.angle-360 {
|
|
6037
|
+
o-progress.angle-360 {
|
|
6444
6038
|
--o-angle-composite: calc(360deg) !important;
|
|
6445
6039
|
}
|
|
6446
|
-
o-arc.gap-0
|
|
6447
|
-
o-text.gap-0 {
|
|
6040
|
+
o-arc.gap-0 {
|
|
6448
6041
|
--o-gap: 0;
|
|
6449
6042
|
}
|
|
6450
|
-
o-arc.gap-1
|
|
6451
|
-
o-text.gap-1 {
|
|
6043
|
+
o-arc.gap-1 {
|
|
6452
6044
|
--o-gap: 1;
|
|
6453
6045
|
}
|
|
6454
|
-
o-arc.gap-2
|
|
6455
|
-
o-text.gap-2 {
|
|
6046
|
+
o-arc.gap-2 {
|
|
6456
6047
|
--o-gap: 2;
|
|
6457
6048
|
}
|
|
6458
|
-
o-arc.gap-3
|
|
6459
|
-
o-text.gap-3 {
|
|
6049
|
+
o-arc.gap-3 {
|
|
6460
6050
|
--o-gap: 3;
|
|
6461
6051
|
}
|
|
6462
|
-
o-arc.gap-4
|
|
6463
|
-
o-text.gap-4 {
|
|
6052
|
+
o-arc.gap-4 {
|
|
6464
6053
|
--o-gap: 4;
|
|
6465
6054
|
}
|
|
6466
|
-
o-arc.gap-5
|
|
6467
|
-
o-text.gap-5 {
|
|
6055
|
+
o-arc.gap-5 {
|
|
6468
6056
|
--o-gap: 5;
|
|
6469
6057
|
}
|
|
6470
|
-
o-arc.gap-6
|
|
6471
|
-
o-text.gap-6 {
|
|
6058
|
+
o-arc.gap-6 {
|
|
6472
6059
|
--o-gap: 6;
|
|
6473
6060
|
}
|
|
6474
|
-
o-arc.gap-7
|
|
6475
|
-
o-text.gap-7 {
|
|
6061
|
+
o-arc.gap-7 {
|
|
6476
6062
|
--o-gap: 7;
|
|
6477
6063
|
}
|
|
6478
|
-
o-arc.gap-8
|
|
6479
|
-
o-text.gap-8 {
|
|
6064
|
+
o-arc.gap-8 {
|
|
6480
6065
|
--o-gap: 8;
|
|
6481
6066
|
}
|
|
6482
|
-
o-arc.gap-9
|
|
6483
|
-
o-text.gap-9 {
|
|
6067
|
+
o-arc.gap-9 {
|
|
6484
6068
|
--o-gap: 9;
|
|
6485
6069
|
}
|
|
6486
|
-
o-arc.gap-10
|
|
6487
|
-
o-text.gap-10 {
|
|
6070
|
+
o-arc.gap-10 {
|
|
6488
6071
|
--o-gap: 10;
|
|
6489
6072
|
}
|
|
6490
|
-
o-arc.gap-11
|
|
6491
|
-
o-text.gap-11 {
|
|
6073
|
+
o-arc.gap-11 {
|
|
6492
6074
|
--o-gap: 11;
|
|
6493
6075
|
}
|
|
6494
|
-
o-arc.gap-12
|
|
6495
|
-
o-text.gap-12 {
|
|
6076
|
+
o-arc.gap-12 {
|
|
6496
6077
|
--o-gap: 12;
|
|
6497
6078
|
}
|
|
6498
|
-
o-arc.gap-13
|
|
6499
|
-
o-text.gap-13 {
|
|
6079
|
+
o-arc.gap-13 {
|
|
6500
6080
|
--o-gap: 13;
|
|
6501
6081
|
}
|
|
6502
|
-
o-arc.gap-14
|
|
6503
|
-
o-text.gap-14 {
|
|
6082
|
+
o-arc.gap-14 {
|
|
6504
6083
|
--o-gap: 14;
|
|
6505
6084
|
}
|
|
6506
|
-
o-arc.gap-15
|
|
6507
|
-
o-text.gap-15 {
|
|
6085
|
+
o-arc.gap-15 {
|
|
6508
6086
|
--o-gap: 15;
|
|
6509
6087
|
}
|
|
6510
|
-
o-arc.gap-16
|
|
6511
|
-
o-text.gap-16 {
|
|
6088
|
+
o-arc.gap-16 {
|
|
6512
6089
|
--o-gap: 16;
|
|
6513
6090
|
}
|
|
6514
|
-
o-arc.gap-17
|
|
6515
|
-
o-text.gap-17 {
|
|
6091
|
+
o-arc.gap-17 {
|
|
6516
6092
|
--o-gap: 17;
|
|
6517
6093
|
}
|
|
6518
|
-
o-arc.gap-18
|
|
6519
|
-
o-text.gap-18 {
|
|
6094
|
+
o-arc.gap-18 {
|
|
6520
6095
|
--o-gap: 18;
|
|
6521
6096
|
}
|
|
6522
|
-
o-arc.gap-19
|
|
6523
|
-
o-text.gap-19 {
|
|
6097
|
+
o-arc.gap-19 {
|
|
6524
6098
|
--o-gap: 19;
|
|
6525
6099
|
}
|
|
6526
|
-
o-arc.gap-20
|
|
6527
|
-
o-text.gap-20 {
|
|
6100
|
+
o-arc.gap-20 {
|
|
6528
6101
|
--o-gap: 20;
|
|
6529
6102
|
}
|
|
6530
|
-
o-arc.gap-21
|
|
6531
|
-
o-text.gap-21 {
|
|
6103
|
+
o-arc.gap-21 {
|
|
6532
6104
|
--o-gap: 21;
|
|
6533
6105
|
}
|
|
6534
|
-
o-arc.gap-22
|
|
6535
|
-
o-text.gap-22 {
|
|
6106
|
+
o-arc.gap-22 {
|
|
6536
6107
|
--o-gap: 22;
|
|
6537
6108
|
}
|
|
6538
|
-
o-arc.gap-23
|
|
6539
|
-
o-text.gap-23 {
|
|
6109
|
+
o-arc.gap-23 {
|
|
6540
6110
|
--o-gap: 23;
|
|
6541
6111
|
}
|
|
6542
|
-
o-arc.gap-24
|
|
6543
|
-
o-text.gap-24 {
|
|
6112
|
+
o-arc.gap-24 {
|
|
6544
6113
|
--o-gap: 24;
|
|
6545
6114
|
}
|
|
6546
|
-
o-arc.gap-25
|
|
6547
|
-
o-text.gap-25 {
|
|
6115
|
+
o-arc.gap-25 {
|
|
6548
6116
|
--o-gap: 25;
|
|
6549
6117
|
}
|
|
6550
|
-
o-arc.gap-26
|
|
6551
|
-
o-text.gap-26 {
|
|
6118
|
+
o-arc.gap-26 {
|
|
6552
6119
|
--o-gap: 26;
|
|
6553
6120
|
}
|
|
6554
|
-
o-arc.gap-27
|
|
6555
|
-
o-text.gap-27 {
|
|
6121
|
+
o-arc.gap-27 {
|
|
6556
6122
|
--o-gap: 27;
|
|
6557
6123
|
}
|
|
6558
|
-
o-arc.gap-28
|
|
6559
|
-
o-text.gap-28 {
|
|
6124
|
+
o-arc.gap-28 {
|
|
6560
6125
|
--o-gap: 28;
|
|
6561
6126
|
}
|
|
6562
|
-
o-arc.gap-29
|
|
6563
|
-
o-text.gap-29 {
|
|
6127
|
+
o-arc.gap-29 {
|
|
6564
6128
|
--o-gap: 29;
|
|
6565
6129
|
}
|
|
6566
|
-
o-arc.gap-30
|
|
6567
|
-
o-text.gap-30 {
|
|
6130
|
+
o-arc.gap-30 {
|
|
6568
6131
|
--o-gap: 30;
|
|
6569
6132
|
}
|
|
6570
6133
|
.orbit.shrink-10,
|
|
@@ -6661,361 +6224,361 @@ o-text.gap-30 {
|
|
|
6661
6224
|
--o-size-ratio: 2 !important;
|
|
6662
6225
|
}
|
|
6663
6226
|
.grow-1\.1x {
|
|
6664
|
-
--o-size-ratio: 2.
|
|
6227
|
+
--o-size-ratio: 2.2 !important;
|
|
6665
6228
|
}
|
|
6666
6229
|
.grow-1\.2x {
|
|
6667
|
-
--o-size-ratio: 2.
|
|
6230
|
+
--o-size-ratio: 2.4 !important;
|
|
6668
6231
|
}
|
|
6669
6232
|
.grow-1\.3x {
|
|
6670
|
-
--o-size-ratio: 2.
|
|
6233
|
+
--o-size-ratio: 2.6 !important;
|
|
6671
6234
|
}
|
|
6672
6235
|
.grow-1\.4x {
|
|
6673
|
-
--o-size-ratio: 2.
|
|
6236
|
+
--o-size-ratio: 2.8 !important;
|
|
6674
6237
|
}
|
|
6675
6238
|
.grow-1\.5x {
|
|
6676
|
-
--o-size-ratio:
|
|
6239
|
+
--o-size-ratio: 3 !important;
|
|
6677
6240
|
}
|
|
6678
6241
|
.grow-1\.6x {
|
|
6679
|
-
--o-size-ratio: 2
|
|
6242
|
+
--o-size-ratio: 3.2 !important;
|
|
6680
6243
|
}
|
|
6681
6244
|
.grow-1\.7x {
|
|
6682
|
-
--o-size-ratio:
|
|
6245
|
+
--o-size-ratio: 3.4 !important;
|
|
6683
6246
|
}
|
|
6684
6247
|
.grow-1\.8x {
|
|
6685
|
-
--o-size-ratio:
|
|
6248
|
+
--o-size-ratio: 3.6 !important;
|
|
6686
6249
|
}
|
|
6687
6250
|
.grow-1\.9x {
|
|
6688
|
-
--o-size-ratio:
|
|
6251
|
+
--o-size-ratio: 3.8 !important;
|
|
6689
6252
|
}
|
|
6690
6253
|
.grow-2x {
|
|
6691
6254
|
--o-size-ratio: 4 !important;
|
|
6692
6255
|
}
|
|
6693
6256
|
.grow-2\.1x {
|
|
6694
|
-
--o-size-ratio: 4.
|
|
6257
|
+
--o-size-ratio: 4.2 !important;
|
|
6695
6258
|
}
|
|
6696
6259
|
.grow-2\.2x {
|
|
6697
|
-
--o-size-ratio: 4.
|
|
6260
|
+
--o-size-ratio: 4.4 !important;
|
|
6698
6261
|
}
|
|
6699
6262
|
.grow-2\.3x {
|
|
6700
|
-
--o-size-ratio: 4.
|
|
6263
|
+
--o-size-ratio: 4.6 !important;
|
|
6701
6264
|
}
|
|
6702
6265
|
.grow-2\.4x {
|
|
6703
|
-
--o-size-ratio: 4.
|
|
6266
|
+
--o-size-ratio: 4.8 !important;
|
|
6704
6267
|
}
|
|
6705
6268
|
.grow-2\.5x {
|
|
6706
|
-
--o-size-ratio:
|
|
6269
|
+
--o-size-ratio: 5 !important;
|
|
6707
6270
|
}
|
|
6708
6271
|
.grow-2\.6x {
|
|
6709
|
-
--o-size-ratio:
|
|
6272
|
+
--o-size-ratio: 5.2 !important;
|
|
6710
6273
|
}
|
|
6711
6274
|
.grow-2\.7x {
|
|
6712
|
-
--o-size-ratio: 4
|
|
6275
|
+
--o-size-ratio: 5.4 !important;
|
|
6713
6276
|
}
|
|
6714
6277
|
.grow-2\.8x {
|
|
6715
|
-
--o-size-ratio:
|
|
6278
|
+
--o-size-ratio: 5.6 !important;
|
|
6716
6279
|
}
|
|
6717
6280
|
.grow-2\.9x {
|
|
6718
|
-
--o-size-ratio:
|
|
6281
|
+
--o-size-ratio: 5.8 !important;
|
|
6719
6282
|
}
|
|
6720
6283
|
.grow-3x {
|
|
6721
6284
|
--o-size-ratio: 6 !important;
|
|
6722
6285
|
}
|
|
6723
6286
|
.grow-3\.1x {
|
|
6724
|
-
--o-size-ratio: 6.
|
|
6287
|
+
--o-size-ratio: 6.2 !important;
|
|
6725
6288
|
}
|
|
6726
6289
|
.grow-3\.2x {
|
|
6727
|
-
--o-size-ratio: 6.
|
|
6290
|
+
--o-size-ratio: 6.4 !important;
|
|
6728
6291
|
}
|
|
6729
6292
|
.grow-3\.3x {
|
|
6730
|
-
--o-size-ratio: 6.
|
|
6293
|
+
--o-size-ratio: 6.6 !important;
|
|
6731
6294
|
}
|
|
6732
6295
|
.grow-3\.4x {
|
|
6733
|
-
--o-size-ratio: 6.
|
|
6296
|
+
--o-size-ratio: 6.8 !important;
|
|
6734
6297
|
}
|
|
6735
6298
|
.grow-3\.5x {
|
|
6736
|
-
--o-size-ratio:
|
|
6299
|
+
--o-size-ratio: 7 !important;
|
|
6737
6300
|
}
|
|
6738
6301
|
.grow-3\.6x {
|
|
6739
|
-
--o-size-ratio:
|
|
6302
|
+
--o-size-ratio: 7.2 !important;
|
|
6740
6303
|
}
|
|
6741
6304
|
.grow-3\.7x {
|
|
6742
|
-
--o-size-ratio:
|
|
6305
|
+
--o-size-ratio: 7.4 !important;
|
|
6743
6306
|
}
|
|
6744
6307
|
.grow-3\.8x {
|
|
6745
|
-
--o-size-ratio: 6
|
|
6308
|
+
--o-size-ratio: 7.6 !important;
|
|
6746
6309
|
}
|
|
6747
6310
|
.grow-3\.9x {
|
|
6748
|
-
--o-size-ratio:
|
|
6311
|
+
--o-size-ratio: 7.8 !important;
|
|
6749
6312
|
}
|
|
6750
6313
|
.grow-4x {
|
|
6751
6314
|
--o-size-ratio: 8 !important;
|
|
6752
6315
|
}
|
|
6753
6316
|
.grow-4\.1x {
|
|
6754
|
-
--o-size-ratio: 8.
|
|
6317
|
+
--o-size-ratio: 8.2 !important;
|
|
6755
6318
|
}
|
|
6756
6319
|
.grow-4\.2x {
|
|
6757
|
-
--o-size-ratio: 8.
|
|
6320
|
+
--o-size-ratio: 8.4 !important;
|
|
6758
6321
|
}
|
|
6759
6322
|
.grow-4\.3x {
|
|
6760
|
-
--o-size-ratio: 8.
|
|
6323
|
+
--o-size-ratio: 8.6 !important;
|
|
6761
6324
|
}
|
|
6762
6325
|
.grow-4\.4x {
|
|
6763
|
-
--o-size-ratio: 8.
|
|
6326
|
+
--o-size-ratio: 8.8 !important;
|
|
6764
6327
|
}
|
|
6765
6328
|
.grow-4\.5x {
|
|
6766
|
-
--o-size-ratio:
|
|
6329
|
+
--o-size-ratio: 9 !important;
|
|
6767
6330
|
}
|
|
6768
6331
|
.grow-4\.6x {
|
|
6769
|
-
--o-size-ratio:
|
|
6332
|
+
--o-size-ratio: 9.2 !important;
|
|
6770
6333
|
}
|
|
6771
6334
|
.grow-4\.7x {
|
|
6772
|
-
--o-size-ratio:
|
|
6335
|
+
--o-size-ratio: 9.4 !important;
|
|
6773
6336
|
}
|
|
6774
6337
|
.grow-4\.8x {
|
|
6775
|
-
--o-size-ratio:
|
|
6338
|
+
--o-size-ratio: 9.6 !important;
|
|
6776
6339
|
}
|
|
6777
6340
|
.grow-4\.9x {
|
|
6778
|
-
--o-size-ratio: 8
|
|
6341
|
+
--o-size-ratio: 9.8 !important;
|
|
6779
6342
|
}
|
|
6780
6343
|
.grow-5x {
|
|
6781
6344
|
--o-size-ratio: 10 !important;
|
|
6782
6345
|
}
|
|
6783
6346
|
.grow-5\.1x {
|
|
6784
|
-
--o-size-ratio: 10.
|
|
6347
|
+
--o-size-ratio: 10.2 !important;
|
|
6785
6348
|
}
|
|
6786
6349
|
.grow-5\.2x {
|
|
6787
|
-
--o-size-ratio: 10.
|
|
6350
|
+
--o-size-ratio: 10.4 !important;
|
|
6788
6351
|
}
|
|
6789
6352
|
.grow-5\.3x {
|
|
6790
|
-
--o-size-ratio: 10.
|
|
6353
|
+
--o-size-ratio: 10.6 !important;
|
|
6791
6354
|
}
|
|
6792
6355
|
.grow-5\.4x {
|
|
6793
|
-
--o-size-ratio: 10.
|
|
6356
|
+
--o-size-ratio: 10.8 !important;
|
|
6794
6357
|
}
|
|
6795
6358
|
.grow-5\.5x {
|
|
6796
|
-
--o-size-ratio:
|
|
6359
|
+
--o-size-ratio: 11 !important;
|
|
6797
6360
|
}
|
|
6798
6361
|
.grow-5\.6x {
|
|
6799
|
-
--o-size-ratio:
|
|
6362
|
+
--o-size-ratio: 11.2 !important;
|
|
6800
6363
|
}
|
|
6801
6364
|
.grow-5\.7x {
|
|
6802
|
-
--o-size-ratio:
|
|
6365
|
+
--o-size-ratio: 11.4 !important;
|
|
6803
6366
|
}
|
|
6804
6367
|
.grow-5\.8x {
|
|
6805
|
-
--o-size-ratio:
|
|
6368
|
+
--o-size-ratio: 11.6 !important;
|
|
6806
6369
|
}
|
|
6807
6370
|
.grow-5\.9x {
|
|
6808
|
-
--o-size-ratio:
|
|
6371
|
+
--o-size-ratio: 11.8 !important;
|
|
6809
6372
|
}
|
|
6810
6373
|
.grow-6x {
|
|
6811
6374
|
--o-size-ratio: 12 !important;
|
|
6812
6375
|
}
|
|
6813
6376
|
.grow-6\.1x {
|
|
6814
|
-
--o-size-ratio: 12.
|
|
6377
|
+
--o-size-ratio: 12.2 !important;
|
|
6815
6378
|
}
|
|
6816
6379
|
.grow-6\.2x {
|
|
6817
|
-
--o-size-ratio: 12.
|
|
6380
|
+
--o-size-ratio: 12.4 !important;
|
|
6818
6381
|
}
|
|
6819
6382
|
.grow-6\.3x {
|
|
6820
|
-
--o-size-ratio: 12.
|
|
6383
|
+
--o-size-ratio: 12.6 !important;
|
|
6821
6384
|
}
|
|
6822
6385
|
.grow-6\.4x {
|
|
6823
|
-
--o-size-ratio: 12.
|
|
6386
|
+
--o-size-ratio: 12.8 !important;
|
|
6824
6387
|
}
|
|
6825
6388
|
.grow-6\.5x {
|
|
6826
|
-
--o-size-ratio:
|
|
6389
|
+
--o-size-ratio: 13 !important;
|
|
6827
6390
|
}
|
|
6828
6391
|
.grow-6\.6x {
|
|
6829
|
-
--o-size-ratio:
|
|
6392
|
+
--o-size-ratio: 13.2 !important;
|
|
6830
6393
|
}
|
|
6831
6394
|
.grow-6\.7x {
|
|
6832
|
-
--o-size-ratio:
|
|
6395
|
+
--o-size-ratio: 13.4 !important;
|
|
6833
6396
|
}
|
|
6834
6397
|
.grow-6\.8x {
|
|
6835
|
-
--o-size-ratio:
|
|
6398
|
+
--o-size-ratio: 13.6 !important;
|
|
6836
6399
|
}
|
|
6837
6400
|
.grow-6\.9x {
|
|
6838
|
-
--o-size-ratio:
|
|
6401
|
+
--o-size-ratio: 13.8 !important;
|
|
6839
6402
|
}
|
|
6840
6403
|
.grow-7x {
|
|
6841
6404
|
--o-size-ratio: 14 !important;
|
|
6842
6405
|
}
|
|
6843
6406
|
.grow-7\.1x {
|
|
6844
|
-
--o-size-ratio: 14.
|
|
6407
|
+
--o-size-ratio: 14.2 !important;
|
|
6845
6408
|
}
|
|
6846
6409
|
.grow-7\.2x {
|
|
6847
|
-
--o-size-ratio: 14.
|
|
6410
|
+
--o-size-ratio: 14.4 !important;
|
|
6848
6411
|
}
|
|
6849
6412
|
.grow-7\.3x {
|
|
6850
|
-
--o-size-ratio: 14.
|
|
6413
|
+
--o-size-ratio: 14.6 !important;
|
|
6851
6414
|
}
|
|
6852
6415
|
.grow-7\.4x {
|
|
6853
|
-
--o-size-ratio: 14.
|
|
6416
|
+
--o-size-ratio: 14.8 !important;
|
|
6854
6417
|
}
|
|
6855
6418
|
.grow-7\.5x {
|
|
6856
|
-
--o-size-ratio:
|
|
6419
|
+
--o-size-ratio: 15 !important;
|
|
6857
6420
|
}
|
|
6858
6421
|
.grow-7\.6x {
|
|
6859
|
-
--o-size-ratio:
|
|
6422
|
+
--o-size-ratio: 15.2 !important;
|
|
6860
6423
|
}
|
|
6861
6424
|
.grow-7\.7x {
|
|
6862
|
-
--o-size-ratio:
|
|
6425
|
+
--o-size-ratio: 15.4 !important;
|
|
6863
6426
|
}
|
|
6864
6427
|
.grow-7\.8x {
|
|
6865
|
-
--o-size-ratio:
|
|
6428
|
+
--o-size-ratio: 15.6 !important;
|
|
6866
6429
|
}
|
|
6867
6430
|
.grow-7\.9x {
|
|
6868
|
-
--o-size-ratio:
|
|
6431
|
+
--o-size-ratio: 15.8 !important;
|
|
6869
6432
|
}
|
|
6870
6433
|
.grow-8x {
|
|
6871
6434
|
--o-size-ratio: 16 !important;
|
|
6872
6435
|
}
|
|
6873
6436
|
.grow-8\.1x {
|
|
6874
|
-
--o-size-ratio: 16.
|
|
6437
|
+
--o-size-ratio: 16.2 !important;
|
|
6875
6438
|
}
|
|
6876
6439
|
.grow-8\.2x {
|
|
6877
|
-
--o-size-ratio: 16.
|
|
6440
|
+
--o-size-ratio: 16.4 !important;
|
|
6878
6441
|
}
|
|
6879
6442
|
.grow-8\.3x {
|
|
6880
|
-
--o-size-ratio: 16.
|
|
6443
|
+
--o-size-ratio: 16.6 !important;
|
|
6881
6444
|
}
|
|
6882
6445
|
.grow-8\.4x {
|
|
6883
|
-
--o-size-ratio: 16.
|
|
6446
|
+
--o-size-ratio: 16.8 !important;
|
|
6884
6447
|
}
|
|
6885
6448
|
.grow-8\.5x {
|
|
6886
|
-
--o-size-ratio:
|
|
6449
|
+
--o-size-ratio: 17 !important;
|
|
6887
6450
|
}
|
|
6888
6451
|
.grow-8\.6x {
|
|
6889
|
-
--o-size-ratio:
|
|
6452
|
+
--o-size-ratio: 17.2 !important;
|
|
6890
6453
|
}
|
|
6891
6454
|
.grow-8\.7x {
|
|
6892
|
-
--o-size-ratio:
|
|
6455
|
+
--o-size-ratio: 17.4 !important;
|
|
6893
6456
|
}
|
|
6894
6457
|
.grow-8\.8x {
|
|
6895
|
-
--o-size-ratio:
|
|
6458
|
+
--o-size-ratio: 17.6 !important;
|
|
6896
6459
|
}
|
|
6897
6460
|
.grow-8\.9x {
|
|
6898
|
-
--o-size-ratio:
|
|
6461
|
+
--o-size-ratio: 17.8 !important;
|
|
6899
6462
|
}
|
|
6900
6463
|
.grow-9x {
|
|
6901
6464
|
--o-size-ratio: 18 !important;
|
|
6902
6465
|
}
|
|
6903
6466
|
.grow-9\.1x {
|
|
6904
|
-
--o-size-ratio: 18.
|
|
6467
|
+
--o-size-ratio: 18.2 !important;
|
|
6905
6468
|
}
|
|
6906
6469
|
.grow-9\.2x {
|
|
6907
|
-
--o-size-ratio: 18.
|
|
6470
|
+
--o-size-ratio: 18.4 !important;
|
|
6908
6471
|
}
|
|
6909
6472
|
.grow-9\.3x {
|
|
6910
|
-
--o-size-ratio: 18.
|
|
6473
|
+
--o-size-ratio: 18.6 !important;
|
|
6911
6474
|
}
|
|
6912
6475
|
.grow-9\.4x {
|
|
6913
|
-
--o-size-ratio: 18.
|
|
6476
|
+
--o-size-ratio: 18.8 !important;
|
|
6914
6477
|
}
|
|
6915
6478
|
.grow-9\.5x {
|
|
6916
|
-
--o-size-ratio:
|
|
6479
|
+
--o-size-ratio: 19 !important;
|
|
6917
6480
|
}
|
|
6918
6481
|
.grow-9\.6x {
|
|
6919
|
-
--o-size-ratio:
|
|
6482
|
+
--o-size-ratio: 19.2 !important;
|
|
6920
6483
|
}
|
|
6921
6484
|
.grow-9\.7x {
|
|
6922
|
-
--o-size-ratio:
|
|
6485
|
+
--o-size-ratio: 19.4 !important;
|
|
6923
6486
|
}
|
|
6924
6487
|
.grow-9\.8x {
|
|
6925
|
-
--o-size-ratio:
|
|
6488
|
+
--o-size-ratio: 19.6 !important;
|
|
6926
6489
|
}
|
|
6927
6490
|
.grow-9\.9x {
|
|
6928
|
-
--o-size-ratio:
|
|
6491
|
+
--o-size-ratio: 19.8 !important;
|
|
6929
6492
|
}
|
|
6930
6493
|
.grow-10x {
|
|
6931
6494
|
--o-size-ratio: 20 !important;
|
|
6932
6495
|
}
|
|
6933
6496
|
.grow-10\.1x {
|
|
6934
|
-
--o-size-ratio: 20.
|
|
6497
|
+
--o-size-ratio: 20.2 !important;
|
|
6935
6498
|
}
|
|
6936
6499
|
.grow-10\.2x {
|
|
6937
|
-
--o-size-ratio: 20.
|
|
6500
|
+
--o-size-ratio: 20.4 !important;
|
|
6938
6501
|
}
|
|
6939
6502
|
.grow-10\.3x {
|
|
6940
|
-
--o-size-ratio: 20.
|
|
6503
|
+
--o-size-ratio: 20.6 !important;
|
|
6941
6504
|
}
|
|
6942
6505
|
.grow-10\.4x {
|
|
6943
|
-
--o-size-ratio: 20.
|
|
6506
|
+
--o-size-ratio: 20.8 !important;
|
|
6944
6507
|
}
|
|
6945
6508
|
.grow-10\.5x {
|
|
6946
|
-
--o-size-ratio:
|
|
6509
|
+
--o-size-ratio: 21 !important;
|
|
6947
6510
|
}
|
|
6948
6511
|
.grow-10\.6x {
|
|
6949
|
-
--o-size-ratio:
|
|
6512
|
+
--o-size-ratio: 21.2 !important;
|
|
6950
6513
|
}
|
|
6951
6514
|
.grow-10\.7x {
|
|
6952
|
-
--o-size-ratio:
|
|
6515
|
+
--o-size-ratio: 21.4 !important;
|
|
6953
6516
|
}
|
|
6954
6517
|
.grow-10\.8x {
|
|
6955
|
-
--o-size-ratio:
|
|
6518
|
+
--o-size-ratio: 21.6 !important;
|
|
6956
6519
|
}
|
|
6957
6520
|
.grow-10\.9x {
|
|
6958
|
-
--o-size-ratio:
|
|
6521
|
+
--o-size-ratio: 21.8 !important;
|
|
6959
6522
|
}
|
|
6960
6523
|
.grow-11x {
|
|
6961
6524
|
--o-size-ratio: 22 !important;
|
|
6962
6525
|
}
|
|
6963
6526
|
.grow-11\.1x {
|
|
6964
|
-
--o-size-ratio: 22.
|
|
6527
|
+
--o-size-ratio: 22.2 !important;
|
|
6965
6528
|
}
|
|
6966
6529
|
.grow-11\.2x {
|
|
6967
|
-
--o-size-ratio: 22.
|
|
6530
|
+
--o-size-ratio: 22.4 !important;
|
|
6968
6531
|
}
|
|
6969
6532
|
.grow-11\.3x {
|
|
6970
|
-
--o-size-ratio: 22.
|
|
6533
|
+
--o-size-ratio: 22.6 !important;
|
|
6971
6534
|
}
|
|
6972
6535
|
.grow-11\.4x {
|
|
6973
|
-
--o-size-ratio: 22.
|
|
6536
|
+
--o-size-ratio: 22.8 !important;
|
|
6974
6537
|
}
|
|
6975
6538
|
.grow-11\.5x {
|
|
6976
|
-
--o-size-ratio:
|
|
6539
|
+
--o-size-ratio: 23 !important;
|
|
6977
6540
|
}
|
|
6978
6541
|
.grow-11\.6x {
|
|
6979
|
-
--o-size-ratio:
|
|
6542
|
+
--o-size-ratio: 23.2 !important;
|
|
6980
6543
|
}
|
|
6981
6544
|
.grow-11\.7x {
|
|
6982
|
-
--o-size-ratio:
|
|
6545
|
+
--o-size-ratio: 23.4 !important;
|
|
6983
6546
|
}
|
|
6984
6547
|
.grow-11\.8x {
|
|
6985
|
-
--o-size-ratio:
|
|
6548
|
+
--o-size-ratio: 23.6 !important;
|
|
6986
6549
|
}
|
|
6987
6550
|
.grow-11\.9x {
|
|
6988
|
-
--o-size-ratio:
|
|
6551
|
+
--o-size-ratio: 23.8 !important;
|
|
6989
6552
|
}
|
|
6990
6553
|
.grow-12x {
|
|
6991
6554
|
--o-size-ratio: 24 !important;
|
|
6992
6555
|
}
|
|
6993
6556
|
.grow-12\.1x {
|
|
6994
|
-
--o-size-ratio: 24.
|
|
6557
|
+
--o-size-ratio: 24.2 !important;
|
|
6995
6558
|
}
|
|
6996
6559
|
.grow-12\.2x {
|
|
6997
|
-
--o-size-ratio: 24.
|
|
6560
|
+
--o-size-ratio: 24.4 !important;
|
|
6998
6561
|
}
|
|
6999
6562
|
.grow-12\.3x {
|
|
7000
|
-
--o-size-ratio: 24.
|
|
6563
|
+
--o-size-ratio: 24.6 !important;
|
|
7001
6564
|
}
|
|
7002
6565
|
.grow-12\.4x {
|
|
7003
|
-
--o-size-ratio: 24.
|
|
6566
|
+
--o-size-ratio: 24.8 !important;
|
|
7004
6567
|
}
|
|
7005
6568
|
.grow-12\.5x {
|
|
7006
|
-
--o-size-ratio:
|
|
6569
|
+
--o-size-ratio: 25 !important;
|
|
7007
6570
|
}
|
|
7008
6571
|
.grow-12\.6x {
|
|
7009
|
-
--o-size-ratio:
|
|
6572
|
+
--o-size-ratio: 25.2 !important;
|
|
7010
6573
|
}
|
|
7011
6574
|
.grow-12\.7x {
|
|
7012
|
-
--o-size-ratio:
|
|
6575
|
+
--o-size-ratio: 25.4 !important;
|
|
7013
6576
|
}
|
|
7014
6577
|
.grow-12\.8x {
|
|
7015
|
-
--o-size-ratio:
|
|
6578
|
+
--o-size-ratio: 25.6 !important;
|
|
7016
6579
|
}
|
|
7017
6580
|
.grow-12\.9x {
|
|
7018
|
-
--o-size-ratio:
|
|
6581
|
+
--o-size-ratio: 25.8 !important;
|
|
7019
6582
|
}
|
|
7020
6583
|
.inner-orbit {
|
|
7021
6584
|
--o-aligment: calc( var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1) ) / 2;
|
|
@@ -7047,12 +6610,14 @@ o-text.gap-30 {
|
|
|
7047
6610
|
margin-top: 25%;
|
|
7048
6611
|
--o-angle-composite: 270deg !important;
|
|
7049
6612
|
}
|
|
7050
|
-
.capsule.
|
|
7051
|
-
--o-
|
|
7052
|
-
--o-angle-composite: var(--o-gyro);
|
|
6613
|
+
.side > .capsule.horizontal {
|
|
6614
|
+
--o-angle-composite: calc(90deg - var(--o-from) - (var(--o-angle)* var(--o-orbit-child-number)));
|
|
7053
6615
|
}
|
|
7054
|
-
.satellite > .capsule
|
|
7055
|
-
--o-
|
|
6616
|
+
.satellite.spin-lock > .capsule {
|
|
6617
|
+
--o-angle-composite: calc(-90deg + var(--o-from)) !important;
|
|
6618
|
+
}
|
|
6619
|
+
.satellite.spin-lock > .capsule.flip {
|
|
6620
|
+
--o-angle-composite: calc(90deg + var(--o-from)) !important;
|
|
7056
6621
|
}
|
|
7057
6622
|
.satellite > .capsule.turn-left {
|
|
7058
6623
|
margin-top: unset;
|
|
@@ -7060,13 +6625,9 @@ o-text.gap-30 {
|
|
|
7060
6625
|
.satellite > .capsule.turn-right {
|
|
7061
6626
|
margin-top: unset;
|
|
7062
6627
|
}
|
|
7063
|
-
.satellite.
|
|
6628
|
+
.satellite.spin-lock {
|
|
7064
6629
|
transform: var(--o-transform) rotate(calc(var(--o-angle-composite)));
|
|
7065
6630
|
}
|
|
7066
|
-
o-progress.rounded,
|
|
7067
|
-
o-text.rounded {
|
|
7068
|
-
--o-linecap: round;
|
|
7069
|
-
}
|
|
7070
6631
|
.gooey-fx-light,
|
|
7071
6632
|
.gooey-fx {
|
|
7072
6633
|
filter: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg"> <filter id="fancy-goo"> <feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur" /> <feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="goo" /> <feComposite in="SourceGraphic" in2="goo" operator="atop" /> </filter> </svg>#fancy-goo');
|
|
@@ -7120,15 +6681,13 @@ o-text.rounded {
|
|
|
7120
6681
|
}
|
|
7121
6682
|
@container oslice not style(--o-ellipse-x: 1) {
|
|
7122
6683
|
o-arc,
|
|
7123
|
-
o-progress
|
|
7124
|
-
o-text {
|
|
6684
|
+
o-progress {
|
|
7125
6685
|
display: none;
|
|
7126
6686
|
}
|
|
7127
6687
|
}
|
|
7128
6688
|
@container oslice not style(--o-ellipse-y: 1) {
|
|
7129
6689
|
o-arc,
|
|
7130
|
-
o-progress
|
|
7131
|
-
o-text {
|
|
6690
|
+
o-progress {
|
|
7132
6691
|
display: none;
|
|
7133
6692
|
}
|
|
7134
6693
|
}
|
|
@@ -7208,10 +6767,6 @@ o-text.rounded {
|
|
|
7208
6767
|
--o-purple: hsl(279, 85%, 65%);
|
|
7209
6768
|
--o-pink: hsl(348, 100%, 60%);
|
|
7210
6769
|
--o-gray: hsl(240, 2%, 60%);
|
|
7211
|
-
--o-hue: 70;
|
|
7212
|
-
--o-saturation: 70%;
|
|
7213
|
-
--o-light: 70%;
|
|
7214
|
-
--o-color: hsl(var(--o-hue), var(--o-saturation), var(--o-light));
|
|
7215
6770
|
--o-color-white: color-mix(in oklab, var(--o-color), white 95%);
|
|
7216
6771
|
--o-color-lighter: color-mix(in oklab, var(--o-color), white 75%);
|
|
7217
6772
|
--o-color-light: color-mix(in oklab, var(--o-color), white 30%);
|
|
@@ -7253,7 +6808,7 @@ o-text.rounded {
|
|
|
7253
6808
|
--o-blue-light: color-mix(in oklab, var(--o-blue), white 30%);
|
|
7254
6809
|
--o-blue-dark: color-mix(in oklab, var(--o-blue), black 20%);
|
|
7255
6810
|
--o-blue-darker: color-mix(in oklab, var(--o-blue), black 40%);
|
|
7256
|
-
--o-blue-black: color-mix(in oklab, var(--o-
|
|
6811
|
+
--o-blue-black: color-mix(in oklab, var(--o-blue), black 78%);
|
|
7257
6812
|
--o-indigo-white: color-mix(in oklab, var(--o-indigo), white 95%);
|
|
7258
6813
|
--o-indigo-lighter: color-mix(in oklab, var(--o-indigo), white 75%);
|
|
7259
6814
|
--o-indigo-light: color-mix(in oklab, var(--o-indigo), white 30%);
|
|
@@ -7300,18 +6855,13 @@ o-text.rounded {
|
|
|
7300
6855
|
background: currentcolor;
|
|
7301
6856
|
}
|
|
7302
6857
|
o-progress {
|
|
7303
|
-
--o-
|
|
7304
|
-
--o-hover-
|
|
7305
|
-
--o-
|
|
6858
|
+
--o-color: currentcolor;
|
|
6859
|
+
--o-hover-color: unset;
|
|
6860
|
+
--o-background-color: transparent;
|
|
7306
6861
|
}
|
|
7307
6862
|
o-arc {
|
|
7308
|
-
--o-
|
|
7309
|
-
--o-hover-
|
|
7310
|
-
}
|
|
7311
|
-
o-text {
|
|
7312
|
-
--o-text-color: transparent;
|
|
7313
|
-
--o-hover-label-color: transparent;
|
|
7314
|
-
color: currentColor;
|
|
6863
|
+
--o-color: unset;
|
|
6864
|
+
--o-hover-color: unset;
|
|
7315
6865
|
}
|
|
7316
6866
|
.dev-orbit.gravity-spot {
|
|
7317
6867
|
background: none;
|
|
@@ -7338,18 +6888,13 @@ o-text {
|
|
|
7338
6888
|
background: currentColor;
|
|
7339
6889
|
}
|
|
7340
6890
|
.dev-orbit o-progress {
|
|
7341
|
-
--o-
|
|
7342
|
-
--o-hover-
|
|
7343
|
-
--o-
|
|
6891
|
+
--o-color: currentColor;
|
|
6892
|
+
--o-hover-color: unset;
|
|
6893
|
+
--o-background-color: transparent;
|
|
7344
6894
|
}
|
|
7345
6895
|
.dev-orbit o-arc {
|
|
7346
|
-
--o-
|
|
7347
|
-
--o-hover-
|
|
7348
|
-
}
|
|
7349
|
-
.dev-orbit o-text {
|
|
7350
|
-
--o-text-color: transparent;
|
|
7351
|
-
--o-hover-label-color: transparent;
|
|
7352
|
-
color: currentcolor;
|
|
6896
|
+
--o-color: currentColor;
|
|
6897
|
+
--o-hover-color: unset;
|
|
7353
6898
|
}
|
|
7354
6899
|
.theme-cyan .gravity-spot {
|
|
7355
6900
|
background: none;
|
|
@@ -7372,16 +6917,11 @@ o-text {
|
|
|
7372
6917
|
background: var(--o-cyan);
|
|
7373
6918
|
}
|
|
7374
6919
|
.theme-cyan o-progress {
|
|
7375
|
-
--o-
|
|
7376
|
-
--o-hover-
|
|
7377
|
-
--o-
|
|
6920
|
+
--o-color: var(--o-cyan);
|
|
6921
|
+
--o-hover-color: var(--o-cyan);
|
|
6922
|
+
--o-background-color: transparent;
|
|
7378
6923
|
}
|
|
7379
6924
|
.theme-cyan o-arc {
|
|
7380
|
-
--o-
|
|
7381
|
-
--o-hover-
|
|
7382
|
-
}
|
|
7383
|
-
.theme-cyan o-text {
|
|
7384
|
-
--o-text-color: transparent;
|
|
7385
|
-
--o-hover-label-color: transparent;
|
|
7386
|
-
color: var(--o-cyan);
|
|
6925
|
+
--o-color: var(--o-cyan);
|
|
6926
|
+
--o-hover-color: unset;
|
|
7387
6927
|
}
|