@sme.up/ketchup 4.0.0 → 4.1.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.
Files changed (186) hide show
  1. package/dist/cjs/{cell-utils-1f89a299.js → cell-utils-841a7769.js} +2 -2
  2. package/dist/cjs/{f-chip-2d58c8f7.js → f-chip-b9f489ff.js} +7 -5
  3. package/dist/cjs/{f-image-5f4f29ca.js → f-image-0c3e6aa7.js} +3 -4
  4. package/dist/cjs/{index-3c471303.js → index-0416afab.js} +73 -64
  5. package/dist/cjs/ketchup.cjs.js +3 -3
  6. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  7. package/dist/cjs/kup-autocomplete_29.cjs.entry.js +1014 -1103
  8. package/dist/cjs/kup-calendar.cjs.entry.js +8 -8
  9. package/dist/cjs/kup-dash-list.cjs.entry.js +6 -6
  10. package/dist/cjs/kup-dash_2.cjs.entry.js +106 -62
  11. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  12. package/dist/cjs/kup-field.cjs.entry.js +3 -3
  13. package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
  14. package/dist/cjs/kup-lazy.cjs.entry.js +4 -4
  15. package/dist/cjs/kup-magic-box.cjs.entry.js +21 -30
  16. package/dist/cjs/{kup-manager-59ad8bdc.js → kup-manager-828bd598.js} +599 -519
  17. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -4
  18. package/dist/cjs/{kup-objects-59ea949c.js → kup-objects-89f38d6a.js} +7 -29
  19. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  20. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  21. package/dist/cjs/loader.cjs.js +3 -3
  22. package/dist/cjs/{utils-2af73538.js → utils-5192ee20.js} +1 -1
  23. package/dist/collection/assets/data-table.js +1 -0
  24. package/dist/collection/collection-manifest.json +2 -3
  25. package/dist/collection/components/kup-accordion/kup-accordion.js +14 -14
  26. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +9 -0
  27. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +20 -23
  28. package/dist/collection/components/kup-badge/kup-badge.js +12 -12
  29. package/dist/collection/components/kup-box/kup-box.css +30 -30
  30. package/dist/collection/components/kup-box/kup-box.js +181 -171
  31. package/dist/collection/components/kup-button/kup-button.css +8 -5
  32. package/dist/collection/components/kup-button/kup-button.js +26 -26
  33. package/dist/collection/components/kup-button-list/kup-button-list.css +8 -5
  34. package/dist/collection/components/kup-button-list/kup-button-list.js +18 -18
  35. package/dist/collection/components/kup-calendar/kup-calendar.css +8 -6
  36. package/dist/collection/components/kup-calendar/kup-calendar.js +30 -30
  37. package/dist/collection/components/kup-card/kup-card-helper.js +2 -1
  38. package/dist/collection/components/kup-card/kup-card.css +20 -1
  39. package/dist/collection/components/kup-card/kup-card.js +26 -26
  40. package/dist/collection/components/kup-chart/kup-chart.js +40 -40
  41. package/dist/collection/components/kup-checkbox/kup-checkbox.js +18 -18
  42. package/dist/collection/components/kup-chip/kup-chip.css +0 -1
  43. package/dist/collection/components/kup-chip/kup-chip.js +14 -14
  44. package/dist/collection/components/kup-color-picker/kup-color-picker.css +6 -9
  45. package/dist/collection/components/kup-color-picker/kup-color-picker.js +32 -40
  46. package/dist/collection/components/kup-combobox/kup-combobox.css +9 -0
  47. package/dist/collection/components/kup-combobox/kup-combobox.js +20 -23
  48. package/dist/collection/components/kup-dash-list/kup-dash-list.js +2 -2
  49. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  50. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +25 -46
  51. package/dist/collection/components/kup-data-table/kup-data-table.css +83 -87
  52. package/dist/collection/components/kup-data-table/kup-data-table.js +364 -531
  53. package/dist/collection/components/kup-date-picker/kup-date-picker.css +2373 -5
  54. package/dist/collection/components/kup-date-picker/kup-date-picker.js +72 -104
  55. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -8
  56. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +13 -5
  57. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +38 -43
  58. package/dist/collection/components/kup-field/kup-field.js +20 -20
  59. package/dist/collection/components/kup-gauge/kup-gauge.js +16 -16
  60. package/dist/collection/components/kup-grid/kup-grid.css +2 -1
  61. package/dist/collection/components/kup-grid/kup-grid.js +12 -12
  62. package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
  63. package/dist/collection/components/kup-image/kup-image.js +24 -24
  64. package/dist/collection/components/kup-lazy/kup-lazy.js +16 -16
  65. package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
  66. package/dist/collection/components/kup-list/kup-list.css +4 -0
  67. package/dist/collection/components/kup-list/kup-list.js +38 -47
  68. package/dist/collection/components/kup-magic-box/kup-magic-box.css +11 -6
  69. package/dist/collection/components/kup-magic-box/kup-magic-box.js +27 -36
  70. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +10 -10
  71. package/dist/collection/components/kup-paginator/kup-paginator.css +8 -5
  72. package/dist/collection/components/kup-probe/kup-probe.js +8 -8
  73. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +20 -20
  74. package/dist/collection/components/kup-radio/kup-radio.js +16 -16
  75. package/dist/collection/components/kup-rating/kup-rating.js +14 -14
  76. package/dist/collection/components/kup-spinner/kup-spinner.js +22 -22
  77. package/dist/collection/components/kup-switch/kup-switch.js +16 -16
  78. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +12 -12
  79. package/dist/collection/components/kup-text-field/kup-text-field.js +48 -48
  80. package/dist/collection/components/kup-time-picker/kup-time-picker.css +2376 -0
  81. package/dist/collection/components/kup-time-picker/kup-time-picker.js +50 -83
  82. package/dist/collection/components/kup-tooltip/kup-tooltip.js +18 -12
  83. package/dist/collection/components/kup-tree/kup-tree.css +10 -10
  84. package/dist/collection/components/kup-tree/kup-tree.js +96 -66
  85. package/dist/collection/f-components/f-button/f-button.js +4 -2
  86. package/dist/collection/f-components/f-image/f-image.js +1 -2
  87. package/dist/collection/f-components/f-text-field/f-text-field.js +8 -6
  88. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +11 -3
  89. package/dist/collection/utils/kup-debug/kup-debug.js +25 -27
  90. package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +3 -5
  91. package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
  92. package/dist/collection/utils/kup-interact/kup-interact.js +362 -0
  93. package/dist/collection/utils/kup-manager/kup-manager.js +18 -6
  94. package/dist/collection/utils/kup-objects/kup-objects.js +7 -29
  95. package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
  96. package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
  97. package/dist/esm/{cell-utils-cb612463.js → cell-utils-de384721.js} +2 -2
  98. package/dist/esm/{f-chip-125d5dd6.js → f-chip-d585b63e.js} +7 -5
  99. package/dist/esm/{f-image-68b34fab.js → f-image-23548d00.js} +3 -4
  100. package/dist/esm/{index-bf2824a6.js → index-51694018.js} +73 -64
  101. package/dist/esm/ketchup.js +3 -3
  102. package/dist/esm/kup-accordion.entry.js +5 -5
  103. package/dist/esm/kup-autocomplete_29.entry.js +818 -907
  104. package/dist/esm/kup-calendar.entry.js +8 -8
  105. package/dist/esm/kup-dash-list.entry.js +6 -6
  106. package/dist/esm/kup-dash_2.entry.js +106 -62
  107. package/dist/esm/kup-drawer.entry.js +4 -4
  108. package/dist/esm/kup-field.entry.js +3 -3
  109. package/dist/esm/kup-iframe.entry.js +4 -4
  110. package/dist/esm/kup-lazy.entry.js +4 -4
  111. package/dist/esm/kup-magic-box.entry.js +21 -30
  112. package/dist/esm/{kup-manager-e7d7b353.js → kup-manager-583f2815.js} +595 -520
  113. package/dist/esm/kup-nav-bar.entry.js +4 -4
  114. package/dist/esm/{kup-objects-d38d2fa2.js → kup-objects-5968aefd.js} +7 -29
  115. package/dist/esm/kup-probe.entry.js +3 -3
  116. package/dist/esm/kup-qlik.entry.js +3 -3
  117. package/dist/esm/loader.js +3 -3
  118. package/dist/esm/{utils-13dd007a.js → utils-a1dd14c3.js} +1 -1
  119. package/dist/ketchup/ketchup.esm.js +1 -1
  120. package/dist/ketchup/{p-64ea7e37.entry.js → p-0e91c9c9.entry.js} +1 -1
  121. package/dist/ketchup/{p-0320e24e.entry.js → p-0f2b6a24.entry.js} +1 -1
  122. package/dist/ketchup/{p-a5424073.js → p-361d9431.js} +1 -1
  123. package/dist/ketchup/p-565785ce.js +1 -0
  124. package/dist/ketchup/{p-7896031c.entry.js → p-57eb45ac.entry.js} +1 -1
  125. package/dist/ketchup/{p-08c7a092.js → p-6f5d8830.js} +1 -1
  126. package/dist/ketchup/{p-9c858a38.entry.js → p-802d8906.entry.js} +1 -1
  127. package/dist/ketchup/p-850b9e67.entry.js +1 -0
  128. package/dist/ketchup/{p-a12a5690.entry.js → p-88a5787a.entry.js} +1 -1
  129. package/dist/ketchup/p-8ed2b7bf.entry.js +1 -0
  130. package/dist/ketchup/{p-ee89966f.entry.js → p-90a0c2b7.entry.js} +2 -2
  131. package/dist/ketchup/{p-876da4c2.entry.js → p-94c0dd8c.entry.js} +1 -1
  132. package/dist/ketchup/p-9ec3c377.entry.js +45 -0
  133. package/dist/ketchup/p-b30f34d8.js +1 -0
  134. package/dist/ketchup/p-b6a47512.entry.js +1 -0
  135. package/dist/ketchup/p-bfaf8a82.js +1 -0
  136. package/dist/ketchup/{p-940ab57a.entry.js → p-ca0ebdcc.entry.js} +1 -1
  137. package/dist/ketchup/p-d5a3a4ed.js +1 -0
  138. package/dist/ketchup/{p-c7ee1fbc.js → p-ee7b190c.js} +1 -1
  139. package/dist/ketchup/{p-b0724035.entry.js → p-f6b54fa1.entry.js} +1 -1
  140. package/dist/types/components/kup-box/kup-box-declarations.d.ts +11 -2
  141. package/dist/types/components/kup-box/kup-box.d.ts +8 -4
  142. package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +0 -1
  143. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +12 -4
  144. package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +0 -2
  145. package/dist/types/components/kup-data-table/kup-data-table.d.ts +16 -49
  146. package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +11 -14
  147. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +0 -4
  148. package/dist/types/components/kup-list/kup-list-declarations.d.ts +1 -1
  149. package/dist/types/components/kup-list/kup-list.d.ts +2 -3
  150. package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +1 -0
  151. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +7 -11
  152. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
  153. package/dist/types/components/kup-tree/kup-tree.d.ts +3 -0
  154. package/dist/types/components.d.ts +84 -121
  155. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position.d.ts +2 -2
  156. package/dist/types/utils/kup-interact/kup-interact-declarations.d.ts +127 -0
  157. package/dist/types/utils/kup-interact/kup-interact.d.ts +93 -0
  158. package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +21 -4
  159. package/dist/types/utils/kup-manager/kup-manager.d.ts +2 -2
  160. package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
  161. package/package.json +3 -3
  162. package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
  163. package/dist/cjs/kup-grid.cjs.entry.js +0 -130
  164. package/dist/collection/assets/images/drag-multiple.js +0 -1
  165. package/dist/collection/components/kup-layout/kup-layout.css +0 -53
  166. package/dist/collection/components/kup-layout/kup-layout.js +0 -156
  167. package/dist/collection/utils/drag-and-drop.js +0 -109
  168. package/dist/collection/utils/kup-dialog/kup-dialog-declarations.js +0 -36
  169. package/dist/collection/utils/kup-dialog/kup-dialog.js +0 -310
  170. package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
  171. package/dist/esm/kup-grid.entry.js +0 -126
  172. package/dist/ketchup/p-00fe1e3e.js +0 -1
  173. package/dist/ketchup/p-1165f4ea.entry.js +0 -1
  174. package/dist/ketchup/p-170d3cba.js +0 -1
  175. package/dist/ketchup/p-18cb3ba3.js +0 -1
  176. package/dist/ketchup/p-23541a97.entry.js +0 -45
  177. package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
  178. package/dist/ketchup/p-b14e77f0.js +0 -1
  179. package/dist/ketchup/p-d24cfdea.entry.js +0 -1
  180. package/dist/ketchup/p-fcd2fd8f.js +0 -1
  181. package/dist/ketchup/p-fce3b9d8.entry.js +0 -1
  182. package/dist/types/assets/images/drag-multiple.d.ts +0 -1
  183. package/dist/types/components/kup-layout/kup-layout.d.ts +0 -25
  184. package/dist/types/utils/drag-and-drop.d.ts +0 -53
  185. package/dist/types/utils/kup-dialog/kup-dialog-declarations.d.ts +0 -43
  186. package/dist/types/utils/kup-dialog/kup-dialog.d.ts +0 -50
