@materializecss/materialize 2.1.0 → 2.1.1

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.
Files changed (78) hide show
  1. package/dist/css/materialize.css +223 -758
  2. package/dist/css/materialize.min.css +7 -5
  3. package/dist/css/materialize.min.css.map +1 -0
  4. package/dist/js/materialize.cjs.js +7593 -0
  5. package/dist/js/materialize.d.ts +2333 -0
  6. package/dist/js/materialize.js +6416 -6532
  7. package/dist/js/materialize.min.js +5 -6
  8. package/dist/js/materialize.mjs +7563 -0
  9. package/dist/materialize-src-v2.1.1.zip +0 -0
  10. package/dist/materialize-v2.1.1.zip +0 -0
  11. package/package.json +26 -26
  12. package/sass/components/_dropdown.scss +11 -8
  13. package/sass/components/_grid.scss +11 -9
  14. package/sass/components/_tapTarget.scss +2 -2
  15. package/sass/components/forms/_select.scss +2 -22
  16. package/dist/js/materialize.min.js.map +0 -1
  17. package/dist/src/autocomplete.d.ts +0 -143
  18. package/dist/src/autocomplete.d.ts.map +0 -1
  19. package/dist/src/bounding.d.ts +0 -7
  20. package/dist/src/bounding.d.ts.map +0 -1
  21. package/dist/src/buttons.d.ts +0 -65
  22. package/dist/src/buttons.d.ts.map +0 -1
  23. package/dist/src/cards.d.ts +0 -4
  24. package/dist/src/cards.d.ts.map +0 -1
  25. package/dist/src/carousel.d.ts +0 -131
  26. package/dist/src/carousel.d.ts.map +0 -1
  27. package/dist/src/characterCounter.d.ts +0 -37
  28. package/dist/src/characterCounter.d.ts.map +0 -1
  29. package/dist/src/chips.d.ts +0 -131
  30. package/dist/src/chips.d.ts.map +0 -1
  31. package/dist/src/collapsible.d.ts +0 -75
  32. package/dist/src/collapsible.d.ts.map +0 -1
  33. package/dist/src/component.d.ts +0 -74
  34. package/dist/src/component.d.ts.map +0 -1
  35. package/dist/src/datepicker.d.ts +0 -248
  36. package/dist/src/datepicker.d.ts.map +0 -1
  37. package/dist/src/dropdown.d.ts +0 -149
  38. package/dist/src/dropdown.d.ts.map +0 -1
  39. package/dist/src/edges.d.ts +0 -7
  40. package/dist/src/edges.d.ts.map +0 -1
  41. package/dist/src/forms.d.ts +0 -12
  42. package/dist/src/forms.d.ts.map +0 -1
  43. package/dist/src/global.d.ts +0 -60
  44. package/dist/src/global.d.ts.map +0 -1
  45. package/dist/src/index.d.ts +0 -27
  46. package/dist/src/index.d.ts.map +0 -1
  47. package/dist/src/materialbox.d.ts +0 -96
  48. package/dist/src/materialbox.d.ts.map +0 -1
  49. package/dist/src/modal.d.ts +0 -119
  50. package/dist/src/modal.d.ts.map +0 -1
  51. package/dist/src/parallax.d.ts +0 -40
  52. package/dist/src/parallax.d.ts.map +0 -1
  53. package/dist/src/pushpin.d.ts +0 -52
  54. package/dist/src/pushpin.d.ts.map +0 -1
  55. package/dist/src/range.d.ts +0 -41
  56. package/dist/src/range.d.ts.map +0 -1
  57. package/dist/src/scrollspy.d.ts +0 -62
  58. package/dist/src/scrollspy.d.ts.map +0 -1
  59. package/dist/src/select.d.ts +0 -77
  60. package/dist/src/select.d.ts.map +0 -1
  61. package/dist/src/sidenav.d.ts +0 -122
  62. package/dist/src/sidenav.d.ts.map +0 -1
  63. package/dist/src/slider.d.ts +0 -103
  64. package/dist/src/slider.d.ts.map +0 -1
  65. package/dist/src/tabs.d.ts +0 -80
  66. package/dist/src/tabs.d.ts.map +0 -1
  67. package/dist/src/tapTarget.d.ts +0 -59
  68. package/dist/src/tapTarget.d.ts.map +0 -1
  69. package/dist/src/timepicker.d.ts +0 -208
  70. package/dist/src/timepicker.d.ts.map +0 -1
  71. package/dist/src/toasts.d.ts +0 -95
  72. package/dist/src/toasts.d.ts.map +0 -1
  73. package/dist/src/tooltip.d.ts +0 -118
  74. package/dist/src/tooltip.d.ts.map +0 -1
  75. package/dist/src/utils.d.ts +0 -97
  76. package/dist/src/utils.d.ts.map +0 -1
  77. package/dist/src/waves.d.ts +0 -16
  78. package/dist/src/waves.d.ts.map +0 -1
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Materialize v2.1.0 (https://materializeweb.com)
3
- * Copyright 2014-2024 Materialize
4
- * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
5
- */
2
+ * Materialize v2.1.1 (https://materializeweb.com)
3
+ * Copyright 2014-2024 Materialize
4
+ * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
5
+ */
6
6
  @charset "UTF-8";
7
7
  :root {
8
8
  --md-source: #006495;
@@ -664,9 +664,7 @@
664
664
  letter-spacing: var(--md-sys-typescale-display-large-tracking);
665
665
  line-height: var(--md-sys-typescale-display-large-height);
666
666
  text-transform: var(--md-sys-typescale-display-large-text-transform);
667
- -webkit-text-decoration: var(--md-sys-typescale-display-large-text-decoration);
668
- -moz-text-decoration: var(--md-sys-typescale-display-large-text-decoration);
669
- text-decoration: var(--md-sys-typescale-display-large-text-decoration);
667
+ text-decoration: var(--md-sys-typescale-display-large-text-decoration);
670
668
  }
671
669
 
672
670
  .display-medium {
@@ -677,9 +675,7 @@
677
675
  letter-spacing: var(--md-sys-typescale-display-medium-tracking);
678
676
  line-height: var(--md-sys-typescale-display-medium-height);
679
677
  text-transform: var(--md-sys-typescale-display-medium-text-transform);
680
- -webkit-text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
681
- -moz-text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
682
- text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
678
+ text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
683
679
  }
684
680
 
685
681
  .display-small {
@@ -690,9 +686,7 @@
690
686
  letter-spacing: var(--md-sys-typescale-display-small-tracking);
691
687
  line-height: var(--md-sys-typescale-display-small-height);
692
688
  text-transform: var(--md-sys-typescale-display-small-text-transform);
693
- -webkit-text-decoration: var(--md-sys-typescale-display-small-text-decoration);
694
- -moz-text-decoration: var(--md-sys-typescale-display-small-text-decoration);
695
- text-decoration: var(--md-sys-typescale-display-small-text-decoration);
689
+ text-decoration: var(--md-sys-typescale-display-small-text-decoration);
696
690
  }
697
691
 
698
692
  .headline-large {
@@ -703,9 +697,7 @@
703
697
  letter-spacing: var(--md-sys-typescale-headline-large-tracking);
704
698
  line-height: var(--md-sys-typescale-headline-large-height);
705
699
  text-transform: var(--md-sys-typescale-headline-large-text-transform);
706
- -webkit-text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
707
- -moz-text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
708
- text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
700
+ text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
709
701
  }
710
702
 
711
703
  .headline-medium {
@@ -716,9 +708,7 @@
716
708
  letter-spacing: var(--md-sys-typescale-headline-medium-tracking);
717
709
  line-height: var(--md-sys-typescale-headline-medium-height);
718
710
  text-transform: var(--md-sys-typescale-headline-medium-text-transform);
719
- -webkit-text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
720
- -moz-text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
721
- text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
711
+ text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
722
712
  }
723
713
 
724
714
  .headline-small {
@@ -729,9 +719,7 @@
729
719
  letter-spacing: var(--md-sys-typescale-headline-small-tracking);
730
720
  line-height: var(--md-sys-typescale-headline-small-height);
731
721
  text-transform: var(--md-sys-typescale-headline-small-text-transform);
732
- -webkit-text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
733
- -moz-text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
734
- text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
722
+ text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
735
723
  }
736
724
 
737
725
  .body-large {
@@ -742,9 +730,7 @@
742
730
  letter-spacing: var(--md-sys-typescale-body-large-tracking);
743
731
  line-height: var(--md-sys-typescale-body-large-height);
744
732
  text-transform: var(--md-sys-typescale-body-large-text-transform);
745
- -webkit-text-decoration: var(--md-sys-typescale-body-large-text-decoration);
746
- -moz-text-decoration: var(--md-sys-typescale-body-large-text-decoration);
747
- text-decoration: var(--md-sys-typescale-body-large-text-decoration);
733
+ text-decoration: var(--md-sys-typescale-body-large-text-decoration);
748
734
  }
749
735
 
750
736
  .body-medium {
@@ -755,9 +741,7 @@
755
741
  letter-spacing: var(--md-sys-typescale-body-medium-tracking);
756
742
  line-height: var(--md-sys-typescale-body-medium-height);
757
743
  text-transform: var(--md-sys-typescale-body-medium-text-transform);
758
- -webkit-text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
759
- -moz-text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
760
- text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
744
+ text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
761
745
  }
762
746
 
763
747
  .body-small {
@@ -768,9 +752,7 @@
768
752
  letter-spacing: var(--md-sys-typescale-body-small-tracking);
769
753
  line-height: var(--md-sys-typescale-body-small-height);
770
754
  text-transform: var(--md-sys-typescale-body-small-text-transform);
771
- -webkit-text-decoration: var(--md-sys-typescale-body-small-text-decoration);
772
- -moz-text-decoration: var(--md-sys-typescale-body-small-text-decoration);
773
- text-decoration: var(--md-sys-typescale-body-small-text-decoration);
755
+ text-decoration: var(--md-sys-typescale-body-small-text-decoration);
774
756
  }
775
757
 
776
758
  .label-large {
@@ -781,9 +763,7 @@
781
763
  letter-spacing: var(--md-sys-typescale-label-large-tracking);
782
764
  line-height: var(--md-sys-typescale-label-large-height);
783
765
  text-transform: var(--md-sys-typescale-label-large-text-transform);
784
- -webkit-text-decoration: var(--md-sys-typescale-label-large-text-decoration);
785
- -moz-text-decoration: var(--md-sys-typescale-label-large-text-decoration);
786
- text-decoration: var(--md-sys-typescale-label-large-text-decoration);
766
+ text-decoration: var(--md-sys-typescale-label-large-text-decoration);
787
767
  }
788
768
 
789
769
  .label-medium {
@@ -794,9 +774,7 @@
794
774
  letter-spacing: var(--md-sys-typescale-label-medium-tracking);
795
775
  line-height: var(--md-sys-typescale-label-medium-height);
796
776
  text-transform: var(--md-sys-typescale-label-medium-text-transform);
797
- -webkit-text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
798
- -moz-text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
799
- text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
777
+ text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
800
778
  }
801
779
 
802
780
  .label-small {
@@ -807,9 +785,7 @@
807
785
  letter-spacing: var(--md-sys-typescale-label-small-tracking);
808
786
  line-height: var(--md-sys-typescale-label-small-height);
809
787
  text-transform: var(--md-sys-typescale-label-small-text-transform);
810
- -webkit-text-decoration: var(--md-sys-typescale-label-small-text-decoration);
811
- -moz-text-decoration: var(--md-sys-typescale-label-small-text-decoration);
812
- text-decoration: var(--md-sys-typescale-label-small-text-decoration);
788
+ text-decoration: var(--md-sys-typescale-label-small-text-decoration);
813
789
  }
814
790
 
815
791
  .title-large {
@@ -820,9 +796,7 @@
820
796
  letter-spacing: var(--md-sys-typescale-title-large-tracking);
821
797
  line-height: var(--md-sys-typescale-title-large-height);
822
798
  text-transform: var(--md-sys-typescale-title-large-text-transform);
823
- -webkit-text-decoration: var(--md-sys-typescale-title-large-text-decoration);
824
- -moz-text-decoration: var(--md-sys-typescale-title-large-text-decoration);
825
- text-decoration: var(--md-sys-typescale-title-large-text-decoration);
799
+ text-decoration: var(--md-sys-typescale-title-large-text-decoration);
826
800
  }
827
801
 
828
802
  .title-medium {
@@ -833,9 +807,7 @@
833
807
  letter-spacing: var(--md-sys-typescale-title-medium-tracking);
834
808
  line-height: var(--md-sys-typescale-title-medium-height);
835
809
  text-transform: var(--md-sys-typescale-title-medium-text-transform);
836
- -webkit-text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
837
- -moz-text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
838
- text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
810
+ text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
839
811
  }
840
812
 
841
813
  .title-small {
@@ -846,9 +818,7 @@
846
818
  letter-spacing: var(--md-sys-typescale-title-small-tracking);
847
819
  line-height: var(--md-sys-typescale-title-small-height);
848
820
  text-transform: var(--md-sys-typescale-title-small-text-transform);
849
- -webkit-text-decoration: var(--md-sys-typescale-title-small-text-decoration);
850
- -moz-text-decoration: var(--md-sys-typescale-title-small-text-decoration);
851
- text-decoration: var(--md-sys-typescale-title-small-text-decoration);
821
+ text-decoration: var(--md-sys-typescale-title-small-text-decoration);
852
822
  }
853
823
 
854
824
  .materialize-red {
@@ -3031,8 +3001,7 @@ h1 {
3031
3001
  * 2. Show the overflow in Edge and IE.
3032
3002
  */
3033
3003
  hr {
3034
- -webkit-box-sizing: content-box;
3035
- box-sizing: content-box; /* 1 */
3004
+ box-sizing: content-box; /* 1 */
3036
3005
  height: 0; /* 1 */
3037
3006
  overflow: visible; /* 2 */
3038
3007
  }
@@ -3062,9 +3031,7 @@ a {
3062
3031
  abbr[title] {
3063
3032
  border-bottom: none; /* 1 */
3064
3033
  text-decoration: underline; /* 2 */
3065
- -webkit-text-decoration: underline dotted;
3066
- -moz-text-decoration: underline dotted;
3067
- text-decoration: underline dotted; /* 2 */
3034
+ text-decoration: underline dotted; /* 2 */
3068
3035
  }
3069
3036
 
3070
3037
  /**
@@ -3202,8 +3169,7 @@ fieldset {
3202
3169
  * `fieldset` elements in all browsers.
3203
3170
  */
3204
3171
  legend {
3205
- -webkit-box-sizing: border-box;
3206
- box-sizing: border-box; /* 1 */
3172
+ box-sizing: border-box; /* 1 */
3207
3173
  color: inherit; /* 2 */
3208
3174
  display: table; /* 1 */
3209
3175
  max-width: 100%; /* 1 */
@@ -3231,8 +3197,7 @@ textarea {
3231
3197
  */
3232
3198
  [type=checkbox],
3233
3199
  [type=radio] {
3234
- -webkit-box-sizing: border-box;
3235
- box-sizing: border-box; /* 1 */
3200
+ box-sizing: border-box; /* 1 */
3236
3201
  padding: 0; /* 2 */
3237
3202
  }
3238
3203
 
@@ -3302,13 +3267,11 @@ template {
3302
3267
  }
3303
3268
 
3304
3269
  html {
3305
- -webkit-box-sizing: border-box;
3306
- box-sizing: border-box;
3270
+ box-sizing: border-box;
3307
3271
  }
3308
3272
 
3309
3273
  *, *:before, *:after {
3310
- -webkit-box-sizing: inherit;
3311
- box-sizing: inherit;
3274
+ box-sizing: inherit;
3312
3275
  }
3313
3276
 
3314
3277
  body {
@@ -3331,14 +3294,8 @@ a {
3331
3294
  }
3332
3295
 
3333
3296
  .valign-wrapper {
3334
- display: -webkit-box;
3335
- display: -webkit-flex;
3336
- display: -ms-flexbox;
3337
3297
  display: flex;
3338
- -webkit-box-align: center;
3339
- -webkit-align-items: center;
3340
- -ms-flex-align: center;
3341
- align-items: center;
3298
+ align-items: center;
3342
3299
  }
3343
3300
 
3344
3301
  .clearfix {
@@ -3348,54 +3305,43 @@ a {
3348
3305
  .z-depth-0, .btn:focus.tonal, .btn-small:focus.tonal, .btn-large:focus.tonal, .btn:focus.filled, .btn-small:focus.filled, .btn-large:focus.filled, .btn.disabled, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled,
3349
3306
  .btn:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled,
3350
3307
  .btn[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled], .btn.text, .text.btn-small, .text.btn-large, .btn-flat {
3351
- -webkit-box-shadow: none !important;
3352
- box-shadow: none !important;
3308
+ box-shadow: none !important;
3353
3309
  }
3354
3310
 
3355
3311
  /* 2dp elevation modified*/
3356
3312
  .z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn:focus.elevated, .btn-small:focus.elevated, .btn-large:focus.elevated, .btn.tonal:hover, .tonal.btn-small:hover, .tonal.btn-large:hover, .btn.filled:hover, .filled.btn-small:hover, .filled.btn-large:hover, .btn.elevated, .elevated.btn-small, .elevated.btn-large, .card, .card-panel, nav {
3357
- -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
3358
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
3313
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
3359
3314
  }
3360
3315
 
3361
3316
  .z-depth-1-half, .btn-floating:focus, .btn-floating:hover {
3362
- -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
3363
- box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
3317
+ box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
3364
3318
  }
3365
3319
 
3366
3320
  /* 6dp elevation modified*/
3367
3321
  .z-depth-2, .btn.elevated:hover, .elevated.btn-small:hover, .elevated.btn-large:hover {
3368
- -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
3369
- box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
3322
+ box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
3370
3323
  }
3371
3324
 
3372
3325
  /* 12dp elevation modified*/
3373
3326
  .z-depth-3, .toast {
3374
- -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
3375
- box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
3327
+ box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
3376
3328
  }
3377
3329
 
3378
3330
  /* 16dp elevation */
3379
3331
  .z-depth-4 {
3380
- -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
3381
- box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
3332
+ box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
3382
3333
  }
3383
3334
 
3384
3335
  /* 24dp elevation */
3385
3336
  .z-depth-5, .modal {
3386
- -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
3387
- box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
3337
+ box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
3388
3338
  }
3389
3339
 
3390
3340
  .hoverable {
3391
- -webkit-transition: -webkit-box-shadow 0.25s;
3392
- transition: -webkit-box-shadow 0.25s;
3393
3341
  transition: box-shadow 0.25s;
3394
- transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
3395
3342
  }
3396
3343
  .hoverable:hover {
3397
- -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
3398
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
3344
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
3399
3345
  }
3400
3346
 
3401
3347
  .divider {
@@ -3547,10 +3493,8 @@ video.responsive-video {
3547
3493
  bottom: 0;
3548
3494
  min-width: 100%;
3549
3495
  min-height: 100%;
3550
- -webkit-transform: translate3d(0, 0, 0);
3551
- transform: translate3d(0, 0, 0);
3552
- -webkit-transform: translateX(-50%);
3553
- transform: translateX(-50%);
3496
+ transform: translate3d(0, 0, 0);
3497
+ transform: translateX(-50%);
3554
3498
  }
3555
3499
 
3556
3500
  .pin-top, .pin-bottom {
@@ -3570,8 +3514,7 @@ ul.staggered-list li {
3570
3514
 
3571
3515
  .fade-in {
3572
3516
  opacity: 0;
3573
- -webkit-transform-origin: 0 50%;
3574
- transform-origin: 0 50%;
3517
+ transform-origin: 0 50%;
3575
3518
  }
3576
3519
 
3577
3520
  /*********************
@@ -3670,18 +3613,9 @@ ul.staggered-list li {
3670
3613
  .page-footer .footer-copyright a {
3671
3614
  overflow: hidden;
3672
3615
  min-height: 50px;
3673
- display: -webkit-box;
3674
- display: -webkit-flex;
3675
- display: -ms-flexbox;
3676
3616
  display: flex;
3677
- -webkit-box-align: center;
3678
- -webkit-align-items: center;
3679
- -ms-flex-align: center;
3680
- align-items: center;
3681
- -webkit-box-pack: justify;
3682
- -webkit-justify-content: space-between;
3683
- -ms-flex-pack: justify;
3684
- justify-content: space-between;
3617
+ align-items: center;
3618
+ justify-content: space-between;
3685
3619
  padding: 10px 0px;
3686
3620
  }
3687
3621
 
@@ -3707,7 +3641,6 @@ table.striped tbody > tr:nth-child(odd) {
3707
3641
  background-color: rgba(0, 0, 0, 0.08);
3708
3642
  }
3709
3643
  table.highlight > tbody > tr {
3710
- -webkit-transition: background-color 0.25s ease;
3711
3644
  transition: background-color 0.25s ease;
3712
3645
  }
3713
3646
  table.highlight > tbody > tr:hover {
@@ -3835,10 +3768,7 @@ td, th {
3835
3768
 
3836
3769
  .no-select, input[type=range],
3837
3770
  input[type=range] + .thumb {
3838
- -webkit-user-select: none;
3839
- -moz-user-select: none;
3840
- -ms-user-select: none;
3841
- user-select: none;
3771
+ user-select: none;
3842
3772
  }
3843
3773
 
3844
3774
  .circle {
@@ -4406,7 +4336,6 @@ input[type=range] + .thumb {
4406
4336
  }
4407
4337
  .collection a.collection-item {
4408
4338
  display: block;
4409
- -webkit-transition: 0.25s;
4410
4339
  transition: 0.25s;
4411
4340
  color: var(--md-sys-color-primary);
4412
4341
  }
@@ -4449,8 +4378,7 @@ span.badge {
4449
4378
  height: var(--bagde-height);
4450
4379
  color: var(--md-sys-color-on-surface-variant);
4451
4380
  float: right;
4452
- -webkit-box-sizing: border-box;
4453
- box-sizing: border-box;
4381
+ box-sizing: border-box;
4454
4382
  }
4455
4383
  span.badge.new {
4456
4384
  font-weight: 300;
@@ -4505,9 +4433,7 @@ table span.badge {
4505
4433
  .material-icons, .material-symbols-outlined,
4506
4434
  .material-symbols-rounded, .material-symbols-sharp {
4507
4435
  text-rendering: optimizeLegibility;
4508
- -webkit-font-feature-settings: "liga";
4509
- -moz-font-feature-settings: "liga";
4510
- font-feature-settings: "liga";
4436
+ font-feature-settings: "liga";
4511
4437
  }
4512
4438
 
4513
4439
  .container {
@@ -4530,30 +4456,15 @@ table span.badge {
4530
4456
  padding: 1rem 0;
4531
4457
  }
4532
4458
 
4533
- .row {
4459
+ body {
4534
4460
  --gap-size: 1.5rem;
4461
+ }
4462
+
4463
+ .row {
4535
4464
  display: grid;
4536
4465
  grid-template-columns: repeat(12, 1fr);
4537
4466
  gap: var(--gap-size);
4538
4467
  }
4539
- .row .g-0 {
4540
- gap: 0;
4541
- }
4542
- .row .g-1 {
4543
- gap: calc(0.25 * var(--gap-size));
4544
- }
4545
- .row .g-2 {
4546
- gap: calc(0.5 * var(--gap-size));
4547
- }
4548
- .row .g-3 {
4549
- gap: calc(1 * var(--gap-size));
4550
- }
4551
- .row .g-4 {
4552
- gap: calc(1.5 * var(--gap-size));
4553
- }
4554
- .row .g-5 {
4555
- gap: calc(3 * var(--gap-size));
4556
- }
4557
4468
  .row .s1 {
4558
4469
  grid-column: auto/span 1;
4559
4470
  }
@@ -4837,6 +4748,30 @@ table span.badge {
4837
4748
  }
4838
4749
  }
4839
4750
 
4751
+ .g-0 {
4752
+ gap: 0;
4753
+ }
4754
+
4755
+ .g-1 {
4756
+ gap: calc(0.25 * var(--gap-size));
4757
+ }
4758
+
4759
+ .g-2 {
4760
+ gap: calc(0.5 * var(--gap-size));
4761
+ }
4762
+
4763
+ .g-3 {
4764
+ gap: calc(1 * var(--gap-size));
4765
+ }
4766
+
4767
+ .g-4 {
4768
+ gap: calc(1.5 * var(--gap-size));
4769
+ }
4770
+
4771
+ .g-5 {
4772
+ gap: calc(3 * var(--gap-size));
4773
+ }
4774
+
4840
4775
  :root {
4841
4776
  --navbar-height: 64px;
4842
4777
  --navbar-height-mobile: 56px;
@@ -4901,19 +4836,16 @@ nav .brand-logo {
4901
4836
  }
4902
4837
  nav .brand-logo.center {
4903
4838
  left: 50%;
4904
- -webkit-transform: translateX(-50%);
4905
- transform: translateX(-50%);
4839
+ transform: translateX(-50%);
4906
4840
  }
4907
4841
  @media only screen and (max-width : 992.99px) {
4908
4842
  nav .brand-logo {
4909
4843
  left: 50%;
4910
- -webkit-transform: translateX(-50%);
4911
- transform: translateX(-50%);
4844
+ transform: translateX(-50%);
4912
4845
  }
4913
4846
  nav .brand-logo.left, nav .brand-logo.right {
4914
4847
  padding: 0;
4915
- -webkit-transform: none;
4916
- transform: none;
4848
+ transform: none;
4917
4849
  }
4918
4850
  nav .brand-logo.left {
4919
4851
  left: 0.5rem;
@@ -4944,13 +4876,11 @@ nav ul:not(.dropdown-content) {
4944
4876
  margin: 0;
4945
4877
  }
4946
4878
  nav ul:not(.dropdown-content) > li {
4947
- -webkit-transition: background-color 0.3s;
4948
4879
  transition: background-color 0.3s;
4949
4880
  float: left;
4950
4881
  padding: 0;
4951
4882
  }
4952
4883
  nav ul:not(.dropdown-content) > li > a {
4953
- -webkit-transition: background-color 0.3s;
4954
4884
  transition: background-color 0.3s;
4955
4885
  font-size: 1rem;
4956
4886
  color: var(--md-sys-color-on-primary);
@@ -4993,8 +4923,7 @@ nav .input-field input[type=search] {
4993
4923
  }
4994
4924
  nav .input-field input[type=search]:focus, nav .input-field input[type=search][type=text]:valid, nav .input-field input[type=search][type=password]:valid, nav .input-field input[type=search][type=email]:valid, nav .input-field input[type=search][type=url]:valid, nav .input-field input[type=search][type=date]:valid {
4995
4925
  border: none;
4996
- -webkit-box-shadow: none;
4997
- box-shadow: none;
4926
+ box-shadow: none;
4998
4927
  }
4999
4928
  nav .input-field label {
5000
4929
  top: 0;
@@ -5002,7 +4931,6 @@ nav .input-field label {
5002
4931
  }
5003
4932
  nav .input-field label i {
5004
4933
  color: var(--font-on-primary-color-medium);
5005
- -webkit-transition: color 0.3s;
5006
4934
  transition: color 0.3s;
5007
4935
  }
5008
4936
  nav .input-field label.active i {
@@ -5233,29 +5161,18 @@ small {
5233
5161
  }
5234
5162
 
5235
5163
  .scale-transition {
5236
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
5237
- transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
5238
5164
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
5239
- transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
5240
5165
  }
5241
5166
  .scale-transition.scale-out {
5242
- -webkit-transform: scale(0);
5243
- transform: scale(0);
5244
- -webkit-transition: -webkit-transform 0.2s !important;
5245
- transition: -webkit-transform 0.2s !important;
5167
+ transform: scale(0);
5246
5168
  transition: transform 0.2s !important;
5247
- transition: transform 0.2s, -webkit-transform 0.2s !important;
5248
5169
  }
5249
5170
  .scale-transition.scale-in {
5250
- -webkit-transform: scale(1);
5251
- transform: scale(1);
5171
+ transform: scale(1);
5252
5172
  }
5253
5173
 
5254
5174
  .card-panel {
5255
- -webkit-transition: -webkit-box-shadow 0.25s;
5256
- transition: -webkit-box-shadow 0.25s;
5257
5175
  transition: box-shadow 0.25s;
5258
- transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
5259
5176
  padding: 24px;
5260
5177
  margin: 0.5rem 0 1rem 0;
5261
5178
  border-radius: 12px;
@@ -5266,10 +5183,7 @@ small {
5266
5183
  overflow: hidden;
5267
5184
  position: relative;
5268
5185
  background-color: var(--md-sys-color-surface);
5269
- -webkit-transition: -webkit-box-shadow 0.25s;
5270
- transition: -webkit-box-shadow 0.25s;
5271
5186
  transition: box-shadow 0.25s;
5272
- transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
5273
5187
  border-radius: 12px;
5274
5188
  }
5275
5189
  .card .card-title {
@@ -5309,9 +5223,6 @@ small {
5309
5223
  height: 500px;
5310
5224
  }
5311
5225
  .card.horizontal {
5312
- display: -webkit-box;
5313
- display: -webkit-flex;
5314
- display: -ms-flexbox;
5315
5226
  display: flex;
5316
5227
  }
5317
5228
  .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
@@ -5331,26 +5242,13 @@ small {
5331
5242
  width: auto;
5332
5243
  }
5333
5244
  .card.horizontal .card-stacked {
5334
- display: -webkit-box;
5335
- display: -webkit-flex;
5336
- display: -ms-flexbox;
5337
5245
  display: flex;
5338
- -webkit-box-orient: vertical;
5339
- -webkit-box-direction: normal;
5340
- -webkit-flex-direction: column;
5341
- -ms-flex-direction: column;
5342
- flex-direction: column;
5343
- -webkit-box-flex: 1;
5344
- -webkit-flex: 1;
5345
- -ms-flex: 1;
5346
- flex: 1;
5246
+ flex-direction: column;
5247
+ flex: 1;
5347
5248
  position: relative;
5348
5249
  }
5349
5250
  .card.horizontal .card-stacked .card-content {
5350
- -webkit-box-flex: 1;
5351
- -webkit-flex-grow: 1;
5352
- -ms-flex-positive: 1;
5353
- flex-grow: 1;
5251
+ flex-grow: 1;
5354
5252
  }
5355
5253
  .card.sticky-action .card-action {
5356
5254
  z-index: 2;
@@ -5409,7 +5307,6 @@ small {
5409
5307
  }
5410
5308
  .card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
5411
5309
  color: var(--md-sys-color-primary);
5412
- -webkit-transition: color 0.3s ease;
5413
5310
  transition: color 0.3s ease;
5414
5311
  }
5415
5312
  .card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
@@ -5474,18 +5371,9 @@ small {
5474
5371
  line-height: 20px;
5475
5372
  color: var(--md-sys-color-inverse-on-surface);
5476
5373
  background-color: var(--md-sys-color-inverse-surface);
5477
- display: -webkit-box;
5478
- display: -webkit-flex;
5479
- display: -ms-flexbox;
5480
5374
  display: flex;
5481
- -webkit-box-align: center;
5482
- -webkit-align-items: center;
5483
- -ms-flex-align: center;
5484
- align-items: center;
5485
- -webkit-box-pack: justify;
5486
- -webkit-justify-content: space-between;
5487
- -ms-flex-pack: justify;
5488
- justify-content: space-between;
5375
+ align-items: center;
5376
+ justify-content: space-between;
5489
5377
  cursor: default;
5490
5378
  }
5491
5379
  .toast .toast-action {
@@ -5543,16 +5431,10 @@ small {
5543
5431
  background-color: var(--md-sys-color-on-primary);
5544
5432
  }
5545
5433
  .tabs.tabs-fixed-width {
5546
- display: -webkit-box;
5547
- display: -webkit-flex;
5548
- display: -ms-flexbox;
5549
5434
  display: flex;
5550
5435
  }
5551
5436
  .tabs.tabs-fixed-width .tab {
5552
- -webkit-box-flex: 1;
5553
- -webkit-flex-grow: 1;
5554
- -ms-flex-positive: 1;
5555
- flex-grow: 1;
5437
+ flex-grow: 1;
5556
5438
  }
5557
5439
  .tabs .tab {
5558
5440
  padding-left: 0;
@@ -5573,7 +5455,6 @@ small {
5573
5455
  font-size: 14px;
5574
5456
  text-overflow: ellipsis;
5575
5457
  overflow: hidden;
5576
- -webkit-transition: color 0.28s ease, background-color 0.28s ease;
5577
5458
  transition: color 0.28s ease, background-color 0.28s ease;
5578
5459
  }
5579
5460
  .tabs .tab a.active {
@@ -5609,16 +5490,10 @@ small {
5609
5490
  /* Fixed Sidenav hide on smaller */
5610
5491
  @media only screen and (max-width : 992.99px) {
5611
5492
  .tabs {
5612
- display: -webkit-box;
5613
- display: -webkit-flex;
5614
- display: -ms-flexbox;
5615
5493
  display: flex;
5616
5494
  }
5617
5495
  .tabs .tab {
5618
- -webkit-box-flex: 1;
5619
- -webkit-flex-grow: 1;
5620
- -ms-flex-positive: 1;
5621
- flex-grow: 1;
5496
+ flex-grow: 1;
5622
5497
  }
5623
5498
  .tabs .tab a {
5624
5499
  padding: 0 12px;
@@ -5647,14 +5522,8 @@ small {
5647
5522
  left: 0;
5648
5523
  top: 0;
5649
5524
  pointer-events: none;
5650
- display: -webkit-box;
5651
- display: -webkit-flex;
5652
- display: -ms-flexbox;
5653
5525
  display: flex;
5654
- -webkit-box-align: center;
5655
- -webkit-align-items: center;
5656
- -ms-flex-align: center;
5657
- align-items: center;
5526
+ align-items: center;
5658
5527
  visibility: hidden;
5659
5528
  z-index: 2000;
5660
5529
  }
@@ -5667,8 +5536,7 @@ small {
5667
5536
  border-radius: 0 0 50% 50%;
5668
5537
  background-color: var(--md-sys-color-inverse-surface);
5669
5538
  z-index: -1;
5670
- -webkit-transform-origin: 50% 0;
5671
- transform-origin: 50% 0;
5539
+ transform-origin: 50% 0;
5672
5540
  visibility: hidden;
5673
5541
  }
5674
5542
 
@@ -5688,23 +5556,13 @@ small {
5688
5556
  font-size: ver(--btn-font-size);
5689
5557
  font-weight: 500;
5690
5558
  text-decoration: none;
5691
- display: -webkit-inline-box;
5692
- display: -webkit-inline-flex;
5693
- display: -ms-inline-flexbox;
5694
5559
  display: inline-flex;
5695
- -webkit-box-align: center;
5696
- -webkit-align-items: center;
5697
- -ms-flex-align: center;
5698
- align-items: center;
5560
+ align-items: center;
5699
5561
  cursor: pointer;
5700
5562
  -webkit-tap-highlight-color: transparent;
5701
5563
  white-space: nowrap;
5702
5564
  outline: 0;
5703
- -webkit-user-select: none;
5704
- -moz-user-select: none;
5705
- -ms-user-select: none;
5706
- user-select: none;
5707
- -webkit-transition: background-color 0.2s ease-out;
5565
+ user-select: none;
5708
5566
  transition: background-color 0.2s ease-out;
5709
5567
  }
5710
5568
 
@@ -5765,8 +5623,7 @@ small {
5765
5623
  color: color-mix(in srgb, transparent, var(--md-sys-color-on-surface) 76%);
5766
5624
  background-color: color-mix(in srgb, transparent, var(--md-sys-color-on-surface) 24%);
5767
5625
  pointer-events: none;
5768
- -webkit-box-shadow: none;
5769
- box-shadow: none;
5626
+ box-shadow: none;
5770
5627
  cursor: default;
5771
5628
  }
5772
5629
 
@@ -5835,14 +5692,10 @@ small {
5835
5692
  padding: 0;
5836
5693
  display: grid;
5837
5694
  grid-auto-flow: column;
5838
- -webkit-box-align: center;
5839
- -webkit-align-items: center;
5840
- -ms-flex-align: center;
5841
- align-items: center;
5695
+ align-items: center;
5842
5696
  position: relative;
5843
5697
  overflow: hidden;
5844
5698
  z-index: 1;
5845
- -webkit-transition: background-color 0.3s;
5846
5699
  transition: background-color 0.3s;
5847
5700
  cursor: pointer;
5848
5701
  vertical-align: middle;
@@ -5913,8 +5766,7 @@ button.btn-floating {
5913
5766
  text-align: right;
5914
5767
  right: 64px;
5915
5768
  top: 50%;
5916
- -webkit-transform: translateY(-50%);
5917
- transform: translateY(-50%);
5769
+ transform: translateY(-50%);
5918
5770
  height: 100%;
5919
5771
  left: auto;
5920
5772
  /*width 100% only goes to width of button container */
@@ -5942,15 +5794,8 @@ button.btn-floating {
5942
5794
  .fixed-action-btn.direction-bottom ul {
5943
5795
  top: 64px;
5944
5796
  bottom: auto;
5945
- display: -webkit-box;
5946
- display: -webkit-flex;
5947
- display: -ms-flexbox;
5948
5797
  display: flex;
5949
- -webkit-box-orient: vertical;
5950
- -webkit-box-direction: reverse;
5951
- -webkit-flex-direction: column-reverse;
5952
- -ms-flex-direction: column-reverse;
5953
- flex-direction: column-reverse;
5798
+ flex-direction: column-reverse;
5954
5799
  }
5955
5800
  .fixed-action-btn.direction-bottom ul li {
5956
5801
  margin: 15px 0 0 0;
@@ -5963,23 +5808,16 @@ button.btn-floating {
5963
5808
  opacity: 0;
5964
5809
  }
5965
5810
  .fixed-action-btn.toolbar ul {
5966
- display: -webkit-box;
5967
- display: -webkit-flex;
5968
- display: -ms-flexbox;
5969
5811
  display: flex;
5970
5812
  top: 0;
5971
5813
  bottom: 0;
5972
5814
  z-index: 1;
5973
5815
  }
5974
5816
  .fixed-action-btn.toolbar ul li {
5975
- -webkit-box-flex: 1;
5976
- -webkit-flex: 1;
5977
- -ms-flex: 1;
5978
- flex: 1;
5817
+ flex: 1;
5979
5818
  display: inline-block;
5980
5819
  margin: 0;
5981
5820
  height: 100%;
5982
- -webkit-transition: none;
5983
5821
  transition: none;
5984
5822
  }
5985
5823
  .fixed-action-btn.toolbar ul li a {
@@ -5989,8 +5827,7 @@ button.btn-floating {
5989
5827
  width: 100%;
5990
5828
  height: 100%;
5991
5829
  background-color: transparent;
5992
- -webkit-box-shadow: none;
5993
- box-shadow: none;
5830
+ box-shadow: none;
5994
5831
  color: var(--md-sys-color-on-secondary);
5995
5832
  line-height: 56px;
5996
5833
  z-index: 1;
@@ -6022,8 +5859,7 @@ button.btn-floating {
6022
5859
  height: 40px;
6023
5860
  background-color: var(--md-sys-color-secondary);
6024
5861
  border-radius: 16px;
6025
- -webkit-transform: scale(0);
6026
- transform: scale(0);
5862
+ transform: scale(0);
6027
5863
  }
6028
5864
 
6029
5865
  .btn-large {
@@ -6051,6 +5887,12 @@ button.btn-floating {
6051
5887
  border-radius: 99999px;
6052
5888
  }
6053
5889
 
5890
+ [popover] {
5891
+ outline: none;
5892
+ padding: 0;
5893
+ border: none;
5894
+ }
5895
+
6054
5896
  .dropdown-content {
6055
5897
  padding-left: 0;
6056
5898
  list-style-type: none;
@@ -6064,8 +5906,8 @@ button.btn-floating {
6064
5906
  left: 0;
6065
5907
  top: 0;
6066
5908
  z-index: 9999;
6067
- -webkit-transform-origin: 0 0;
6068
- transform-origin: 0 0;
5909
+ transform-origin: 0 0;
5910
+ user-select: none;
6069
5911
  }
6070
5912
  .dropdown-content li {
6071
5913
  clear: both;
@@ -6076,9 +5918,6 @@ button.btn-floating {
6076
5918
  width: 100%;
6077
5919
  text-align: left;
6078
5920
  }
6079
- .dropdown-content li:hover, .dropdown-content li.active {
6080
- background-color: color-mix(in srgb, var(--md-sys-color-surface), var(--md-sys-color-on-surface) 8%);
6081
- }
6082
5921
  .dropdown-content li.divider {
6083
5922
  min-height: 0;
6084
5923
  height: 1px;
@@ -6102,6 +5941,9 @@ button.btn-floating {
6102
5941
  margin: 0 24px 0 0;
6103
5942
  width: 24px;
6104
5943
  }
5944
+ .dropdown-content li:not(.disabled):hover, .dropdown-content li.active {
5945
+ background-color: color-mix(in srgb, var(--md-sys-color-surface), var(--md-sys-color-on-surface) 8%);
5946
+ }
6105
5947
 
6106
5948
  body.keyboard-focused .dropdown-content li:focus {
6107
5949
  background-color: rgba(0, 0, 0, 0.12);
@@ -6111,8 +5953,7 @@ body.keyboard-focused .dropdown-content li:focus {
6111
5953
  top: 1px;
6112
5954
  left: 0;
6113
5955
  height: 18px;
6114
- -webkit-transform: none;
6115
- transform: none;
5956
+ transform: none;
6116
5957
  }
6117
5958
 
6118
5959
  .dropdown-trigger {
@@ -6218,9 +6059,6 @@ body.keyboard-focused .dropdown-content li:focus {
6218
6059
  }
6219
6060
 
6220
6061
  .collapsible-header {
6221
- display: -webkit-box;
6222
- display: -webkit-flex;
6223
- display: -ms-flexbox;
6224
6062
  display: flex;
6225
6063
  cursor: pointer;
6226
6064
  -webkit-tap-highlight-color: transparent;
@@ -6257,27 +6095,22 @@ body.keyboard-focused .dropdown-content li:focus {
6257
6095
  .collapsible-body {
6258
6096
  max-height: 0;
6259
6097
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
6260
- -webkit-box-sizing: border-box;
6261
- box-sizing: border-box;
6098
+ box-sizing: border-box;
6262
6099
  padding: 0 2rem;
6263
6100
  overflow: hidden;
6264
6101
  }
6265
6102
 
6266
6103
  .collapsible.popout {
6267
6104
  border: none;
6268
- -webkit-box-shadow: none;
6269
- box-shadow: none;
6105
+ box-shadow: none;
6270
6106
  }
6271
6107
  .collapsible.popout > li {
6272
- -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
6273
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
6108
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
6274
6109
  margin: 0 24px;
6275
- -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
6276
6110
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
6277
6111
  }
6278
6112
  .collapsible.popout > li.active {
6279
- -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
6280
- box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
6113
+ box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
6281
6114
  margin: 16px 0;
6282
6115
  }
6283
6116
 
@@ -6287,9 +6120,6 @@ body.keyboard-focused .dropdown-content li:focus {
6287
6120
  --padding: 8px;
6288
6121
  color: var(--md-sys-color-on-surface-variant);
6289
6122
  background-color: rgba(0, 0, 0, 0.09);
6290
- display: -webkit-inline-box;
6291
- display: -webkit-inline-flex;
6292
- display: -ms-inline-flexbox;
6293
6123
  display: inline-flex;
6294
6124
  white-space: nowrap;
6295
6125
  gap: 8px;
@@ -6300,14 +6130,8 @@ body.keyboard-focused .dropdown-content li:focus {
6300
6130
  font-size: var(--font-size);
6301
6131
  font-weight: 500;
6302
6132
  border-radius: 8px;
6303
- -webkit-box-align: center;
6304
- -webkit-align-items: center;
6305
- -ms-flex-align: center;
6306
- align-items: center;
6307
- -webkit-user-select: none;
6308
- -moz-user-select: none;
6309
- -ms-user-select: none;
6310
- user-select: none;
6133
+ align-items: center;
6134
+ user-select: none;
6311
6135
  vertical-align: top;
6312
6136
  }
6313
6137
  .chip:focus {
@@ -6327,8 +6151,7 @@ body.keyboard-focused .dropdown-content li:focus {
6327
6151
  margin: 0;
6328
6152
  width: 24px;
6329
6153
  height: 24px;
6330
- -o-object-fit: cover;
6331
- object-fit: cover;
6154
+ object-fit: cover;
6332
6155
  border-radius: 12px;
6333
6156
  }
6334
6157
 
@@ -6342,13 +6165,8 @@ body.keyboard-focused .dropdown-content li:focus {
6342
6165
  width: 24px;
6343
6166
  padding: 0;
6344
6167
  display: grid;
6345
- -webkit-box-pack: center;
6346
- -webkit-justify-content: center;
6347
- -ms-flex-pack: center;
6348
- justify-content: center;
6349
- -webkit-align-content: center;
6350
- -ms-flex-line-pack: center;
6351
- align-content: center;
6168
+ justify-content: center;
6169
+ align-content: center;
6352
6170
  cursor: pointer;
6353
6171
  }
6354
6172
 
@@ -6357,28 +6175,20 @@ body.keyboard-focused .dropdown-content li:focus {
6357
6175
  }
6358
6176
 
6359
6177
  .chips {
6360
- display: -webkit-box;
6361
- display: -webkit-flex;
6362
- display: -ms-flexbox;
6363
6178
  display: flex;
6364
6179
  gap: 4px;
6365
- -webkit-flex-wrap: wrap;
6366
- -ms-flex-wrap: wrap;
6367
- flex-wrap: wrap;
6180
+ flex-wrap: wrap;
6368
6181
  border: none;
6369
6182
  border-bottom: 1px solid var(--md-sys-color-on-surface-variant);
6370
- -webkit-box-shadow: none;
6371
- box-shadow: none;
6183
+ box-shadow: none;
6372
6184
  margin: 0 0 8px 0;
6373
6185
  padding: 4px;
6374
6186
  outline: none;
6375
- -webkit-transition: all 0.3s;
6376
6187
  transition: all 0.3s;
6377
6188
  }
6378
6189
  .chips.focus {
6379
6190
  border-bottom: 1px solid var(--md-sys-color-primary);
6380
- -webkit-box-shadow: 0 1px 0 0 var(--md-sys-color-primary);
6381
- box-shadow: 0 1px 0 0 var(--md-sys-color-primary);
6191
+ box-shadow: 0 1px 0 0 var(--md-sys-color-primary);
6382
6192
  }
6383
6193
  .chips:hover {
6384
6194
  cursor: text;
@@ -6397,8 +6207,7 @@ body.keyboard-focused .dropdown-content li:focus {
6397
6207
  }
6398
6208
  .chips input:not([type]):not(.browser-default).input:focus {
6399
6209
  border: 0;
6400
- -webkit-box-shadow: none;
6401
- box-shadow: none;
6210
+ box-shadow: none;
6402
6211
  }
6403
6212
  .chips .autocomplete-content {
6404
6213
  margin-top: 0;
@@ -6419,16 +6228,13 @@ body.keyboard-focused .dropdown-content li:focus {
6419
6228
 
6420
6229
  .chips:empty ~ label {
6421
6230
  font-size: 0.8rem;
6422
- -webkit-transform: translateY(-140%);
6423
- transform: translateY(-140%);
6231
+ transform: translateY(-140%);
6424
6232
  }
6425
6233
 
6426
6234
  .materialboxed {
6427
6235
  display: block;
6428
- cursor: -webkit-zoom-in;
6429
6236
  cursor: zoom-in;
6430
6237
  position: relative;
6431
- -webkit-transition: opacity 0.4s;
6432
6238
  transition: opacity 0.4s;
6433
6239
  -webkit-backface-visibility: hidden;
6434
6240
  }
@@ -6436,7 +6242,6 @@ body.keyboard-focused .dropdown-content li:focus {
6436
6242
  opacity: 0.8;
6437
6243
  }
6438
6244
  .materialboxed.active {
6439
- cursor: -webkit-zoom-out;
6440
6245
  cursor: zoom-out;
6441
6246
  }
6442
6247
 
@@ -6482,18 +6287,6 @@ label {
6482
6287
  }
6483
6288
 
6484
6289
  /* Style Placeholders */
6485
- ::-webkit-input-placeholder {
6486
- color: var(--md-sys-color-on-surface-variant);
6487
- }
6488
- ::-moz-placeholder {
6489
- color: var(--md-sys-color-on-surface-variant);
6490
- }
6491
- :-ms-input-placeholder {
6492
- color: var(--md-sys-color-on-surface-variant);
6493
- }
6494
- ::-ms-input-placeholder {
6495
- color: var(--md-sys-color-on-surface-variant);
6496
- }
6497
6290
  ::placeholder {
6498
6291
  color: var(--md-sys-color-on-surface-variant);
6499
6292
  }
@@ -6537,8 +6330,7 @@ textarea.materialize-textarea {
6537
6330
  clear: both;
6538
6331
  }
6539
6332
  .input-field input, .input-field textarea {
6540
- -webkit-box-sizing: border-box;
6541
- box-sizing: border-box; /* https://stackoverflow.com/questions/1377719/padding-within-inputs-breaks-width-100*/
6333
+ box-sizing: border-box; /* https://stackoverflow.com/questions/1377719/padding-within-inputs-breaks-width-100*/
6542
6334
  padding: 0 16px;
6543
6335
  padding-top: 20px;
6544
6336
  background-color: var(--md-sys-color-surface);
@@ -6560,61 +6352,26 @@ textarea.materialize-textarea {
6560
6352
  .input-field input:focus:not([readonly]) + label, .input-field textarea:focus:not([readonly]) + label {
6561
6353
  color: var(--input-color);
6562
6354
  }
6563
- .input-field input:not(:-moz-placeholder-shown) + label, .input-field textarea:not(:-moz-placeholder-shown) + label {
6564
- transform: scale(0.75);
6565
- top: 8px;
6566
- }
6567
- .input-field input:not(:-ms-input-placeholder) + label, .input-field textarea:not(:-ms-input-placeholder) + label {
6568
- transform: scale(0.75);
6569
- top: 8px;
6570
- }
6571
6355
  .input-field input:focus:not([readonly]) + label, .input-field input:not([placeholder=" "]) + label, .input-field input:not(:placeholder-shown) + label, .input-field textarea:focus:not([readonly]) + label, .input-field textarea:not([placeholder=" "]) + label, .input-field textarea:not(:placeholder-shown) + label {
6572
- -webkit-transform: scale(0.75);
6573
- transform: scale(0.75);
6356
+ transform: scale(0.75);
6574
6357
  top: 8px;
6575
6358
  }
6576
6359
  .input-field input:disabled + label, .input-field input[readonly=readonly] + label, .input-field textarea:disabled + label, .input-field textarea[readonly=readonly] + label {
6577
6360
  color: rgba(var(--md_sys_color_on-surface), 0.38);
6578
6361
  }
6579
- .input-field input::-webkit-input-placeholder {
6580
- -webkit-user-select: none;
6581
- user-select: none;
6582
- }
6583
- .input-field input::-moz-placeholder {
6584
- -moz-user-select: none;
6585
- user-select: none;
6586
- }
6587
- .input-field input:-ms-input-placeholder {
6588
- -ms-user-select: none;
6589
- user-select: none;
6590
- }
6591
- .input-field input::-ms-input-placeholder {
6592
- -ms-user-select: none;
6593
- user-select: none;
6594
- }
6595
6362
  .input-field input::placeholder {
6596
- -webkit-user-select: none;
6597
- -moz-user-select: none;
6598
- -ms-user-select: none;
6599
- user-select: none;
6363
+ user-select: none;
6600
6364
  }
6601
6365
  .input-field > label {
6602
6366
  color: var(--md-sys-color-on-surface-variant);
6603
- -webkit-user-select: none;
6604
- -moz-user-select: none;
6605
- -ms-user-select: none;
6606
- user-select: none;
6367
+ user-select: none;
6607
6368
  font-size: 16px;
6608
6369
  position: absolute;
6609
6370
  left: 16px;
6610
6371
  top: 16px;
6611
6372
  cursor: text;
6612
- -webkit-transform-origin: top left;
6613
- transform-origin: top left;
6614
- -webkit-transition: left 0.2s ease-out, top 0.2s ease-out, -webkit-transform 0.2s ease-out;
6615
- transition: left 0.2s ease-out, top 0.2s ease-out, -webkit-transform 0.2s ease-out;
6373
+ transform-origin: top left;
6616
6374
  transition: left 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
6617
- transition: left 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
6618
6375
  }
6619
6376
  .input-field .supporting-text {
6620
6377
  color: var(--md-sys-color-on-surface-variant);
@@ -6633,26 +6390,15 @@ textarea.materialize-textarea {
6633
6390
  position: absolute;
6634
6391
  left: 12px;
6635
6392
  top: 16px;
6636
- -webkit-user-select: none;
6637
- -moz-user-select: none;
6638
- -ms-user-select: none;
6639
- user-select: none;
6640
- display: -webkit-box;
6641
- display: -webkit-flex;
6642
- display: -ms-flexbox;
6393
+ user-select: none;
6643
6394
  display: flex;
6644
- -webkit-align-self: center;
6645
- -ms-flex-item-align: center;
6646
- align-self: center;
6395
+ align-self: center;
6647
6396
  }
6648
6397
  .input-field .suffix {
6649
6398
  position: absolute;
6650
6399
  right: 12px;
6651
6400
  top: 16px;
6652
- -webkit-user-select: none;
6653
- -moz-user-select: none;
6654
- -ms-user-select: none;
6655
- user-select: none;
6401
+ user-select: none;
6656
6402
  }
6657
6403
  .input-field .prefix ~ input, .input-field .prefix ~ textarea {
6658
6404
  padding-left: 52px;
@@ -6677,20 +6423,6 @@ textarea.materialize-textarea {
6677
6423
  .input-field.outlined input:focus:not([readonly]) + label, .input-field.outlined textarea:focus:not([readonly]) + label {
6678
6424
  color: var(--input-color);
6679
6425
  }
6680
- .input-field.outlined input:not(:-moz-placeholder-shown) + label, .input-field.outlined textarea:not(:-moz-placeholder-shown) + label {
6681
- top: -8px;
6682
- left: 16px;
6683
- margin-left: -4px;
6684
- padding: 0 4px;
6685
- background-color: var(--md-sys-color-background);
6686
- }
6687
- .input-field.outlined input:not(:-ms-input-placeholder) + label, .input-field.outlined textarea:not(:-ms-input-placeholder) + label {
6688
- top: -8px;
6689
- left: 16px;
6690
- margin-left: -4px;
6691
- padding: 0 4px;
6692
- background-color: var(--md-sys-color-background);
6693
- }
6694
6426
  .input-field.outlined input:focus:not([readonly]) + label, .input-field.outlined input:not([placeholder=" "]) + label, .input-field.outlined input:not(:placeholder-shown) + label, .input-field.outlined textarea:focus:not([readonly]) + label, .input-field.outlined textarea:not([placeholder=" "]) + label, .input-field.outlined textarea:not(:placeholder-shown) + label {
6695
6427
  top: -8px;
6696
6428
  left: 16px;
@@ -6726,17 +6458,9 @@ textarea.materialize-textarea {
6726
6458
  position: absolute;
6727
6459
  padding-left: 1rem;
6728
6460
  top: 0;
6729
- -webkit-user-select: none;
6730
- -moz-user-select: none;
6731
- -ms-user-select: none;
6732
- user-select: none;
6733
- display: -webkit-box;
6734
- display: -webkit-flex;
6735
- display: -ms-flexbox;
6461
+ user-select: none;
6736
6462
  display: flex;
6737
- -webkit-align-self: center;
6738
- -ms-flex-item-align: center;
6739
- align-self: center;
6463
+ align-self: center;
6740
6464
  }
6741
6465
  .searchbar > input {
6742
6466
  border-width: 0;
@@ -6788,8 +6512,7 @@ textarea.materialize-textarea {
6788
6512
  overflow-y: hidden; /* prevents scroll bar flash */
6789
6513
  resize: none;
6790
6514
  min-height: 3rem;
6791
- -webkit-box-sizing: border-box;
6792
- box-sizing: border-box;
6515
+ box-sizing: border-box;
6793
6516
  }
6794
6517
 
6795
6518
  .hiddendiv {
@@ -6829,12 +6552,8 @@ textarea.materialize-textarea {
6829
6552
  height: 25px;
6830
6553
  line-height: 25px;
6831
6554
  font-size: 1rem;
6832
- -webkit-transition: 0.28s ease;
6833
6555
  transition: 0.28s ease;
6834
- -webkit-user-select: none;
6835
- -moz-user-select: none;
6836
- -ms-user-select: none;
6837
- user-select: none;
6556
+ user-select: none;
6838
6557
  }
6839
6558
 
6840
6559
  [type=radio] + span:before,
@@ -6847,7 +6566,6 @@ textarea.materialize-textarea {
6847
6566
  width: 16px;
6848
6567
  height: 16px;
6849
6568
  z-index: 0;
6850
- -webkit-transition: 0.28s ease;
6851
6569
  transition: 0.28s ease;
6852
6570
  }
6853
6571
 
@@ -6867,8 +6585,7 @@ textarea.materialize-textarea {
6867
6585
  }
6868
6586
 
6869
6587
  [type=radio]:not(:checked) + span:after {
6870
- -webkit-transform: scale(0);
6871
- transform: scale(0);
6588
+ transform: scale(0);
6872
6589
  }
6873
6590
 
6874
6591
  /* Checked styles */
@@ -6888,20 +6605,17 @@ textarea.materialize-textarea {
6888
6605
  }
6889
6606
 
6890
6607
  [type=radio]:checked + span:after {
6891
- -webkit-transform: scale(1.02);
6892
- transform: scale(1.02);
6608
+ transform: scale(1.02);
6893
6609
  }
6894
6610
 
6895
6611
  /* Radio With gap */
6896
6612
  [type=radio].with-gap:checked + span:after {
6897
- -webkit-transform: scale(0.5);
6898
- transform: scale(0.5);
6613
+ transform: scale(0.5);
6899
6614
  }
6900
6615
 
6901
6616
  /* Focused styles */
6902
6617
  [type=radio].tabbed:focus + span:before {
6903
- -webkit-box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
6904
- box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
6618
+ box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
6905
6619
  }
6906
6620
 
6907
6621
  /* Disabled Radio With gap */
@@ -6955,10 +6669,7 @@ textarea.materialize-textarea {
6955
6669
  height: 25px;
6956
6670
  line-height: 25px;
6957
6671
  font-size: 1rem;
6958
- -webkit-user-select: none;
6959
- -moz-user-select: none;
6960
- -ms-user-select: none;
6961
- user-select: none;
6672
+ user-select: none;
6962
6673
  }
6963
6674
  [type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
6964
6675
  content: "";
@@ -6971,25 +6682,21 @@ textarea.materialize-textarea {
6971
6682
  border: 2px solid var(--md-sys-color-on-surface-variant);
6972
6683
  border-radius: 1px;
6973
6684
  margin-top: 3px;
6974
- -webkit-transition: 0.2s;
6975
6685
  transition: 0.2s;
6976
6686
  }
6977
6687
  [type=checkbox]:not(.filled-in) + span:not(.lever):after {
6978
6688
  border: 0;
6979
- -webkit-transform: scale(0);
6980
- transform: scale(0);
6689
+ transform: scale(0);
6981
6690
  }
6982
6691
  [type=checkbox]:not(:checked):disabled + span:not(.lever):before {
6983
6692
  border: none;
6984
6693
  background-color: var(--md-sys-color-on-surface);
6985
6694
  }
6986
6695
  [type=checkbox].tabbed:focus + span:not(.lever):after {
6987
- -webkit-transform: scale(1);
6988
- transform: scale(1);
6696
+ transform: scale(1);
6989
6697
  border: 0;
6990
6698
  border-radius: 50%;
6991
- -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
6992
- box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
6699
+ box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
6993
6700
  background-color: rgba(0, 0, 0, 0.12);
6994
6701
  }
6995
6702
 
@@ -7002,12 +6709,9 @@ textarea.materialize-textarea {
7002
6709
  border-left: 2px solid transparent;
7003
6710
  border-right: 2px solid var(--md-sys-color-primary);
7004
6711
  border-bottom: 2px solid var(--md-sys-color-primary);
7005
- -webkit-transform: rotate(40deg);
7006
- transform: rotate(40deg);
7007
- -webkit-backface-visibility: hidden;
7008
- backface-visibility: hidden;
7009
- -webkit-transform-origin: 100% 100%;
7010
- transform-origin: 100% 100%;
6712
+ transform: rotate(40deg);
6713
+ backface-visibility: hidden;
6714
+ transform-origin: 100% 100%;
7011
6715
  }
7012
6716
  [type=checkbox]:checked:disabled + span:before {
7013
6717
  border-right: 2px solid var(--md-sys-color-on-surface);
@@ -7024,12 +6728,9 @@ textarea.materialize-textarea {
7024
6728
  border-left: none;
7025
6729
  border-right: 2px solid var(--md-sys-color-primary);
7026
6730
  border-bottom: none;
7027
- -webkit-transform: rotate(90deg);
7028
- transform: rotate(90deg);
7029
- -webkit-backface-visibility: hidden;
7030
- backface-visibility: hidden;
7031
- -webkit-transform-origin: 100% 100%;
7032
- transform-origin: 100% 100%;
6731
+ transform: rotate(90deg);
6732
+ backface-visibility: hidden;
6733
+ transform-origin: 100% 100%;
7033
6734
  }
7034
6735
  [type=checkbox]:indeterminate:disabled + span:not(.lever):before {
7035
6736
  border-right: 2px solid var(--md-sys-color-on-surface);
@@ -7045,7 +6746,6 @@ textarea.materialize-textarea {
7045
6746
  left: 0;
7046
6747
  position: absolute;
7047
6748
  /* .1s delay is for check animation */
7048
- -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
7049
6749
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
7050
6750
  z-index: 1;
7051
6751
  }
@@ -7055,10 +6755,8 @@ textarea.materialize-textarea {
7055
6755
  border: 3px solid transparent;
7056
6756
  left: 6px;
7057
6757
  top: 10px;
7058
- -webkit-transform: rotateZ(37deg);
7059
- transform: rotateZ(37deg);
7060
- -webkit-transform-origin: 100% 100%;
7061
- transform-origin: 100% 100%;
6758
+ transform: rotateZ(37deg);
6759
+ transform-origin: 100% 100%;
7062
6760
  }
7063
6761
  [type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
7064
6762
  height: 20px;
@@ -7077,10 +6775,8 @@ textarea.materialize-textarea {
7077
6775
  border-left: 2px solid transparent;
7078
6776
  border-right: 2px solid var(--md-sys-color-on-primary);
7079
6777
  border-bottom: 2px solid var(--md-sys-color-on-primary);
7080
- -webkit-transform: rotateZ(37deg);
7081
- transform: rotateZ(37deg);
7082
- -webkit-transform-origin: 100% 100%;
7083
- transform-origin: 100% 100%;
6778
+ transform: rotateZ(37deg);
6779
+ transform-origin: 100% 100%;
7084
6780
  }
7085
6781
  [type=checkbox].filled-in:checked + span:not(.lever):after {
7086
6782
  top: 0;
@@ -7130,10 +6826,7 @@ textarea.materialize-textarea {
7130
6826
  .switch,
7131
6827
  .switch * {
7132
6828
  -webkit-tap-highlight-color: transparent;
7133
- -webkit-user-select: none;
7134
- -moz-user-select: none;
7135
- -ms-user-select: none;
7136
- user-select: none;
6829
+ user-select: none;
7137
6830
  }
7138
6831
 
7139
6832
  .switch label {
@@ -7167,7 +6860,6 @@ textarea.materialize-textarea {
7167
6860
  background-color: var(--md-sys-color-surface-variant);
7168
6861
  border-radius: 15px;
7169
6862
  margin-right: 10px;
7170
- -webkit-transition: background 0.3s ease;
7171
6863
  transition: background 0.3s ease;
7172
6864
  vertical-align: middle;
7173
6865
  margin: 0 16px;
@@ -7181,10 +6873,7 @@ textarea.materialize-textarea {
7181
6873
  border-radius: 50%;
7182
6874
  left: var(--gap-off);
7183
6875
  top: var(--gap-off);
7184
- -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
7185
- transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
7186
6876
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
7187
- transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
7188
6877
  }
7189
6878
  .switch label .lever:after {
7190
6879
  height: var(--size-off);
@@ -7194,8 +6883,7 @@ textarea.materialize-textarea {
7194
6883
  input[type=checkbox]:not(:disabled) ~ .lever:active:before,
7195
6884
  input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before,
7196
6885
  input[type=checkbox]:not(:disabled) ~ .lever:hover::before {
7197
- -webkit-transform: scale(2.4);
7198
- transform: scale(2.4);
6886
+ transform: scale(2.4);
7199
6887
  }
7200
6888
 
7201
6889
  input[type=checkbox]:checked:not(:disabled) ~ .lever:hover::before {
@@ -7221,8 +6909,6 @@ input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
7221
6909
  opacity: 0.5;
7222
6910
  }
7223
6911
 
7224
- /* Select Field
7225
- ========================================================================== */
7226
6912
  select.browser-default {
7227
6913
  opacity: 1;
7228
6914
  color: var(--md-sys-color-on-background);
@@ -7297,13 +6983,6 @@ select {
7297
6983
  color: var(--md-sys-color-on-background);
7298
6984
  }
7299
6985
  */
7300
- /*
7301
- & + label {
7302
- position: absolute;
7303
- top: -26px;
7304
- font-size: .8rem;
7305
- }
7306
- */
7307
6986
  }
7308
6987
  .select-wrapper .caret {
7309
6988
  position: absolute;
@@ -7337,10 +7016,7 @@ select:disabled {
7337
7016
  .select-wrapper input.select-dropdown:disabled {
7338
7017
  color: var(--md-sys-color-on-surface);
7339
7018
  cursor: default;
7340
- -webkit-user-select: none;
7341
- -moz-user-select: none;
7342
- -ms-user-select: none;
7343
- user-select: none;
7019
+ user-select: none;
7344
7020
  }
7345
7021
 
7346
7022
  .select-wrapper i {
@@ -7408,13 +7084,13 @@ body.keyboard-focused {
7408
7084
  padding-left: 1rem;
7409
7085
  }
7410
7086
 
7087
+ /*
7411
7088
  .select-dropdown .selected {
7412
7089
  color: red;
7413
7090
  }
7414
-
7091
+ */
7415
7092
  .file-field {
7416
7093
  display: grid;
7417
- grid-template-columns: -webkit-min-content auto;
7418
7094
  grid-template-columns: min-content auto;
7419
7095
  gap: 10px;
7420
7096
  }
@@ -7481,10 +7157,8 @@ input[type=range] + .thumb {
7481
7157
  border-radius: 50%;
7482
7158
  background-color: var(--md-sys-color-primary);
7483
7159
  margin-left: 7px;
7484
- -webkit-transform-origin: 50% 50%;
7485
- transform-origin: 50% 50%;
7486
- -webkit-transform: rotate(-45deg);
7487
- transform: rotate(-45deg);
7160
+ transform-origin: 50% 50%;
7161
+ transform: rotate(-45deg);
7488
7162
  }
7489
7163
  input[type=range] + .thumb .value {
7490
7164
  display: block;
@@ -7492,8 +7166,7 @@ input[type=range] + .thumb .value {
7492
7166
  text-align: center;
7493
7167
  color: var(--md-sys-color-primary);
7494
7168
  font-size: 0;
7495
- -webkit-transform: rotate(45deg);
7496
- transform: rotate(45deg);
7169
+ transform: rotate(45deg);
7497
7170
  }
7498
7171
  input[type=range] + .thumb.active {
7499
7172
  border-radius: 50% 50% 50% 0;
@@ -7520,20 +7193,15 @@ input[type=range]::-webkit-slider-thumb {
7520
7193
  width: 14px;
7521
7194
  border-radius: 50%;
7522
7195
  background: var(--md-sys-color-primary);
7523
- -webkit-transition: -webkit-box-shadow 0.3s;
7524
- transition: -webkit-box-shadow 0.3s;
7525
7196
  transition: box-shadow 0.3s;
7526
- transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
7527
7197
  -webkit-appearance: none;
7528
7198
  background-color: var(--md-sys-color-primary);
7529
- -webkit-transform-origin: 50% 50%;
7530
- transform-origin: 50% 50%;
7199
+ transform-origin: 50% 50%;
7531
7200
  margin: -5px 0 0 0;
7532
7201
  }
7533
7202
 
7534
7203
  .keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
7535
- -webkit-box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
7536
- box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
7204
+ box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
7537
7205
  }
7538
7206
 
7539
7207
  input[type=range] {
@@ -7555,7 +7223,6 @@ input[type=range]::-moz-range-thumb {
7555
7223
  width: 14px;
7556
7224
  border-radius: 50%;
7557
7225
  background: var(--md-sys-color-primary);
7558
- -moz-transition: box-shadow 0.3s;
7559
7226
  transition: box-shadow 0.3s;
7560
7227
  margin-top: -5px;
7561
7228
  }
@@ -7594,7 +7261,6 @@ input[type=range]::-ms-thumb {
7594
7261
  width: 14px;
7595
7262
  border-radius: 50%;
7596
7263
  background: var(--md-sys-color-primary);
7597
- -ms-transition: box-shadow 0.3s;
7598
7264
  transition: box-shadow 0.3s;
7599
7265
  }
7600
7266
 
@@ -7643,21 +7309,15 @@ input[type=range]::-ms-thumb {
7643
7309
  left: 0;
7644
7310
  top: 0;
7645
7311
  margin: 0;
7646
- -webkit-transform: translateX(-100%);
7647
- transform: translateX(-100%);
7312
+ transform: translateX(-100%);
7648
7313
  height: 100vh;
7649
7314
  padding: 0;
7650
7315
  z-index: 999;
7651
7316
  overflow-y: auto;
7652
7317
  will-change: transform;
7653
- -webkit-backface-visibility: hidden;
7654
- backface-visibility: hidden;
7655
- -webkit-transform: translateX(-105%);
7656
- transform: translateX(-105%);
7657
- -webkit-user-select: none;
7658
- -moz-user-select: none;
7659
- -ms-user-select: none;
7660
- user-select: none;
7318
+ backface-visibility: hidden;
7319
+ transform: translateX(-105%);
7320
+ user-select: none;
7661
7321
  color: var(--md-sys-color-on-secondary-container);
7662
7322
  background-color: var(--md-sys-color-surface);
7663
7323
  /* Hover only on top row */
@@ -7669,11 +7329,9 @@ input[type=range]::-ms-thumb {
7669
7329
  }
7670
7330
  .sidenav.right-aligned {
7671
7331
  right: 0;
7672
- -webkit-transform: translateX(105%);
7673
- transform: translateX(105%);
7332
+ transform: translateX(105%);
7674
7333
  left: auto;
7675
- -webkit-transform: translateX(100%);
7676
- transform: translateX(100%);
7334
+ transform: translateX(100%);
7677
7335
  }
7678
7336
  .sidenav .collapsible {
7679
7337
  margin: 0;
@@ -7690,9 +7348,7 @@ input[type=range]::-ms-thumb {
7690
7348
  .sidenav li {
7691
7349
  list-style: none;
7692
7350
  display: grid;
7693
- -webkit-align-content: center;
7694
- -ms-flex-line-pack: center;
7695
- align-content: center;
7351
+ align-content: center;
7696
7352
  }
7697
7353
  .sidenav li > a {
7698
7354
  /* https://stackoverflow.com/questions/5848090/full-width-hover-background-for-nested-lists */
@@ -7704,17 +7360,11 @@ input[type=range]::-ms-thumb {
7704
7360
  overflow: hidden;
7705
7361
  text-overflow: ellipsis;
7706
7362
  */
7707
- display: -webkit-box;
7708
- display: -webkit-flex;
7709
- display: -ms-flexbox;
7710
7363
  display: flex;
7711
7364
  height: var(--sidenav-item-height);
7712
7365
  font-size: var(--sidenav-font-size);
7713
7366
  font-weight: 500;
7714
- -webkit-box-align: center;
7715
- -webkit-align-items: center;
7716
- -ms-flex-align: center;
7717
- align-items: center;
7367
+ align-items: center;
7718
7368
  overflow: hidden;
7719
7369
  border-radius: 100px;
7720
7370
  /* TODO: Use special class in future like "mw-icon" */
@@ -7729,9 +7379,6 @@ input[type=range]::-ms-thumb {
7729
7379
  margin: 10px 15px;
7730
7380
  }
7731
7381
  .sidenav li > a > .material-icons, .sidenav li > a > .material-symbols-outlined, .sidenav li > a > .material-symbols-rounded, .sidenav li > a > .material-symbols-sharp {
7732
- display: -webkit-inline-box;
7733
- display: -webkit-inline-flex;
7734
- display: -ms-inline-flexbox;
7735
7382
  display: inline-flex;
7736
7383
  vertical-align: middle;
7737
7384
  margin-right: 12px;
@@ -7802,8 +7449,7 @@ input[type=range]::-ms-thumb {
7802
7449
 
7803
7450
  .sidenav.sidenav-fixed {
7804
7451
  left: 0;
7805
- -webkit-transform: translateX(0);
7806
- transform: translateX(0);
7452
+ transform: translateX(0);
7807
7453
  position: fixed;
7808
7454
  }
7809
7455
  .sidenav.sidenav-fixed.right-aligned {
@@ -7813,12 +7459,10 @@ input[type=range]::-ms-thumb {
7813
7459
 
7814
7460
  @media only screen and (max-width : 992.99px) {
7815
7461
  .sidenav.sidenav-fixed {
7816
- -webkit-transform: translateX(-105%);
7817
- transform: translateX(-105%);
7462
+ transform: translateX(-105%);
7818
7463
  }
7819
7464
  .sidenav.sidenav-fixed.right-aligned {
7820
- -webkit-transform: translateX(105%);
7821
- transform: translateX(105%);
7465
+ transform: translateX(105%);
7822
7466
  }
7823
7467
  .sidenav > a {
7824
7468
  padding: 0 var(--sidenav-padding);
@@ -7846,8 +7490,7 @@ input[type=range]::-ms-thumb {
7846
7490
  .sidenav .collapsible,
7847
7491
  .sidenav.sidenav-fixed .collapsible {
7848
7492
  border: none;
7849
- -webkit-box-shadow: none;
7850
- box-shadow: none;
7493
+ box-shadow: none;
7851
7494
  }
7852
7495
  .sidenav .collapsible-header,
7853
7496
  .sidenav.sidenav-fixed .collapsible-header {
@@ -7874,7 +7517,6 @@ input[type=range]::-ms-thumb {
7874
7517
  left: 0;
7875
7518
  bottom: 0;
7876
7519
  background-color: var(--md-sys-color-primary);
7877
- -webkit-transition: width 0.3s linear;
7878
7520
  transition: width 0.3s linear;
7879
7521
  }
7880
7522
  .progress .indeterminate {
@@ -7888,8 +7530,7 @@ input[type=range]::-ms-thumb {
7888
7530
  left: 0;
7889
7531
  bottom: 0;
7890
7532
  will-change: left, right;
7891
- -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
7892
- animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
7533
+ animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
7893
7534
  }
7894
7535
  .progress .indeterminate:after {
7895
7536
  content: "";
@@ -7899,25 +7540,8 @@ input[type=range]::-ms-thumb {
7899
7540
  left: 0;
7900
7541
  bottom: 0;
7901
7542
  will-change: left, right;
7902
- -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
7903
- animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
7904
- -webkit-animation-delay: 1.15s;
7905
- animation-delay: 1.15s;
7906
- }
7907
-
7908
- @-webkit-keyframes indeterminate {
7909
- 0% {
7910
- left: -35%;
7911
- right: 100%;
7912
- }
7913
- 60% {
7914
- left: 100%;
7915
- right: -90%;
7916
- }
7917
- 100% {
7918
- left: 100%;
7919
- right: -90%;
7920
- }
7543
+ animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
7544
+ animation-delay: 1.15s;
7921
7545
  }
7922
7546
 
7923
7547
  @keyframes indeterminate {
@@ -7934,20 +7558,6 @@ input[type=range]::-ms-thumb {
7934
7558
  right: -90%;
7935
7559
  }
7936
7560
  }
7937
- @-webkit-keyframes indeterminate-short {
7938
- 0% {
7939
- left: -200%;
7940
- right: 100%;
7941
- }
7942
- 60% {
7943
- left: 107%;
7944
- right: -8%;
7945
- }
7946
- 100% {
7947
- left: 107%;
7948
- right: -8%;
7949
- }
7950
- }
7951
7561
  @keyframes indeterminate-short {
7952
7562
  0% {
7953
7563
  left: -200%;
@@ -8014,8 +7624,7 @@ input[type=range]::-ms-thumb {
8014
7624
  }
8015
7625
  @keyframes container-rotate {
8016
7626
  to {
8017
- -webkit-transform: rotate(360deg);
8018
- transform: rotate(360deg);
7627
+ transform: rotate(360deg);
8019
7628
  }
8020
7629
  }
8021
7630
  .spinner-layer {
@@ -8122,36 +7731,28 @@ input[type=range]::-ms-thumb {
8122
7731
  }
8123
7732
  @keyframes fill-unfill-rotate {
8124
7733
  12.5% {
8125
- -webkit-transform: rotate(135deg);
8126
- transform: rotate(135deg);
7734
+ transform: rotate(135deg);
8127
7735
  } /* 0.5 * ARCSIZE */
8128
7736
  25% {
8129
- -webkit-transform: rotate(270deg);
8130
- transform: rotate(270deg);
7737
+ transform: rotate(270deg);
8131
7738
  } /* 1 * ARCSIZE */
8132
7739
  37.5% {
8133
- -webkit-transform: rotate(405deg);
8134
- transform: rotate(405deg);
7740
+ transform: rotate(405deg);
8135
7741
  } /* 1.5 * ARCSIZE */
8136
7742
  50% {
8137
- -webkit-transform: rotate(540deg);
8138
- transform: rotate(540deg);
7743
+ transform: rotate(540deg);
8139
7744
  } /* 2 * ARCSIZE */
8140
7745
  62.5% {
8141
- -webkit-transform: rotate(675deg);
8142
- transform: rotate(675deg);
7746
+ transform: rotate(675deg);
8143
7747
  } /* 2.5 * ARCSIZE */
8144
7748
  75% {
8145
- -webkit-transform: rotate(810deg);
8146
- transform: rotate(810deg);
7749
+ transform: rotate(810deg);
8147
7750
  } /* 3 * ARCSIZE */
8148
7751
  87.5% {
8149
- -webkit-transform: rotate(945deg);
8150
- transform: rotate(945deg);
7752
+ transform: rotate(945deg);
8151
7753
  } /* 3.5 * ARCSIZE */
8152
7754
  to {
8153
- -webkit-transform: rotate(1080deg);
8154
- transform: rotate(1080deg);
7755
+ transform: rotate(1080deg);
8155
7756
  } /* 4 * ARCSIZE */
8156
7757
  }
8157
7758
  @-webkit-keyframes blue-fade-in-out {
@@ -8376,16 +7977,13 @@ input[type=range]::-ms-thumb {
8376
7977
  }
8377
7978
  @keyframes left-spin {
8378
7979
  from {
8379
- -webkit-transform: rotate(130deg);
8380
- transform: rotate(130deg);
7980
+ transform: rotate(130deg);
8381
7981
  }
8382
7982
  50% {
8383
- -webkit-transform: rotate(-5deg);
8384
- transform: rotate(-5deg);
7983
+ transform: rotate(-5deg);
8385
7984
  }
8386
7985
  to {
8387
- -webkit-transform: rotate(130deg);
8388
- transform: rotate(130deg);
7986
+ transform: rotate(130deg);
8389
7987
  }
8390
7988
  }
8391
7989
  @-webkit-keyframes right-spin {
@@ -8401,16 +7999,13 @@ input[type=range]::-ms-thumb {
8401
7999
  }
8402
8000
  @keyframes right-spin {
8403
8001
  from {
8404
- -webkit-transform: rotate(-130deg);
8405
- transform: rotate(-130deg);
8002
+ transform: rotate(-130deg);
8406
8003
  }
8407
8004
  50% {
8408
- -webkit-transform: rotate(5deg);
8409
- transform: rotate(5deg);
8005
+ transform: rotate(5deg);
8410
8006
  }
8411
8007
  to {
8412
- -webkit-transform: rotate(-130deg);
8413
- transform: rotate(-130deg);
8008
+ transform: rotate(-130deg);
8414
8009
  }
8415
8010
  }
8416
8011
  #spinnerContainer.cooldown {
@@ -8528,7 +8123,6 @@ input[type=range]::-ms-thumb {
8528
8123
  left: 0;
8529
8124
  cursor: pointer;
8530
8125
  background-color: var(--md-sys-color-shadow-light);
8531
- -webkit-transition: background-color 0.3s;
8532
8126
  transition: background-color 0.3s;
8533
8127
  border-radius: 50%;
8534
8128
  border-width: 0;
@@ -8545,12 +8139,9 @@ input[type=range]::-ms-thumb {
8545
8139
  position: relative;
8546
8140
  width: 100%;
8547
8141
  height: var(--carousel-height);
8548
- -webkit-perspective: 500px;
8549
- perspective: 500px;
8550
- -webkit-transform-style: preserve-3d;
8551
- transform-style: preserve-3d;
8552
- -webkit-transform-origin: 0% 50%;
8553
- transform-origin: 0% 50%;
8142
+ perspective: 500px;
8143
+ transform-style: preserve-3d;
8144
+ transform-origin: 0% 50%;
8554
8145
  }
8555
8146
  .carousel.carousel-slider {
8556
8147
  top: 0;
@@ -8611,7 +8202,6 @@ input[type=range]::-ms-thumb {
8611
8202
  width: 8px;
8612
8203
  margin: 24px 4px;
8613
8204
  background-color: rgba(255, 255, 255, 0.45);
8614
- -webkit-transition: background-color 0.3s;
8615
8205
  transition: background-color 0.3s;
8616
8206
  border-radius: 50%;
8617
8207
  }
@@ -8629,55 +8219,39 @@ input[type=range]::-ms-thumb {
8629
8219
  position: fixed;
8630
8220
  z-index: 1000;
8631
8221
  visibility: hidden;
8632
- -webkit-transition: visibility 0s 0.3s;
8633
8222
  transition: visibility 0s 0.3s;
8634
8223
  }
8635
8224
 
8636
8225
  .tap-target-wrapper.open {
8637
8226
  visibility: visible;
8638
- -webkit-transition: visibility 0s;
8639
8227
  transition: visibility 0s;
8640
8228
  }
8641
8229
  .tap-target-wrapper.open .tap-target {
8642
- -webkit-transform: scale(1);
8643
- transform: scale(1);
8230
+ transform: scale(1);
8644
8231
  opacity: 0.95;
8645
- -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8646
- transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8647
8232
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8648
- transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8649
8233
  }
8650
8234
  .tap-target-wrapper.open .tap-target-wave::before {
8651
- -webkit-transform: scale(1);
8652
- transform: scale(1);
8235
+ transform: scale(1);
8653
8236
  }
8654
8237
  .tap-target-wrapper.open .tap-target-wave::after {
8655
8238
  visibility: visible;
8656
- -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
8657
- animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
8658
- -webkit-transition: opacity 0.3s, visibility 0s 1s, -webkit-transform 0.3s;
8659
- transition: opacity 0.3s, visibility 0s 1s, -webkit-transform 0.3s;
8239
+ animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
8660
8240
  transition: opacity 0.3s, transform 0.3s, visibility 0s 1s;
8661
- transition: opacity 0.3s, transform 0.3s, visibility 0s 1s, -webkit-transform 0.3s;
8662
8241
  }
8663
8242
 
8664
8243
  .tap-target {
8665
8244
  position: absolute;
8666
8245
  font-size: 1rem;
8667
8246
  border-radius: 50%;
8668
- background-color: var(--md-sys-color-surface);
8669
- color: var(--md-sys-color-on-secondary);
8670
- -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
8671
- box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
8247
+ background-color: var(--md-sys-color-primary-container);
8248
+ color: var(--md-sys-color-primary);
8249
+ box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
8672
8250
  width: 100%;
8673
8251
  height: 100%;
8674
8252
  opacity: 0;
8675
- -webkit-transform: scale(0);
8676
- transform: scale(0);
8677
- -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8678
- transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8253
+ transform: scale(0);
8679
8254
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8680
- transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
8681
8255
  }
8682
8256
 
8683
8257
  .tap-target-content {
@@ -8700,27 +8274,19 @@ input[type=range]::-ms-thumb {
8700
8274
  background-color: var(--md-sys-color-surface);
8701
8275
  }
8702
8276
  .tap-target-wave::before {
8703
- -webkit-transform: scale(0);
8704
- transform: scale(0);
8705
- -webkit-transition: -webkit-transform 0.3s;
8706
- transition: -webkit-transform 0.3s;
8277
+ transform: scale(0);
8707
8278
  transition: transform 0.3s;
8708
- transition: transform 0.3s, -webkit-transform 0.3s;
8709
8279
  }
8710
8280
  .tap-target-wave::after {
8711
8281
  visibility: hidden;
8712
- -webkit-transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
8713
- transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
8714
8282
  transition: opacity 0.3s, transform 0.3s, visibility 0s;
8715
- transition: opacity 0.3s, transform 0.3s, visibility 0s, -webkit-transform 0.3s;
8716
8283
  z-index: -1;
8717
8284
  }
8718
8285
 
8719
8286
  .tap-target-origin {
8720
8287
  top: 50%;
8721
8288
  left: 50%;
8722
- -webkit-transform: translate(-50%, -50%);
8723
- transform: translate(-50%, -50%);
8289
+ transform: translate(-50%, -50%);
8724
8290
  z-index: 10002;
8725
8291
  position: absolute !important;
8726
8292
  }
@@ -8749,48 +8315,23 @@ input[type=range]::-ms-thumb {
8749
8315
  left: 0;
8750
8316
  background-color: inherit;
8751
8317
  border-radius: inherit;
8752
- -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
8753
- transition: opacity 0.3s, -webkit-transform 0.3s;
8754
8318
  transition: opacity 0.3s, transform 0.3s;
8755
- transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
8756
- -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
8757
- animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
8319
+ animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
8758
8320
  z-index: -1;
8759
8321
  }
8760
8322
 
8761
- @-webkit-keyframes pulse-animation {
8762
- 0% {
8763
- opacity: 1;
8764
- -webkit-transform: scale(1);
8765
- transform: scale(1);
8766
- }
8767
- 50% {
8768
- opacity: 0;
8769
- -webkit-transform: scale(1.5);
8770
- transform: scale(1.5);
8771
- }
8772
- 100% {
8773
- opacity: 0;
8774
- -webkit-transform: scale(1.5);
8775
- transform: scale(1.5);
8776
- }
8777
- }
8778
-
8779
8323
  @keyframes pulse-animation {
8780
8324
  0% {
8781
8325
  opacity: 1;
8782
- -webkit-transform: scale(1);
8783
- transform: scale(1);
8326
+ transform: scale(1);
8784
8327
  }
8785
8328
  50% {
8786
8329
  opacity: 0;
8787
- -webkit-transform: scale(1.5);
8788
- transform: scale(1.5);
8330
+ transform: scale(1.5);
8789
8331
  }
8790
8332
  100% {
8791
8333
  opacity: 0;
8792
- -webkit-transform: scale(1.5);
8793
- transform: scale(1.5);
8334
+ transform: scale(1.5);
8794
8335
  }
8795
8336
  }
8796
8337
  /* Modal */
@@ -8801,35 +8342,19 @@ input[type=range]::-ms-thumb {
8801
8342
  }
8802
8343
 
8803
8344
  .datepicker-container.modal-content {
8804
- display: -webkit-box;
8805
- display: -webkit-flex;
8806
- display: -ms-flexbox;
8807
8345
  display: flex;
8808
- -webkit-box-orient: vertical;
8809
- -webkit-box-direction: normal;
8810
- -webkit-flex-direction: column;
8811
- -ms-flex-direction: column;
8812
- flex-direction: column;
8346
+ flex-direction: column;
8813
8347
  padding: 0;
8814
8348
  background-color: var(--md-sys-color-surface);
8815
8349
  }
8816
8350
 
8817
8351
  .datepicker-controls {
8818
- display: -webkit-box;
8819
- display: -webkit-flex;
8820
- display: -ms-flexbox;
8821
8352
  display: flex;
8822
- -webkit-box-pack: justify;
8823
- -webkit-justify-content: space-between;
8824
- -ms-flex-pack: justify;
8825
- justify-content: space-between;
8353
+ justify-content: space-between;
8826
8354
  width: 280px;
8827
8355
  margin: 0 auto;
8828
8356
  }
8829
8357
  .datepicker-controls .selects-container {
8830
- display: -webkit-box;
8831
- display: -webkit-flex;
8832
- display: -ms-flexbox;
8833
8358
  display: flex;
8834
8359
  }
8835
8360
  .datepicker-controls .select-wrapper input {
@@ -8851,14 +8376,8 @@ input[type=range]::-ms-thumb {
8851
8376
  }
8852
8377
  .datepicker-controls .month-prev,
8853
8378
  .datepicker-controls .month-next {
8854
- display: -webkit-inline-box;
8855
- display: -webkit-inline-flex;
8856
- display: -ms-inline-flexbox;
8857
8379
  display: inline-flex;
8858
- -webkit-box-align: center;
8859
- -webkit-align-items: center;
8860
- -ms-flex-align: center;
8861
- align-items: center;
8380
+ align-items: center;
8862
8381
  }
8863
8382
  .datepicker-controls .month-prev > svg,
8864
8383
  .datepicker-controls .month-next > svg {
@@ -8874,10 +8393,7 @@ input[type=range]::-ms-thumb {
8874
8393
 
8875
8394
  /* Date Display */
8876
8395
  .datepicker-date-display {
8877
- -webkit-box-flex: 1;
8878
- -webkit-flex: 1 auto;
8879
- -ms-flex: 1 auto;
8880
- flex: 1 auto;
8396
+ flex: 1 auto;
8881
8397
  background-color: var(--md-sys-color-primary);
8882
8398
  color: var(--md-sys-color-on-primary);
8883
8399
  padding: 20px 22px;
@@ -8898,10 +8414,7 @@ input[type=range]::-ms-thumb {
8898
8414
 
8899
8415
  /* Calendar */
8900
8416
  .datepicker-calendar-container {
8901
- -webkit-box-flex: 2.5;
8902
- -webkit-flex: 2.5 auto;
8903
- -ms-flex: 2.5 auto;
8904
- flex: 2.5 auto;
8417
+ flex: 2.5 auto;
8905
8418
  }
8906
8419
 
8907
8420
  .datepicker-table {
@@ -8963,14 +8476,8 @@ input[type=range]::-ms-thumb {
8963
8476
  width: 280px;
8964
8477
  margin: 0 auto;
8965
8478
  padding-bottom: 5px;
8966
- display: -webkit-box;
8967
- display: -webkit-flex;
8968
- display: -ms-flexbox;
8969
8479
  display: flex;
8970
- -webkit-box-pack: justify;
8971
- -webkit-justify-content: space-between;
8972
- -ms-flex-pack: justify;
8973
- justify-content: space-between;
8480
+ justify-content: space-between;
8974
8481
  }
8975
8482
 
8976
8483
  .datepicker-cancel,
@@ -8991,17 +8498,10 @@ input[type=range]::-ms-thumb {
8991
8498
  max-width: 625px;
8992
8499
  }
8993
8500
  .datepicker-container.modal-content {
8994
- -webkit-box-orient: horizontal;
8995
- -webkit-box-direction: normal;
8996
- -webkit-flex-direction: row;
8997
- -ms-flex-direction: row;
8998
- flex-direction: row;
8501
+ flex-direction: row;
8999
8502
  }
9000
8503
  .datepicker-date-display {
9001
- -webkit-box-flex: 0;
9002
- -webkit-flex: 0 1 270px;
9003
- -ms-flex: 0 1 270px;
9004
- flex: 0 1 270px;
8504
+ flex: 0 1 270px;
9005
8505
  }
9006
8506
  .datepicker-controls,
9007
8507
  .datepicker-table,
@@ -9019,15 +8519,8 @@ input[type=range]::-ms-thumb {
9019
8519
  }
9020
8520
 
9021
8521
  .timepicker-container.modal-content {
9022
- display: -webkit-box;
9023
- display: -webkit-flex;
9024
- display: -ms-flexbox;
9025
8522
  display: flex;
9026
- -webkit-box-orient: vertical;
9027
- -webkit-box-direction: normal;
9028
- -webkit-flex-direction: column;
9029
- -ms-flex-direction: column;
9030
- flex-direction: column;
8523
+ flex-direction: column;
9031
8524
  padding: 0;
9032
8525
  }
9033
8526
 
@@ -9038,10 +8531,7 @@ input[type=range]::-ms-thumb {
9038
8531
  /* Clock Digital Display */
9039
8532
  .timepicker-digital-display {
9040
8533
  width: 200px;
9041
- -webkit-box-flex: 1;
9042
- -webkit-flex: 1 auto;
9043
- -ms-flex: 1 auto;
9044
- flex: 1 auto;
8534
+ flex: 1 auto;
9045
8535
  background-color: var(--md-sys-color-primary);
9046
8536
  padding: 10px;
9047
8537
  font-weight: 300;
@@ -9054,10 +8544,7 @@ input[type=range]::-ms-thumb {
9054
8544
  color: var(--font-on-primary-color-medium);
9055
8545
  font-weight: 400;
9056
8546
  position: relative;
9057
- -webkit-user-select: none;
9058
- -moz-user-select: none;
9059
- -ms-user-select: none;
9060
- user-select: none;
8547
+ user-select: none;
9061
8548
  }
9062
8549
  .timepicker-text-container input[type=text] {
9063
8550
  height: 4rem;
@@ -9098,10 +8585,7 @@ input[type=text].text-primary {
9098
8585
 
9099
8586
  /* Analog Clock Display */
9100
8587
  .timepicker-analog-display {
9101
- -webkit-box-flex: 2.5;
9102
- -webkit-flex: 2.5 auto;
9103
- -ms-flex: 2.5 auto;
9104
- flex: 2.5 auto;
8588
+ flex: 2.5 auto;
9105
8589
  background-color: var(--md-sys-color-surface);
9106
8590
  }
9107
8591
 
@@ -9115,10 +8599,7 @@ input[type=text].text-primary {
9115
8599
  margin: auto;
9116
8600
  margin-top: 25px;
9117
8601
  margin-bottom: 5px;
9118
- -webkit-user-select: none;
9119
- -moz-user-select: none;
9120
- -ms-user-select: none;
9121
- user-select: none;
8602
+ user-select: none;
9122
8603
  }
9123
8604
 
9124
8605
  .timepicker-canvas,
@@ -9152,26 +8633,20 @@ input[type=text].text-primary {
9152
8633
  }
9153
8634
 
9154
8635
  .timepicker-dial {
9155
- -webkit-transition: opacity 350ms, -webkit-transform 350ms;
9156
- transition: opacity 350ms, -webkit-transform 350ms;
9157
8636
  transition: transform 350ms, opacity 350ms;
9158
- transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
9159
8637
  }
9160
8638
 
9161
8639
  .timepicker-dial-out {
9162
8640
  opacity: 0;
9163
8641
  }
9164
8642
  .timepicker-dial-out.timepicker-hours {
9165
- -webkit-transform: scale(1.1, 1.1);
9166
- transform: scale(1.1, 1.1);
8643
+ transform: scale(1.1, 1.1);
9167
8644
  }
9168
8645
  .timepicker-dial-out.timepicker-minutes {
9169
- -webkit-transform: scale(0.8, 0.8);
9170
- transform: scale(0.8, 0.8);
8646
+ transform: scale(0.8, 0.8);
9171
8647
  }
9172
8648
 
9173
8649
  .timepicker-canvas {
9174
- -webkit-transition: opacity 175ms;
9175
8650
  transition: opacity 175ms;
9176
8651
  }
9177
8652
  .timepicker-canvas line {
@@ -9198,14 +8673,8 @@ input[type=text].text-primary {
9198
8673
  .timepicker-footer {
9199
8674
  margin: 0 auto;
9200
8675
  padding: 5px 1rem;
9201
- display: -webkit-box;
9202
- display: -webkit-flex;
9203
- display: -ms-flexbox;
9204
8676
  display: flex;
9205
- -webkit-box-pack: justify;
9206
- -webkit-justify-content: space-between;
9207
- -ms-flex-pack: justify;
9208
- justify-content: space-between;
8677
+ justify-content: space-between;
9209
8678
  }
9210
8679
 
9211
8680
  .timepicker-clear {
@@ -9227,11 +8696,7 @@ input[type=text].text-primary {
9227
8696
  max-width: 600px;
9228
8697
  }
9229
8698
  .timepicker-container.modal-content {
9230
- -webkit-box-orient: horizontal;
9231
- -webkit-box-direction: normal;
9232
- -webkit-flex-direction: row;
9233
- -ms-flex-direction: row;
9234
- flex-direction: row;
8699
+ flex-direction: row;
9235
8700
  }
9236
8701
  .timepicker-text-container {
9237
8702
  top: 32%;