@@ -1,13 +1,2376 @@
1
- :host {
1
+ .f-image--wrapper {
2
+ display: block;
3
+ margin: auto;
4
+ position: relative;
5
+ height: var(--kup_image_height, 100%);
6
+ width: var(--kup_image_width, 100%);
7
+ }
8
+ .f-image--wrapper.kup-fit img {
9
+ max-width: max-content;
10
+ object-fit: contain;
11
+ }
12
+ .f-image--wrapper img {
13
+ display: block;
14
+ margin: auto;
15
+ height: var(--kup_image_height, 100%);
16
+ width: var(--kup_image_width, 100%);
17
+ }
18
+ .f-image--wrapper .f-image__css {
19
+ overflow: hidden;
20
+ height: var(--kup_image_height, 100%);
21
+ width: var(--kup_image_width, 100%);
22
+ }
23
+ .f-image--wrapper .f-image__icon {
24
+ margin: auto;
25
+ height: var(--kup_image_height, 100%);
26
+ width: var(--kup_image_width, 100%);
27
+ }
28
+ .f-image--wrapper .css-step.bottom-aligned {
29
+ bottom: 0;
30
+ position: absolute;
31
+ }
32
+
33
+ .mdc-form-field {
34
+ -moz-osx-font-smoothing: grayscale;
35
+ -webkit-font-smoothing: antialiased;
36
+ font-family: Roboto, sans-serif;
37
+ /* @alternate */
38
+ font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
39
+ font-size: 0.875rem;
40
+ /* @alternate */
41
+ font-size: var(--mdc-typography-body2-font-size, 0.875rem);
42
+ line-height: 1.25rem;
43
+ /* @alternate */
44
+ line-height: var(--mdc-typography-body2-line-height, 1.25rem);
45
+ font-weight: 400;
46
+ /* @alternate */
47
+ font-weight: var(--mdc-typography-body2-font-weight, 400);
48
+ letter-spacing: 0.0178571429em;
49
+ /* @alternate */
50
+ letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
51
+ text-decoration: inherit;
52
+ /* @alternate */
53
+ text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
54
+ text-transform: inherit;
55
+ /* @alternate */
56
+ text-transform: var(--mdc-typography-body2-text-transform, inherit);
57
+ color: rgba(0, 0, 0, 0.87);
58
+ /* @alternate */
59
+ color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
60
+ display: inline-flex;
61
+ align-items: center;
62
+ vertical-align: middle;
63
+ }
64
+
65
+ .mdc-form-field > label {
66
+ /* @noflip */
67
+ margin-left: 0;
68
+ /* @noflip */
69
+ margin-right: auto;
70
+ /* @noflip */
71
+ padding-left: 4px;
72
+ /* @noflip */
73
+ padding-right: 0;
74
+ order: 0;
75
+ }
76
+
77
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
78
+ /* @noflip */
79
+ margin-left: auto;
80
+ /* @noflip */
81
+ margin-right: 0;
82
+ }
83
+
84
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
85
+ /* @noflip */
86
+ padding-left: 0;
87
+ /* @noflip */
88
+ padding-right: 4px;
89
+ }
90
+
91
+ .mdc-form-field--nowrap > label {
92
+ text-overflow: ellipsis;
93
+ overflow: hidden;
94
+ white-space: nowrap;
95
+ }
96
+
97
+ .mdc-form-field--align-end > label {
98
+ /* @noflip */
99
+ margin-left: auto;
100
+ /* @noflip */
101
+ margin-right: 0;
102
+ /* @noflip */
103
+ padding-left: 0;
104
+ /* @noflip */
105
+ padding-right: 4px;
106
+ order: -1;
107
+ }
108
+
109
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
110
+ /* @noflip */
111
+ margin-left: 0;
112
+ /* @noflip */
113
+ margin-right: auto;
114
+ }
115
+
116
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
117
+ /* @noflip */
118
+ padding-left: 4px;
119
+ /* @noflip */
120
+ padding-right: 0;
121
+ }
122
+
123
+ .mdc-form-field--space-between {
124
+ justify-content: space-between;
125
+ }
126
+
127
+ .mdc-form-field--space-between > label {
128
+ margin: 0;
129
+ }
130
+
131
+ [dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
132
+ margin: 0;
133
+ }
134
+
135
+ .mdc-floating-label {
136
+ -moz-osx-font-smoothing: grayscale;
137
+ -webkit-font-smoothing: antialiased;
138
+ font-family: Roboto, sans-serif;
139
+ /* @alternate */
140
+ font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
141
+ font-size: 1rem;
142
+ /* @alternate */
143
+ font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
144
+ font-weight: 400;
145
+ /* @alternate */
146
+ font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
147
+ letter-spacing: 0.009375em;
148
+ /* @alternate */
149
+ letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
150
+ text-decoration: inherit;
151
+ /* @alternate */
152
+ text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
153
+ text-transform: inherit;
154
+ /* @alternate */
155
+ text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
156
+ position: absolute;
157
+ /* @noflip */
158
+ left: 0;
159
+ /* @noflip */
160
+ -webkit-transform-origin: left top;
161
+ /* @noflip */
162
+ transform-origin: left top;
163
+ line-height: 1.15rem;
164
+ text-align: left;
165
+ text-overflow: ellipsis;
166
+ white-space: nowrap;
167
+ cursor: text;
168
+ overflow: hidden;
169
+ /* @alternate */
170
+ will-change: transform;
171
+ transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
172
+ }
173
+
174
+ [dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
175
+ /* @noflip */
176
+ right: 0;
177
+ /* @noflip */
178
+ left: auto;
179
+ /* @noflip */
180
+ -webkit-transform-origin: right top;
181
+ /* @noflip */
182
+ transform-origin: right top;
183
+ /* @noflip */
184
+ text-align: right;
185
+ }
186
+
187
+ .mdc-floating-label--float-above {
188
+ cursor: auto;
189
+ }
190
+
191
+ .mdc-floating-label--required::after {
192
+ /* @noflip */
193
+ margin-left: 1px;
194
+ /* @noflip */
195
+ margin-right: 0px;
196
+ content: "*";
197
+ }
198
+
199
+ [dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
200
+ /* @noflip */
201
+ margin-left: 0;
202
+ /* @noflip */
203
+ margin-right: 1px;
204
+ }
205
+
206
+ .mdc-floating-label--float-above {
207
+ transform: translateY(-106%) scale(0.75);
208
+ }
209
+
210
+ .mdc-floating-label--shake {
211
+ animation: mdc-floating-label-shake-float-above-standard 250ms 1;
212
+ }
213
+
214
+ @keyframes mdc-floating-label-shake-float-above-standard {
215
+ 0% {
216
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
217
+ }
218
+ 33% {
219
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
220
+ transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
221
+ }
222
+ 66% {
223
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
224
+ transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
225
+ }
226
+ 100% {
227
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
228
+ }
229
+ }
230
+ .mdc-line-ripple::before, .mdc-line-ripple::after {
231
+ position: absolute;
232
+ bottom: 0;
233
+ left: 0;
234
+ width: 100%;
235
+ border-bottom-style: solid;
236
+ content: "";
237
+ }
238
+
239
+ .mdc-line-ripple::before {
240
+ border-bottom-width: 1px;
241
+ z-index: 1;
242
+ }
243
+
244
+ .mdc-line-ripple::after {
245
+ transform: scaleX(0);
246
+ border-bottom-width: 2px;
247
+ opacity: 0;
248
+ z-index: 2;
249
+ }
250
+
251
+ .mdc-line-ripple::after {
252
+ transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
253
+ }
254
+
255
+ .mdc-line-ripple--active::after {
256
+ transform: scaleX(1);
257
+ opacity: 1;
258
+ }
259
+
260
+ .mdc-line-ripple--deactivating::after {
261
+ opacity: 0;
262
+ }
263
+
264
+ .mdc-notched-outline {
265
+ display: flex;
266
+ position: absolute;
267
+ top: 0;
268
+ right: 0;
269
+ left: 0;
270
+ box-sizing: border-box;
271
+ width: 100%;
272
+ max-width: 100%;
273
+ height: 100%;
274
+ /* @noflip */
275
+ text-align: left;
276
+ pointer-events: none;
277
+ }
278
+
279
+ [dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
280
+ /* @noflip */
281
+ text-align: right;
282
+ }
283
+
284
+ .mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
285
+ box-sizing: border-box;
286
+ height: 100%;
287
+ border-top: 1px solid;
288
+ border-bottom: 1px solid;
289
+ pointer-events: none;
290
+ }
291
+
292
+ .mdc-notched-outline__leading {
293
+ /* @noflip */
294
+ border-left: 1px solid;
295
+ /* @noflip */
296
+ border-right: none;
297
+ width: 12px;
298
+ }
299
+
300
+ [dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
301
+ /* @noflip */
302
+ border-left: none;
303
+ /* @noflip */
304
+ border-right: 1px solid;
305
+ }
306
+
307
+ .mdc-notched-outline__trailing {
308
+ /* @noflip */
309
+ border-left: none;
310
+ /* @noflip */
311
+ border-right: 1px solid;
312
+ flex-grow: 1;
313
+ }
314
+
315
+ [dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
316
+ /* @noflip */
317
+ border-left: 1px solid;
318
+ /* @noflip */
319
+ border-right: none;
320
+ }
321
+
322
+ .mdc-notched-outline__notch {
323
+ flex: 0 0 auto;
324
+ width: auto;
325
+ max-width: calc(100% - 12px * 2);
326
+ }
327
+
328
+ .mdc-notched-outline .mdc-floating-label {
329
+ display: inline-block;
330
+ position: relative;
331
+ max-width: 100%;
332
+ }
333
+
334
+ .mdc-notched-outline .mdc-floating-label--float-above {
335
+ text-overflow: clip;
336
+ }
337
+
338
+ .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
339
+ max-width: calc(100% / 0.75);
340
+ }
341
+
342
+ .mdc-notched-outline--notched .mdc-notched-outline__notch {
343
+ /* @noflip */
344
+ padding-left: 0;
345
+ /* @noflip */
346
+ padding-right: 8px;
347
+ border-top: none;
348
+ }
349
+
350
+ [dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
351
+ /* @noflip */
352
+ padding-left: 8px;
353
+ /* @noflip */
354
+ padding-right: 0;
355
+ }
356
+
357
+ .mdc-notched-outline--no-label .mdc-notched-outline__notch {
358
+ display: none;
359
+ }
360
+
361
+ @keyframes mdc-ripple-fg-radius-in {
362
+ from {
363
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
364
+ transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
365
+ }
366
+ to {
367
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
368
+ }
369
+ }
370
+ @keyframes mdc-ripple-fg-opacity-in {
371
+ from {
372
+ animation-timing-function: linear;
373
+ opacity: 0;
374
+ }
375
+ to {
376
+ opacity: var(--mdc-ripple-fg-opacity, 0);
377
+ }
378
+ }
379
+ @keyframes mdc-ripple-fg-opacity-out {
380
+ from {
381
+ animation-timing-function: linear;
382
+ opacity: var(--mdc-ripple-fg-opacity, 0);
383
+ }
384
+ to {
385
+ opacity: 0;
386
+ }
387
+ }
388
+ .mdc-text-field--filled {
389
+ --mdc-ripple-fg-size: 0;
390
+ --mdc-ripple-left: 0;
391
+ --mdc-ripple-top: 0;
392
+ --mdc-ripple-fg-scale: 1;
393
+ --mdc-ripple-fg-translate-end: 0;
394
+ --mdc-ripple-fg-translate-start: 0;
395
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
396
+ will-change: transform, opacity;
397
+ }
398
+
399
+ .mdc-text-field--filled .mdc-text-field__ripple::before,
400
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
401
+ position: absolute;
402
+ border-radius: 50%;
403
+ opacity: 0;
404
+ pointer-events: none;
405
+ content: "";
406
+ }
407
+
408
+ .mdc-text-field--filled .mdc-text-field__ripple::before {
409
+ transition: opacity 15ms linear, background-color 15ms linear;
410
+ z-index: 1;
411
+ /* @alternate */
412
+ z-index: var(--mdc-ripple-z-index, 1);
413
+ }
414
+
415
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
416
+ z-index: 0;
417
+ /* @alternate */
418
+ z-index: var(--mdc-ripple-z-index, 0);
419
+ }
420
+
421
+ .mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
422
+ transform: scale(var(--mdc-ripple-fg-scale, 1));
423
+ }
424
+
425
+ .mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
426
+ top: 0;
427
+ /* @noflip */
428
+ left: 0;
429
+ transform: scale(0);
430
+ transform-origin: center center;
431
+ }
432
+
433
+ .mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
434
+ top: var(--mdc-ripple-top, 0);
435
+ /* @noflip */
436
+ left: var(--mdc-ripple-left, 0);
437
+ }
438
+
439
+ .mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
440
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
441
+ }
442
+
443
+ .mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
444
+ animation: mdc-ripple-fg-opacity-out 150ms;
445
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
446
+ }
447
+
448
+ .mdc-text-field--filled .mdc-text-field__ripple::before,
449
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
450
+ top: calc(50% - 100%);
451
+ /* @noflip */
452
+ left: calc(50% - 100%);
453
+ width: 200%;
454
+ height: 200%;
455
+ }
456
+
457
+ .mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
458
+ width: var(--mdc-ripple-fg-size, 100%);
459
+ height: var(--mdc-ripple-fg-size, 100%);
460
+ }
461
+
462
+ .mdc-text-field__ripple {
463
+ position: absolute;
464
+ top: 0;
465
+ left: 0;
466
+ width: 100%;
467
+ height: 100%;
468
+ pointer-events: none;
469
+ }
470
+
471
+ .mdc-text-field {
472
+ border-top-left-radius: 4px;
473
+ /* @alternate */
474
+ border-top-left-radius: var(--mdc-shape-small, 4px);
475
+ border-top-right-radius: 4px;
476
+ /* @alternate */
477
+ border-top-right-radius: var(--mdc-shape-small, 4px);
478
+ border-bottom-right-radius: 0;
479
+ border-bottom-left-radius: 0;
480
+ display: inline-flex;
481
+ align-items: baseline;
482
+ padding: 0 16px;
483
+ position: relative;
484
+ box-sizing: border-box;
485
+ overflow: hidden;
486
+ /* @alternate */
487
+ will-change: opacity, transform, color;
488
+ }
489
+
490
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
491
+ color: rgba(0, 0, 0, 0.6);
492
+ }
493
+
494
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
495
+ color: rgba(0, 0, 0, 0.87);
496
+ }
497
+
498
+ @media all {
499
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
500
+ color: rgba(0, 0, 0, 0.54);
501
+ }
502
+ }
503
+ @media all {
504
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
505
+ color: rgba(0, 0, 0, 0.54);
506
+ }
507
+ }
508
+ .mdc-text-field .mdc-text-field__input {
509
+ caret-color: #6200ee;
510
+ /* @alternate */
511
+ caret-color: var(--mdc-theme-primary, #6200ee);
512
+ }
513
+
514
+ .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
515
+ color: rgba(0, 0, 0, 0.6);
516
+ }
517
+
518
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
519
+ .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
520
+ color: rgba(0, 0, 0, 0.6);
521
+ }
522
+
523
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
524
+ color: rgba(0, 0, 0, 0.54);
525
+ }
526
+
527
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
528
+ color: rgba(0, 0, 0, 0.54);
529
+ }
530
+
531
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
532
+ color: rgba(0, 0, 0, 0.6);
533
+ }
534
+
535
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
536
+ color: rgba(0, 0, 0, 0.6);
537
+ }
538
+
539
+ .mdc-text-field .mdc-floating-label {
540
+ top: 50%;
541
+ transform: translateY(-50%);
542
+ pointer-events: none;
543
+ }
544
+
545
+ .mdc-text-field__input {
546
+ -moz-osx-font-smoothing: grayscale;
547
+ -webkit-font-smoothing: antialiased;
548
+ font-family: Roboto, sans-serif;
549
+ /* @alternate */
550
+ font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
551
+ font-size: 1rem;
552
+ /* @alternate */
553
+ font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
554
+ font-weight: 400;
555
+ /* @alternate */
556
+ font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
557
+ letter-spacing: 0.009375em;
558
+ /* @alternate */
559
+ letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
560
+ text-decoration: inherit;
561
+ /* @alternate */
562
+ text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
563
+ text-transform: inherit;
564
+ /* @alternate */
565
+ text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
566
+ height: 28px;
567
+ transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
568
+ width: 100%;
569
+ min-width: 0;
570
+ border: none;
571
+ border-radius: 0;
572
+ background: none;
573
+ appearance: none;
574
+ padding: 0;
575
+ }
576
+
577
+ .mdc-text-field__input::-ms-clear {
578
+ display: none;
579
+ }
580
+
581
+ .mdc-text-field__input::-webkit-calendar-picker-indicator {
582
+ display: none;
583
+ }
584
+
585
+ .mdc-text-field__input:focus {
586
+ outline: none;
587
+ }
588
+
589
+ .mdc-text-field__input:invalid {
590
+ box-shadow: none;
591
+ }
592
+
593
+ @media all {
594
+ .mdc-text-field__input::placeholder {
595
+ transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
596
+ opacity: 0;
597
+ }
598
+ }
599
+ @media all {
600
+ .mdc-text-field__input:-ms-input-placeholder {
601
+ transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
602
+ opacity: 0;
603
+ }
604
+ }
605
+ @media all {
606
+ .mdc-text-field--no-label .mdc-text-field__input::placeholder, .mdc-text-field--focused .mdc-text-field__input::placeholder {
607
+ transition-delay: 40ms;
608
+ transition-duration: 110ms;
609
+ opacity: 1;
610
+ }
611
+ }
612
+ @media all {
613
+ .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
614
+ transition-delay: 40ms;
615
+ transition-duration: 110ms;
616
+ opacity: 1;
617
+ }
618
+ }
619
+ .mdc-text-field__affix {
620
+ -moz-osx-font-smoothing: grayscale;
621
+ -webkit-font-smoothing: antialiased;
622
+ font-family: Roboto, sans-serif;
623
+ /* @alternate */
624
+ font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
625
+ font-size: 1rem;
626
+ /* @alternate */
627
+ font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
628
+ font-weight: 400;
629
+ /* @alternate */
630
+ font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
631
+ letter-spacing: 0.009375em;
632
+ /* @alternate */
633
+ letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
634
+ text-decoration: inherit;
635
+ /* @alternate */
636
+ text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
637
+ text-transform: inherit;
638
+ /* @alternate */
639
+ text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
640
+ height: 28px;
641
+ transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
642
+ opacity: 0;
643
+ white-space: nowrap;
644
+ }
645
+
646
+ .mdc-text-field--label-floating .mdc-text-field__affix, .mdc-text-field--no-label .mdc-text-field__affix {
647
+ opacity: 1;
648
+ }
649
+
650
+ @supports (-webkit-hyphens: none) {
651
+ .mdc-text-field--outlined .mdc-text-field__affix {
652
+ align-items: center;
653
+ align-self: center;
654
+ display: inline-flex;
655
+ height: 100%;
656
+ }
657
+ }
658
+ .mdc-text-field__affix--prefix {
659
+ /* @noflip */
660
+ padding-left: 0;
661
+ /* @noflip */
662
+ padding-right: 2px;
663
+ }
664
+
665
+ [dir=rtl] .mdc-text-field__affix--prefix, .mdc-text-field__affix--prefix[dir=rtl] {
666
+ /* @noflip */
667
+ padding-left: 2px;
668
+ /* @noflip */
669
+ padding-right: 0;
670
+ }
671
+
672
+ .mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
673
+ /* @noflip */
674
+ padding-left: 0;
675
+ /* @noflip */
676
+ padding-right: 12px;
677
+ }
678
+
679
+ [dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl] {
680
+ /* @noflip */
681
+ padding-left: 12px;
682
+ /* @noflip */
683
+ padding-right: 0;
684
+ }
685
+
686
+ .mdc-text-field__affix--suffix {
687
+ /* @noflip */
688
+ padding-left: 12px;
689
+ /* @noflip */
690
+ padding-right: 0;
691
+ }
692
+
693
+ [dir=rtl] .mdc-text-field__affix--suffix, .mdc-text-field__affix--suffix[dir=rtl] {
694
+ /* @noflip */
695
+ padding-left: 0;
696
+ /* @noflip */
697
+ padding-right: 12px;
698
+ }
699
+
700
+ .mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
701
+ /* @noflip */
702
+ padding-left: 2px;
703
+ /* @noflip */
704
+ padding-right: 0;
705
+ }
706
+
707
+ [dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl] {
708
+ /* @noflip */
709
+ padding-left: 0;
710
+ /* @noflip */
711
+ padding-right: 2px;
712
+ }
713
+
714
+ .mdc-text-field--filled {
715
+ height: 56px;
716
+ }
717
+
718
+ .mdc-text-field--filled .mdc-text-field__ripple::before,
719
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
720
+ background-color: rgba(0, 0, 0, 0.87);
721
+ /* @alternate */
722
+ background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
723
+ }
724
+
725
+ .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
726
+ opacity: 0.04;
727
+ /* @alternate */
728
+ opacity: var(--mdc-ripple-hover-opacity, 0.04);
729
+ }
730
+
731
+ .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
732
+ transition-duration: 75ms;
733
+ opacity: 0.12;
734
+ /* @alternate */
735
+ opacity: var(--mdc-ripple-focus-opacity, 0.12);
736
+ }
737
+
738
+ .mdc-text-field--filled::before {
739
+ display: inline-block;
740
+ width: 0;
741
+ height: 40px;
742
+ content: "";
743
+ vertical-align: 0;
744
+ }
745
+
746
+ .mdc-text-field--filled:not(.mdc-text-field--disabled) {
747
+ background-color: whitesmoke;
748
+ }
749
+
750
+ .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
751
+ border-bottom-color: rgba(0, 0, 0, 0.42);
752
+ }
753
+
754
+ .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
755
+ border-bottom-color: rgba(0, 0, 0, 0.87);
756
+ }
757
+
758
+ .mdc-text-field--filled .mdc-line-ripple::after {
759
+ border-bottom-color: #6200ee;
760
+ /* @alternate */
761
+ border-bottom-color: var(--mdc-theme-primary, #6200ee);
762
+ }
763
+
764
+ .mdc-text-field--filled .mdc-floating-label {
765
+ /* @noflip */
766
+ left: 16px;
767
+ /* @noflip */
768
+ right: initial;
769
+ }
770
+
771
+ [dir=rtl] .mdc-text-field--filled .mdc-floating-label, .mdc-text-field--filled .mdc-floating-label[dir=rtl] {
772
+ /* @noflip */
773
+ left: initial;
774
+ /* @noflip */
775
+ right: 16px;
776
+ }
777
+
778
+ .mdc-text-field--filled .mdc-floating-label--float-above {
779
+ transform: translateY(-106%) scale(0.75);
780
+ }
781
+
782
+ .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
783
+ height: 100%;
784
+ }
785
+
786
+ .mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
787
+ display: none;
788
+ }
789
+
790
+ .mdc-text-field--filled.mdc-text-field--no-label::before {
791
+ display: none;
792
+ }
793
+
794
+ @supports (-webkit-hyphens: none) {
795
+ .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix {
796
+ align-items: center;
797
+ align-self: center;
798
+ display: inline-flex;
799
+ height: 100%;
800
+ }
801
+ }
802
+ .mdc-text-field--outlined {
803
+ height: 56px;
804
+ overflow: visible;
805
+ }
806
+
807
+ .mdc-text-field--outlined .mdc-floating-label--float-above {
808
+ transform: translateY(-37.25px) scale(1);
809
+ }
810
+
811
+ .mdc-text-field--outlined .mdc-floating-label--float-above {
812
+ font-size: 0.75rem;
813
+ }
814
+
815
+ .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
816
+ .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
817
+ transform: translateY(-34.75px) scale(0.75);
818
+ }
819
+
820
+ .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
821
+ .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
822
+ font-size: 1rem;
823
+ }
824
+
825
+ .mdc-text-field--outlined .mdc-floating-label--shake {
826
+ animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
827
+ }
828
+
829
+ @keyframes mdc-floating-label-shake-float-above-text-field-outlined {
830
+ 0% {
831
+ transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
832
+ }
833
+ 33% {
834
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
835
+ transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
836
+ }
837
+ 66% {
838
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
839
+ transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
840
+ }
841
+ 100% {
842
+ transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
843
+ }
844
+ }
845
+ .mdc-text-field--outlined .mdc-text-field__input {
846
+ height: 100%;
847
+ }
848
+
849
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
850
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
851
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
852
+ border-color: rgba(0, 0, 0, 0.38);
853
+ }
854
+
855
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
856
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
857
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
858
+ border-color: rgba(0, 0, 0, 0.87);
859
+ }
860
+
861
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
862
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
863
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
864
+ border-color: #6200ee;
865
+ /* @alternate */
866
+ border-color: var(--mdc-theme-primary, #6200ee);
867
+ }
868
+
869
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
870
+ /* @noflip */
871
+ border-top-left-radius: 4px;
872
+ /* @alternate */
873
+ /* @noflip */
874
+ border-top-left-radius: var(--mdc-shape-small, 4px);
875
+ /* @noflip */
876
+ border-top-right-radius: 0;
877
+ /* @noflip */
878
+ border-bottom-right-radius: 0;
879
+ /* @noflip */
880
+ border-bottom-left-radius: 4px;
881
+ /* @alternate */
882
+ /* @noflip */
883
+ border-bottom-left-radius: var(--mdc-shape-small, 4px);
884
+ }
885
+
886
+ [dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
887
+ /* @noflip */
888
+ border-top-left-radius: 0;
889
+ /* @noflip */
890
+ border-top-right-radius: 4px;
891
+ /* @alternate */
892
+ /* @noflip */
893
+ border-top-right-radius: var(--mdc-shape-small, 4px);
894
+ /* @noflip */
895
+ border-bottom-right-radius: 4px;
896
+ /* @alternate */
897
+ /* @noflip */
898
+ border-bottom-right-radius: var(--mdc-shape-small, 4px);
899
+ /* @noflip */
900
+ border-bottom-left-radius: 0;
901
+ }
902
+
903
+ @supports (top: max(0%)) {
904
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
905
+ width: max(12px, var(--mdc-shape-small, 4px));
906
+ }
907
+ }
908
+ @supports (top: max(0%)) {
909
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch {
910
+ max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
911
+ }
912
+ }
913
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
914
+ /* @noflip */
915
+ border-top-left-radius: 0;
916
+ /* @noflip */
917
+ border-top-right-radius: 4px;
918
+ /* @alternate */
919
+ /* @noflip */
920
+ border-top-right-radius: var(--mdc-shape-small, 4px);
921
+ /* @noflip */
922
+ border-bottom-right-radius: 4px;
923
+ /* @alternate */
924
+ /* @noflip */
925
+ border-bottom-right-radius: var(--mdc-shape-small, 4px);
926
+ /* @noflip */
927
+ border-bottom-left-radius: 0;
928
+ }
929
+
930
+ [dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
931
+ /* @noflip */
932
+ border-top-left-radius: 4px;
933
+ /* @alternate */
934
+ /* @noflip */
935
+ border-top-left-radius: var(--mdc-shape-small, 4px);
936
+ /* @noflip */
937
+ border-top-right-radius: 0;
938
+ /* @noflip */
939
+ border-bottom-right-radius: 0;
940
+ /* @noflip */
941
+ border-bottom-left-radius: 4px;
942
+ /* @alternate */
943
+ /* @noflip */
944
+ border-bottom-left-radius: var(--mdc-shape-small, 4px);
945
+ }
946
+
947
+ @supports (top: max(0%)) {
948
+ .mdc-text-field--outlined {
949
+ /* @noflip */
950
+ padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
951
+ }
952
+ }
953
+ @supports (top: max(0%)) {
954
+ .mdc-text-field--outlined {
955
+ /* @noflip */
956
+ padding-right: max(16px, var(--mdc-shape-small, 4px));
957
+ }
958
+ }
959
+ @supports (top: max(0%)) {
960
+ .mdc-text-field--outlined + .mdc-text-field-helper-line {
961
+ /* @noflip */
962
+ padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
963
+ }
964
+ }
965
+ @supports (top: max(0%)) {
966
+ .mdc-text-field--outlined + .mdc-text-field-helper-line {
967
+ /* @noflip */
968
+ padding-right: max(16px, var(--mdc-shape-small, 4px));
969
+ }
970
+ }
971
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
972
+ /* @noflip */
973
+ padding-left: 0;
974
+ }
975
+
976
+ @supports (top: max(0%)) {
977
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
978
+ /* @noflip */
979
+ padding-right: max(16px, var(--mdc-shape-small, 4px));
980
+ }
981
+ }
982
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
983
+ /* @noflip */
984
+ padding-right: 0;
985
+ }
986
+
987
+ @supports (top: max(0%)) {
988
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
989
+ /* @noflip */
990
+ padding-left: max(16px, var(--mdc-shape-small, 4px));
991
+ }
992
+ }
993
+ .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
994
+ /* @noflip */
995
+ padding-right: 0;
996
+ }
997
+
998
+ @supports (top: max(0%)) {
999
+ .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
1000
+ /* @noflip */
1001
+ padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
1002
+ }
1003
+ }
1004
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
1005
+ /* @noflip */
1006
+ padding-left: 0;
1007
+ }
1008
+
1009
+ @supports (top: max(0%)) {
1010
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
1011
+ /* @noflip */
1012
+ padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
1013
+ }
1014
+ }
1015
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
1016
+ /* @noflip */
1017
+ padding-left: 0;
1018
+ /* @noflip */
1019
+ padding-right: 0;
1020
+ }
1021
+
1022
+ .mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
1023
+ padding-top: 1px;
1024
+ }
1025
+
1026
+ .mdc-text-field--outlined .mdc-text-field__ripple::before,
1027
+ .mdc-text-field--outlined .mdc-text-field__ripple::after {
1028
+ content: none;
1029
+ }
1030
+
1031
+ .mdc-text-field--outlined .mdc-floating-label {
1032
+ /* @noflip */
1033
+ left: 4px;
1034
+ /* @noflip */
1035
+ right: initial;
1036
+ }
1037
+
1038
+ [dir=rtl] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
1039
+ /* @noflip */
1040
+ left: initial;
1041
+ /* @noflip */
1042
+ right: 4px;
1043
+ }
1044
+
1045
+ .mdc-text-field--outlined .mdc-text-field__input {
1046
+ display: flex;
1047
+ border: none !important;
1048
+ background-color: transparent;
1049
+ }
1050
+
1051
+ .mdc-text-field--outlined .mdc-notched-outline {
1052
+ z-index: 1;
1053
+ }
1054
+
1055
+ .mdc-text-field--textarea {
1056
+ flex-direction: column;
1057
+ align-items: center;
1058
+ width: auto;
1059
+ height: auto;
1060
+ padding: 0;
1061
+ transition: none;
1062
+ }
1063
+
1064
+ .mdc-text-field--textarea .mdc-floating-label {
1065
+ top: 19px;
1066
+ }
1067
+
1068
+ .mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
1069
+ transform: none;
1070
+ }
1071
+
1072
+ .mdc-text-field--textarea .mdc-text-field__input {
1073
+ flex-grow: 1;
1074
+ height: auto;
1075
+ min-height: 1.5rem;
1076
+ overflow-x: hidden;
1077
+ overflow-y: auto;
1078
+ box-sizing: border-box;
1079
+ resize: none;
1080
+ padding: 0 16px;
1081
+ line-height: 1.5rem;
1082
+ }
1083
+
1084
+ .mdc-text-field--textarea.mdc-text-field--filled::before {
1085
+ display: none;
1086
+ }
1087
+
1088
+ .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above {
1089
+ transform: translateY(-10.25px) scale(0.75);
1090
+ }
1091
+
1092
+ .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
1093
+ animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
1094
+ }
1095
+
1096
+ @keyframes mdc-floating-label-shake-float-above-textarea-filled {
1097
+ 0% {
1098
+ transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1099
+ }
1100
+ 33% {
1101
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1102
+ transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
1103
+ }
1104
+ 66% {
1105
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1106
+ transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
1107
+ }
1108
+ 100% {
1109
+ transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1110
+ }
1111
+ }
1112
+ .mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
1113
+ margin-top: 23px;
1114
+ margin-bottom: 9px;
1115
+ }
1116
+
1117
+ .mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
1118
+ margin-top: 16px;
1119
+ margin-bottom: 16px;
1120
+ }
1121
+
1122
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
1123
+ padding-top: 0;
1124
+ }
1125
+
1126
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
1127
+ transform: translateY(-27.25px) scale(1);
1128
+ }
1129
+
1130
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
1131
+ font-size: 0.75rem;
1132
+ }
1133
+
1134
+ .mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1135
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1136
+ transform: translateY(-24.75px) scale(0.75);
1137
+ }
1138
+
1139
+ .mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1140
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1141
+ font-size: 1rem;
1142
+ }
1143
+
1144
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
1145
+ animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
1146
+ }
1147
+
1148
+ @keyframes mdc-floating-label-shake-float-above-textarea-outlined {
1149
+ 0% {
1150
+ transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1151
+ }
1152
+ 33% {
1153
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1154
+ transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
1155
+ }
1156
+ 66% {
1157
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1158
+ transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
1159
+ }
1160
+ 100% {
1161
+ transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1162
+ }
1163
+ }
1164
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
1165
+ margin-top: 16px;
1166
+ margin-bottom: 16px;
1167
+ }
1168
+
1169
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
1170
+ top: 18px;
1171
+ }
1172
+
1173
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input {
1174
+ margin-bottom: 2px;
1175
+ }
1176
+
1177
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter {
1178
+ align-self: flex-end;
1179
+ padding: 0 16px;
1180
+ }
1181
+
1182
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after {
1183
+ display: inline-block;
1184
+ width: 0;
1185
+ height: 16px;
1186
+ content: "";
1187
+ vertical-align: -16px;
1188
+ }
1189
+
1190
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before {
1191
+ display: none;
1192
+ }
1193
+
1194
+ .mdc-text-field__resizer {
1195
+ align-self: stretch;
1196
+ display: inline-flex;
1197
+ flex-direction: column;
1198
+ flex-grow: 1;
1199
+ max-height: 100%;
1200
+ max-width: 100%;
1201
+ min-height: 56px;
1202
+ min-width: fit-content;
1203
+ /* @alternate */
1204
+ min-width: -moz-available;
1205
+ /* @alternate */
1206
+ min-width: -webkit-fill-available;
1207
+ overflow: hidden;
1208
+ resize: both;
1209
+ }
1210
+
1211
+ .mdc-text-field--filled .mdc-text-field__resizer {
1212
+ transform: translateY(-1px);
1213
+ }
1214
+
1215
+ .mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
1216
+ .mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter {
1217
+ transform: translateY(1px);
1218
+ }
1219
+
1220
+ .mdc-text-field--outlined .mdc-text-field__resizer {
1221
+ transform: translateX(-1px) translateY(-1px);
1222
+ }
1223
+
1224
+ [dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer, .mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl] {
1225
+ transform: translateX(1px) translateY(-1px);
1226
+ }
1227
+
1228
+ .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
1229
+ .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter {
1230
+ transform: translateX(1px) translateY(1px);
1231
+ }
1232
+
1233
+ [dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input, .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],
1234
+ [dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,
1235
+ .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl] {
1236
+ transform: translateX(-1px) translateY(1px);
1237
+ }
1238
+
1239
+ .mdc-text-field--with-leading-icon {
1240
+ /* @noflip */
1241
+ padding-left: 0;
1242
+ /* @noflip */
1243
+ padding-right: 16px;
1244
+ }
1245
+
1246
+ [dir=rtl] .mdc-text-field--with-leading-icon, .mdc-text-field--with-leading-icon[dir=rtl] {
1247
+ /* @noflip */
1248
+ padding-left: 16px;
1249
+ /* @noflip */
1250
+ padding-right: 0;
1251
+ }
1252
+
1253
+ .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
1254
+ max-width: calc(100% - 48px);
1255
+ /* @noflip */
1256
+ left: 48px;
1257
+ /* @noflip */
1258
+ right: initial;
1259
+ }
1260
+
1261
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
1262
+ /* @noflip */
1263
+ left: initial;
1264
+ /* @noflip */
1265
+ right: 48px;
1266
+ }
1267
+
1268
+ .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above {
1269
+ max-width: calc(100% / 0.75 - 64px / 0.75);
1270
+ }
1271
+
1272
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
1273
+ /* @noflip */
1274
+ left: 36px;
1275
+ /* @noflip */
1276
+ right: initial;
1277
+ }
1278
+
1279
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
1280
+ /* @noflip */
1281
+ left: initial;
1282
+ /* @noflip */
1283
+ right: 36px;
1284
+ }
1285
+
1286
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
1287
+ max-width: calc(100% - 60px);
1288
+ }
1289
+
1290
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
1291
+ transform: translateY(-37.25px) translateX(-32px) scale(1);
1292
+ }
1293
+
1294
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
1295
+ transform: translateY(-37.25px) translateX(32px) scale(1);
1296
+ }
1297
+
1298
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
1299
+ font-size: 0.75rem;
1300
+ }
1301
+
1302
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1303
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1304
+ transform: translateY(-34.75px) translateX(-32px) scale(0.75);
1305
+ }
1306
+
1307
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
1308
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1309
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
1310
+ transform: translateY(-34.75px) translateX(32px) scale(0.75);
1311
+ }
1312
+
1313
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1314
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1315
+ font-size: 1rem;
1316
+ }
1317
+
1318
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
1319
+ animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
1320
+ }
1321
+
1322
+ @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
1323
+ 0% {
1324
+ transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1325
+ }
1326
+ 33% {
1327
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1328
+ transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
1329
+ }
1330
+ 66% {
1331
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1332
+ transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
1333
+ }
1334
+ 100% {
1335
+ transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1336
+ }
1337
+ }
1338
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
1339
+ animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
1340
+ }
1341
+
1342
+ @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
1343
+ 0% {
1344
+ transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1345
+ }
1346
+ 33% {
1347
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1348
+ transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
1349
+ }
1350
+ 66% {
1351
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1352
+ transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
1353
+ }
1354
+ 100% {
1355
+ transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1356
+ }
1357
+ }
1358
+ .mdc-text-field--with-trailing-icon {
1359
+ /* @noflip */
1360
+ padding-left: 16px;
1361
+ /* @noflip */
1362
+ padding-right: 0;
1363
+ }
1364
+
1365
+ [dir=rtl] .mdc-text-field--with-trailing-icon, .mdc-text-field--with-trailing-icon[dir=rtl] {
1366
+ /* @noflip */
1367
+ padding-left: 0;
1368
+ /* @noflip */
1369
+ padding-right: 16px;
1370
+ }
1371
+
1372
+ .mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
1373
+ max-width: calc(100% - 64px);
1374
+ }
1375
+
1376
+ .mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
1377
+ max-width: calc(100% / 0.75 - 64px / 0.75);
1378
+ }
1379
+
1380
+ .mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
1381
+ max-width: calc(100% - 60px);
1382
+ }
1383
+
1384
+ .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
1385
+ /* @noflip */
1386
+ padding-left: 0;
1387
+ /* @noflip */
1388
+ padding-right: 0;
1389
+ }
1390
+
1391
+ .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
1392
+ max-width: calc(100% - 96px);
1393
+ }
1394
+
1395
+ .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
1396
+ max-width: calc(100% / 0.75 - 96px / 0.75);
1397
+ }
1398
+
1399
+ .mdc-text-field-helper-line {
1400
+ display: flex;
1401
+ justify-content: space-between;
1402
+ box-sizing: border-box;
1403
+ }
1404
+
1405
+ .mdc-text-field + .mdc-text-field-helper-line {
1406
+ padding-right: 16px;
1407
+ padding-left: 16px;
1408
+ }
1409
+
1410
+ .mdc-form-field > .mdc-text-field + label {
1411
+ align-self: flex-start;
1412
+ }
1413
+
1414
+ .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
1415
+ color: rgba(98, 0, 238, 0.87);
1416
+ }
1417
+
1418
+ .mdc-text-field--focused .mdc-notched-outline__leading,
1419
+ .mdc-text-field--focused .mdc-notched-outline__notch,
1420
+ .mdc-text-field--focused .mdc-notched-outline__trailing {
1421
+ border-width: 2px;
1422
+ }
1423
+
1424
+ .mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
1425
+ opacity: 1;
1426
+ }
1427
+
1428
+ .mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
1429
+ padding-top: 2px;
1430
+ }
1431
+
1432
+ .mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch {
1433
+ padding-top: 0;
1434
+ }
1435
+
1436
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
1437
+ border-bottom-color: #b00020;
1438
+ /* @alternate */
1439
+ border-bottom-color: var(--mdc-theme-error, #b00020);
1440
+ }
1441
+
1442
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
1443
+ border-bottom-color: #b00020;
1444
+ /* @alternate */
1445
+ border-bottom-color: var(--mdc-theme-error, #b00020);
1446
+ }
1447
+
1448
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
1449
+ color: #b00020;
1450
+ /* @alternate */
1451
+ color: var(--mdc-theme-error, #b00020);
1452
+ }
1453
+
1454
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
1455
+ color: #b00020;
1456
+ /* @alternate */
1457
+ color: var(--mdc-theme-error, #b00020);
1458
+ }
1459
+
1460
+ .mdc-text-field--invalid .mdc-text-field__input {
1461
+ caret-color: #b00020;
1462
+ /* @alternate */
1463
+ caret-color: var(--mdc-theme-error, #b00020);
1464
+ }
1465
+
1466
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
1467
+ color: #b00020;
1468
+ /* @alternate */
1469
+ color: var(--mdc-theme-error, #b00020);
1470
+ }
1471
+
1472
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
1473
+ border-bottom-color: #b00020;
1474
+ /* @alternate */
1475
+ border-bottom-color: var(--mdc-theme-error, #b00020);
1476
+ }
1477
+
1478
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
1479
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
1480
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
1481
+ border-color: #b00020;
1482
+ /* @alternate */
1483
+ border-color: var(--mdc-theme-error, #b00020);
1484
+ }
1485
+
1486
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
1487
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
1488
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
1489
+ border-color: #b00020;
1490
+ /* @alternate */
1491
+ border-color: var(--mdc-theme-error, #b00020);
1492
+ }
1493
+
1494
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
1495
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
1496
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
1497
+ border-color: #b00020;
1498
+ /* @alternate */
1499
+ border-color: var(--mdc-theme-error, #b00020);
1500
+ }
1501
+
1502
+ .mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
1503
+ opacity: 1;
1504
+ }
1505
+
1506
+ .mdc-text-field--disabled {
1507
+ pointer-events: none;
1508
+ }
1509
+
1510
+ .mdc-text-field--disabled .mdc-text-field__input {
1511
+ color: rgba(0, 0, 0, 0.38);
1512
+ }
1513
+
1514
+ @media all {
1515
+ .mdc-text-field--disabled .mdc-text-field__input::placeholder {
1516
+ color: rgba(0, 0, 0, 0.38);
1517
+ }
1518
+ }
1519
+ @media all {
1520
+ .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
1521
+ color: rgba(0, 0, 0, 0.38);
1522
+ }
1523
+ }
1524
+ .mdc-text-field--disabled .mdc-floating-label {
1525
+ color: rgba(0, 0, 0, 0.38);
1526
+ }
1527
+
1528
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
1529
+ color: rgba(0, 0, 0, 0.38);
1530
+ }
1531
+
1532
+ .mdc-text-field--disabled .mdc-text-field-character-counter,
1533
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
1534
+ color: rgba(0, 0, 0, 0.38);
1535
+ }
1536
+
1537
+ .mdc-text-field--disabled .mdc-text-field__icon--leading {
1538
+ color: rgba(0, 0, 0, 0.3);
1539
+ }
1540
+
1541
+ .mdc-text-field--disabled .mdc-text-field__icon--trailing {
1542
+ color: rgba(0, 0, 0, 0.3);
1543
+ }
1544
+
1545
+ .mdc-text-field--disabled .mdc-text-field__affix--prefix {
1546
+ color: rgba(0, 0, 0, 0.38);
1547
+ }
1548
+
1549
+ .mdc-text-field--disabled .mdc-text-field__affix--suffix {
1550
+ color: rgba(0, 0, 0, 0.38);
1551
+ }
1552
+
1553
+ .mdc-text-field--disabled .mdc-line-ripple::before {
1554
+ border-bottom-color: rgba(0, 0, 0, 0.06);
1555
+ }
1556
+
1557
+ .mdc-text-field--disabled .mdc-notched-outline__leading,
1558
+ .mdc-text-field--disabled .mdc-notched-outline__notch,
1559
+ .mdc-text-field--disabled .mdc-notched-outline__trailing {
1560
+ border-color: rgba(0, 0, 0, 0.06);
1561
+ }
1562
+
1563
+ @media screen and (-ms-high-contrast: active) {
1564
+ .mdc-text-field--disabled .mdc-text-field__input::placeholder {
1565
+ color: GrayText;
1566
+ }
1567
+ }
1568
+ @media screen and (-ms-high-contrast: active) {
1569
+ .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
1570
+ color: GrayText;
1571
+ }
1572
+ }
1573
+ @media screen and (-ms-high-contrast: active) {
1574
+ .mdc-text-field--disabled .mdc-floating-label {
1575
+ color: GrayText;
1576
+ }
1577
+ }
1578
+ @media screen and (-ms-high-contrast: active) {
1579
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
1580
+ color: GrayText;
1581
+ }
1582
+ }
1583
+ @media screen and (-ms-high-contrast: active) {
1584
+ .mdc-text-field--disabled .mdc-text-field-character-counter,
1585
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
1586
+ color: GrayText;
1587
+ }
1588
+ }
1589
+ @media screen and (-ms-high-contrast: active) {
1590
+ .mdc-text-field--disabled .mdc-text-field__icon--leading {
1591
+ color: GrayText;
1592
+ }
1593
+ }
1594
+ @media screen and (-ms-high-contrast: active) {
1595
+ .mdc-text-field--disabled .mdc-text-field__icon--trailing {
1596
+ color: GrayText;
1597
+ }
1598
+ }
1599
+ @media screen and (-ms-high-contrast: active) {
1600
+ .mdc-text-field--disabled .mdc-text-field__affix--prefix {
1601
+ color: GrayText;
1602
+ }
1603
+ }
1604
+ @media screen and (-ms-high-contrast: active) {
1605
+ .mdc-text-field--disabled .mdc-text-field__affix--suffix {
1606
+ color: GrayText;
1607
+ }
1608
+ }
1609
+ @media screen and (-ms-high-contrast: active) {
1610
+ .mdc-text-field--disabled .mdc-line-ripple::before {
1611
+ border-bottom-color: GrayText;
1612
+ }
1613
+ }
1614
+ @media screen and (-ms-high-contrast: active) {
1615
+ .mdc-text-field--disabled .mdc-notched-outline__leading,
1616
+ .mdc-text-field--disabled .mdc-notched-outline__notch,
1617
+ .mdc-text-field--disabled .mdc-notched-outline__trailing {
1618
+ border-color: GrayText;
1619
+ }
1620
+ }
1621
+ .mdc-text-field--disabled .mdc-floating-label {
1622
+ cursor: default;
1623
+ }
1624
+
1625
+ .mdc-text-field--disabled.mdc-text-field--filled {
1626
+ background-color: #fafafa;
1627
+ }
1628
+
1629
+ .mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
1630
+ display: none;
1631
+ }
1632
+
1633
+ .mdc-text-field--disabled .mdc-text-field__input {
1634
+ pointer-events: auto;
1635
+ }
1636
+
1637
+ .mdc-text-field--end-aligned .mdc-text-field__input {
1638
+ /* @noflip */
1639
+ text-align: right;
1640
+ }
1641
+
1642
+ [dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
1643
+ /* @noflip */
1644
+ text-align: left;
1645
+ }
1646
+
1647
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
1648
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,
1649
+ .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix {
1650
+ /* @noflip */
1651
+ direction: ltr;
1652
+ }
1653
+
1654
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
1655
+ /* @noflip */
1656
+ padding-left: 0;
1657
+ /* @noflip */
1658
+ padding-right: 2px;
1659
+ }
1660
+
1661
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
1662
+ /* @noflip */
1663
+ padding-left: 12px;
1664
+ /* @noflip */
1665
+ padding-right: 0;
1666
+ }
1667
+
1668
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading {
1669
+ order: 1;
1670
+ }
1671
+
1672
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
1673
+ order: 2;
1674
+ }
1675
+
1676
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input {
1677
+ order: 3;
1678
+ }
1679
+
1680
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
1681
+ order: 4;
1682
+ }
1683
+
1684
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing {
1685
+ order: 5;
1686
+ }
1687
+
1688
+ [dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input {
1689
+ /* @noflip */
1690
+ text-align: right;
1691
+ }
1692
+
1693
+ [dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix {
1694
+ /* @noflip */
1695
+ padding-right: 12px;
1696
+ }
1697
+
1698
+ [dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix {
1699
+ /* @noflip */
1700
+ padding-left: 2px;
1701
+ }
1702
+
1703
+ .mdc-text-field-helper-text {
1704
+ -moz-osx-font-smoothing: grayscale;
1705
+ -webkit-font-smoothing: antialiased;
1706
+ font-family: Roboto, sans-serif;
1707
+ /* @alternate */
1708
+ font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
1709
+ font-size: 0.75rem;
1710
+ /* @alternate */
1711
+ font-size: var(--mdc-typography-caption-font-size, 0.75rem);
1712
+ line-height: 1.25rem;
1713
+ /* @alternate */
1714
+ line-height: var(--mdc-typography-caption-line-height, 1.25rem);
1715
+ font-weight: 400;
1716
+ /* @alternate */
1717
+ font-weight: var(--mdc-typography-caption-font-weight, 400);
1718
+ letter-spacing: 0.0333333333em;
1719
+ /* @alternate */
1720
+ letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
1721
+ text-decoration: inherit;
1722
+ /* @alternate */
1723
+ text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
1724
+ text-transform: inherit;
1725
+ /* @alternate */
1726
+ text-transform: var(--mdc-typography-caption-text-transform, inherit);
2
1727
  display: block;
3
- font-size: var(--kup-font-size);
1728
+ margin-top: 0;
1729
+ /* @alternate */
1730
+ line-height: normal;
1731
+ margin: 0;
1732
+ opacity: 0;
1733
+ will-change: opacity;
1734
+ transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
4
1735
  }
5
1736
 
6
- #date-picker-div {
1737
+ .mdc-text-field-helper-text::before {
1738
+ display: inline-block;
1739
+ width: 0;
1740
+ height: 16px;
1741
+ content: "";
1742
+ vertical-align: 0;
1743
+ }
1744
+
1745
+ .mdc-text-field-helper-text--persistent {
1746
+ transition: none;
1747
+ opacity: 1;
1748
+ will-change: initial;
1749
+ }
1750
+
1751
+ .mdc-text-field-character-counter {
1752
+ -moz-osx-font-smoothing: grayscale;
1753
+ -webkit-font-smoothing: antialiased;
1754
+ font-family: Roboto, sans-serif;
1755
+ /* @alternate */
1756
+ font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
1757
+ font-size: 0.75rem;
1758
+ /* @alternate */
1759
+ font-size: var(--mdc-typography-caption-font-size, 0.75rem);
1760
+ line-height: 1.25rem;
1761
+ /* @alternate */
1762
+ line-height: var(--mdc-typography-caption-line-height, 1.25rem);
1763
+ font-weight: 400;
1764
+ /* @alternate */
1765
+ font-weight: var(--mdc-typography-caption-font-weight, 400);
1766
+ letter-spacing: 0.0333333333em;
1767
+ /* @alternate */
1768
+ letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
1769
+ text-decoration: inherit;
1770
+ /* @alternate */
1771
+ text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
1772
+ text-transform: inherit;
1773
+ /* @alternate */
1774
+ text-transform: var(--mdc-typography-caption-text-transform, inherit);
1775
+ display: block;
1776
+ margin-top: 0;
1777
+ /* @alternate */
1778
+ line-height: normal;
1779
+ /* @noflip */
1780
+ margin-left: auto;
1781
+ /* @noflip */
1782
+ margin-right: 0;
1783
+ /* @noflip */
1784
+ padding-left: 16px;
1785
+ /* @noflip */
1786
+ padding-right: 0;
1787
+ white-space: nowrap;
1788
+ }
1789
+
1790
+ .mdc-text-field-character-counter::before {
1791
+ display: inline-block;
1792
+ width: 0;
1793
+ height: 16px;
1794
+ content: "";
1795
+ vertical-align: 0;
1796
+ }
1797
+
1798
+ [dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
1799
+ /* @noflip */
1800
+ margin-left: 0;
1801
+ /* @noflip */
1802
+ margin-right: auto;
1803
+ }
1804
+
1805
+ [dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
1806
+ /* @noflip */
1807
+ padding-left: 0;
1808
+ /* @noflip */
1809
+ padding-right: 16px;
1810
+ }
1811
+
1812
+ .mdc-text-field__icon {
1813
+ align-self: center;
1814
+ cursor: pointer;
1815
+ }
1816
+
1817
+ .mdc-text-field__icon:not([tabindex]), .mdc-text-field__icon[tabindex="-1"] {
1818
+ cursor: default;
1819
+ pointer-events: none;
1820
+ }
1821
+
1822
+ .mdc-text-field__icon svg {
1823
+ display: block;
1824
+ }
1825
+
1826
+ .mdc-text-field__icon--leading {
1827
+ /* @noflip */
1828
+ margin-left: 16px;
1829
+ /* @noflip */
1830
+ margin-right: 8px;
1831
+ }
1832
+
1833
+ [dir=rtl] .mdc-text-field__icon--leading, .mdc-text-field__icon--leading[dir=rtl] {
1834
+ /* @noflip */
1835
+ margin-left: 8px;
1836
+ /* @noflip */
1837
+ margin-right: 16px;
1838
+ }
1839
+
1840
+ .mdc-text-field__icon--trailing {
1841
+ padding: 12px;
1842
+ /* @noflip */
1843
+ margin-left: 0px;
1844
+ /* @noflip */
1845
+ margin-right: 0px;
1846
+ }
1847
+
1848
+ [dir=rtl] .mdc-text-field__icon--trailing, .mdc-text-field__icon--trailing[dir=rtl] {
1849
+ /* @noflip */
1850
+ margin-left: 0px;
1851
+ /* @noflip */
1852
+ margin-right: 0px;
1853
+ }
1854
+
1855
+ .mdc-floating-label {
1856
+ -moz-osx-font-smoothing: grayscale;
1857
+ -webkit-font-smoothing: antialiased;
1858
+ font-family: Roboto, sans-serif;
1859
+ /* @alternate */
1860
+ font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
1861
+ font-size: 1rem;
1862
+ /* @alternate */
1863
+ font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
1864
+ font-weight: 400;
1865
+ /* @alternate */
1866
+ font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
1867
+ letter-spacing: 0.009375em;
1868
+ /* @alternate */
1869
+ letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
1870
+ text-decoration: inherit;
1871
+ /* @alternate */
1872
+ text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
1873
+ text-transform: inherit;
1874
+ /* @alternate */
1875
+ text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
1876
+ position: absolute;
1877
+ /* @noflip */
1878
+ left: 0;
1879
+ /* @noflip */
1880
+ -webkit-transform-origin: left top;
1881
+ /* @noflip */
1882
+ transform-origin: left top;
1883
+ line-height: 1.15rem;
1884
+ text-align: left;
1885
+ text-overflow: ellipsis;
1886
+ white-space: nowrap;
1887
+ cursor: text;
1888
+ overflow: hidden;
1889
+ /* @alternate */
1890
+ will-change: transform;
1891
+ transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
1892
+ }
1893
+
1894
+ [dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
1895
+ /* @noflip */
1896
+ right: 0;
1897
+ /* @noflip */
1898
+ left: auto;
1899
+ /* @noflip */
1900
+ -webkit-transform-origin: right top;
1901
+ /* @noflip */
1902
+ transform-origin: right top;
1903
+ /* @noflip */
1904
+ text-align: right;
1905
+ }
1906
+
1907
+ .mdc-floating-label--float-above {
1908
+ cursor: auto;
1909
+ }
1910
+
1911
+ .mdc-floating-label--required::after {
1912
+ /* @noflip */
1913
+ margin-left: 1px;
1914
+ /* @noflip */
1915
+ margin-right: 0px;
1916
+ content: "*";
1917
+ }
1918
+
1919
+ [dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
1920
+ /* @noflip */
1921
+ margin-left: 0;
1922
+ /* @noflip */
1923
+ margin-right: 1px;
1924
+ }
1925
+
1926
+ .mdc-floating-label--float-above {
1927
+ transform: translateY(-106%) scale(0.75);
1928
+ }
1929
+
1930
+ .mdc-floating-label--shake {
1931
+ animation: mdc-floating-label-shake-float-above-standard 250ms 1;
1932
+ }
1933
+
1934
+ @keyframes mdc-floating-label-shake-float-above-standard {
1935
+ 0% {
1936
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
1937
+ }
1938
+ 33% {
1939
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1940
+ transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
1941
+ }
1942
+ 66% {
1943
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1944
+ transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
1945
+ }
1946
+ 100% {
1947
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
1948
+ }
1949
+ }
1950
+ .mdc-line-ripple::before, .mdc-line-ripple::after {
1951
+ position: absolute;
1952
+ bottom: 0;
1953
+ left: 0;
1954
+ width: 100%;
1955
+ border-bottom-style: solid;
1956
+ content: "";
1957
+ }
1958
+
1959
+ .mdc-line-ripple::before {
1960
+ border-bottom-width: 1px;
1961
+ z-index: 1;
1962
+ }
1963
+
1964
+ .mdc-line-ripple::after {
1965
+ transform: scaleX(0);
1966
+ border-bottom-width: 2px;
1967
+ opacity: 0;
1968
+ z-index: 2;
1969
+ }
1970
+
1971
+ .mdc-line-ripple::after {
1972
+ transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
1973
+ }
1974
+
1975
+ .mdc-line-ripple--active::after {
1976
+ transform: scaleX(1);
1977
+ opacity: 1;
1978
+ }
1979
+
1980
+ .mdc-line-ripple--deactivating::after {
1981
+ opacity: 0;
1982
+ }
1983
+
1984
+ .mdc-notched-outline {
1985
+ display: flex;
1986
+ position: absolute;
1987
+ top: 0;
1988
+ right: 0;
1989
+ left: 0;
1990
+ box-sizing: border-box;
1991
+ width: 100%;
1992
+ max-width: 100%;
1993
+ height: 100%;
1994
+ /* @noflip */
1995
+ text-align: left;
1996
+ pointer-events: none;
1997
+ }
1998
+
1999
+ [dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
2000
+ /* @noflip */
2001
+ text-align: right;
2002
+ }
2003
+
2004
+ .mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
2005
+ box-sizing: border-box;
2006
+ height: 100%;
2007
+ border-top: 1px solid;
2008
+ border-bottom: 1px solid;
2009
+ pointer-events: none;
2010
+ }
2011
+
2012
+ .mdc-notched-outline__leading {
2013
+ /* @noflip */
2014
+ border-left: 1px solid;
2015
+ /* @noflip */
2016
+ border-right: none;
2017
+ width: 12px;
2018
+ }
2019
+
2020
+ [dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
2021
+ /* @noflip */
2022
+ border-left: none;
2023
+ /* @noflip */
2024
+ border-right: 1px solid;
2025
+ }
2026
+
2027
+ .mdc-notched-outline__trailing {
2028
+ /* @noflip */
2029
+ border-left: none;
2030
+ /* @noflip */
2031
+ border-right: 1px solid;
2032
+ flex-grow: 1;
2033
+ }
2034
+
2035
+ [dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
2036
+ /* @noflip */
2037
+ border-left: 1px solid;
2038
+ /* @noflip */
2039
+ border-right: none;
2040
+ }
2041
+
2042
+ .mdc-notched-outline__notch {
2043
+ flex: 0 0 auto;
2044
+ width: auto;
2045
+ max-width: calc(100% - 12px * 2);
2046
+ }
2047
+
2048
+ .mdc-notched-outline .mdc-floating-label {
2049
+ display: inline-block;
2050
+ position: relative;
2051
+ max-width: 100%;
2052
+ }
2053
+
2054
+ .mdc-notched-outline .mdc-floating-label--float-above {
2055
+ text-overflow: clip;
2056
+ }
2057
+
2058
+ .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2059
+ max-width: calc(100% / 0.75);
2060
+ }
2061
+
2062
+ .mdc-notched-outline--notched .mdc-notched-outline__notch {
2063
+ /* @noflip */
2064
+ padding-left: 0;
2065
+ /* @noflip */
2066
+ padding-right: 8px;
2067
+ border-top: none;
2068
+ }
2069
+
2070
+ [dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
2071
+ /* @noflip */
2072
+ padding-left: 8px;
2073
+ /* @noflip */
2074
+ padding-right: 0;
2075
+ }
2076
+
2077
+ .mdc-notched-outline--no-label .mdc-notched-outline__notch {
7
2078
  display: none;
8
2079
  }
9
- #date-picker-div.visible {
2080
+
2081
+ #kup-component .f-text-field--wrapper {
2082
+ --kup_textfield_background_color_rgb: var(
2083
+ --kup-textfield-background-color-rgb,
2084
+ var(--kup-background-color-rgb)
2085
+ );
2086
+ --kup_textfield_color: var(--kup-textfield-color, var(--kup-text-color));
2087
+ --kup_textfield_color_rgb: var(
2088
+ --kup-textfield-color-rgb,
2089
+ var(--kup-text-color-rgb)
2090
+ );
2091
+ --kup_textfield_font_family: var(
2092
+ --kup-textfield-font-family,
2093
+ var(--kup-font-family)
2094
+ );
2095
+ --kup_textfield_font_size: var(--kup-textfield-font-size, 1em);
2096
+ --kup_textfield_icon_color: var(
2097
+ --kup-textfield-icon-color,
2098
+ var(--kup-icon-color)
2099
+ );
2100
+ --kup_textfield_primary_color: var(
2101
+ --kup-textfield-primary-color,
2102
+ var(--kup-primary-color)
2103
+ );
2104
+ --kup_textfield_primary_color_rgb: var(
2105
+ --kup-textfield-primary-color-rgb,
2106
+ var(--kup-primary-color-rgb)
2107
+ );
2108
+ --mdc-theme-primary: var(--kup_textfield_primary_color);
2109
+ font-family: var(--kup_textfield_font_family);
2110
+ font-size: var(--kup_textfield_font_size);
2111
+ }
2112
+ #kup-component .f-text-field--wrapper .mdc-form-field label {
2113
+ color: var(--kup_textfield_color);
2114
+ margin: auto;
2115
+ }
2116
+ #kup-component .f-text-field--wrapper .mdc-form-field .mdc-text-field__input {
2117
+ box-sizing: border-box;
2118
+ font-family: var(--kup_textfield_font_family);
2119
+ padding: 6px 0px;
2120
+ }
2121
+ #kup-component .f-text-field--wrapper .mdc-text-field .kup-icon {
2122
+ background-color: var(--kup_textfield_icon_color);
2123
+ cursor: pointer;
2124
+ height: 24px;
2125
+ outline: none;
2126
+ padding: 0 7px;
2127
+ width: 24px;
2128
+ }
2129
+ #kup-component .f-text-field--wrapper .mdc-text-field .kup-icon.kup-clear-icon:hover {
2130
+ background-color: var(--kup-danger-color);
2131
+ }
2132
+ #kup-component .f-text-field--wrapper .mdc-text-field input,
2133
+ #kup-component .f-text-field--wrapper .mdc-text-field label {
2134
+ font-family: var(--kup_textfield_font_family);
2135
+ font-size: 1em;
2136
+ }
2137
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
2138
+ border-bottom-color: rgba(var(--kup_textfield_color_rgb), 0.325);
2139
+ }
2140
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before:hover, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple:before:hover {
2141
+ border-bottom-color: rgba(var(--kup_textfield_color_rgb), 0.575);
2142
+ }
2143
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before.mdc-line-ripple--active, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple:before.mdc-line-ripple--active {
2144
+ border-bottom-color: var(--kup_textfield_primary_color);
2145
+ }
2146
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--with-leading-icon .mdc-floating-label {
2147
+ left: 36px;
2148
+ }
2149
+ #kup-component .f-text-field--wrapper .mdc-text-field .mdc-text-field__icon.kup-clear-icon {
2150
+ right: 0px;
2151
+ left: initial;
2152
+ position: absolute;
2153
+ top: 50%;
2154
+ transform: translateY(-50%);
2155
+ }
2156
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--with-trailing-icon input ~ .kup-clear-icon {
2157
+ right: 26px;
2158
+ }
2159
+ #kup-component .f-text-field--wrapper .mdc-text-field.is-clearable .mdc-text-field__input {
2160
+ padding-right: 48px;
2161
+ }
2162
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--with-trailing-icon.is-clearable .mdc-text-field__input {
2163
+ padding-right: 72px;
2164
+ }
2165
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth.mdc-text-field--focused {
2166
+ color: var(--kup_textfield_primary_color);
2167
+ }
2168
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--fullwidth {
2169
+ width: 100%;
2170
+ }
2171
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--with-leading-icon label:not(.mdc-floating-label--float-above) {
2172
+ left: 20px;
2173
+ }
2174
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline__trailing {
2175
+ border-color: rgba(var(--kup_textfield_color_rgb), 0.575);
2176
+ border-bottom-style: inset;
2177
+ }
2178
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:hover .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:hover .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:hover .mdc-notched-outline__trailing, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
2179
+ border-color: var(--kup_textfield_primary_color);
2180
+ }
2181
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
2182
+ border-color: rgba(var(--kup_textfield_color_rgb), 0.325);
2183
+ }
2184
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled {
2185
+ color: rgba(var(--kup_textfield_color_rgb), 0.5);
2186
+ }
2187
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
2188
+ color: rgba(var(--kup_textfield_color_rgb), 0.5);
2189
+ }
2190
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--disabled label {
2191
+ color: rgba(var(--kup_textfield_color_rgb), 0.5);
2192
+ }
2193
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined.mdc-text-field--textarea .mdc-floating-label--float-above {
2194
+ transform: translateY(-160%) scale(0.75);
2195
+ }
2196
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) {
2197
+ height: 40px;
2198
+ }
2199
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
2200
+ height: 100%;
2201
+ }
2202
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-floating-label {
2203
+ display: none;
2204
+ }
2205
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)::before {
2206
+ display: none;
2207
+ }
2208
+ @supports (-webkit-hyphens: none) {
2209
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__affix {
2210
+ align-items: center;
2211
+ align-self: center;
2212
+ display: inline-flex;
2213
+ height: 100%;
2214
+ }
2215
+ }
2216
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) label.mdc-floating-label {
2217
+ display: block;
2218
+ }
2219
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) {
2220
+ height: 40px;
2221
+ transition: border-color 0.25s;
2222
+ }
2223
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-floating-label--float-above {
2224
+ transform: translateY(-29.25px) scale(1);
2225
+ }
2226
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-floating-label--float-above {
2227
+ font-size: 0.75rem;
2228
+ }
2229
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea).mdc-notched-outline--upgraded .mdc-floating-label--float-above,
2230
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2231
+ transform: translateY(-26.75px) scale(0.75);
2232
+ }
2233
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea).mdc-notched-outline--upgraded .mdc-floating-label--float-above,
2234
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2235
+ font-size: 1rem;
2236
+ }
2237
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-floating-label--shake {
2238
+ animation: mdc-floating-label-shake-float-above-text-field-outlined-40px 250ms 1;
2239
+ }
2240
+ @keyframes mdc-floating-label-shake-float-above-text-field-outlined-40px {
2241
+ 0% {
2242
+ transform: translateX(calc(0 - 0%)) translateY(-26.75px) scale(0.75);
2243
+ }
2244
+ 33% {
2245
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
2246
+ transform: translateX(calc(4% - 0%)) translateY(-26.75px) scale(0.75);
2247
+ }
2248
+ 66% {
2249
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
2250
+ transform: translateX(calc(-4% - 0%)) translateY(-26.75px) scale(0.75);
2251
+ }
2252
+ 100% {
2253
+ transform: translateX(calc(0 - 0%)) translateY(-26.75px) scale(0.75);
2254
+ }
2255
+ }
2256
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) label.mdc-floating-label {
2257
+ display: block;
2258
+ }
2259
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea) label.mdc-floating-label.mdc-floating-label--float-above {
2260
+ overflow: visible;
2261
+ }
2262
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--outlined:not(.mdc-text-field--textarea).mdc-text-field--with-leading-icon .mdc-floating-label--float-above {
2263
+ transform: translateY(-26px) scale(0.75) translateX(-42px);
2264
+ }
2265
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled.mdc-text-field--with-leading-icon label, #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled.mdc-text-field--with-leading-icon input {
2266
+ left: 34px;
2267
+ }
2268
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled .mdc-floating-label--float-above {
2269
+ transform: translateY(-111%) scale(0.75);
2270
+ }
2271
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--no-label) input {
2272
+ box-sizing: border-box;
2273
+ padding-top: 9px;
2274
+ }
2275
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--filled:not(.mdc-text-field--disabled) {
2276
+ background-color: rgba(var(--kup_textfield_background_color_rgb), 0.125);
2277
+ }
2278
+ #kup-component .f-text-field--wrapper .mdc-text-field .mdc-notched-outline {
2279
+ opacity: 1;
2280
+ }
2281
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
2282
+ color: var(--kup_textfield_color);
2283
+ }
2284
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter, #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
2285
+ opacity: 0.7;
2286
+ }
2287
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--textarea .mdc-text-field-character-counter {
2288
+ position: absolute;
2289
+ bottom: 9px;
2290
+ right: 15px;
2291
+ }
2292
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--disabled:not(.mdc-text-field--outlined) {
2293
+ color: var(--kup-disabled-color);
2294
+ background: var(--kup-disabled-background-color);
2295
+ }
2296
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--disabled:not(.mdc-text-field--outlined) .mdc-text-field__input {
2297
+ color: var(--kup-disabled-color);
2298
+ background: var(--kup-disabled-background-color);
2299
+ }
2300
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--disabled:not(.mdc-text-field--outlined) label {
2301
+ color: var(--kup-disabled-color);
2302
+ background: var(--kup-disabled-background-color);
2303
+ }
2304
+ #kup-component .f-text-field--wrapper .mdc-text-field:not(.mdc-text-field--focused) + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--persistent) {
2305
+ opacity: 0;
2306
+ }
2307
+ #kup-component .f-text-field--wrapper .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field-disabled) .mdc-floating-label--float-above {
2308
+ color: var(--kup_textfield_primary_color);
2309
+ opacity: 1;
2310
+ }
2311
+ #kup-component .f-text-field--wrapper div.mdc-text-field-helper-text {
2312
+ font-family: var(--kup_textfield_font_family);
2313
+ font-size: 0.75em;
2314
+ }
2315
+ #kup-component .f-text-field--wrapper.kup-full-height {
2316
+ height: 100%;
2317
+ }
2318
+ #kup-component .f-text-field--wrapper.kup-full-height .mdc-text-field {
2319
+ height: 100%;
2320
+ overflow-y: hidden;
2321
+ }
2322
+ #kup-component .f-text-field--wrapper.kup-full-height .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) {
2323
+ height: 100%;
2324
+ }
2325
+ #kup-component .f-text-field--wrapper.kup-full-height .mdc-text-field .mdc-text-field__input {
2326
+ height: 100%;
2327
+ }
2328
+ #kup-component .f-text-field--wrapper.kup-full-width {
2329
+ width: 100%;
2330
+ }
2331
+ #kup-component .f-text-field--wrapper.kup-shaped .mdc-text-field.mdc-text-field--filled {
2332
+ border-radius: 16px 16px 0 0;
2333
+ }
2334
+ #kup-component .f-text-field--wrapper.kup-shaped .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
2335
+ border-radius: 28px 0 0 28px;
2336
+ width: 28px;
2337
+ }
2338
+ #kup-component .f-text-field--wrapper.kup-shaped .mdc-text-field.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
2339
+ border-radius: 0 28px 28px 0;
2340
+ width: 28px;
2341
+ }
2342
+ #kup-component .f-text-field--wrapper.kup-danger {
2343
+ --kup-textfield-primary-color: var(--kup-danger-color);
2344
+ --kup-textfield-primary-color-rgb: var(--kup-danger-color-rgb);
2345
+ }
2346
+ #kup-component .f-text-field--wrapper.kup-info {
2347
+ --kup-textfield-primary-color: var(--kup-info-color);
2348
+ --kup-textfield-primary-color-rgb: var(--kup-info-color-rgb);
2349
+ }
2350
+ #kup-component .f-text-field--wrapper.kup-secondary {
2351
+ --kup-textfield-primary-color: var(--kup-secondary-color);
2352
+ --kup-textfield-primary-color-rgb: var(--kup-secondary-color-rgb);
2353
+ }
2354
+ #kup-component .f-text-field--wrapper.kup-success {
2355
+ --kup-textfield-primary-color: var(--kup-success-color);
2356
+ --kup-textfield-primary-color-rgb: var(--kup-success-color-rgb);
2357
+ }
2358
+ #kup-component .f-text-field--wrapper.kup-warning {
2359
+ --kup-textfield-primary-color: var(--kup-warning-color);
2360
+ --kup-textfield-primary-color-rgb: var(--kup-warning-color-rgb);
2361
+ }
2362
+ #kup-component .f-text-field--wrapper .kup-icon.kup-clear-icon {
2363
+ -webkit-mask: var(--kup-clear-icon);
2364
+ mask: var(--kup-clear-icon);
2365
+ }
2366
+ #kup-component .f-text-field--wrapper .kup-icon.kup-search-icon {
2367
+ -webkit-mask: var(--kup-search-icon);
2368
+ mask: var(--kup-search-icon);
2369
+ }
2370
+
2371
+ :host {
10
2372
  display: block;
2373
+ font-size: var(--kup-font-size);
11
2374
  }
12
2375
 
13
2376
  #date-picker-div {
@@ -20,11 +2383,12 @@
20
2383
  overflow: hidden;
21
2384
  padding: 10px;
22
2385
  box-sizing: border-box;
23
- position: relative;
24
2386
  flex-direction: column;
25
2387
  justify-content: center;
26
2388
  height: 22em;
27
2389
  width: 22em;
2390
+ position: absolute;
2391
+ z-index: 1;
28
2392
  }
29
2393
  #date-picker-div.visible {
30
2394
  display: block;
@@ -91,6 +2455,10 @@
91
2455
  text-transform: capitalize;
92
2456
  }
93
2457
 
2458
+ .f-text-field--wrapper {
2459
+ position: relative;
2460
+ }
2461
+
94
2462
  /*-------------------------------------------------*/
95
2463
  /* C o m p o n e n t C l a s s e s */
96
2464
  /*-------------------------------------------------*/