@featherk/styles 0.2.3 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4605 @@
1
+ // Compatible with @progress/kendo-theme-default v.8.2.0
2
+
3
+
4
+ .k-checkbox-wrap .k-checkbox.k-checked.k-checkbox-md,.k-checkbox-wrap .k-checkbox:checked.k-checkbox-md{
5
+ width: 20px;
6
+ height: 20px;
7
+
8
+ }
9
+ .k-checkbox-wrap .k-checkbox.k-checked,.k-checkbox-wrap .k-checkbox:checked{
10
+ background-color: $feather-feather-primary;
11
+ background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22checkbox-check%22%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'none'%20stroke%3D'white'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20d%3D'M3%2C8%20l3%2C3%20l7-7'%2F%3E%3C%2Fsvg%3E");
12
+ background-size: 100% 100%;
13
+ stroke-dashoffset: 24px;
14
+
15
+ }
16
+ .k-checkbox-wrap .k-checkbox{
17
+ padding-bottom: 4px;
18
+ padding-left: 4px;
19
+ padding-right: 4px;
20
+ padding-top: 4px;
21
+ background-color: $feather-kendo-checkbox-bg;
22
+ background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22checkbox-check%22%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'none'%20stroke%3D'white'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20d%3D'M3%2C8%20l3%2C3%20l7-7'%2F%3E%3C%2Fsvg%3E");
23
+ outline-offset: 0px;
24
+ outline-style: solid;
25
+ transition-property: all;
26
+ transition-timing-function: ease-out;
27
+ transition-duration: 280ms;
28
+ outline-color: currentcolor;
29
+ background-size: 0% 100%;
30
+
31
+ }
32
+ .k-checkbox-wrap .k-checkbox.k-checkbox-md{
33
+ width: 20px;
34
+ height: 20px;
35
+
36
+ }
37
+ .k-checkbox-wrap .k-checkbox.k-indeterminate.k-checkbox-md,.k-checkbox-wrap .k-checkbox:indeterminate.k-checkbox-md{
38
+ width: 20px;
39
+ height: 20px;
40
+
41
+ }
42
+ .k-checkbox-wrap .k-checkbox.k-indeterminate,.k-checkbox-wrap .k-checkbox:indeterminate{
43
+ background-color: initial;
44
+ background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'none'%20stroke%3D'%23003583'%20stroke-linecap%3D'square'%20stroke-linejoin%3D'square'%20stroke-width%3D'2'%20d%3D'M4%2C8%20h8'%2F%3E%3C%2Fsvg%3E");
45
+ background-size: 100%;
46
+
47
+ }
48
+ .k-radio-wrap .k-radio.k-radio-md{
49
+ width: 20px;
50
+ height: 20px;
51
+
52
+ }
53
+ .k-radio-wrap .k-radio{
54
+ background-color: initial;
55
+ background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2014%2014'%3E%3Ccircle%20cx%3D'50%25'%20cy%3D'50%25'%20r%3D'4'%20fill%3D'%23003583'%2F%3E%3C%2Fsvg%3E");
56
+ background-size: 0%;
57
+ transition-property: all;
58
+ transition-duration: 280ms;
59
+ transition-timing-function: ease-out;
60
+
61
+ }
62
+ .k-button{
63
+ column-gap: 8px;
64
+ flex-direction: row;
65
+ border-bottom-style: none;
66
+ border-left-style: none;
67
+ border-right-style: none;
68
+ border-top-style: none;
69
+ height: $feather-feather-container-height-md;
70
+ width: fit-content;
71
+ transition-property: all;
72
+ transition-duration: 280ms;
73
+ isolation: isolate;
74
+ outline-style: solid;
75
+ outline-width: 0px;
76
+ outline-color: $feather-feather-primary;
77
+ transition-timing-function: ease-out;
78
+
79
+ }
80
+ .k-button.k-button-md{
81
+ @extend %feather-typography-feather-button;
82
+
83
+ }
84
+ .k-button-group{
85
+ isolation: isolate;
86
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
87
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
88
+ border-top-left-radius: $feather-kendo-border-radius-md;
89
+ border-top-right-radius: $feather-kendo-border-radius-md;
90
+ overflow: hidden;
91
+
92
+ }
93
+ .k-menu-button.k-button{
94
+ text-transform: uppercase;
95
+
96
+ }
97
+ .k-chip.k-chip-solid-base{
98
+ color: $feather-feather-secondary-text-on-surface;
99
+
100
+ }
101
+ .k-chip{
102
+ transition-property: all;
103
+ transition-duration: 280ms;
104
+
105
+ }
106
+ .k-chip.k-rounded-md{
107
+ border-bottom-left-radius: $feather-feather-border-radius-full;
108
+ border-bottom-right-radius: $feather-feather-border-radius-full;
109
+ border-top-left-radius: $feather-feather-border-radius-full;
110
+ border-top-right-radius: $feather-feather-border-radius-full;
111
+
112
+ }
113
+ .k-calendar.k-calendar-range .k-calendar-header .k-button.k-button-md.k-button-flat.k-button-flat-primary.k-rounded-md.k-calendar-title .k-button-text{
114
+ text-transform: capitalize;
115
+ letter-spacing: 0px;
116
+
117
+ }
118
+ .k-calendar.k-calendar-range .k-calendar-header .k-calendar-nav .k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-calendar-nav-today .k-button-text{
119
+ text-transform: capitalize;
120
+ letter-spacing: 0px;
121
+
122
+ }
123
+ .k-calendar.k-calendar-range .k-calendar-header .k-calendar-nav .k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-calendar-nav-today{
124
+ text-transform: capitalize;
125
+
126
+ }
127
+ .k-calendar .k-calendar-header .k-button.k-button-md.k-button-flat.k-button-flat-primary.k-rounded-md.k-calendar-title .k-button-text{
128
+ text-transform: capitalize;
129
+ letter-spacing: 0px;
130
+
131
+ }
132
+ .k-slider.k-slider-horizontal .k-slider-track-wrap .k-slider-track{
133
+ border-bottom-width: 0px;
134
+ border-left-width: 0px;
135
+ border-right-width: 0px;
136
+ border-top-width: 0px;
137
+ top: 50%;
138
+
139
+ }
140
+ .k-slider.k-slider-horizontal .k-slider-track-wrap{
141
+ border-bottom-width: 0px;
142
+ border-left-width: 0px;
143
+ border-right-width: 0px;
144
+ border-top-width: 0px;
145
+
146
+ }
147
+ .k-radio-wrap .k-radio.k-checked,.k-radio-wrap .k-radio:checked{
148
+ border-bottom-left-radius: 50%;
149
+ border-bottom-right-radius: 50%;
150
+ border-top-left-radius: 50%;
151
+ border-top-right-radius: 50%;
152
+ border-bottom-width: 2px;
153
+ border-left-width: 2px;
154
+ border-right-width: 2px;
155
+ border-top-width: 2px;
156
+ background-color: initial;
157
+ background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2014%2014'%3E%3Ccircle%20cx%3D'50%25'%20cy%3D'50%25'%20r%3D'4'%20fill%3D'%23003583'%2F%3E%3C%2Fsvg%3E");
158
+ background-size: 100%;
159
+
160
+ }
161
+ .k-checkbox-wrap .k-checkbox.k-focus,.k-checkbox-wrap .k-checkbox.k-state-focus,.k-checkbox-wrap .k-checkbox.k-state-focused,.k-checkbox-wrap .k-checkbox:focus{
162
+ color: $feather-feather-primary;
163
+ box-shadow: none;
164
+ outline-style: solid;
165
+ outline-width: 2px;
166
+ outline-color: currentcolor;
167
+
168
+ }
169
+ .k-checkbox-wrap .k-checkbox.k-invalid.k-invalid,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty{
170
+ color: k-color( error );
171
+
172
+ }
173
+ .k-textbox.k-input .k-input-separator.k-input-separator-vertical{
174
+ border-bottom-color: $feather-kendo-base-border;
175
+ border-left-color: $feather-kendo-base-border;
176
+ border-right-color: $feather-kendo-base-border;
177
+ border-top-color: $feather-kendo-base-border;
178
+ visibility: hidden;
179
+
180
+ }
181
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
182
+ @extend %feather-typography-feather-body-small;
183
+ padding-right: 16px;
184
+ padding-left: 16px;
185
+ padding-top: 8px;
186
+ padding-bottom: 8px;
187
+ color: $feather-feather-secondary-text-on-surface;
188
+ transition-property: all;
189
+ transition-duration: 280ms;
190
+ transition-timing-function: ease-out;
191
+ min-height: $feather-feather-container-height-md;
192
+
193
+ }
194
+ .k-button.k-selected .k-button-icon.k-icon.k-svg-icon{
195
+ color: inherit;
196
+
197
+ }
198
+ .k-button.k-selected.k-button-flat .k-button-icon.k-icon.k-svg-icon{
199
+ color: $feather-feather-icon-on-neutral;
200
+
201
+ }
202
+ .k-button.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon{
203
+ color: $feather-feather-icon-on-surface;
204
+
205
+ }
206
+ .k-button.k-hover.k-button-outline.k-button-outline-primary,.k-button.k-state-hover.k-button-outline.k-button-outline-primary,.k-button.k-state-hovered.k-button-outline.k-button-outline-primary,.k-button:hover.k-button-outline.k-button-outline-primary{
207
+ color: k-color( primary );
208
+ background-color: k-color( app-surface );
209
+ background-image: $feather-feather-hover-on-surface-gradient;
210
+
211
+ }
212
+ .k-button.k-hover.k-button-outline.k-button-outline-primary .k-button-text,.k-button.k-state-hover.k-button-outline.k-button-outline-primary .k-button-text,.k-button.k-state-hovered.k-button-outline.k-button-outline-primary .k-button-text,.k-button:hover.k-button-outline.k-button-outline-primary .k-button-text{
213
+ color: k-color( primary );
214
+
215
+ }
216
+ .k-button.k-active.k-button-outline.k-button-outline-primary,.k-button.k-state-active.k-button-outline.k-button-outline-primary,.k-button:active.k-button-outline.k-button-outline-primary{
217
+ color: k-color( primary );
218
+ background-color: k-color( app-surface );
219
+ background-image: $feather-feather-active-on-surface-gradient;
220
+
221
+ }
222
+ .k-button.k-selected.k-button-outline.k-button-outline-primary{
223
+ color: k-color( primary );
224
+ background-color: k-color( primary );
225
+ background-image: $feather-feather-selected-on-surface-gradient;
226
+
227
+ }
228
+ .k-button.k-focus,.k-button.k-state-focus,.k-button.k-state-focused,.k-button:focus{
229
+ background-color: inherit;
230
+ background-image: $feather-feather-focused-on-surface-gradient;
231
+
232
+ }
233
+ .k-button.k-focus.k-button-solid-base,.k-button.k-state-focus.k-button-solid-base,.k-button.k-state-focused.k-button-solid-base,.k-button:focus.k-button-solid-base{
234
+ @extend %feather-effects-feather-focus-outer-on-color;
235
+
236
+ }
237
+ .k-button.k-focus.k-button-flat.k-button-flat-primary,.k-button.k-state-focus.k-button-flat.k-button-flat-primary,.k-button.k-state-focused.k-button-flat.k-button-flat-primary,.k-button:focus.k-button-flat.k-button-flat-primary{
238
+ @extend %feather-effects-feather-focus-outer-on-color-important;
239
+
240
+ }
241
+ .k-button.k-button-flat.k-button-flat-primary{
242
+ transition-property: all;
243
+ transition-duration: 280ms;
244
+ transition-timing-function: ease-out;
245
+
246
+ }
247
+ .k-button.k-focus.k-button-flat,.k-button.k-state-focus.k-button-flat,.k-button.k-state-focused.k-button-flat,.k-button:focus.k-button-flat{
248
+ @extend %feather-effects-feather-focus-outer-on-color-important;
249
+ background-color: initial !important;
250
+ background-image: $feather-feather-focused-on-surface-gradient !important;
251
+
252
+ }
253
+ .k-button.k-focus.k-button-outline.k-button-outline-base,.k-button.k-state-focus.k-button-outline.k-button-outline-base,.k-button.k-state-focused.k-button-outline.k-button-outline-base,.k-button:focus.k-button-outline.k-button-outline-base{
254
+ @extend %feather-effects-feather-focus-outer-on-color;
255
+ background-color: initial;
256
+ border-bottom-color: transparent;
257
+ border-left-color: transparent;
258
+ border-right-color: transparent;
259
+ border-top-color: transparent;
260
+
261
+ }
262
+ .k-button.k-focus.k-button-outline,.k-button.k-state-focus.k-button-outline,.k-button.k-state-focused.k-button-outline,.k-button:focus.k-button-outline{
263
+ background-image: $feather-feather-focused-on-surface-gradient;
264
+
265
+ }
266
+ .k-button.k-focus.k-button-outline.k-button-outline-primary,.k-button.k-state-focus.k-button-outline.k-button-outline-primary,.k-button.k-state-focused.k-button-outline.k-button-outline-primary,.k-button:focus.k-button-outline.k-button-outline-primary{
267
+ @extend %feather-effects-feather-focus-outer-on-color;
268
+
269
+ }
270
+ .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip{
271
+ height: $feather-feather-container-height-xs;
272
+ column-gap: 0px;
273
+ background-color: $feather-feather-surface-shade-1;
274
+ background-image: none;
275
+
276
+ }
277
+ .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-chip-md{
278
+ @extend %feather-typography-feather-body-small;
279
+ padding-right: 2px;
280
+
281
+ }
282
+ .k-checkbox-wrap .k-checkbox.k-checked.k-focus,.k-checkbox-wrap .k-checkbox:checked.k-focus,.k-checkbox-wrap .k-checkbox.k-checked.k-state-focus,.k-checkbox-wrap .k-checkbox.k-checked.k-state-focused,.k-checkbox-wrap .k-checkbox.k-checked:focus,.k-checkbox-wrap .k-checkbox:checked.k-state-focus,.k-checkbox-wrap .k-checkbox:checked.k-state-focused,.k-checkbox-wrap .k-checkbox:checked:focus{
283
+ background-color: currentcolor;
284
+ background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'none'%20stroke%3D'white'%20stroke-linecap%3D'square'%20stroke-linejoin%3D'square'%20stroke-width%3D'2'%20d%3D'M3%2C8%20l3%2C3%20l7-7'%2F%3E%3C%2Fsvg%3E");
285
+ outline-offset: 2px;
286
+
287
+ }
288
+ .k-checkbox-wrap .k-checkbox.k-disabled,.k-checkbox-wrap .k-checkbox.k-state-disabled,.k-checkbox-wrap .k-checkbox:disabled{
289
+ opacity: 40%;
290
+
291
+ }
292
+ .k-radio-wrap .k-radio.k-focus,.k-radio-wrap .k-radio.k-state-focus,.k-radio-wrap .k-radio.k-state-focused,.k-radio-wrap .k-radio:focus{
293
+ outline-color: currentcolor;
294
+ outline-style: solid;
295
+ outline-width: 2px;
296
+ box-shadow: none;
297
+ border-bottom-color: currentcolor;
298
+ border-left-color: currentcolor;
299
+ border-right-color: currentcolor;
300
+ border-top-color: currentcolor;
301
+ color: k-color( primary );
302
+ outline-offset: 0px;
303
+
304
+ }
305
+ .k-radio-wrap .k-radio.k-invalid,.k-radio-wrap .k-radio.ng-invalid.ng-touched,.k-radio-wrap .k-radio.ng-invalid.ng-dirty{
306
+ color: k-color( error );
307
+ outline-offset: 0px;
308
+ outline-style: solid;
309
+ outline-color: currentcolor;
310
+
311
+ }
312
+ .k-radio-wrap .k-radio.k-disabled,.k-radio-wrap .k-radio.k-state-disabled,.k-radio-wrap .k-radio:disabled{
313
+ opacity: 40%;
314
+
315
+ }
316
+ .k-radio-wrap .k-radio.k-checked.k-focus,.k-radio-wrap .k-radio:checked.k-focus,.k-radio-wrap .k-radio.k-checked.k-state-focus,.k-radio-wrap .k-radio.k-checked.k-state-focused,.k-radio-wrap .k-radio.k-checked:focus,.k-radio-wrap .k-radio:checked.k-state-focus,.k-radio-wrap .k-radio:checked.k-state-focused,.k-radio-wrap .k-radio:checked:focus{
317
+ border-bottom-width: 1px;
318
+ border-left-width: 1px;
319
+ border-right-width: 1px;
320
+ border-top-width: 1px;
321
+ box-shadow: 0px 0px 0px 2px k-color( primary );
322
+ border-bottom-color: k-color( primary );
323
+ border-left-color: k-color( primary );
324
+ border-right-color: k-color( primary );
325
+ border-top-color: k-color( primary );
326
+ border-bottom-style: solid;
327
+ border-left-style: solid;
328
+ border-right-style: solid;
329
+ border-top-style: solid;
330
+
331
+ }
332
+ .k-radio-wrap .k-radio.k-focus::placeholder,.k-radio-wrap .k-radio.k-state-focus::placeholder,.k-radio-wrap .k-radio.k-state-focused::placeholder,.k-radio-wrap .k-radio:focus::placeholder{
333
+ background-color: initial;
334
+ background-image: none;
335
+
336
+ }
337
+ .k-radio-list.k-list-horizontal .k-radio-list-item{
338
+ column-gap: $feather-kendo-radio-label-margin-x;
339
+
340
+ }
341
+ .k-radio-list.k-list-vertical .k-radio-list-item{
342
+ column-gap: $feather-kendo-radio-label-margin-x;
343
+
344
+ }
345
+ .k-radio-list.k-list-horizontal{
346
+ column-gap: $feather-kendo-radio-list-item-padding-x;
347
+ row-gap: $feather-kendo-radio-list-item-padding-y;
348
+
349
+ }
350
+ .k-radio-list.k-list-vertical{
351
+ row-gap: $feather-kendo-radio-list-item-padding-y;
352
+ column-gap: $feather-kendo-radio-list-item-padding-x;
353
+
354
+ }
355
+ .k-slider .k-label{
356
+ font-variant-numeric: tabular-nums;
357
+
358
+ }
359
+ .k-appbar.k-appbar-light.k-appbar-static{
360
+ position: static;
361
+
362
+ }
363
+ .k-appbar.k-appbar-light.k-appbar-top{
364
+ top: auto;
365
+
366
+ }
367
+ .k-appbar.k-appbar-light{
368
+ height: 64px;
369
+ background-color: $feather-feather-primary;
370
+ background-image: none;
371
+ box-shadow: 0px 1px 0px 0px $feather-feather-border-on-color;
372
+ color: $feather-kendo-appbar-dark-text;
373
+
374
+ }
375
+ .k-appbar.k-appbar-light .k-appbar-section{
376
+ height: 48px;
377
+ color: $feather-kendo-appbar-dark-text;
378
+
379
+ }
380
+ .k-appbar.k-appbar-dark .k-appbar-section{
381
+ height: 48px;
382
+
383
+ }
384
+ .k-appbar.k-appbar-inherit .k-appbar-section{
385
+ height: 48px;
386
+
387
+ }
388
+ .k-appbar.k-appbar-dark{
389
+ height: 64px;
390
+ background-color: $feather-feather-primary;
391
+ background-image: none;
392
+
393
+ }
394
+ .k-appbar.k-appbar-inherit{
395
+ height: 64px;
396
+
397
+ }
398
+ .k-calendar.k-calendar-range{
399
+ flex-direction: column;
400
+
401
+ }
402
+ .k-combobox .k-input-button.k-button-solid-base{
403
+ background-color: initial;
404
+ color: $feather-feather-icon-on-neutral;
405
+
406
+ }
407
+ .k-combobox .k-input-button.k-button{
408
+ background-image: none;
409
+
410
+ }
411
+ .k-combobox .k-input-button{
412
+ width: $feather-feather-container-height-sm;
413
+ height: $feather-feather-container-height-sm;
414
+
415
+ }
416
+ .k-combobox.k-hover .k-input-button.k-hover.k-button-solid-base,.k-combobox.k-hover .k-input-button.k-state-hover.k-button-solid-base,.k-combobox.k-hover .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox.k-hover .k-input-button:hover.k-button-solid-base,.k-combobox.k-state-hover .k-input-button.k-hover.k-button-solid-base,.k-combobox.k-state-hover .k-input-button.k-state-hover.k-button-solid-base,.k-combobox.k-state-hover .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox.k-state-hover .k-input-button:hover.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button.k-hover.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button.k-state-hover.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button:hover.k-button-solid-base,.k-combobox:hover .k-input-button.k-hover.k-button-solid-base,.k-combobox:hover .k-input-button.k-state-hover.k-button-solid-base,.k-combobox:hover .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox:hover .k-input-button:hover.k-button-solid-base{
417
+ background-color: $feather-kendo-button-hover-bg;
418
+ color: $feather-feather-primary-text-on-surface;
419
+
420
+ }
421
+ .k-combobox.k-hover .k-input-button.k-hover.k-button,.k-combobox.k-hover .k-input-button.k-state-hover.k-button,.k-combobox.k-hover .k-input-button.k-state-hovered.k-button,.k-combobox.k-hover .k-input-button:hover.k-button,.k-combobox.k-state-hover .k-input-button.k-hover.k-button,.k-combobox.k-state-hover .k-input-button.k-state-hover.k-button,.k-combobox.k-state-hover .k-input-button.k-state-hovered.k-button,.k-combobox.k-state-hover .k-input-button:hover.k-button,.k-combobox.k-state-hovered .k-input-button.k-hover.k-button,.k-combobox.k-state-hovered .k-input-button.k-state-hover.k-button,.k-combobox.k-state-hovered .k-input-button.k-state-hovered.k-button,.k-combobox.k-state-hovered .k-input-button:hover.k-button,.k-combobox:hover .k-input-button.k-hover.k-button,.k-combobox:hover .k-input-button.k-state-hover.k-button,.k-combobox:hover .k-input-button.k-state-hovered.k-button,.k-combobox:hover .k-input-button:hover.k-button{
422
+ background-image: none;
423
+
424
+ }
425
+ .k-combobox.k-hover .k-input-button.k-hover,.k-combobox.k-hover .k-input-button.k-state-hover,.k-combobox.k-hover .k-input-button.k-state-hovered,.k-combobox.k-hover .k-input-button:hover, .k-combobox.k-state-hover .k-input-button.k-hover, .k-combobox.k-state-hover .k-input-button.k-state-hover, .k-combobox.k-state-hover .k-input-button.k-state-hovered, .k-combobox.k-state-hover .k-input-button:hover, .k-combobox.k-state-hovered .k-input-button.k-hover, .k-combobox.k-state-hovered .k-input-button.k-state-hover, .k-combobox.k-state-hovered .k-input-button.k-state-hovered, .k-combobox.k-state-hovered .k-input-button:hover, .k-combobox:hover .k-input-button.k-hover, .k-combobox:hover .k-input-button.k-state-hover, .k-combobox:hover .k-input-button.k-state-hovered, .k-combobox:hover .k-input-button:hover{
426
+ height: $feather-feather-container-height-sm;
427
+ border-bottom-left-radius: 50%;
428
+ border-bottom-right-radius: 50%;
429
+ border-top-left-radius: 50%;
430
+ border-top-right-radius: 50%;
431
+ opacity: 100%;
432
+ visibility: visible;
433
+
434
+ }
435
+ .k-combobox.k-hover .k-input-button.k-hover,.k-combobox.k-hover .k-input-button.k-state-hover,.k-combobox.k-hover .k-input-button.k-state-hovered,.k-combobox.k-hover .k-input-button:hover,.k-combobox.k-state-hover .k-input-button.k-hover,.k-combobox.k-state-hover .k-input-button.k-state-hover,.k-combobox.k-state-hover .k-input-button.k-state-hovered,.k-combobox.k-state-hover .k-input-button:hover,.k-combobox.k-state-hovered .k-input-button.k-hover,.k-combobox.k-state-hovered .k-input-button.k-state-hover,.k-combobox.k-state-hovered .k-input-button.k-state-hovered,.k-combobox.k-state-hovered .k-input-button:hover,.k-combobox:hover .k-input-button.k-hover,.k-combobox:hover .k-input-button.k-state-hover,.k-combobox:hover .k-input-button.k-state-hovered,.k-combobox:hover .k-input-button:hover{
436
+ width: $feather-feather-container-height-sm;
437
+
438
+ }
439
+ .k-combobox.k-input .k-clear-value{
440
+ width: $feather-feather-container-height-sm;
441
+ height: $feather-feather-container-height-sm;
442
+ box-sizing: border-box;
443
+ padding-top: $feather-kendo-input-padding-y;
444
+ padding-bottom: $feather-kendo-input-padding-y;
445
+ padding-left: $feather-kendo-input-padding-y;
446
+ padding-right: $feather-kendo-input-padding-y;
447
+ color: $feather-feather-icon-on-neutral;
448
+ opacity: 100%;
449
+ border-bottom-left-radius: 50%;
450
+ border-bottom-right-radius: 50%;
451
+ border-top-left-radius: 50%;
452
+ border-top-right-radius: 50%;
453
+
454
+ }
455
+ .k-combobox.k-input .k-input-button{
456
+ align-self: center;
457
+
458
+ }
459
+ .k-combobox.k-input{
460
+ padding-right: 4px;
461
+ height: $feather-feather-container-height-lg;
462
+ background-image: none;
463
+
464
+ }
465
+ .k-combobox.k-input.k-input-solid{
466
+ background-color: initial;
467
+ color: $feather-feather-secondary-text-on-surface;
468
+ border-bottom-color: $feather-feather-secondary-text-on-surface;
469
+ border-left-color: $feather-feather-secondary-text-on-surface;
470
+ border-right-color: $feather-feather-secondary-text-on-surface;
471
+ border-top-color: $feather-feather-secondary-text-on-surface;
472
+
473
+ }
474
+ .k-combobox.k-input.k-hover .k-clear-value.k-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hovered,.k-combobox.k-input.k-hover .k-clear-value:hover, .k-combobox.k-input.k-state-hover .k-clear-value.k-hover, .k-combobox.k-input.k-state-hover .k-clear-value.k-state-hover, .k-combobox.k-input.k-state-hover .k-clear-value.k-state-hovered, .k-combobox.k-input.k-state-hover .k-clear-value:hover, .k-combobox.k-input.k-state-hovered .k-clear-value.k-hover, .k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hover, .k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hovered, .k-combobox.k-input.k-state-hovered .k-clear-value:hover, .k-combobox.k-input:hover .k-clear-value.k-hover, .k-combobox.k-input:hover .k-clear-value.k-state-hover, .k-combobox.k-input:hover .k-clear-value.k-state-hovered, .k-combobox.k-input:hover .k-clear-value:hover{
475
+ background-color: $feather-kendo-button-hover-bg;
476
+ background-image: none;
477
+ color: $feather-feather-primary-text-on-surface;
478
+ border-bottom-left-radius: 50%;
479
+ border-bottom-right-radius: 50%;
480
+ border-top-left-radius: 50%;
481
+ border-top-right-radius: 50%;
482
+ flex-direction: row;
483
+ column-gap: 4px;
484
+ row-gap: 0px;
485
+ position: relative;
486
+
487
+ }
488
+ .k-combobox.k-input.k-hover .k-clear-value.k-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hovered,.k-combobox.k-input.k-hover .k-clear-value:hover,.k-combobox.k-input.k-state-hover .k-clear-value.k-hover,.k-combobox.k-input.k-state-hover .k-clear-value.k-state-hover,.k-combobox.k-input.k-state-hover .k-clear-value.k-state-hovered,.k-combobox.k-input.k-state-hover .k-clear-value:hover,.k-combobox.k-input.k-state-hovered .k-clear-value.k-hover,.k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hover,.k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hovered,.k-combobox.k-input.k-state-hovered .k-clear-value:hover,.k-combobox.k-input:hover .k-clear-value.k-hover,.k-combobox.k-input:hover .k-clear-value.k-state-hover,.k-combobox.k-input:hover .k-clear-value.k-state-hovered,.k-combobox.k-input:hover .k-clear-value:hover{
489
+ margin-bottom: 0px;
490
+ margin-left: 0px;
491
+ margin-right: 0px;
492
+ margin-top: 0px;
493
+ padding-bottom: $feather-kendo-input-padding-y;
494
+ padding-left: $feather-kendo-input-padding-y;
495
+ padding-right: $feather-kendo-input-padding-y;
496
+ padding-top: $feather-kendo-input-padding-y;
497
+ display: inline-flex;
498
+ justify-content: center;
499
+
500
+ }
501
+ .k-combobox-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
502
+ border-bottom-left-radius: 4px;
503
+ border-bottom-right-radius: 4px;
504
+ border-top-left-radius: 4px;
505
+ border-top-right-radius: 4px;
506
+ padding-left: 16px;
507
+
508
+ }
509
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase{
510
+ background-color: initial;
511
+ background-image: none;
512
+ width: $feather-feather-container-height-md;
513
+ padding-right: $feather-kendo-input-padding-y;
514
+ padding-left: $feather-kendo-input-padding-y;
515
+ color: inherit;
516
+
517
+ }
518
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease{
519
+ background-color: initial;
520
+ background-image: none;
521
+ width: $feather-feather-container-height-md;
522
+ padding-right: 0px;
523
+ padding-left: 0px;
524
+ column-gap: 0px;
525
+ color: inherit;
526
+
527
+ }
528
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase.k-hover,.k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase.k-state-hover,.k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase.k-state-hovered,.k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase:hover{
529
+ background-color: initial;
530
+ background-image: $feather-feather-hover-on-surface-gradient;
531
+ color: $feather-feather-primary-text-on-surface;
532
+
533
+ }
534
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease.k-hover,.k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease.k-state-hover,.k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease.k-state-hovered,.k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease:hover{
535
+ background-color: initial;
536
+ background-image: $feather-feather-hover-on-surface-gradient;
537
+ color: $feather-feather-primary-text-on-surface;
538
+
539
+ }
540
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease .k-button-icon.k-icon.k-svg-icon >svg{
541
+ height: 20px;
542
+ width: 20px;
543
+ padding-bottom: 1px;
544
+
545
+ }
546
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon >svg{
547
+ width: 20px;
548
+ height: 20px;
549
+ padding-top: 1px;
550
+
551
+ }
552
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button{
553
+ width: $feather-feather-container-height-md;
554
+ color: $feather-feather-icon-on-neutral;
555
+
556
+ }
557
+ .k-textbox.k-input .k-clear-value{
558
+ width: $feather-feather-container-height-xs;
559
+ height: $feather-feather-container-height-xs;
560
+ box-sizing: border-box;
561
+ border-bottom-left-radius: 50%;
562
+ border-bottom-right-radius: 50%;
563
+ border-top-left-radius: 50%;
564
+ border-top-right-radius: 50%;
565
+ opacity: 100%;
566
+ color: $feather-feather-icon-on-neutral;
567
+ margin-right: 4px;
568
+ margin-left: 4px;
569
+
570
+ }
571
+ .k-textbox.k-input .k-clear-value.k-hover,.k-textbox.k-input .k-clear-value.k-state-hover,.k-textbox.k-input .k-clear-value.k-state-hovered,.k-textbox.k-input .k-clear-value:hover{
572
+ color: $feather-feather-primary-text-on-surface;
573
+ background-color: initial;
574
+ background-image: $feather-feather-hover-on-surface-gradient;
575
+
576
+ }
577
+ .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button{
578
+ color: $feather-feather-icon-on-neutral;
579
+ background-color: initial !important;
580
+ background-image: none !important;
581
+ border-bottom-left-radius: 50%;
582
+ border-bottom-right-radius: 50%;
583
+ border-top-left-radius: 50%;
584
+ border-top-right-radius: 50%;
585
+ margin-bottom: 4px;
586
+ margin-left: 8px;
587
+ margin-right: 4px;
588
+ margin-top: 4px;
589
+ height: 30px;
590
+ width: 30px;
591
+
592
+ }
593
+ .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-button-md{
594
+ padding-bottom: 4px;
595
+ padding-left: 4px;
596
+ padding-right: 4px;
597
+ padding-top: 4px;
598
+
599
+ }
600
+ .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:hover{
601
+ color: $feather-feather-primary-text-on-surface;
602
+ background-color: initial !important;
603
+ background-image: $feather-feather-hover-on-surface-gradient !important;
604
+
605
+ }
606
+ .k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon{
607
+ color: inherit;
608
+
609
+ }
610
+ .k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button .k-icon.k-svg-icon.k-svg-i-image.k-button-icon{
611
+ color: $feather-feather-icon-on-neutral;
612
+ width: 18px;
613
+ height: 18px;
614
+
615
+ }
616
+ .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:hover::before{
617
+ background-color: currentcolor;
618
+ background-image: initial;
619
+ opacity: 8%;
620
+
621
+ }
622
+ .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-hover::before,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-hover::before,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-hovered::before,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:hover::before{
623
+ opacity: 6%;
624
+
625
+ }
626
+ .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:focus{
627
+ outline-offset: -1px;
628
+ box-shadow: 0px 0px 0px 1px $feather-feather-secondary-text-on-surface !important;
629
+ border-bottom-width: 1px;
630
+ border-left-width: 1px;
631
+ border-right-width: 1px;
632
+ border-top-width: 1px;
633
+ border-bottom-color: $feather-feather-secondary-text-on-surface !important;
634
+ border-left-color: $feather-feather-secondary-text-on-surface !important;
635
+ border-right-color: $feather-feather-secondary-text-on-surface !important;
636
+ border-top-color: $feather-feather-secondary-text-on-surface !important;
637
+ border-bottom-style: solid;
638
+ border-left-style: solid;
639
+ border-right-style: solid;
640
+ border-top-style: solid;
641
+ color: $feather-feather-primary-text-on-surface;
642
+ background-color: initial !important;
643
+ background-image: $feather-feather-focused-on-surface-gradient !important;
644
+
645
+ }
646
+ h1{
647
+ @extend %feather-typography-feather-heading-1;
648
+
649
+ }
650
+ .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link{
651
+ padding-left: 16px;
652
+ padding-top: 8px;
653
+ padding-bottom: 8px;
654
+
655
+ }
656
+ .k-popup.k-menu-popup .k-group.k-menu-group{
657
+ padding-top: 8px;
658
+ padding-bottom: 8px;
659
+ margin-top: 1px;
660
+
661
+ }
662
+ .k-popup.k-list-container{
663
+ @extend %feather-effects-feather-elevation-04dp;
664
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
665
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
666
+ border-top-left-radius: $feather-kendo-border-radius-md;
667
+ border-top-right-radius: $feather-kendo-border-radius-md;
668
+ background-color: $feather-feather-surface;
669
+ background-image: none;
670
+ translate: 0px 2px;
671
+ border-bottom-style: none;
672
+ border-left-style: none;
673
+ border-right-style: none;
674
+ border-top-style: none;
675
+
676
+ }
677
+ .k-popup.k-menu-popup{
678
+ @extend %feather-effects-feather-elevation-04dp;
679
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
680
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
681
+ border-top-left-radius: $feather-kendo-border-radius-md;
682
+ border-top-right-radius: $feather-kendo-border-radius-md;
683
+ border-bottom-style: none;
684
+ border-left-style: none;
685
+ border-right-style: none;
686
+ border-top-style: none;
687
+ padding-bottom: 0px;
688
+ padding-left: 0px;
689
+ padding-right: 0px;
690
+ padding-top: 0px;
691
+ background-color: $feather-feather-surface;
692
+ background-image: none;
693
+
694
+ }
695
+ .k-list-filter .k-searchbox.k-textbox.k-input-solid{
696
+ border-top-color: $feather-kendo-input-border;
697
+ border-right-color: $feather-kendo-input-border;
698
+ border-left-color: $feather-kendo-input-border;
699
+ border-bottom-color: $feather-kendo-input-border;
700
+
701
+ }
702
+ .k-list-filter .k-searchbox.k-textbox.k-input{
703
+ border-top-style: none;
704
+ border-top-width: $feather-kendo-input-border-width;
705
+ border-right-style: none;
706
+ border-right-width: $feather-kendo-input-border-width;
707
+ border-left-style: none;
708
+ border-left-width: $feather-kendo-input-border-width;
709
+ border-bottom-style: solid;
710
+ border-bottom-width: $feather-kendo-input-border-width;
711
+
712
+ }
713
+ .k-list-filter .k-searchbox.k-textbox.k-rounded-md{
714
+ border-bottom-left-radius: unset;
715
+ border-bottom-right-radius: unset;
716
+ border-top-left-radius: unset;
717
+ border-top-right-radius: unset;
718
+
719
+ }
720
+ .k-list-filter .k-searchbox.k-textbox.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox:focus.k-input-solid{
721
+ box-shadow: none;
722
+ border-bottom-color: k-color( primary );
723
+
724
+ }
725
+ .k-list-filter .k-searchbox.k-textbox.k-focus.k-input,.k-list-filter .k-searchbox.k-textbox.k-state-focus.k-input,.k-list-filter .k-searchbox.k-textbox.k-state-focused.k-input,.k-list-filter .k-searchbox.k-textbox:focus.k-input{
726
+ border-bottom-style: solid;
727
+ border-bottom-width: 2px;
728
+
729
+ }
730
+ .k-list-filter .k-searchbox.k-textbox .k-input-inner{
731
+ padding-right: $feather-kendo-input-padding-x;
732
+ padding-left: 4px;
733
+
734
+ }
735
+ .k-list-filter{
736
+ transition-property: all;
737
+ transition-duration: 280ms;
738
+ transition-timing-function: ease-out;
739
+ padding-bottom: 0px;
740
+ padding-left: 0px;
741
+ padding-right: 0px;
742
+ padding-top: 0px;
743
+
744
+ }
745
+ .k-list-filter .k-searchbox.k-invalid.k-input-solid,.k-list-filter .k-searchbox.ng-invalid.ng-touched.k-input-solid,.k-list-filter .k-searchbox.ng-invalid.ng-dirty.k-input-solid{
746
+ border-bottom-color: k-color( error );
747
+
748
+ }
749
+ .k-list-filter .k-searchbox.k-invalid.k-input,.k-list-filter .k-searchbox.ng-invalid.ng-touched.k-input,.k-list-filter .k-searchbox.ng-invalid.ng-dirty.k-input{
750
+ border-bottom-style: solid;
751
+ border-bottom-width: $feather-kendo-input-border-width;
752
+
753
+ }
754
+ .k-list-filter .k-searchbox.k-textbox.k-invalid.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-invalid.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-invalid.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-invalid:focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched:focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty:focus.k-input-solid{
755
+ border-bottom-color: k-color( error );
756
+
757
+ }
758
+ .k-list-filter .k-searchbox.k-textbox.k-invalid.k-focus.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-focus.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-focus.k-input,.k-list-filter .k-searchbox.k-textbox.k-invalid.k-state-focus.k-input,.k-list-filter .k-searchbox.k-textbox.k-invalid.k-state-focused.k-input,.k-list-filter .k-searchbox.k-textbox.k-invalid:focus.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-state-focus.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-state-focused.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched:focus.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-state-focus.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-state-focused.k-input,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty:focus.k-input{
759
+ border-bottom-style: solid;
760
+ border-bottom-width: 2px;
761
+
762
+ }
763
+ .k-textarea.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-textarea.k-input.k-invalid:focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
764
+ @extend %feather-effects-feather-focus-invalid-outer;
765
+
766
+ }
767
+ .k-textarea.k-input.k-hover.k-input-solid,.k-textarea.k-input.k-state-hover.k-input-solid,.k-textarea.k-input.k-state-hovered.k-input-solid,.k-textarea.k-input:hover.k-input-solid{
768
+ color: $feather-feather-primary-text-on-surface;
769
+
770
+ }
771
+ .k-textarea.k-input.k-hover,.k-textarea.k-input.k-state-hover,.k-textarea.k-input.k-state-hovered,.k-textarea.k-input:hover{
772
+ @extend %feather-effects-feather-input-hover-on-surface;
773
+
774
+ }
775
+ .k-textbox.k-input .k-input-inner{
776
+ @extend %feather-typography-feather-body-small;
777
+ color: $feather-feather-secondary-text-on-surface;
778
+ height: auto;
779
+
780
+ }
781
+ .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal{
782
+ margin-right: -12px;
783
+ align-self: center;
784
+ display: inline-block;
785
+
786
+ }
787
+ .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary{
788
+ height: 100%;
789
+ background-color: initial !important;
790
+ background-image: none !important;
791
+
792
+ }
793
+ .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-focus,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focus,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focused,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:focus{
794
+ @extend %feather-effects-feather-focus-outer-on-color-important;
795
+ box-sizing: border-box;
796
+ background-color: initial !important;
797
+ background-image: $feather-feather-focused-on-surface-gradient !important;
798
+ border-bottom-style: none;
799
+ border-left-style: none;
800
+ border-right-style: none;
801
+ border-top-style: none;
802
+
803
+ }
804
+ .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-focus::after,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focus::after,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focused::after,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:focus::after{
805
+ box-shadow: none;
806
+ visibility: hidden;
807
+
808
+ }
809
+ .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-focus::before,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focus::before,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focused::before,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:focus::before{
810
+ border-bottom-style: none;
811
+ border-left-style: none;
812
+ border-right-style: none;
813
+ border-top-style: none;
814
+ visibility: hidden;
815
+ opacity: 12%;
816
+
817
+ }
818
+ .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:focus::before{
819
+ opacity: 12%;
820
+
821
+ }
822
+ .k-textbox.k-input.k-focus,.k-textbox.k-input.k-state-focus,.k-textbox.k-input.k-state-focused,.k-textbox.k-input:focus{
823
+ outline-color: unset;
824
+ outline-width: 0px;
825
+
826
+ }
827
+ .k-textbox.k-input.k-focus.k-input-solid,.k-textbox.k-input.k-state-focus.k-input-solid,.k-textbox.k-input.k-state-focused.k-input-solid,.k-textbox.k-input:focus.k-input-solid{
828
+ @extend %feather-effects-feather-focus-outer-on-surface;
829
+
830
+ }
831
+ .k-textbox.k-input.k-invalid.k-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched.k-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty.k-focus.k-input-solid,.k-textbox.k-input.k-invalid.k-state-focus.k-input-solid,.k-textbox.k-input.k-invalid.k-state-focused.k-input-solid,.k-textbox.k-input.k-invalid:focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched:focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty:focus.k-input-solid{
832
+ @extend %feather-effects-feather-focus-invalid-outer;
833
+
834
+ }
835
+ .k-label.k-text-disabled{
836
+ opacity: 100%;
837
+ color: $feather-feather-disabled-text-on-surface;
838
+
839
+ }
840
+ .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell{
841
+ display: flex;
842
+ row-gap: 8px;
843
+ flex-direction: row;
844
+ justify-content: start;
845
+ align-items: center;
846
+ align-self: stretch;
847
+ width: auto;
848
+ box-sizing: border-box;
849
+ padding-left: 8px;
850
+ padding-right: 8px;
851
+
852
+ }
853
+ .k-grid.k-grid-md .k-toolbar.k-grid-toolbar.k-toolbar-md{
854
+ padding-bottom: 9px;
855
+ padding-left: 16px;
856
+ padding-right: 16px;
857
+ padding-top: 9px;
858
+
859
+ }
860
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command{
861
+ height: $feather-feather-container-height-md;
862
+
863
+ }
864
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-button-solid-primary{
865
+ background-color: $feather-feather-primary;
866
+
867
+ }
868
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-button{
869
+ background-image: none;
870
+
871
+ }
872
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command{
873
+ height: $feather-feather-container-height-md;
874
+
875
+ }
876
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-button-solid-primary{
877
+ background-color: k-color( primary );
878
+
879
+ }
880
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-button{
881
+ background-image: none;
882
+
883
+ }
884
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-remove-command{
885
+ height: $feather-feather-container-height-md;
886
+
887
+ }
888
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-cancel-command{
889
+ height: $feather-feather-container-height-md;
890
+
891
+ }
892
+ .k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell .k-input{
893
+ height: $feather-feather-container-height-md;
894
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
895
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
896
+ border-top-left-radius: $feather-kendo-border-radius-md;
897
+ border-top-right-radius: $feather-kendo-border-radius-md;
898
+
899
+ }
900
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row{
901
+ background-color: initial;
902
+ background-image: none;
903
+
904
+ }
905
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row.k-hover,.k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row.k-state-hover,.k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row.k-state-hovered,.k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row:hover{
906
+ background-color: initial;
907
+ background-image: none;
908
+
909
+ }
910
+ .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row >td{
911
+ @extend %feather-typography-feather-body-small;
912
+ box-sizing: content-box;
913
+ border-bottom-color: $feather-feather-border-on-surface;
914
+ border-bottom-style: solid;
915
+ border-bottom-width: 1px;
916
+ border-top-color: $feather-feather-border-on-surface;
917
+ border-top-style: none;
918
+ border-top-width: 0px;
919
+ border-right-color: $feather-feather-border-on-surface;
920
+ border-right-style: none;
921
+ border-right-width: 0px;
922
+ border-left-color: $feather-feather-border-on-surface;
923
+ border-left-style: none;
924
+ border-left-width: 0px;
925
+
926
+ }
927
+ .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focused,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td:focus{
928
+ @extend %feather-effects-feather-focus-inner-on-surface;
929
+ border-bottom-style: solid;
930
+ border-left-style: none;
931
+ border-right-style: none;
932
+ border-top-style: none;
933
+ border-bottom-width: 1px;
934
+ border-left-width: 0px;
935
+ border-right-width: 0px;
936
+ border-top-width: 0px;
937
+ border-bottom-color: transparent;
938
+ border-left-color: $feather-feather-primary;
939
+ border-right-color: $feather-feather-primary;
940
+ border-top-color: $feather-feather-primary;
941
+
942
+ }
943
+ .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focused,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td:focus{
944
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
945
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
946
+ border-top-left-radius: $feather-kendo-border-radius-md;
947
+ border-top-right-radius: $feather-kendo-border-radius-md;
948
+
949
+ }
950
+ .k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focused .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell:focus .k-input{
951
+ border-bottom-color: transparent;
952
+ border-left-color: transparent;
953
+ border-right-color: transparent;
954
+ border-top-color: transparent;
955
+
956
+ }
957
+ .k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focused .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell:focus .k-input{
958
+ @extend %feather-effects-feather-focus-outer-on-color;
959
+ border-bottom-style: solid;
960
+ border-left-style: solid;
961
+ border-right-style: solid;
962
+ border-top-style: solid;
963
+
964
+ }
965
+ .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell.k-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell.k-state-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell.k-state-focused,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell:focus{
966
+ border-bottom-style: none;
967
+ border-left-style: none;
968
+ border-right-style: none;
969
+ border-top-style: none;
970
+ box-shadow: none;
971
+
972
+ }
973
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th .k-cell-inner .k-link,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th .k-cell-inner .k-link{
974
+ @extend %feather-typography-feather-body-small;
975
+ color: $feather-feather-secondary-text-on-surface;
976
+ padding-top: 18px;
977
+ border-right-width: 1px;
978
+ border-right-color: $feather-feather-border-on-surface;
979
+ border-right-style: solid;
980
+
981
+ }
982
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th{
983
+ background-color: transparent;
984
+ background-image: none;
985
+ box-sizing: border-box;
986
+ overflow: hidden;
987
+ border-bottom-style: none;
988
+ border-left-style: none;
989
+ border-right-style: none;
990
+ border-top-style: none;
991
+ padding-top: $feather-kendo-grid-header-padding-y;
992
+ padding-bottom: $feather-kendo-grid-header-padding-y;
993
+
994
+ }
995
+ .k-fab.k-fab-solid-primary .k-fab-text{
996
+ padding-right: 8px;
997
+ padding-left: 8px;
998
+
999
+ }
1000
+ .k-fab.k-fab-solid-primary.k-fab-md{
1001
+ padding-right: $feather-kendo-fab-padding-x;
1002
+ padding-left: $feather-kendo-fab-padding-x;
1003
+
1004
+ }
1005
+ .k-fab.k-fab-solid-primary{
1006
+ align-self: center;
1007
+
1008
+ }
1009
+ .k-fab.k-fab-solid-primary .k-fab-icon.k-icon.k-svg-icon{
1010
+ width: 24px;
1011
+ height: 24px;
1012
+ align-self: center;
1013
+
1014
+ }
1015
+ .k-fab.k-fab-solid-primary .k-fab-icon.k-icon.k-svg-icon >svg{
1016
+ padding-bottom: 2px;
1017
+
1018
+ }
1019
+ .k-fab-popup.k-popup .k-fab-items .k-fab-item .k-fab-item-text{
1020
+ border-bottom-left-radius: 4px;
1021
+ border-bottom-right-radius: 4px;
1022
+ border-top-left-radius: 4px;
1023
+ border-top-right-radius: 4px;
1024
+ background-color: transparent;
1025
+ background-image: none;
1026
+ margin-left: 12px;
1027
+
1028
+ }
1029
+ .k-fab-popup.k-popup .k-fab-items .k-fab-item{
1030
+ border-bottom-style: none;
1031
+ border-left-style: none;
1032
+ border-right-style: none;
1033
+ border-top-style: none;
1034
+
1035
+ }
1036
+ .k-fab-popup.k-popup .k-fab-items .k-fab-item .k-fab-item-icon.k-icon.k-svg-icon{
1037
+ border-bottom-style: none;
1038
+ border-left-style: none;
1039
+ border-right-style: none;
1040
+ border-top-style: none;
1041
+
1042
+ }
1043
+ .k-chip .k-chip-content{
1044
+ @extend %feather-typography-feather-body-small;
1045
+ color: $feather-feather-secondary-text-on-surface;
1046
+
1047
+ }
1048
+ .k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item{
1049
+ color: $feather-feather-secondary-text-on-surface;
1050
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
1051
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
1052
+ border-top-left-radius: $feather-kendo-border-radius-md;
1053
+ border-top-right-radius: $feather-kendo-border-radius-md;
1054
+ min-height: $feather-feather-container-height-md;
1055
+
1056
+ }
1057
+ .k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item{
1058
+ color: $feather-feather-secondary-text-on-surface;
1059
+ min-height: $feather-feather-container-height-md;
1060
+
1061
+ }
1062
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item .k-link{
1063
+ padding-bottom: 4px;
1064
+ text-transform: uppercase;
1065
+
1066
+ }
1067
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item{
1068
+ @extend %feather-typography-feather-button;
1069
+ color: $feather-feather-primary;
1070
+ border-bottom-style: none;
1071
+ border-left-style: none;
1072
+ border-right-style: none;
1073
+ border-top-style: none;
1074
+
1075
+ }
1076
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active .k-link{
1077
+ border-bottom-width: 3px;
1078
+ border-bottom-color: $feather-feather-primary;
1079
+ border-bottom-style: solid;
1080
+
1081
+ }
1082
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active .k-link{
1083
+ padding-bottom: 3px;
1084
+ border-left-color: $feather-feather-primary;
1085
+ border-right-color: $feather-feather-primary;
1086
+ border-top-color: $feather-feather-primary;
1087
+
1088
+ }
1089
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:focus .k-link{
1090
+ border-bottom-width: 1px;
1091
+ border-left-width: 1px;
1092
+ border-right-width: 1px;
1093
+ border-top-width: 1px;
1094
+ border-bottom-color: k-color( primary );
1095
+ border-bottom-style: solid;
1096
+ border-left-color: k-color( primary );
1097
+ border-left-style: solid;
1098
+ border-right-color: k-color( primary );
1099
+ border-right-style: solid;
1100
+ border-top-color: k-color( primary );
1101
+ border-top-style: solid;
1102
+
1103
+ }
1104
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active:focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active:focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active:focus .k-link{
1105
+ border-bottom-color: $feather-feather-primary;
1106
+ border-bottom-style: solid;
1107
+ border-bottom-width: 3px;
1108
+ border-top-left-radius: 4px;
1109
+ border-top-right-radius: 4px;
1110
+ border-left-width: 1px;
1111
+ border-right-width: 1px;
1112
+ border-top-width: 1px;
1113
+
1114
+ }
1115
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active:focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active:focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active:focus .k-link{
1116
+ border-left-color: $feather-feather-primary;
1117
+ border-right-color: $feather-feather-primary;
1118
+ border-top-color: $feather-feather-primary;
1119
+
1120
+ }
1121
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focused,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active:focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focused,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active:focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focused,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active:focus{
1122
+ padding-bottom: 0px;
1123
+
1124
+ }
1125
+ .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active{
1126
+ border-bottom-style: none;
1127
+ border-left-style: none;
1128
+ border-right-style: none;
1129
+ border-top-style: none;
1130
+ border-bottom-color: $feather-feather-primary;
1131
+ border-left-color: $feather-feather-primary;
1132
+ border-right-color: $feather-feather-primary;
1133
+ border-top-color: $feather-feather-primary;
1134
+
1135
+ }
1136
+ .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item .k-item-text{
1137
+ display: inline-flex;
1138
+ align-items: center;
1139
+ align-self: center;
1140
+ justify-content: start;
1141
+
1142
+ }
1143
+ .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item{
1144
+ transition-property: all;
1145
+ transition-duration: 280ms;
1146
+ transition-timing-function: ease-out;
1147
+
1148
+ }
1149
+ .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items{
1150
+ padding-top: 8px;
1151
+
1152
+ }
1153
+ .k-switch.k-switch-off .k-switch-track{
1154
+ color: $feather-feather-secondary-text-on-surface;
1155
+ background-color: rgba(0, 0, 0, 0.04);
1156
+ background-image: none;
1157
+ transition-property: all;
1158
+ transition-duration: 280ms;
1159
+ transition-timing-function: ease-out;
1160
+
1161
+ }
1162
+ .k-switch.k-switch-off .k-switch-thumb-wrap .k-switch-thumb{
1163
+ border-bottom-color: $feather-feather-secondary-text-on-surface;
1164
+ border-left-color: $feather-feather-secondary-text-on-surface;
1165
+ border-right-color: $feather-feather-secondary-text-on-surface;
1166
+ border-top-color: $feather-feather-secondary-text-on-surface;
1167
+ background-color: $feather-feather-primary-text-on-color;
1168
+ background-image: none;
1169
+ transition-property: all;
1170
+ transition-duration: 280ms;
1171
+ transition-timing-function: ease-out;
1172
+
1173
+ }
1174
+ .k-switch.k-switch-on .k-switch-thumb-wrap .k-switch-thumb{
1175
+ border-bottom-color: k-color( primary );
1176
+ border-left-color: k-color( primary );
1177
+ border-right-color: k-color( primary );
1178
+ border-top-color: k-color( primary );
1179
+
1180
+ }
1181
+ .k-tabstrip .k-tabstrip-content.k-active,.k-tabstrip .k-tabstrip-content.k-state-active,.k-tabstrip .k-tabstrip-content:active{
1182
+ color: $feather-feather-secondary-text-on-surface;
1183
+
1184
+ }
1185
+ .k-tabstrip .k-tabstrip-content.k-active,.k-tabstrip .k-tabstrip-content.k-state-active,.k-tabstrip .k-tabstrip-content:active{
1186
+ @extend %feather-typography-kendo-default-typography;
1187
+
1188
+ }
1189
+ .k-checkbox-label{
1190
+ @extend %feather-typography-feather-body-small;
1191
+ color: $feather-feather-secondary-text-on-surface;
1192
+
1193
+ }
1194
+ .k-textbox.k-input{
1195
+ background-color: initial;
1196
+ background-image: none;
1197
+ color: $feather-feather-secondary-text-on-surface;
1198
+ transition-property: all;
1199
+ transition-duration: 280ms;
1200
+ border-bottom-width: $feather-kendo-input-border-width;
1201
+ border-left-width: $feather-kendo-input-border-width;
1202
+ border-right-width: $feather-kendo-input-border-width;
1203
+ border-top-width: $feather-kendo-input-border-width;
1204
+ height: $feather-feather-container-height-lg;
1205
+
1206
+ }
1207
+ .k-textbox.k-input.k-input-solid{
1208
+ border-bottom-color: $feather-kendo-input-border;
1209
+ border-left-color: $feather-kendo-input-border;
1210
+ border-right-color: $feather-kendo-input-border;
1211
+ border-top-color: $feather-kendo-input-border;
1212
+
1213
+ }
1214
+ .k-textbox.k-input.k-input-md{
1215
+ @extend %feather-typography-feather-body-small;
1216
+
1217
+ }
1218
+ .k-radio-label{
1219
+ @extend %feather-typography-feather-body-small;
1220
+ color: $feather-feather-secondary-text-on-surface;
1221
+
1222
+ }
1223
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item .k-list-item-text{
1224
+ @extend %feather-typography-feather-body-small;
1225
+ color: $feather-feather-secondary-text-on-surface;
1226
+
1227
+ }
1228
+ .k-datepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
1229
+ height: 100%;
1230
+ color: $feather-feather-icon-on-neutral;
1231
+ width: $feather-feather-container-height-lg;
1232
+
1233
+ }
1234
+ .k-timepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
1235
+ height: 100%;
1236
+ color: $feather-feather-icon-on-neutral;
1237
+ width: $feather-feather-container-height-lg;
1238
+
1239
+ }
1240
+ .k-timeselector .k-time-header .k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-time-now::before{
1241
+ visibility: visible;
1242
+
1243
+ }
1244
+ .k-timeselector .k-time-list-container .k-time-list-wrapper .k-time-list .k-content.k-scrollable.k-time-container .k-reset .k-item{
1245
+ height: 2.5rem;
1246
+ display: flex;
1247
+ justify-content: space-around;
1248
+ align-items: center;
1249
+ align-self: center;
1250
+
1251
+ }
1252
+ .k-timepicker-popup .k-timeselector .k-time-list-container .k-time-highlight{
1253
+ height: 2rem;
1254
+
1255
+ }
1256
+ .k-window.k-dialog .k-window-titlebar.k-dialog-titlebar .k-window-title.k-dialog-title{
1257
+ @extend %feather-typography-feather-body-large;
1258
+
1259
+ }
1260
+ .k-window.k-dialog .k-window-content.k-dialog-content{
1261
+ @extend %feather-typography-feather-body-small;
1262
+ text-align: left;
1263
+ padding-bottom: $feather-kendo-window-inner-padding-y;
1264
+
1265
+ }
1266
+ .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-stretched{
1267
+ text-transform: uppercase;
1268
+ border-bottom-style: none;
1269
+ border-left-style: none;
1270
+ border-right-style: none;
1271
+ border-top-style: none;
1272
+
1273
+ }
1274
+ .k-window .k-window-titlebar{
1275
+ @extend %feather-typography-feather-body-large;
1276
+ color: $feather-feather-primary-text-on-surface;
1277
+ background-color: initial;
1278
+ background-image: none;
1279
+
1280
+ }
1281
+ .k-window{
1282
+ @extend %feather-typography-feather-body-small;
1283
+ @extend %feather-effects-feather-elevation-12dp;
1284
+
1285
+ }
1286
+ .k-window .k-window-content{
1287
+ @extend %feather-typography-feather-body-small;
1288
+ padding-bottom: 32px;
1289
+ color: $feather-feather-secondary-text-on-surface;
1290
+
1291
+ }
1292
+ .k-window .k-window-titlebar .k-window-titlebar-actions .k-window-titlebar-action.k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-icon-button{
1293
+ height: $feather-feather-container-height-sm;
1294
+ width: $feather-feather-container-height-sm;
1295
+ border-bottom-left-radius: 50%;
1296
+ border-bottom-right-radius: 50%;
1297
+ border-top-left-radius: 50%;
1298
+ border-top-right-radius: 50%;
1299
+
1300
+ }
1301
+ .k-window .k-window-titlebar .k-window-titlebar-actions{
1302
+ row-gap: 0px;
1303
+ column-gap: 4px;
1304
+ padding-left: 16px;
1305
+
1306
+ }
1307
+ .k-window.k-window-minimized{
1308
+ @extend %feather-effects-feather-elevation-12dp;
1309
+ border-bottom-right-radius: $feather-kendo-window-border-radius;
1310
+ overflow: hidden;
1311
+
1312
+ }
1313
+ h2{
1314
+ @extend %feather-typography-feather-heading-2;
1315
+
1316
+ }
1317
+ h3{
1318
+ @extend %feather-typography-feather-heading-3;
1319
+
1320
+ }
1321
+ h4{
1322
+ @extend %feather-typography-feather-heading-4;
1323
+
1324
+ }
1325
+ h5{
1326
+ @extend %feather-typography-feather-heading-5;
1327
+
1328
+ }
1329
+ h6{
1330
+ @extend %feather-typography-feather-heading-6;
1331
+
1332
+ }
1333
+ ul{
1334
+ @extend %feather-typography-feather-body-small;
1335
+
1336
+ }
1337
+ div{
1338
+ @extend %feather-typography-feather-body-small;
1339
+
1340
+ }
1341
+ .k-grid.k-grid-md .k-table{
1342
+ border-collapse: separate;
1343
+
1344
+ }
1345
+ .k-calendar.k-calendar-range .k-calendar-view.k-hstack.k-align-items-start.k-justify-content-center.k-calendar-monthview .k-calendar-table{
1346
+ border-collapse: separate;
1347
+
1348
+ }
1349
+ .k-fab{
1350
+ @extend %feather-typography-feather-button;
1351
+
1352
+ }
1353
+ .k-fab .k-fab-text{
1354
+ text-transform: uppercase;
1355
+
1356
+ }
1357
+ .k-label.k-text-error{
1358
+ color: k-color( error );
1359
+
1360
+ }
1361
+ .k-chip.k-disabled,.k-chip.k-state-disabled,.k-chip:disabled{
1362
+ opacity: 100%;
1363
+ background-image: none;
1364
+
1365
+ }
1366
+ .k-chip.k-disabled.k-chip-solid-base,.k-chip.k-state-disabled.k-chip-solid-base,.k-chip:disabled.k-chip-solid-base{
1367
+ color: $feather-feather-disabled-text-on-surface;
1368
+ background-color: $feather-feather-border-light-on-surface;
1369
+
1370
+ }
1371
+ .k-toolbar{
1372
+ background-color: $feather-feather-surface;
1373
+ background-image: none;
1374
+ color: $feather-feather-secondary-text-on-surface;
1375
+
1376
+ }
1377
+ .k-button.k-disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon,.k-button:disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon{
1378
+ color: $feather-feather-disabled-text-on-surface;
1379
+
1380
+ }
1381
+ .k-button.k-disabled .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-disabled .k-button-icon.k-icon.k-svg-icon,.k-button:disabled .k-button-icon.k-icon.k-svg-icon{
1382
+ color: $feather-feather-disabled-text-on-surface;
1383
+
1384
+ }
1385
+ .k-button-group .k-button.k-selected.k-focus,.k-button-group .k-button.k-selected.k-state-focus,.k-button-group .k-button.k-selected.k-state-focused,.k-button-group .k-button.k-selected:focus{
1386
+ background-color: $feather-kendo-button-selected-bg;
1387
+
1388
+ }
1389
+ .k-button-group .k-button.k-selected.k-focus,.k-button-group .k-button.k-selected.k-state-focus,.k-button-group .k-button.k-selected.k-state-focused,.k-button-group .k-button.k-selected:focus{
1390
+ background-image: $feather-feather-focused-on-surface-gradient;
1391
+
1392
+ }
1393
+ .k-button-group .k-button.k-selected.k-focus.k-button-solid-base,.k-button-group .k-button.k-selected.k-state-focus.k-button-solid-base,.k-button-group .k-button.k-selected.k-state-focused.k-button-solid-base,.k-button-group .k-button.k-selected:focus.k-button-solid-base{
1394
+ @extend %feather-effects-feather-focus-inner-on-color;
1395
+
1396
+ }
1397
+ .k-button-group .k-button.k-selected.k-focus.k-icon-button,.k-button-group .k-button.k-selected.k-state-focus.k-icon-button,.k-button-group .k-button.k-selected.k-state-focused.k-icon-button,.k-button-group .k-button.k-selected:focus.k-icon-button{
1398
+ border-bottom-width: 1px;
1399
+ border-left-width: 1px;
1400
+ border-right-width: 1px;
1401
+ border-top-width: 1px;
1402
+
1403
+ }
1404
+ .k-button-group .k-button.k-group-start,.k-button-group .k-button:first-child{
1405
+ z-index: 0;
1406
+ border-inline-start-width: 2px;
1407
+ box-shadow: inset -1px 0px 0px 0px $feather-kendo-button-border;
1408
+
1409
+ }
1410
+ .k-floating-label-container.k-focus .k-floating-label,.k-floating-label-container.k-state-focus .k-floating-label,.k-floating-label-container.k-state-focused .k-floating-label,.k-floating-label-container:focus .k-floating-label{
1411
+ color: $feather-feather-primary-text-on-surface;
1412
+ top: -4px;
1413
+
1414
+ }
1415
+ .k-form-hint{
1416
+ font-style: normal;
1417
+ font-size: $feather-feather-font-size-sm;
1418
+
1419
+ }
1420
+ .k-form-error{
1421
+ font-style: normal;
1422
+ font-size: $feather-feather-font-size-sm;
1423
+
1424
+ }
1425
+ .k-chip-list .k-chip.k-focus.k-chip-solid-base,.k-chip-list .k-chip.k-state-focus.k-chip-solid-base,.k-chip-list .k-chip.k-state-focused.k-chip-solid-base,.k-chip-list .k-chip:focus.k-chip-solid-base{
1426
+ @extend %feather-effects-feather-focus-outer-on-color;
1427
+ border-bottom-color: transparent;
1428
+ border-left-color: transparent;
1429
+ border-right-color: transparent;
1430
+ border-top-color: transparent;
1431
+
1432
+ }
1433
+ .k-chip-list .k-chip.k-focus,.k-chip-list .k-chip.k-state-focus,.k-chip-list .k-chip.k-state-focused,.k-chip-list .k-chip:focus{
1434
+ outline-style: solid;
1435
+ outline-width: 2px;
1436
+ outline-color: transparent;
1437
+
1438
+ }
1439
+ .k-chip.k-selected{
1440
+ color: $feather-feather-primary-text-on-color;
1441
+ background-color: $feather-kendo-chip-solid-selected-bg;
1442
+ background-image: linear-gradient(transparent, transparent);
1443
+
1444
+ }
1445
+ .k-chip.k-focus.k-chip-solid-base,.k-chip.k-state-focus.k-chip-solid-base,.k-chip.k-state-focused.k-chip-solid-base,.k-chip:focus.k-chip-solid-base{
1446
+ @extend %feather-effects-feather-focus-outer-on-color;
1447
+ border-bottom-color: transparent;
1448
+ border-left-color: transparent;
1449
+ border-right-color: transparent;
1450
+ border-top-color: transparent;
1451
+
1452
+ }
1453
+ .k-calendar .k-calendar-navigation{
1454
+ background-color: $feather-feather-surface-shade-1;
1455
+ background-image: none;
1456
+
1457
+ }
1458
+ .k-dropdownlist.k-picker-solid{
1459
+ background-color: initial;
1460
+
1461
+ }
1462
+ .k-dropdownlist{
1463
+ background-image: none;
1464
+ transition-property: all;
1465
+ transition-duration: 280ms;
1466
+ transition-timing-function: ease-out;
1467
+ min-height: $feather-feather-container-height-lg;
1468
+
1469
+ }
1470
+ .k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button{
1471
+ border-bottom-style: none;
1472
+ border-left-style: none;
1473
+ border-right-style: none;
1474
+ border-top-style: none;
1475
+ border-left-color: $feather-feather-border-on-surface;
1476
+ border-left-width: 1px;
1477
+ height: auto;
1478
+
1479
+ }
1480
+ .k-dropdownlist.k-focus .k-input-button,.k-dropdownlist.k-state-focus .k-input-button,.k-dropdownlist.k-state-focused .k-input-button,.k-dropdownlist:focus .k-input-button{
1481
+ border-top-color: transparent;
1482
+ border-top-width: 1px;
1483
+ border-right-color: transparent;
1484
+ border-right-width: 1px;
1485
+ border-bottom-color: transparent;
1486
+ border-bottom-width: 1px;
1487
+ border-left-color: transparent;
1488
+
1489
+ }
1490
+ .k-dropdownlist.k-focus .k-input-button.k-button,.k-dropdownlist.k-state-focus .k-input-button.k-button,.k-dropdownlist.k-state-focused .k-input-button.k-button,.k-dropdownlist:focus .k-input-button.k-button{
1491
+ border-top-style: solid;
1492
+ border-right-style: solid;
1493
+ border-bottom-style: solid;
1494
+
1495
+ }
1496
+ .k-button.k-selected.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
1497
+ color: $feather-feather-icon-on-color;
1498
+
1499
+ }
1500
+ .k-button.k-selected.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg{
1501
+ color: $feather-feather-icon-on-color;
1502
+
1503
+ }
1504
+ .k-button.k-selected.k-button-outline.k-button-outline-primary .k-button-text{
1505
+ color: $feather-feather-primary-text-on-color;
1506
+
1507
+ }
1508
+ .k-button.k-selected.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg{
1509
+ color: $feather-feather-icon-on-color;
1510
+
1511
+ }
1512
+ .k-button.k-disabled.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button.k-state-disabled.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button:disabled.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg{
1513
+ color: $feather-feather-disabled-text-on-surface;
1514
+
1515
+ }
1516
+ .k-button.k-disabled.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button.k-state-disabled.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button:disabled.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
1517
+ color: $feather-feather-disabled-text-on-surface;
1518
+
1519
+ }
1520
+ .k-button.k-selected.k-button-outline .k-button-text{
1521
+ color: $feather-feather-primary-text-on-color;
1522
+
1523
+ }
1524
+ .k-button.k-selected.k-button-outline .k-button-icon.k-icon.k-svg-icon >svg{
1525
+ color: $feather-feather-icon-on-color;
1526
+
1527
+ }
1528
+ .k-button.k-button-outline.k-button-outline-primary .k-button-text{
1529
+ color: k-color( primary );
1530
+
1531
+ }
1532
+ .k-button.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg{
1533
+ color: k-color( primary );
1534
+ translate: 0 -1px;
1535
+
1536
+ }
1537
+ .k-button.k-selected.k-button-flat.k-button-flat-primary{
1538
+ background-color: $feather-feather-primary !important;
1539
+ background-image: $feather-feather-selected-on-surface-gradient !important;
1540
+
1541
+ }
1542
+ .k-button.k-selected.k-button-flat.k-button-flat-primary::before{
1543
+ background-color: initial;
1544
+ background-image: none;
1545
+
1546
+ }
1547
+ .k-button.k-selected.k-button-flat::before{
1548
+ background-color: initial;
1549
+ background-image: none;
1550
+
1551
+ }
1552
+ .k-button.k-focus.k-button-flat::after,.k-button.k-state-focus.k-button-flat::after,.k-button.k-state-focused.k-button-flat::after,.k-button:focus.k-button-flat::after{
1553
+ visibility: hidden;
1554
+
1555
+ }
1556
+ .k-button.k-selected.k-button-flat::after{
1557
+ visibility: visible;
1558
+
1559
+ }
1560
+ .k-button.k-button-flat::before{
1561
+ visibility: hidden;
1562
+
1563
+ }
1564
+ .k-button.k-selected.k-button-flat .k-button-text{
1565
+ color: $feather-feather-primary-text-on-color;
1566
+
1567
+ }
1568
+ .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-hover,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hover,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hovered,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link:hover{
1569
+ color: inherit;
1570
+ background-color: initial;
1571
+ background-image: $feather-feather-hover-on-surface-gradient;
1572
+
1573
+ }
1574
+ .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item.k-focus .k-link.k-menu-link,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item.k-state-focus .k-link.k-menu-link,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item.k-state-focused .k-link.k-menu-link,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item:focus .k-link.k-menu-link{
1575
+ @extend %feather-effects-feather-focus-inner-on-surface;
1576
+ background-color: initial;
1577
+ background-image: $feather-feather-focused-on-surface-gradient;
1578
+ outline-color: transparent;
1579
+ outline-style: solid;
1580
+ outline-width: 2px;
1581
+
1582
+ }
1583
+ .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary::after{
1584
+ visibility: hidden;
1585
+
1586
+ }
1587
+ .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-hover,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-hover,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-hovered,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:hover{
1588
+ background-color: initial !important;
1589
+ background-image: $feather-feather-hover-on-surface-gradient !important;
1590
+
1591
+ }
1592
+ .k-list-filter .k-searchbox.k-hover.k-input,.k-list-filter .k-searchbox.k-state-hover.k-input,.k-list-filter .k-searchbox.k-state-hovered.k-input,.k-list-filter .k-searchbox:hover.k-input{
1593
+ box-shadow: none;
1594
+
1595
+ }
1596
+ .k-numerictextbox.k-input.k-hover,.k-numerictextbox.k-input.k-state-hover,.k-numerictextbox.k-input.k-state-hovered,.k-numerictextbox.k-input:hover{
1597
+ @extend %feather-effects-feather-input-hover-on-surface;
1598
+ border-bottom-color: $feather-kendo-input-hover-border;
1599
+ border-left-color: $feather-kendo-input-hover-border;
1600
+ border-right-color: $feather-kendo-input-hover-border;
1601
+ border-top-color: $feather-kendo-input-hover-border;
1602
+
1603
+ }
1604
+ .k-numerictextbox.k-input.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input:focus-within.k-input-solid{
1605
+ @extend %feather-effects-feather-focus-outer-on-surface;
1606
+
1607
+ }
1608
+ .k-numerictextbox.k-input.k-disabled.k-input-solid,.k-numerictextbox.k-input.k-state-disabled.k-input-solid,.k-numerictextbox.k-input:disabled.k-input-solid{
1609
+ color: $feather-feather-disabled-text-on-surface;
1610
+ background-color: initial;
1611
+
1612
+ }
1613
+ .k-numerictextbox.k-input.k-disabled,.k-numerictextbox.k-input.k-state-disabled,.k-numerictextbox.k-input:disabled{
1614
+ background-image: none;
1615
+ visibility: visible;
1616
+ opacity: unset;
1617
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
1618
+ border-left-color: $feather-feather-disabled-text-on-surface;
1619
+ border-right-color: $feather-feather-disabled-text-on-surface;
1620
+ border-top-color: $feather-feather-disabled-text-on-surface;
1621
+
1622
+ }
1623
+ .k-numerictextbox.k-input.k-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon,.k-numerictextbox.k-input.k-state-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon,.k-numerictextbox.k-input:disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon{
1624
+ color: inherit;
1625
+
1626
+ }
1627
+ .k-numerictextbox.k-input.k-disabled .k-input-spinner.k-spin-button,.k-numerictextbox.k-input.k-state-disabled .k-input-spinner.k-spin-button,.k-numerictextbox.k-input:disabled .k-input-spinner.k-spin-button{
1628
+ color: $feather-feather-disabled-text-on-surface;
1629
+
1630
+ }
1631
+ .k-numerictextbox.k-input.k-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease .k-button-icon.k-icon.k-svg-icon,.k-numerictextbox.k-input.k-state-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease .k-button-icon.k-icon.k-svg-icon,.k-numerictextbox.k-input:disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease .k-button-icon.k-icon.k-svg-icon{
1632
+ color: inherit;
1633
+
1634
+ }
1635
+ .k-numerictextbox.k-input.k-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease,.k-numerictextbox.k-input.k-state-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease,.k-numerictextbox.k-input:disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease{
1636
+ color: inherit;
1637
+
1638
+ }
1639
+ .k-numerictextbox.k-input.k-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase,.k-numerictextbox.k-input.k-state-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase,.k-numerictextbox.k-input:disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase{
1640
+ color: inherit;
1641
+
1642
+ }
1643
+ .k-numerictextbox.k-input.k-invalid.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-touched.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-dirty.k-input-solid{
1644
+ border-bottom-color: k-color( error );
1645
+ border-left-color: k-color( error );
1646
+ border-right-color: k-color( error );
1647
+ border-top-color: k-color( error );
1648
+
1649
+ }
1650
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-today .k-link{
1651
+ font-weight: 600;
1652
+
1653
+ }
1654
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td{
1655
+ @extend %feather-typography-feather-body-small;
1656
+ color: $feather-feather-secondary-text-on-surface;
1657
+
1658
+ }
1659
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-today .k-link{
1660
+ font-weight: 600;
1661
+
1662
+ }
1663
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-today .k-link{
1664
+ font-weight: 600;
1665
+
1666
+ }
1667
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-today .k-link{
1668
+ font-weight: 600;
1669
+
1670
+ }
1671
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hovered .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td:hover .k-link{
1672
+ background-color: initial;
1673
+ background-image: $feather-feather-hover-on-surface-gradient;
1674
+
1675
+ }
1676
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td{
1677
+ @extend %feather-typography-feather-body-small;
1678
+ color: $feather-feather-secondary-text-on-surface;
1679
+
1680
+ }
1681
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td{
1682
+ @extend %feather-typography-feather-body-small;
1683
+ color: $feather-feather-secondary-text-on-surface;
1684
+
1685
+ }
1686
+ .k-chip.k-chip-outline.k-chip-outline-base{
1687
+ color: $feather-feather-secondary-text-on-surface;
1688
+
1689
+ }
1690
+ .k-button-group .k-button.k-button-flat.k-disabled .k-button-icon.k-icon.k-svg-icon >svg,.k-button-group .k-button.k-button-flat.k-state-disabled .k-button-icon.k-icon.k-svg-icon >svg,.k-button-group .k-button.k-button-flat:disabled .k-button-icon.k-icon.k-svg-icon >svg{
1691
+ color: $feather-feather-disabled-text-on-surface;
1692
+
1693
+ }
1694
+ .k-button-group .k-button.k-button-flat.k-focus,.k-button-group .k-button.k-button-flat.k-state-focus,.k-button-group .k-button.k-button-flat.k-state-focused,.k-button-group .k-button.k-button-flat:focus{
1695
+ @extend %feather-effects-feather-focus-inner-on-surface-important;
1696
+
1697
+ }
1698
+ .k-button-group .k-button.k-button-flat.k-selected.k-focus,.k-button-group .k-button.k-button-flat.k-selected.k-state-focus,.k-button-group .k-button.k-button-flat.k-selected.k-state-focused,.k-button-group .k-button.k-button-flat.k-selected:focus{
1699
+ @extend %feather-effects-feather-focus-inner-on-color-important;
1700
+
1701
+ }
1702
+ .k-button.k-disabled.k-button-outline .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-disabled.k-button-outline .k-button-icon.k-icon.k-svg-icon,.k-button:disabled.k-button-outline .k-button-icon.k-icon.k-svg-icon{
1703
+ color: $feather-feather-disabled-text-on-surface;
1704
+
1705
+ }
1706
+ .k-button.k-disabled.k-button-outline .k-button-text,.k-button.k-state-disabled.k-button-outline .k-button-text,.k-button:disabled.k-button-outline .k-button-text{
1707
+ color: $feather-feather-disabled-text-on-surface;
1708
+
1709
+ }
1710
+ .k-button.k-active.k-button-outline.k-button-outline-base,.k-button.k-state-active.k-button-outline.k-button-outline-base,.k-button:active.k-button-outline.k-button-outline-base{
1711
+ background-color: initial;
1712
+
1713
+ }
1714
+ .k-button.k-active.k-button-outline,.k-button.k-state-active.k-button-outline,.k-button:active.k-button-outline{
1715
+ background-image: $feather-feather-active-on-surface-gradient;
1716
+
1717
+ }
1718
+ .k-button.k-hover.k-button-outline.k-button-outline-base,.k-button.k-state-hover.k-button-outline.k-button-outline-base,.k-button.k-state-hovered.k-button-outline.k-button-outline-base,.k-button:hover.k-button-outline.k-button-outline-base{
1719
+ background-color: initial;
1720
+
1721
+ }
1722
+ .k-button.k-hover.k-button-outline,.k-button.k-state-hover.k-button-outline,.k-button.k-state-hovered.k-button-outline,.k-button:hover.k-button-outline{
1723
+ background-image: $feather-feather-hover-on-surface-gradient;
1724
+
1725
+ }
1726
+ .k-button.k-disabled.k-button-solid-primary,.k-button.k-state-disabled.k-button-solid-primary,.k-button:disabled.k-button-solid-primary{
1727
+ background-color: $feather-feather-border-light-on-surface;
1728
+ background-image: none;
1729
+ opacity: 100%;
1730
+ border-bottom-style: none;
1731
+ border-left-style: none;
1732
+ border-right-style: none;
1733
+ border-top-style: none;
1734
+ color: $feather-feather-disabled-text-on-surface;
1735
+
1736
+ }
1737
+ .k-button.k-disabled.k-button-solid-base, .k-button.k-state-disabled.k-button-solid-base, .k-button:disabled.k-button-solid-base{
1738
+ background-color: $feather-feather-border-light-on-surface;
1739
+
1740
+ }
1741
+ .k-button.k-disabled,.k-button.k-state-disabled,.k-button:disabled{
1742
+ background-image: none;
1743
+
1744
+ }
1745
+ .k-button.k-disabled, .k-button.k-state-disabled, .k-button:disabled{
1746
+ opacity: 100%;
1747
+
1748
+ }
1749
+ .k-button.k-hover.k-button-flat,.k-button.k-state-hover.k-button-flat,.k-button.k-state-hovered.k-button-flat,.k-button:hover.k-button-flat{
1750
+ background-color: initial !important;
1751
+ background-image: $feather-feather-hover-on-surface-gradient !important;
1752
+
1753
+ }
1754
+ .k-button.k-active.k-button-flat,.k-button.k-state-active.k-button-flat,.k-button:active.k-button-flat{
1755
+ background-color: initial !important;
1756
+ background-image: $feather-feather-active-on-surface-gradient !important;
1757
+
1758
+ }
1759
+ .k-button.k-disabled.k-button-flat.k-button-flat-base,.k-button.k-state-disabled.k-button-flat.k-button-flat-base,.k-button:disabled.k-button-flat.k-button-flat-base{
1760
+ color: $feather-feather-disabled-text-on-surface;
1761
+
1762
+ }
1763
+ .k-button.k-disabled.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg,.k-button.k-state-disabled.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg,.k-button:disabled.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg{
1764
+ color: inherit;
1765
+
1766
+ }
1767
+ .k-button.k-selected.k-button-flat{
1768
+ background-color: $feather-feather-secondary-text-on-surface !important;
1769
+ background-image: none !important;
1770
+
1771
+ }
1772
+ .k-button.k-selected{
1773
+ color: $feather-feather-primary-text-on-color;
1774
+ background-image: $feather-feather-selected-on-surface-gradient;
1775
+
1776
+ }
1777
+ .k-button.k-selected.k-button-solid-base{
1778
+ background-color: $feather-kendo-button-selected-bg;
1779
+
1780
+ }
1781
+ .k-button.k-disabled.k-button-outline.k-button-outline-primary,.k-button.k-state-disabled.k-button-outline.k-button-outline-primary,.k-button:disabled.k-button-outline.k-button-outline-primary{
1782
+ border-bottom-color: $feather-feather-border-on-surface;
1783
+ border-left-color: $feather-feather-border-on-surface;
1784
+ border-right-color: $feather-feather-border-on-surface;
1785
+ border-top-color: $feather-feather-border-on-surface;
1786
+
1787
+ }
1788
+ .k-button-group .k-button{
1789
+ transition-property: all;
1790
+ transition-duration: 280ms;
1791
+ z-index: 1;
1792
+ border-inline-start-width: 2px;
1793
+ box-shadow: inset 1px 0px 0px 0px $feather-kendo-button-border,inset -1px 0px 0px 0px $feather-kendo-button-border;
1794
+
1795
+ }
1796
+ .k-button.k-selected.k-button-outline.k-button-outline-base{
1797
+ background-color: $feather-feather-secondary-text-on-surface;
1798
+
1799
+ }
1800
+ .k-button.k-selected.k-button-outline{
1801
+ background-image: $feather-feather-selected-on-surface-gradient;
1802
+
1803
+ }
1804
+ .k-button.k-disabled.k-button-outline.k-button-outline-base,.k-button.k-state-disabled.k-button-outline.k-button-outline-base,.k-button:disabled.k-button-outline.k-button-outline-base{
1805
+ border-bottom-color: $feather-feather-border-on-surface;
1806
+ border-left-color: $feather-feather-border-on-surface;
1807
+ border-right-color: $feather-feather-border-on-surface;
1808
+ border-top-color: $feather-feather-border-on-surface;
1809
+
1810
+ }
1811
+ .k-chip.k-chip-outline.k-focus.k-chip-outline-base,.k-chip.k-chip-outline.k-state-focus.k-chip-outline-base,.k-chip.k-chip-outline.k-state-focused.k-chip-outline-base,.k-chip.k-chip-outline:focus.k-chip-outline-base{
1812
+ @extend %feather-effects-feather-focus-outer-on-color;
1813
+ border-bottom-color: transparent;
1814
+ border-left-color: transparent;
1815
+ border-right-color: transparent;
1816
+ border-top-color: transparent;
1817
+
1818
+ }
1819
+ .k-chip.k-chip-outline.k-selected{
1820
+ color: $feather-feather-primary-text-on-color;
1821
+ background-color: $feather-kendo-chip-outline-selected-bg;
1822
+ background-image: none;
1823
+
1824
+ }
1825
+ .k-chip.k-chip-outline.k-disabled.k-chip-outline-base,.k-chip.k-chip-outline.k-state-disabled.k-chip-outline-base,.k-chip.k-chip-outline:disabled.k-chip-outline-base{
1826
+ border-bottom-color: $feather-feather-border-on-surface;
1827
+ border-left-color: $feather-feather-border-on-surface;
1828
+ border-right-color: $feather-feather-border-on-surface;
1829
+ border-top-color: $feather-feather-border-on-surface;
1830
+ background-color: $feather-feather-border-light-on-surface;
1831
+ color: $feather-feather-disabled-text-on-surface;
1832
+
1833
+ }
1834
+ .k-chip.k-chip-outline.k-disabled, .k-chip.k-chip-outline.k-state-disabled, .k-chip.k-chip-outline:disabled{
1835
+ background-image: none;
1836
+
1837
+ }
1838
+ .k-textarea.k-input .k-input-inner{
1839
+ min-height: $feather-feather-container-height-lg;
1840
+ min-width: 148px;
1841
+ padding-top: $feather-kendo-input-lg-padding-y;
1842
+ padding-bottom: $feather-kendo-input-lg-padding-y;
1843
+
1844
+ }
1845
+ .k-textarea.k-input{
1846
+ height: auto;
1847
+ transition-property: all;
1848
+ transition-duration: 280ms;
1849
+ transition-timing-function: ease-out;
1850
+
1851
+ }
1852
+ .k-textarea.k-input.k-state-focus-within,.k-textarea.k-input:focus-within{
1853
+ outline-color: transparent;
1854
+ outline-style: solid;
1855
+ outline-width: 2px;
1856
+
1857
+ }
1858
+ .k-textarea.k-input.k-state-focus-within.k-input-solid,.k-textarea.k-input:focus-within.k-input-solid{
1859
+ @extend %feather-effects-feather-focus-outer-on-surface;
1860
+
1861
+ }
1862
+ .k-textarea.k-input.k-invalid.k-input-solid,.k-textarea.k-input.ng-invalid.ng-touched.k-input-solid,.k-textarea.k-input.ng-invalid.ng-dirty.k-input-solid{
1863
+ border-bottom-color: k-color( error );
1864
+ border-left-color: k-color( error );
1865
+ border-right-color: k-color( error );
1866
+ border-top-color: k-color( error );
1867
+
1868
+ }
1869
+ .k-textarea.k-input.k-disabled.k-input-solid,.k-textarea.k-input.k-state-disabled.k-input-solid,.k-textarea.k-input:disabled.k-input-solid{
1870
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
1871
+ border-left-color: $feather-feather-disabled-text-on-surface;
1872
+ border-right-color: $feather-feather-disabled-text-on-surface;
1873
+ border-top-color: $feather-feather-disabled-text-on-surface;
1874
+ color: $feather-feather-disabled-text-on-surface;
1875
+
1876
+ }
1877
+ .k-textarea.k-input.k-disabled,.k-textarea.k-input.k-state-disabled,.k-textarea.k-input:disabled{
1878
+ opacity: unset;
1879
+
1880
+ }
1881
+ .k-maskedtextbox.k-input.k-state-focus-within,.k-maskedtextbox.k-input:focus-within{
1882
+ outline-color: transparent;
1883
+ outline-style: solid;
1884
+ outline-width: 2px;
1885
+
1886
+ }
1887
+ .k-maskedtextbox.k-input.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input:focus-within.k-input-solid{
1888
+ @extend %feather-effects-feather-focus-outer-on-surface;
1889
+
1890
+ }
1891
+ .k-maskedtextbox.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input.k-invalid:focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
1892
+ @extend %feather-effects-feather-focus-invalid-outer;
1893
+
1894
+ }
1895
+ .k-maskedtextbox.k-input.k-disabled,.k-maskedtextbox.k-input.k-state-disabled,.k-maskedtextbox.k-input:disabled{
1896
+ opacity: unset;
1897
+ outline-color: transparent;
1898
+ outline-style: none;
1899
+ border-bottom-style: solid;
1900
+ border-left-style: solid;
1901
+ border-right-style: solid;
1902
+ border-top-style: solid;
1903
+
1904
+ }
1905
+ .k-maskedtextbox.k-input.k-disabled.k-input-solid,.k-maskedtextbox.k-input.k-state-disabled.k-input-solid,.k-maskedtextbox.k-input:disabled.k-input-solid{
1906
+ color: $feather-feather-disabled-text-on-surface;
1907
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
1908
+ border-left-color: $feather-feather-disabled-text-on-surface;
1909
+ border-right-color: $feather-feather-disabled-text-on-surface;
1910
+ border-top-color: $feather-feather-disabled-text-on-surface;
1911
+
1912
+ }
1913
+ .k-maskedtextbox.k-input .k-input-inner.k-state-readonly,.k-maskedtextbox.k-input .k-input-inner[readonly]{
1914
+ background-color: $feather-feather-border-light-on-surface;
1915
+ background-image: none;
1916
+
1917
+ }
1918
+ .k-numerictextbox.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input.k-invalid:focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
1919
+ @extend %feather-effects-feather-focus-invalid-outer;
1920
+
1921
+ }
1922
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon{
1923
+ color: inherit;
1924
+
1925
+ }
1926
+ .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease .k-button-icon.k-icon.k-svg-icon{
1927
+ color: inherit;
1928
+
1929
+ }
1930
+ .k-dateinput.k-input.k-hover.k-input-solid,.k-dateinput.k-input.k-state-hover.k-input-solid,.k-dateinput.k-input.k-state-hovered.k-input-solid,.k-dateinput.k-input:hover.k-input-solid{
1931
+ border-bottom-color: $feather-kendo-input-hover-border;
1932
+ border-left-color: $feather-kendo-input-hover-border;
1933
+ border-right-color: $feather-kendo-input-hover-border;
1934
+ border-top-color: $feather-kendo-input-hover-border;
1935
+ color: $feather-feather-primary-text-on-surface;
1936
+
1937
+ }
1938
+ .k-dateinput.k-input.k-hover,.k-dateinput.k-input.k-state-hover,.k-dateinput.k-input.k-state-hovered,.k-dateinput.k-input:hover{
1939
+ @extend %feather-effects-feather-input-hover-on-surface;
1940
+
1941
+ }
1942
+ .k-dateinput.k-input.k-state-focus-within.k-input-solid,.k-dateinput.k-input:focus-within.k-input-solid{
1943
+ @extend %feather-effects-feather-focus-outer-on-surface;
1944
+ border-bottom-color: transparent;
1945
+ border-left-color: transparent;
1946
+ border-right-color: transparent;
1947
+ border-top-color: transparent;
1948
+
1949
+ }
1950
+ .k-dateinput.k-input.k-invalid.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-touched.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-dirty.k-input-solid{
1951
+ border-bottom-color: k-color( error );
1952
+ border-left-color: k-color( error );
1953
+ border-right-color: k-color( error );
1954
+ border-top-color: k-color( error );
1955
+
1956
+ }
1957
+ .k-dateinput.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-dateinput.k-input.k-invalid:focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
1958
+ @extend %feather-effects-feather-focus-invalid-outer;
1959
+ border-bottom-color: transparent;
1960
+ border-left-color: transparent;
1961
+ border-right-color: transparent;
1962
+ border-top-color: transparent;
1963
+
1964
+ }
1965
+ .k-dateinput.k-input.k-disabled,.k-dateinput.k-input.k-state-disabled,.k-dateinput.k-input:disabled{
1966
+ opacity: unset;
1967
+
1968
+ }
1969
+ .k-dateinput.k-input.k-disabled.k-input-solid,.k-dateinput.k-input.k-state-disabled.k-input-solid,.k-dateinput.k-input:disabled.k-input-solid{
1970
+ color: $feather-feather-disabled-text-on-surface;
1971
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
1972
+ border-left-color: $feather-feather-disabled-text-on-surface;
1973
+ border-right-color: $feather-feather-disabled-text-on-surface;
1974
+ border-top-color: $feather-feather-disabled-text-on-surface;
1975
+
1976
+ }
1977
+ .k-datepicker.k-input.k-hover.k-input-solid,.k-datepicker.k-input.k-state-hover.k-input-solid,.k-datepicker.k-input.k-state-hovered.k-input-solid,.k-datepicker.k-input:hover.k-input-solid{
1978
+ border-bottom-color: $feather-kendo-input-hover-border;
1979
+ border-left-color: $feather-kendo-input-hover-border;
1980
+ border-right-color: $feather-kendo-input-hover-border;
1981
+ border-top-color: $feather-kendo-input-hover-border;
1982
+ color: $feather-feather-primary-text-on-surface;
1983
+
1984
+ }
1985
+ .k-datepicker.k-input.k-hover,.k-datepicker.k-input.k-state-hover,.k-datepicker.k-input.k-state-hovered,.k-datepicker.k-input:hover{
1986
+ @extend %feather-effects-feather-input-hover-on-surface;
1987
+
1988
+ }
1989
+ .k-datepicker.k-input.k-state-focus-within.k-input-solid,.k-datepicker.k-input:focus-within.k-input-solid{
1990
+ @extend %feather-effects-feather-focus-outer-on-surface;
1991
+ border-bottom-color: transparent;
1992
+ border-left-color: transparent;
1993
+ border-right-color: transparent;
1994
+ border-top-color: transparent;
1995
+
1996
+ }
1997
+ .k-datepicker.k-input.k-invalid.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-touched.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-dirty.k-input-solid{
1998
+ border-bottom-color: k-color( error );
1999
+ border-left-color: k-color( error );
2000
+ border-right-color: k-color( error );
2001
+ border-top-color: k-color( error );
2002
+
2003
+ }
2004
+ .k-datepicker.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-datepicker.k-input.k-invalid:focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
2005
+ @extend %feather-effects-feather-focus-invalid-outer;
2006
+ border-bottom-color: transparent;
2007
+ border-left-color: transparent;
2008
+ border-right-color: transparent;
2009
+ border-top-color: transparent;
2010
+
2011
+ }
2012
+ .k-timepicker.k-input.k-hover,.k-timepicker.k-input.k-state-hover,.k-timepicker.k-input.k-state-hovered,.k-timepicker.k-input:hover{
2013
+ box-shadow: none;
2014
+
2015
+ }
2016
+ .k-timepicker.k-input.k-hover.k-input-solid,.k-timepicker.k-input.k-state-hover.k-input-solid,.k-timepicker.k-input.k-state-hovered.k-input-solid,.k-timepicker.k-input:hover.k-input-solid{
2017
+ border-bottom-color: $feather-feather-primary-text-on-surface;
2018
+ border-left-color: $feather-feather-primary-text-on-surface;
2019
+ border-right-color: $feather-feather-primary-text-on-surface;
2020
+ border-top-color: $feather-feather-primary-text-on-surface;
2021
+ color: $feather-feather-primary-text-on-surface;
2022
+
2023
+ }
2024
+ .k-timepicker.k-input.k-state-focus-within.k-input-solid,.k-timepicker.k-input:focus-within.k-input-solid{
2025
+ @extend %feather-effects-feather-focus-outer-on-surface;
2026
+ border-bottom-color: transparent;
2027
+ border-left-color: transparent;
2028
+ border-right-color: transparent;
2029
+ border-top-color: transparent;
2030
+
2031
+ }
2032
+ .k-timepicker.k-input.k-invalid.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty.k-input-solid{
2033
+ border-bottom-color: k-color( error );
2034
+ border-left-color: k-color( error );
2035
+ border-right-color: k-color( error );
2036
+ border-top-color: k-color( error );
2037
+
2038
+ }
2039
+ .k-timepicker.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-timepicker.k-input.k-invalid:focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
2040
+ @extend %feather-effects-feather-focus-invalid-outer;
2041
+ border-bottom-color: transparent;
2042
+ border-left-color: transparent;
2043
+ border-right-color: transparent;
2044
+ border-top-color: transparent;
2045
+
2046
+ }
2047
+ .k-timepicker.k-input.k-disabled,.k-timepicker.k-input.k-state-disabled,.k-timepicker.k-input:disabled{
2048
+ opacity: 100%;
2049
+
2050
+ }
2051
+ .k-timepicker.k-input.k-disabled.k-input-solid,.k-timepicker.k-input.k-state-disabled.k-input-solid,.k-timepicker.k-input:disabled.k-input-solid{
2052
+ color: $feather-feather-disabled-text-on-surface;
2053
+ border-bottom-color: $feather-feather-border-on-surface;
2054
+ border-left-color: $feather-feather-border-on-surface;
2055
+ border-right-color: $feather-feather-border-on-surface;
2056
+ border-top-color: $feather-feather-border-on-surface;
2057
+
2058
+ }
2059
+ .k-timepicker.k-input.k-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button,.k-timepicker.k-input.k-state-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button,.k-timepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
2060
+ color: $feather-feather-disabled-text-on-surface;
2061
+ background-color: initial;
2062
+ background-image: none;
2063
+
2064
+ }
2065
+ .k-timepicker.k-input.k-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-icon.k-svg-icon.k-button-icon,.k-timepicker.k-input.k-state-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-icon.k-svg-icon.k-button-icon,.k-timepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-icon.k-svg-icon.k-button-icon{
2066
+ color: $feather-feather-disabled-text-on-surface;
2067
+
2068
+ }
2069
+ .k-datepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-button-icon.k-icon.k-svg-icon{
2070
+ color: inherit;
2071
+
2072
+ }
2073
+ .k-timepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-icon.k-svg-icon.k-button-icon{
2074
+ color: inherit;
2075
+
2076
+ }
2077
+ .k-datetimepicker.k-input.k-hover,.k-datetimepicker.k-input.k-state-hover,.k-datetimepicker.k-input.k-state-hovered,.k-datetimepicker.k-input:hover{
2078
+ box-shadow: none;
2079
+
2080
+ }
2081
+ .k-datetimepicker.k-input.k-hover.k-input-solid,.k-datetimepicker.k-input.k-state-hover.k-input-solid,.k-datetimepicker.k-input.k-state-hovered.k-input-solid,.k-datetimepicker.k-input:hover.k-input-solid{
2082
+ color: $feather-feather-primary-text-on-surface;
2083
+ border-bottom-color: $feather-feather-primary-text-on-surface;
2084
+ border-left-color: $feather-feather-primary-text-on-surface;
2085
+ border-right-color: $feather-feather-primary-text-on-surface;
2086
+ border-top-color: $feather-feather-primary-text-on-surface;
2087
+
2088
+ }
2089
+ .k-datetimepicker.k-input.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input:focus-within.k-input-solid{
2090
+ @extend %feather-effects-feather-focus-outer-on-surface;
2091
+ border-bottom-color: transparent;
2092
+ border-left-color: transparent;
2093
+ border-right-color: transparent;
2094
+ border-top-color: transparent;
2095
+
2096
+ }
2097
+ .k-datetimepicker.k-input.k-state-focus-within,.k-datetimepicker.k-input:focus-within{
2098
+ outline-color: transparent;
2099
+ outline-style: solid;
2100
+ outline-width: 2px;
2101
+
2102
+ }
2103
+ .k-datetimepicker.k-input.k-invalid.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-touched.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-dirty.k-input-solid{
2104
+ border-bottom-color: k-color( error );
2105
+ border-left-color: k-color( error );
2106
+ border-right-color: k-color( error );
2107
+ border-top-color: k-color( error );
2108
+
2109
+ }
2110
+ .k-datetimepicker.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input.k-invalid:focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
2111
+ @extend %feather-effects-feather-focus-invalid-outer;
2112
+ border-bottom-color: transparent;
2113
+ border-left-color: transparent;
2114
+ border-right-color: transparent;
2115
+ border-top-color: transparent;
2116
+
2117
+ }
2118
+ .k-datetimepicker.k-input.k-disabled,.k-datetimepicker.k-input.k-state-disabled,.k-datetimepicker.k-input:disabled{
2119
+ opacity: 100%;
2120
+
2121
+ }
2122
+ .k-datetimepicker.k-input.k-disabled.k-input-solid,.k-datetimepicker.k-input.k-state-disabled.k-input-solid,.k-datetimepicker.k-input:disabled.k-input-solid{
2123
+ color: $feather-feather-disabled-text-on-surface;
2124
+ border-bottom-color: $feather-feather-border-on-surface;
2125
+ border-left-color: $feather-feather-border-on-surface;
2126
+ border-right-color: $feather-feather-border-on-surface;
2127
+ border-top-color: $feather-feather-border-on-surface;
2128
+
2129
+ }
2130
+ .k-datetimepicker.k-input.k-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-button-icon.k-icon.k-svg-icon,.k-datetimepicker.k-input.k-state-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-button-icon.k-icon.k-svg-icon,.k-datetimepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-button-icon.k-icon.k-svg-icon{
2131
+ color: $feather-feather-disabled-text-on-surface;
2132
+
2133
+ }
2134
+ .k-datetimepicker.k-input.k-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button,.k-datetimepicker.k-input.k-state-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button,.k-datetimepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
2135
+ background-color: $feather-kendo-button-bg;
2136
+ background-image: none;
2137
+
2138
+ }
2139
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child{
2140
+ background-color: $feather-feather-surface-shade-1;
2141
+ background-image: linear-gradient(transparent, transparent);
2142
+ border-bottom-style: none;
2143
+ border-left-style: none;
2144
+ border-right-style: solid;
2145
+ border-top-style: none;
2146
+ border-right-color: $feather-kendo-button-border;
2147
+ border-right-width: $feather-kendo-button-border-width;
2148
+
2149
+ }
2150
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child{
2151
+ background-color: $feather-feather-surface-shade-1;
2152
+ background-image: linear-gradient(transparent, transparent);
2153
+ border-bottom-style: none;
2154
+ border-left-style: solid;
2155
+ border-right-style: none;
2156
+ border-top-style: none;
2157
+ border-left-color: $feather-kendo-button-border;
2158
+ border-left-width: $feather-kendo-button-border-width;
2159
+ box-shadow: none;
2160
+
2161
+ }
2162
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start.k-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child.k-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start.k-state-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start.k-state-hovered,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start:hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child.k-state-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child.k-state-hovered,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child:hover{
2163
+ background-color: $feather-feather-surface-shade-1;
2164
+ background-image: $feather-feather-hover-on-surface-gradient;
2165
+
2166
+ }
2167
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end.k-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child.k-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end.k-state-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end.k-state-hovered,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end:hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child.k-state-hover,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child.k-state-hovered,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child:hover{
2168
+ background-color: $feather-feather-surface-shade-1;
2169
+ background-image: $feather-feather-hover-on-surface-gradient;
2170
+
2171
+ }
2172
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start.k-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child.k-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start.k-state-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start.k-state-focused,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start:focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child.k-state-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child.k-state-focused,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child:focus{
2173
+ @extend %feather-effects-feather-focus-inner-on-color;
2174
+ background-color: $feather-feather-surface-shade-1;
2175
+ background-image: $feather-feather-focused-on-surface-gradient;
2176
+ border-bottom-style: none;
2177
+ border-left-style: none;
2178
+ border-right-style: none;
2179
+ border-top-style: none;
2180
+
2181
+ }
2182
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end.k-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child.k-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end.k-state-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end.k-state-focused,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end:focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child.k-state-focus,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child.k-state-focused,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child:focus{
2183
+ @extend %feather-effects-feather-focus-inner-on-color;
2184
+ background-color: $feather-feather-surface-shade-1;
2185
+ background-image: $feather-feather-focused-on-surface-gradient;
2186
+ border-bottom-style: none;
2187
+ border-left-style: none;
2188
+ border-right-style: none;
2189
+ border-top-style: none;
2190
+
2191
+ }
2192
+ .k-button.k-selected .k-button-text{
2193
+ color: $feather-feather-primary-text-on-color;
2194
+
2195
+ }
2196
+ .k-button.k-disabled .k-button-text,.k-button.k-state-disabled .k-button-text,.k-button:disabled .k-button-text{
2197
+ color: $feather-feather-disabled-text-on-surface;
2198
+
2199
+ }
2200
+ .k-button.k-disabled.k-button-solid-primary .k-button-text,.k-button.k-state-disabled.k-button-solid-primary .k-button-text,.k-button:disabled.k-button-solid-primary .k-button-text{
2201
+ color: $feather-feather-disabled-text-on-surface;
2202
+
2203
+ }
2204
+ .k-button.k-hover.k-button-flat::before,.k-button.k-state-hover.k-button-flat::before,.k-button.k-state-hovered.k-button-flat::before,.k-button:hover.k-button-flat::before{
2205
+ opacity: 0%;
2206
+
2207
+ }
2208
+ .k-button.k-hover.k-button-flat::after,.k-button.k-state-hover.k-button-flat::after,.k-button.k-state-hovered.k-button-flat::after,.k-button:hover.k-button-flat::after{
2209
+ visibility: hidden;
2210
+
2211
+ }
2212
+ .k-button.k-active.k-button-flat::before,.k-button.k-state-active.k-button-flat::before,.k-button:active.k-button-flat::before{
2213
+ opacity: 0%;
2214
+
2215
+ }
2216
+ .k-button.k-selected.k-button-flat.k-button-flat-primary .k-button-text{
2217
+ color: $feather-feather-primary-text-on-color;
2218
+
2219
+ }
2220
+ .k-button.k-disabled.k-button-flat.k-button-flat-primary .k-button-text,.k-button.k-state-disabled.k-button-flat.k-button-flat-primary .k-button-text,.k-button:disabled.k-button-flat.k-button-flat-primary .k-button-text{
2221
+ color: $feather-feather-disabled-text-on-surface;
2222
+
2223
+ }
2224
+ .k-chip.k-selected .k-chip-content{
2225
+ color: $feather-feather-primary-text-on-color;
2226
+
2227
+ }
2228
+ .k-button.k-selected.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon{
2229
+ color: $feather-feather-primary;
2230
+
2231
+ }
2232
+ .k-button-group .k-button.k-button-outline.k-focus,.k-button-group .k-button.k-button-outline.k-state-focus,.k-button-group .k-button.k-button-outline.k-state-focused,.k-button-group .k-button.k-button-outline:focus{
2233
+ @extend %feather-effects-feather-focus-inner-on-surface;
2234
+ overflow: visible;
2235
+
2236
+ }
2237
+ .k-button-group .k-button.k-button-outline.k-focus.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-state-focus.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-state-focused.k-button-outline-base,.k-button-group .k-button.k-button-outline:focus.k-button-outline-base{
2238
+ color: k-color( primary );
2239
+
2240
+ }
2241
+ .k-button-group .k-button.k-button-outline.k-group-end,.k-button-group .k-button.k-button-outline:last-child{
2242
+ border-top-right-radius: $feather-kendo-border-radius-md;
2243
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
2244
+ box-shadow: inset 0px 0px 0px 1px currentcolor;
2245
+
2246
+ }
2247
+ .k-button-group .k-button.k-button-outline.k-selected.k-focus,.k-button-group .k-button.k-button-outline.k-selected.k-state-focus,.k-button-group .k-button.k-button-outline.k-selected.k-state-focused,.k-button-group .k-button.k-button-outline.k-selected:focus{
2248
+ color: currentcolor;
2249
+
2250
+ }
2251
+ .k-button-group .k-button.k-button-outline.k-selected.k-focus.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-selected.k-state-focus.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-selected.k-state-focused.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-selected:focus.k-button-outline-base{
2252
+ @extend %feather-effects-feather-focus-inner-on-color;
2253
+
2254
+ }
2255
+ .k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-input.k-numerictextbox .k-input-inner{
2256
+ padding-left: 4px;
2257
+
2258
+ }
2259
+ .k-grid.k-grid-md .k-grouping-header{
2260
+ background-color: transparent;
2261
+ background-image: none;
2262
+
2263
+ }
2264
+ .k-grid.k-grid-md .k-table-thead .k-table-row,.k-grid.k-grid-md .k-grid-header .k-table-row{
2265
+ background-color: transparent;
2266
+ background-image: none;
2267
+
2268
+ }
2269
+ .k-grid.k-grid-md .k-grid-header{
2270
+ background-color: initial;
2271
+ background-image: none;
2272
+
2273
+ }
2274
+ .k-grid.k-grid-md .k-table.k-grid-header-table .k-table-thead,.k-grid.k-grid-md .k-table.k-grid-header-table .k-grid-header{
2275
+ background-color: initial;
2276
+ background-image: none;
2277
+
2278
+ }
2279
+ .k-numerictextbox.k-input{
2280
+ height: $feather-feather-container-height-lg;
2281
+ background-image: none;
2282
+ transition-property: all;
2283
+ transition-duration: 280ms;
2284
+ transition-timing-function: ease-out;
2285
+
2286
+ }
2287
+ .k-numerictextbox.k-input.k-input-solid{
2288
+ border-bottom-color: $feather-kendo-input-border;
2289
+ border-left-color: $feather-kendo-input-border;
2290
+ border-right-color: $feather-kendo-input-border;
2291
+ border-top-color: $feather-kendo-input-border;
2292
+ color: $feather-feather-secondary-text-on-surface;
2293
+ background-color: initial;
2294
+
2295
+ }
2296
+ .k-numerictextbox.k-input.k-input-md{
2297
+ @extend %feather-typography-feather-body-small;
2298
+
2299
+ }
2300
+ .k-maskedtextbox.k-input{
2301
+ height: $feather-feather-container-height-lg;
2302
+ background-image: none;
2303
+ transition-property: all;
2304
+ transition-duration: 280ms;
2305
+ transition-timing-function: ease-out;
2306
+
2307
+ }
2308
+ .k-maskedtextbox.k-input.k-input-solid{
2309
+ color: $feather-feather-secondary-text-on-surface;
2310
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
2311
+ border-left-color: $feather-feather-disabled-text-on-surface;
2312
+ border-right-color: $feather-feather-disabled-text-on-surface;
2313
+ border-top-color: $feather-feather-disabled-text-on-surface;
2314
+ background-color: initial;
2315
+
2316
+ }
2317
+ .k-maskedtextbox.k-input.k-input-md{
2318
+ @extend %feather-typography-feather-body-small;
2319
+
2320
+ }
2321
+ .k-dateinput.k-input{
2322
+ transition-property: all;
2323
+ transition-duration: 280ms;
2324
+ transition-timing-function: ease-out;
2325
+ height: $feather-feather-container-height-lg;
2326
+
2327
+ }
2328
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th .k-cell-inner .k-link .k-column-title,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th .k-cell-inner .k-link .k-column-title{
2329
+ color: $feather-feather-secondary-text-on-surface;
2330
+ font-weight: 700;
2331
+
2332
+ }
2333
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-focus,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-state-focus,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-state-focused,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th:focus,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-focus,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-state-focus,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-state-focused,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th:focus{
2334
+ @extend %feather-effects-feather-focus-inner-on-surface;
2335
+ border-bottom-left-radius: 2px;
2336
+ border-bottom-right-radius: 2px;
2337
+ border-top-left-radius: 2px;
2338
+ border-top-right-radius: 2px;
2339
+ border-bottom-color: $feather-feather-border-on-surface;
2340
+ border-bottom-style: hidden;
2341
+ border-bottom-width: 1px;
2342
+
2343
+ }
2344
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-hover.k-button-solid-primary,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-hover.k-button-solid-primary,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-hovered.k-button-solid-primary,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command:hover.k-button-solid-primary{
2345
+ background-color: $feather-feather-primary;
2346
+
2347
+ }
2348
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-hover.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-hover.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-hovered.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command:hover.k-button{
2349
+ background-image: $feather-feather-hover-on-color;
2350
+
2351
+ }
2352
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-active,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-active,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command:active{
2353
+ background-color: $feather-feather-primary;
2354
+
2355
+ }
2356
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-active.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-active.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command:active.k-button{
2357
+ background-image: $feather-feather-active-on-color;
2358
+
2359
+ }
2360
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-hover,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hover,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hovered,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:hover{
2361
+ background-color: k-color( primary );
2362
+
2363
+ }
2364
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-hover.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hover.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hovered.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:hover.k-button{
2365
+ background-image: $feather-feather-hover-on-color;
2366
+
2367
+ }
2368
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-active,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-active,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:active{
2369
+ background-color: k-color( primary );
2370
+
2371
+ }
2372
+ .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-active.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-active.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:active.k-button{
2373
+ background-image: $feather-feather-active-on-color;
2374
+
2375
+ }
2376
+ .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row.k-selected >td{
2377
+ background-color: initial;
2378
+ background-image: $feather-feather-selected-on-surface-gradient;
2379
+
2380
+ }
2381
+ .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-group-cell{
2382
+ background-color: $feather-feather-background;
2383
+ background-image: none;
2384
+
2385
+ }
2386
+ .k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell{
2387
+ align-items: stretch;
2388
+ align-self: center;
2389
+ justify-content: start;
2390
+ flex-direction: row;
2391
+ display: flex;
2392
+
2393
+ }
2394
+ .k-pager .k-pager-sizes .k-dropdownlist .k-input-inner .k-input-value-text{
2395
+ @extend %feather-typography-feather-body-small;
2396
+ color: $feather-feather-secondary-text-on-surface;
2397
+
2398
+ }
2399
+ .k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary .k-button-text{
2400
+ color: $feather-feather-secondary-text-on-surface;
2401
+
2402
+ }
2403
+ .k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary.k-selected .k-button-text{
2404
+ color: $feather-feather-primary-text-on-color;
2405
+
2406
+ }
2407
+ .k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary{
2408
+ border-bottom-left-radius: 4px;
2409
+ border-bottom-right-radius: 4px;
2410
+ border-top-left-radius: 4px;
2411
+ border-top-right-radius: 4px;
2412
+
2413
+ }
2414
+ .k-pager .k-pager-numbers-wrap .k-button.k-pager-nav.k-pager-first{
2415
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
2416
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
2417
+ border-top-left-radius: $feather-kendo-border-radius-md;
2418
+ border-top-right-radius: $feather-kendo-border-radius-md;
2419
+
2420
+ }
2421
+ .k-pager.k-pager-md{
2422
+ column-gap: 14px;
2423
+
2424
+ }
2425
+ .k-pager{
2426
+ background-color: $feather-feather-surface;
2427
+ background-image: none;
2428
+
2429
+ }
2430
+ .k-pager .k-pager-numbers-wrap{
2431
+ column-gap: 4px;
2432
+
2433
+ }
2434
+ .k-pager .k-pager-numbers-wrap .k-pager-numbers{
2435
+ column-gap: 2px;
2436
+
2437
+ }
2438
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected{
2439
+ border-left-color: $feather-feather-primary;
2440
+ border-left-style: solid;
2441
+ border-left-width: 3px;
2442
+ background-color: initial;
2443
+ background-image: $feather-feather-selected-on-surface-gradient;
2444
+
2445
+ }
2446
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected .k-list-item-text{
2447
+ position: relative;
2448
+ left: -3px;
2449
+ color: $feather-feather-primary;
2450
+ font-weight: 700;
2451
+
2452
+ }
2453
+ .k-datepicker.k-input{
2454
+ height: $feather-feather-container-height-lg;
2455
+ transition-property: all;
2456
+ transition-duration: 280ms;
2457
+ transition-timing-function: ease-out;
2458
+
2459
+ }
2460
+ .k-timepicker.k-input{
2461
+ height: $feather-feather-container-height-lg;
2462
+ transition-duration: 280ms;
2463
+ transition-property: all;
2464
+ transition-timing-function: ease-out;
2465
+
2466
+ }
2467
+ .k-datetimepicker.k-input{
2468
+ height: $feather-feather-container-height-lg;
2469
+ transition-property: all;
2470
+ transition-duration: 280ms;
2471
+ transition-timing-function: ease-out;
2472
+
2473
+ }
2474
+ .k-datetimepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
2475
+ align-items: center;
2476
+ height: 100%;
2477
+ width: $feather-feather-container-height-lg;
2478
+
2479
+ }
2480
+ .k-popup.k-datetime-container .k-date-tab.k-datetime-wrap .k-datetime-selector .k-datetime-calendar-wrap .k-calendar{
2481
+ column-gap: 16px;
2482
+ row-gap: 16px;
2483
+
2484
+ }
2485
+ .k-calendar .k-calendar-view .k-calendar-header{
2486
+ padding-top: 12px;
2487
+ padding-bottom: 12px;
2488
+
2489
+ }
2490
+ .k-calendar .k-calendar-view .k-content.k-scrollable{
2491
+ background-color: $feather-feather-surface;
2492
+ background-image: none;
2493
+
2494
+ }
2495
+ .k-calendar .k-calendar-view.k-calendar-monthview .k-calendar-table.k-calendar-weekdays .k-calendar-thead .k-calendar-tr .k-calendar-th{
2496
+ width: 40px;
2497
+ height: 40px;
2498
+
2499
+ }
2500
+ .k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td{
2501
+ width: 40px;
2502
+ height: 40px;
2503
+
2504
+ }
2505
+ .k-calendar .k-calendar-view.k-calendar-monthview{
2506
+ padding-bottom: 8px;
2507
+
2508
+ }
2509
+ .k-calendar{
2510
+ background-color: $feather-feather-surface-shade-1;
2511
+ background-image: none;
2512
+ border-bottom-left-radius: $feather-feather-border-radius;
2513
+ border-bottom-right-radius: $feather-feather-border-radius;
2514
+ border-top-left-radius: $feather-feather-border-radius;
2515
+ border-top-right-radius: $feather-feather-border-radius;
2516
+
2517
+ }
2518
+ .k-dropdownlist .k-input-inner .k-input-value-text{
2519
+ @extend %feather-typography-feather-body-small;
2520
+ color: $feather-feather-secondary-text-on-surface;
2521
+
2522
+ }
2523
+ .k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected{
2524
+ box-shadow: inset 4px 0px 0px 0px $feather-feather-primary;
2525
+ border-bottom-style: none;
2526
+ border-left-style: none;
2527
+ border-right-style: none;
2528
+ border-top-style: none;
2529
+
2530
+ }
2531
+ .k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-focus,.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focus,.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focused,.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item:focus{
2532
+ border-bottom-left-radius: 0px;
2533
+ border-bottom-right-radius: 0px;
2534
+ border-top-left-radius: 0px;
2535
+ border-top-right-radius: 0px;
2536
+
2537
+ }
2538
+ .k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected .k-list-item-text{
2539
+ position: relative;
2540
+ left: -2px;
2541
+
2542
+ }
2543
+ .k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-hover,.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-state-hover,.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-state-hovered,.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button:hover{
2544
+ background-color: initial;
2545
+ background-image: $feather-feather-hover-on-surface-gradient;
2546
+
2547
+ }
2548
+ .k-dropdownlist.k-hover.k-picker-solid,.k-dropdownlist.k-state-hover.k-picker-solid,.k-dropdownlist.k-state-hovered.k-picker-solid,.k-dropdownlist:hover.k-picker-solid{
2549
+ background-color: initial;
2550
+ border-bottom-color: currentcolor;
2551
+ border-left-color: currentcolor;
2552
+ border-right-color: currentcolor;
2553
+ border-top-color: currentcolor;
2554
+
2555
+ }
2556
+ .k-dropdownlist.k-hover,.k-dropdownlist.k-state-hover,.k-dropdownlist.k-state-hovered,.k-dropdownlist:hover{
2557
+ background-image: none;
2558
+
2559
+ }
2560
+ .k-dropdownlist.k-hover.k-picker,.k-dropdownlist.k-state-hover.k-picker,.k-dropdownlist.k-state-hovered.k-picker,.k-dropdownlist:hover.k-picker{
2561
+ box-shadow: 0px 0px 0px 0.5px currentcolor;
2562
+
2563
+ }
2564
+ .k-dropdownlist.k-invalid.k-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-focus.k-picker-solid,.k-dropdownlist.k-invalid.k-state-focus.k-picker-solid,.k-dropdownlist.k-invalid.k-state-focused.k-picker-solid,.k-dropdownlist.k-invalid:focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-state-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-state-focused.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched:focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-state-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-state-focused.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty:focus.k-picker-solid{
2565
+ @extend %feather-effects-feather-focus-invalid-outer;
2566
+ border-bottom-color: currentcolor;
2567
+ border-left-color: currentcolor;
2568
+ border-right-color: currentcolor;
2569
+ border-top-color: currentcolor;
2570
+
2571
+ }
2572
+ .k-dropdownlist.k-invalid.k-focus .k-input-button,.k-dropdownlist.ng-invalid.ng-touched.k-focus .k-input-button,.k-dropdownlist.ng-invalid.ng-dirty.k-focus .k-input-button,.k-dropdownlist.k-invalid.k-state-focus .k-input-button,.k-dropdownlist.k-invalid.k-state-focused .k-input-button,.k-dropdownlist.k-invalid:focus .k-input-button,.k-dropdownlist.ng-invalid.ng-touched.k-state-focus .k-input-button,.k-dropdownlist.ng-invalid.ng-touched.k-state-focused .k-input-button,.k-dropdownlist.ng-invalid.ng-touched:focus .k-input-button,.k-dropdownlist.ng-invalid.ng-dirty.k-state-focus .k-input-button,.k-dropdownlist.ng-invalid.ng-dirty.k-state-focused .k-input-button,.k-dropdownlist.ng-invalid.ng-dirty:focus .k-input-button{
2573
+ border-bottom-color: transparent;
2574
+ border-left-color: transparent;
2575
+ border-right-color: transparent;
2576
+ border-top-color: transparent;
2577
+
2578
+ }
2579
+ .k-dropdownlist.k-disabled.k-picker-solid,.k-dropdownlist.k-state-disabled.k-picker-solid,.k-dropdownlist:disabled.k-picker-solid{
2580
+ border-bottom-color: $feather-feather-border-on-surface;
2581
+ border-left-color: $feather-feather-border-on-surface;
2582
+ border-right-color: $feather-feather-border-on-surface;
2583
+ border-top-color: $feather-feather-border-on-surface;
2584
+
2585
+ }
2586
+ .k-autocomplete.k-input .k-input-inner{
2587
+ @extend %feather-typography-feather-body-small;
2588
+ color: $feather-feather-secondary-text-on-surface;
2589
+
2590
+ }
2591
+ .k-autocomplete.k-input{
2592
+ height: $feather-feather-container-height-lg;
2593
+ background-image: none;
2594
+
2595
+ }
2596
+ .k-autocomplete.k-input.k-input-solid{
2597
+ color: $feather-feather-secondary-text-on-surface;
2598
+ border-bottom-color: $feather-feather-secondary-text-on-surface;
2599
+ border-left-color: $feather-feather-secondary-text-on-surface;
2600
+ border-right-color: $feather-feather-secondary-text-on-surface;
2601
+ border-top-color: $feather-feather-secondary-text-on-surface;
2602
+ background-color: initial;
2603
+
2604
+ }
2605
+ .k-autocomplete.k-input.k-hover.k-input-solid,.k-autocomplete.k-input.k-state-hover.k-input-solid,.k-autocomplete.k-input.k-state-hovered.k-input-solid,.k-autocomplete.k-input:hover.k-input-solid{
2606
+ border-bottom-color: $feather-feather-primary-text-on-surface;
2607
+ border-left-color: $feather-feather-primary-text-on-surface;
2608
+ border-right-color: $feather-feather-primary-text-on-surface;
2609
+ border-top-color: $feather-feather-primary-text-on-surface;
2610
+
2611
+ }
2612
+ .k-autocomplete.k-input.k-state-focus-within.k-input-solid,.k-autocomplete.k-input:focus-within.k-input-solid{
2613
+ @extend %feather-effects-feather-focus-outer-on-surface;
2614
+ border-bottom-color: k-color( primary );
2615
+ border-left-color: k-color( primary );
2616
+ border-right-color: k-color( primary );
2617
+ border-top-color: k-color( primary );
2618
+
2619
+ }
2620
+ .k-autocomplete.k-input.k-state-focus-within,.k-autocomplete.k-input:focus-within{
2621
+ outline-color: transparent;
2622
+ outline-style: solid;
2623
+ outline-width: 2px;
2624
+
2625
+ }
2626
+ .k-autocomplete.k-input.k-invalid.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-touched.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-dirty.k-input-solid{
2627
+ border-bottom-color: currentcolor;
2628
+ border-left-color: currentcolor;
2629
+ border-right-color: currentcolor;
2630
+ border-top-color: currentcolor;
2631
+
2632
+ }
2633
+ .k-autocomplete.k-input.k-invalid,.k-autocomplete.k-input.ng-invalid.ng-touched,.k-autocomplete.k-input.ng-invalid.ng-dirty{
2634
+ color: k-color( error );
2635
+
2636
+ }
2637
+ .k-autocomplete.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-autocomplete.k-input.k-invalid:focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
2638
+ @extend %feather-effects-feather-focus-invalid-outer;
2639
+ border-bottom-color: currentcolor;
2640
+ border-left-color: currentcolor;
2641
+ border-right-color: currentcolor;
2642
+ border-top-color: currentcolor;
2643
+
2644
+ }
2645
+ .k-autocomplete.k-input.k-disabled.k-input-solid,.k-autocomplete.k-input.k-state-disabled.k-input-solid,.k-autocomplete.k-input:disabled.k-input-solid{
2646
+ border-bottom-color: $feather-feather-border-on-surface;
2647
+ border-left-color: $feather-feather-border-on-surface;
2648
+ border-right-color: $feather-feather-border-on-surface;
2649
+ border-top-color: $feather-feather-border-on-surface;
2650
+ color: $feather-feather-disabled-text-on-surface;
2651
+
2652
+ }
2653
+ .k-autocomplete.k-input.k-disabled,.k-autocomplete.k-input.k-state-disabled,.k-autocomplete.k-input:disabled{
2654
+ opacity: 100%;
2655
+
2656
+ }
2657
+ .k-autocomplete.k-input.k-disabled .k-input-inner,.k-autocomplete.k-input.k-state-disabled .k-input-inner,.k-autocomplete.k-input:disabled .k-input-inner{
2658
+ color: $feather-feather-disabled-text-on-surface;
2659
+
2660
+ }
2661
+ .k-autocomplete .k-clear-value{
2662
+ width: $feather-feather-container-height-xs;
2663
+ height: $feather-feather-container-height-xs;
2664
+ margin-right: 4px;
2665
+ margin-left: 4px;
2666
+ color: $feather-feather-icon-on-neutral;
2667
+ opacity: 100%;
2668
+
2669
+ }
2670
+ .k-autocomplete .k-clear-value.k-hover,.k-autocomplete .k-clear-value.k-state-hover,.k-autocomplete .k-clear-value.k-state-hovered,.k-autocomplete .k-clear-value:hover{
2671
+ background-color: initial;
2672
+ background-image: $feather-feather-hover-on-surface-gradient;
2673
+ border-bottom-left-radius: 100px;
2674
+ border-bottom-right-radius: 100px;
2675
+ border-top-left-radius: 100px;
2676
+ border-top-right-radius: 100px;
2677
+ color: $feather-feather-primary-text-on-surface;
2678
+
2679
+ }
2680
+ .k-autocomplete .k-clear-value .k-icon.k-svg-icon{
2681
+ color: $feather-feather-icon-on-neutral;
2682
+
2683
+ }
2684
+ .k-autocomplete .k-clear-value.k-hover .k-icon.k-svg-icon,.k-autocomplete .k-clear-value.k-state-hover .k-icon.k-svg-icon,.k-autocomplete .k-clear-value.k-state-hovered .k-icon.k-svg-icon,.k-autocomplete .k-clear-value:hover .k-icon.k-svg-icon{
2685
+ color: $feather-feather-primary-text-on-surface;
2686
+
2687
+ }
2688
+ .k-combobox.k-input .k-input-inner{
2689
+ color: $feather-feather-secondary-text-on-surface;
2690
+
2691
+ }
2692
+ .k-combobox.k-input.k-hover.k-input-solid,.k-combobox.k-input.k-state-hover.k-input-solid,.k-combobox.k-input.k-state-hovered.k-input-solid,.k-combobox.k-input:hover.k-input-solid{
2693
+ border-bottom-color: $feather-feather-primary-text-on-surface;
2694
+ border-left-color: $feather-feather-primary-text-on-surface;
2695
+ border-right-color: $feather-feather-primary-text-on-surface;
2696
+ border-top-color: $feather-feather-primary-text-on-surface;
2697
+
2698
+ }
2699
+ .k-combobox.k-input.k-state-focus-within,.k-combobox.k-input:focus-within{
2700
+ border-bottom-color: k-color( primary );
2701
+ border-left-color: k-color( primary );
2702
+ border-right-color: k-color( primary );
2703
+ border-top-color: k-color( primary );
2704
+
2705
+ }
2706
+ .k-combobox.k-input.k-state-focus-within.k-input-solid,.k-combobox.k-input:focus-within.k-input-solid{
2707
+ @extend %feather-effects-feather-focus-outer-on-surface;
2708
+
2709
+ }
2710
+ .k-combobox.k-input.k-invalid.k-input-solid,.k-combobox.k-input.ng-invalid.ng-touched.k-input-solid,.k-combobox.k-input.ng-invalid.ng-dirty.k-input-solid{
2711
+ border-bottom-color: k-color( error );
2712
+ border-left-color: k-color( error );
2713
+ border-right-color: k-color( error );
2714
+ border-top-color: k-color( error );
2715
+
2716
+ }
2717
+ .k-combobox.k-input.k-invalid.k-state-focus-within,.k-combobox.k-input.ng-invalid.ng-touched.k-state-focus-within,.k-combobox.k-input.ng-invalid.ng-dirty.k-state-focus-within,.k-combobox.k-input.k-invalid:focus-within,.k-combobox.k-input.ng-invalid.ng-touched:focus-within,.k-combobox.k-input.ng-invalid.ng-dirty:focus-within{
2718
+ border-bottom-color: k-color( error );
2719
+ border-left-color: k-color( error );
2720
+ border-right-color: k-color( error );
2721
+ border-top-color: k-color( error );
2722
+
2723
+ }
2724
+ .k-combobox.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-combobox.k-input.k-invalid:focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
2725
+ @extend %feather-effects-feather-focus-invalid-outer;
2726
+
2727
+ }
2728
+ .k-textbox.k-input.k-hover,.k-textbox.k-input.k-state-hover,.k-textbox.k-input.k-state-hovered,.k-textbox.k-input:hover{
2729
+ @extend %feather-effects-feather-input-hover-on-surface;
2730
+ color: $feather-feather-primary-text-on-surface;
2731
+ border-bottom-color: $feather-kendo-input-flat-hover-border;
2732
+ border-left-color: $feather-kendo-input-flat-hover-border;
2733
+ border-right-color: $feather-kendo-input-flat-hover-border;
2734
+ border-top-color: $feather-kendo-input-flat-hover-border;
2735
+
2736
+ }
2737
+ .k-numerictextbox.k-input .k-input-inner{
2738
+ @extend %feather-typography-feather-body-small;
2739
+ color: $feather-feather-secondary-text-on-surface;
2740
+ height: auto;
2741
+
2742
+ }
2743
+ .k-maskedtextbox.k-input .k-input-inner{
2744
+ @extend %feather-typography-feather-body-small;
2745
+ color: $feather-feather-secondary-text-on-surface;
2746
+ height: auto;
2747
+
2748
+ }
2749
+ .k-maskedtextbox.k-input.k-invalid.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-touched.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-dirty.k-input-solid{
2750
+ border-bottom-color: k-color( error );
2751
+ border-left-color: k-color( error );
2752
+ border-right-color: k-color( error );
2753
+ border-top-color: k-color( error );
2754
+
2755
+ }
2756
+ .k-maskedtextbox.k-input.k-disabled .k-input-inner,.k-maskedtextbox.k-input.k-state-disabled .k-input-inner,.k-maskedtextbox.k-input:disabled .k-input-inner{
2757
+ color: inherit;
2758
+
2759
+ }
2760
+ .k-textbox.k-input.k-disabled,.k-textbox.k-input.k-state-disabled,.k-textbox.k-input:disabled{
2761
+ opacity: unset;
2762
+ border-bottom-color: k-color( border );
2763
+ border-left-color: k-color( border );
2764
+ border-right-color: k-color( border );
2765
+ border-top-color: k-color( border );
2766
+
2767
+ }
2768
+ .k-textbox.k-input.k-disabled.k-input-solid,.k-textbox.k-input.k-state-disabled.k-input-solid,.k-textbox.k-input:disabled.k-input-solid{
2769
+ color: $feather-feather-disabled-text-on-surface;
2770
+
2771
+ }
2772
+ .k-textbox.k-input.k-disabled .k-input-inner,.k-textbox.k-input.k-state-disabled .k-input-inner,.k-textbox.k-input:disabled .k-input-inner{
2773
+ color: $feather-feather-disabled-text-on-surface;
2774
+
2775
+ }
2776
+ .k-textbox.k-input.k-disabled .k-input-prefix.k-input-prefix-horizontal,.k-textbox.k-input.k-state-disabled .k-input-prefix.k-input-prefix-horizontal,.k-textbox.k-input:disabled .k-input-prefix.k-input-prefix-horizontal{
2777
+ color: $feather-feather-disabled-text-on-surface;
2778
+ opacity: 40%;
2779
+
2780
+ }
2781
+ .k-textbox.k-input.k-disabled .k-input-suffix.k-input-suffix-horizontal,.k-textbox.k-input.k-state-disabled .k-input-suffix.k-input-suffix-horizontal,.k-textbox.k-input:disabled .k-input-suffix.k-input-suffix-horizontal{
2782
+ color: $feather-feather-disabled-text-on-surface;
2783
+ opacity: 40%;
2784
+
2785
+ }
2786
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-link,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-link{
2787
+ color: $feather-feather-primary;
2788
+
2789
+ }
2790
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-link .k-column-title,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-link .k-column-title{
2791
+ color: $feather-feather-primary;
2792
+ font-weight: 600;
2793
+
2794
+ }
2795
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-sorted .k-cell-inner .k-link .k-column-title,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-sorted .k-cell-inner .k-link .k-column-title{
2796
+ color: $feather-feather-primary;
2797
+ font-weight: 600;
2798
+
2799
+ }
2800
+ .k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-icon-button,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-icon-button{
2801
+ align-items: stretch;
2802
+ height: 100%;
2803
+ width: $feather-feather-container-height-xs;
2804
+
2805
+ }
2806
+ .k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator .k-dropdownlist.k-picker.k-dropdown-operator.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator .k-dropdownlist.k-picker.k-dropdown-operator.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base{
2807
+ height: 100%;
2808
+ display: flex;
2809
+
2810
+ }
2811
+ .k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator{
2812
+ height: 100%;
2813
+ display: flex;
2814
+ align-items: stretch;
2815
+ width: $feather-feather-container-height-xs;
2816
+
2817
+ }
2818
+ .k-column-menu.k-grid-columnmenu-popup.k-popup .k-columnmenu-item-wrapper .k-columnmenu-item{
2819
+ height: $feather-feather-container-height-sm;
2820
+ display: flex;
2821
+ align-items: center;
2822
+ justify-content: start;
2823
+ column-gap: 4px;
2824
+
2825
+ }
2826
+ .k-column-menu.k-grid-columnmenu-popup.k-popup .k-columnmenu-item-wrapper{
2827
+ padding-bottom: 8px;
2828
+ padding-top: 8px;
2829
+
2830
+ }
2831
+ .k-column-menu.k-grid-columnmenu-popup.k-popup .k-columnmenu-item-wrapper .k-columnmenu-item-content .k-filter-menu .k-filter-menu-container .k-actions.k-actions-stretched{
2832
+ padding-top: 8px;
2833
+
2834
+ }
2835
+ .k-pager .k-pager-info{
2836
+ padding-right: 4px;
2837
+
2838
+ }
2839
+ .k-popup.k-list-container.k-dropdownlist-popup{
2840
+ @extend %feather-effects-feather-elevation-04dp;
2841
+
2842
+ }
2843
+ .k-dropdowntree.k-picker-solid{
2844
+ background-color: initial;
2845
+
2846
+ }
2847
+ .k-dropdowntree{
2848
+ background-image: none;
2849
+ min-height: $feather-feather-container-height-lg;
2850
+ transition-property: all;
2851
+ transition-duration: 280ms;
2852
+ transition-timing-function: ease-out;
2853
+
2854
+ }
2855
+ .k-dropdowntree .k-input-inner .k-input-value-text{
2856
+ @extend %feather-typography-feather-body-small;
2857
+ color: $feather-feather-secondary-text-on-surface;
2858
+
2859
+ }
2860
+ .k-dropdowntree.k-invalid.k-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched.k-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty.k-focus.k-picker-solid,.k-dropdowntree.k-invalid.k-state-focus.k-picker-solid,.k-dropdowntree.k-invalid.k-state-focused.k-picker-solid,.k-dropdowntree.k-invalid:focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched.k-state-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched.k-state-focused.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched:focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty.k-state-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty.k-state-focused.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty:focus.k-picker-solid{
2861
+ @extend %feather-effects-feather-focus-invalid-outer;
2862
+ border-bottom-color: transparent;
2863
+ border-left-color: transparent;
2864
+ border-right-color: transparent;
2865
+ border-top-color: transparent;
2866
+
2867
+ }
2868
+ .k-dropdowntree.k-invalid.k-focus.k-picker,.k-dropdowntree.ng-invalid.ng-touched.k-focus.k-picker,.k-dropdowntree.ng-invalid.ng-dirty.k-focus.k-picker,.k-dropdowntree.k-invalid.k-state-focus.k-picker,.k-dropdowntree.k-invalid.k-state-focused.k-picker,.k-dropdowntree.k-invalid:focus.k-picker,.k-dropdowntree.ng-invalid.ng-touched.k-state-focus.k-picker,.k-dropdowntree.ng-invalid.ng-touched.k-state-focused.k-picker,.k-dropdowntree.ng-invalid.ng-touched:focus.k-picker,.k-dropdowntree.ng-invalid.ng-dirty.k-state-focus.k-picker,.k-dropdowntree.ng-invalid.ng-dirty.k-state-focused.k-picker,.k-dropdowntree.ng-invalid.ng-dirty:focus.k-picker{
2869
+ border-bottom-style: none;
2870
+ border-left-style: none;
2871
+ border-right-style: none;
2872
+ border-top-style: none;
2873
+
2874
+ }
2875
+ .k-dropdowntree-popup.k-popup{
2876
+ @extend %feather-effects-feather-elevation-04dp;
2877
+ border-bottom-style: none;
2878
+ border-left-style: none;
2879
+ border-right-style: none;
2880
+ border-top-style: none;
2881
+
2882
+ }
2883
+ .k-dropdowntree-popup{
2884
+ position: relative;
2885
+ top: 2px;
2886
+
2887
+ }
2888
+ .k-popup.k-list-container{
2889
+ padding-bottom: $feather-feather-spacing-xs;
2890
+
2891
+ }
2892
+ .k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-state-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-state-focused,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf:focus{
2893
+ @extend %feather-effects-feather-focus-inner-on-surface;
2894
+
2895
+ }
2896
+ .k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected.k-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected.k-state-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected.k-state-focused,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected:focus{
2897
+ @extend %feather-effects-feather-focus-inner-on-color;
2898
+
2899
+ }
2900
+ .k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf{
2901
+ padding-top: $feather-feather-spacing-xs;
2902
+ padding-bottom: $feather-feather-spacing-xs;
2903
+ padding-right: $feather-feather-spacing-m;
2904
+ padding-left: $feather-feather-spacing-m;
2905
+ transition-property: all;
2906
+ transition-duration: 280ms;
2907
+ transition-timing-function: ease-out;
2908
+
2909
+ }
2910
+ .k-treeview .k-treeview-lines.k-treeview-group{
2911
+ padding-bottom: 8px;
2912
+ padding-left: 8px;
2913
+ padding-right: 8px;
2914
+ padding-top: 8px;
2915
+
2916
+ }
2917
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-focus,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focus,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focused,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:focus{
2918
+ @extend %feather-effects-feather-focus-inner-on-surface;
2919
+ background-color: initial;
2920
+ background-image: $feather-feather-focused-on-surface-gradient;
2921
+
2922
+ }
2923
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-active,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-active,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:active{
2924
+ background-color: initial;
2925
+ background-image: $feather-feather-active-on-surface-gradient;
2926
+
2927
+ }
2928
+ .k-form .k-form-fieldset .k-form-field{
2929
+ height: 88px;
2930
+
2931
+ }
2932
+ .k-form.k-form-horizontal .k-form-fieldset .k-form-field{
2933
+ @extend %feather-typography-feather-body-small;
2934
+ align-items: start;
2935
+ align-self: stretch;
2936
+ justify-content: start;
2937
+ height: 80px;
2938
+ display: flex;
2939
+ flex-direction: row;
2940
+ color: $feather-feather-secondary-text-on-surface;
2941
+
2942
+ }
2943
+ .k-form.k-form-horizontal .k-form-fieldset{
2944
+ display: flex;
2945
+ flex-direction: column;
2946
+ align-items: stretch;
2947
+ row-gap: 12px;
2948
+ align-self: stretch;
2949
+ justify-content: start;
2950
+ border-bottom-style: none;
2951
+ border-left-style: none;
2952
+ border-right-style: none;
2953
+ border-top-style: none;
2954
+
2955
+ }
2956
+ .k-form .k-form-fieldset{
2957
+ display: flex;
2958
+ flex-direction: column;
2959
+ row-gap: 8px;
2960
+
2961
+ }
2962
+ .k-form .k-form-buttons{
2963
+ margin-top: 24px;
2964
+
2965
+ }
2966
+ .k-form.k-form-horizontal .k-label .k-label-optional{
2967
+ color: $feather-feather-secondary-text-on-surface;
2968
+ font-family: inter;
2969
+ font-weight: 500;
2970
+ font-size: $feather-feather-font-size-sm;
2971
+ font-style: normal;
2972
+
2973
+ }
2974
+ .k-form.k-form-horizontal .k-form-fieldset .k-form-field .k-form-field-wrap{
2975
+ height: 80px;
2976
+ padding-top: 4px;
2977
+
2978
+ }
2979
+ .k-form .k-label .k-label-optional{
2980
+ font-style: normal;
2981
+ font-family: Inter;
2982
+ font-weight: 500;
2983
+ font-size: $feather-feather-font-size-md;
2984
+ line-height: 1.4285714286em;
2985
+ color: $feather-feather-secondary-text-on-surface;
2986
+
2987
+ }
2988
+ .k-list-filter .k-textbox.k-textbox.k-focus,.k-list-filter .k-textbox.k-textbox.k-state-focus,.k-list-filter .k-textbox.k-textbox.k-state-focused,.k-list-filter .k-textbox.k-textbox:focus{
2989
+ @extend %feather-effects-feather-focus-inner-on-surface;
2990
+ border-bottom-style: none;
2991
+ border-left-style: none;
2992
+ border-right-style: none;
2993
+ border-top-style: none;
2994
+
2995
+ }
2996
+ .k-list-filter .k-textbox.k-textbox.k-input{
2997
+ padding-left: 8px;
2998
+
2999
+ }
3000
+ .k-list-filter .k-textbox.k-textbox.k-invalid.k-focus,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-touched.k-focus,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-dirty.k-focus,.k-list-filter .k-textbox.k-textbox.k-invalid.k-state-focus,.k-list-filter .k-textbox.k-textbox.k-invalid.k-state-focused,.k-list-filter .k-textbox.k-textbox.k-invalid:focus,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-touched.k-state-focus,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-touched.k-state-focused,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-touched:focus,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-dirty.k-state-focus,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-dirty.k-state-focused,.k-list-filter .k-textbox.k-textbox.ng-invalid.ng-dirty:focus{
3001
+ box-shadow: inset 0px 0px 0px 2px k-color( error );
3002
+
3003
+ }
3004
+ .k-multiselect.k-input .k-input-values{
3005
+ padding-right: 4px;
3006
+ padding-left: 4px;
3007
+ column-gap: 4px;
3008
+
3009
+ }
3010
+ .k-multiselect.k-input .k-input-values .k-input-inner{
3011
+ padding-left: 4px;
3012
+
3013
+ }
3014
+ .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-hover.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hover.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hovered.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:hover.k-chip-solid-base{
3015
+ background-color: $feather-feather-surface-shade-1;
3016
+
3017
+ }
3018
+ .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-hover,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hover,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hovered,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:hover{
3019
+ background-image: $feather-feather-hover-on-surface-gradient;
3020
+
3021
+ }
3022
+ .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-active.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-active.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:active.k-chip-solid-base{
3023
+ background-color: $feather-feather-surface-shade-1;
3024
+
3025
+ }
3026
+ .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-active,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-active,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:active{
3027
+ background-image: $feather-feather-active-on-surface-gradient;
3028
+
3029
+ }
3030
+ .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon{
3031
+ color: $feather-feather-icon-on-neutral;
3032
+
3033
+ }
3034
+ .k-multiselecttree.k-input .k-input-values.k-chip-list .k-chip{
3035
+ height: $feather-feather-container-height-xs;
3036
+
3037
+ }
3038
+ .k-chip.k-chip-outline.k-selected .k-chip-content{
3039
+ color: $feather-kendo-chip-outline-selected-text;
3040
+
3041
+ }
3042
+ .k-chip.k-chip-outline .k-chip-content{
3043
+ color: $feather-kendo-chip-outline-text;
3044
+
3045
+ }
3046
+ .k-chip.k-disabled .k-chip-content,.k-chip.k-state-disabled .k-chip-content,.k-chip:disabled .k-chip-content{
3047
+ color: $feather-feather-disabled-text-on-surface;
3048
+
3049
+ }
3050
+ .k-floating-label-container.k-focus .k-floating-label.k-text-error,.k-floating-label-container.k-state-focus .k-floating-label.k-text-error,.k-floating-label-container.k-state-focused .k-floating-label.k-text-error,.k-floating-label-container:focus .k-floating-label.k-text-error{
3051
+ color: k-color( error );
3052
+
3053
+ }
3054
+ .k-window.k-dialog{
3055
+ @extend %feather-effects-feather-elevation-24dp;
3056
+
3057
+ }
3058
+ .k-window.k-dialog .k-window-titlebar.k-dialog-titlebar{
3059
+ background-color: initial;
3060
+ background-image: none;
3061
+ border-bottom-style: none;
3062
+ border-left-style: none;
3063
+ border-right-style: none;
3064
+ border-top-style: none;
3065
+ padding-bottom: $feather-kendo-window-titlebar-padding-y;
3066
+ padding-top: $feather-kendo-window-titlebar-padding-y;
3067
+
3068
+ }
3069
+ .k-window .k-window-titlebar .k-window-title{
3070
+ @extend %feather-typography-feather-body-large;
3071
+ color: $feather-feather-primary-text-on-surface;
3072
+
3073
+ }
3074
+ .k-window.k-focus,.k-window.k-state-focus,.k-window.k-state-focused,.k-window:focus{
3075
+ @extend %feather-effects-feather-elevation-12dp;
3076
+
3077
+ }
3078
+ .k-popover.k-popup{
3079
+ margin-bottom: 4px;
3080
+ margin-left: 4px;
3081
+ margin-right: 4px;
3082
+ margin-top: 4px;
3083
+
3084
+ }
3085
+ .k-popover{
3086
+ @extend %feather-effects-feather-elevation-04dp;
3087
+
3088
+ }
3089
+ .k-popover .k-popover-callout.k-callout-s{
3090
+ border-bottom-left-radius: 0px;
3091
+ border-bottom-right-radius: 4px;
3092
+ border-top-left-radius: 0px;
3093
+ border-top-right-radius: 0px;
3094
+ bottom: 5px;
3095
+
3096
+ }
3097
+ .k-popover .k-popover-callout.k-callout-w{
3098
+ border-top-left-radius: 0px;
3099
+ border-top-right-radius: 0px;
3100
+ border-bottom-right-radius: 0px;
3101
+ border-bottom-left-radius: 4px;
3102
+ left: 5px;
3103
+
3104
+ }
3105
+ .k-popover .k-popover-callout.k-callout-e{
3106
+ border-bottom-left-radius: 0px;
3107
+ border-bottom-right-radius: 4px;
3108
+ border-top-left-radius: 0px;
3109
+ border-top-right-radius: 0px;
3110
+ right: 5px;
3111
+
3112
+ }
3113
+ .k-popover .k-popover-callout.k-callout-n{
3114
+ border-bottom-left-radius: 0px;
3115
+ border-bottom-right-radius: 0px;
3116
+ border-top-left-radius: 4px;
3117
+ border-top-right-radius: 0px;
3118
+ top: 5px;
3119
+
3120
+ }
3121
+ .k-colorgradient{
3122
+ width: 304px;
3123
+ border-bottom-left-radius: 8px;
3124
+ border-bottom-right-radius: 8px;
3125
+ border-top-left-radius: 8px;
3126
+ border-top-right-radius: 8px;
3127
+ background-color: $feather-feather-surface-shade-1;
3128
+ background-image: none;
3129
+ transition-property: box-shadow;
3130
+ transition-duration: 280ms;
3131
+ transition-timing-function: ease-out;
3132
+
3133
+ }
3134
+ .k-colorgradient .k-colorgradient-inputs.k-hstack{
3135
+ justify-content: space-between;
3136
+ align-items: stretch;
3137
+ align-self: stretch;
3138
+ column-gap: 8px;
3139
+ padding-top: 20px;
3140
+ border-top-width: 1px;
3141
+ border-top-color: $feather-feather-border-on-surface;
3142
+ border-top-style: solid;
3143
+ margin-top: 4px;
3144
+ margin-right: -12px;
3145
+ margin-left: -12px;
3146
+ padding-right: 16px;
3147
+ padding-left: 8px;
3148
+ padding-bottom: 4px;
3149
+
3150
+ }
3151
+ .k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-input.k-numerictextbox.k-input-solid{
3152
+ width: auto;
3153
+
3154
+ }
3155
+ .k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-colorgradient-toggle-mode.k-icon-button{
3156
+ margin-top: 2px;
3157
+
3158
+ }
3159
+ .k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-colorgradient-input-label{
3160
+ margin-top: 2px;
3161
+ color: $feather-feather-secondary-text-on-surface;
3162
+
3163
+ }
3164
+ .k-colorgradient.k-focus,.k-colorgradient.k-state-focus,.k-colorgradient.k-state-focused,.k-colorgradient:focus{
3165
+ @extend %feather-effects-feather-focus-outer-on-surface;
3166
+
3167
+ }
3168
+ .k-colorgradient .k-colorgradient-canvas.k-hstack{
3169
+ padding-bottom: 8px;
3170
+ padding-left: 8px;
3171
+ padding-right: 8px;
3172
+ padding-top: 8px;
3173
+
3174
+ }
3175
+ .k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within{
3176
+ @extend %feather-effects-feather-focus-outer-on-surface;
3177
+ border-top-style: solid;
3178
+ border-top-width: $feather-kendo-input-border-width;
3179
+ border-bottom-color: transparent;
3180
+ border-left-color: transparent;
3181
+ border-right-color: transparent;
3182
+ border-top-color: transparent;
3183
+ border-bottom-style: solid;
3184
+ border-left-style: solid;
3185
+ border-right-style: solid;
3186
+
3187
+ }
3188
+ .k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input{
3189
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
3190
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
3191
+ border-top-left-radius: $feather-kendo-border-radius-md;
3192
+ border-top-right-radius: $feather-kendo-border-radius-md;
3193
+
3194
+ }
3195
+ .k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid.k-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid.k-state-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid.k-state-focused,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid:focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid.k-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid.k-state-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid.k-state-focused,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid:focus{
3196
+ border-bottom-style: none;
3197
+ border-left-style: none;
3198
+ border-right-style: none;
3199
+ border-top-style: none;
3200
+
3201
+ }
3202
+ .k-pager .k-pager-sizes .k-dropdownlist.k-picker{
3203
+ width: auto;
3204
+
3205
+ }
3206
+ .feather-ks-notification-flat.k-notification{
3207
+ @extend %feather-effects-tb-internal-none-effects;
3208
+ @extend %feather-typography-feather-body-small;
3209
+ border-bottom-style: none;
3210
+ border-left-style: none;
3211
+ border-right-style: none;
3212
+ border-top-style: none;
3213
+ color: $feather-feather-secondary-text-on-surface;
3214
+ column-gap: 8px;
3215
+ background-color: initial;
3216
+ background-image: none;
3217
+ height: 1.25rem;
3218
+ margin-top: 12px;
3219
+ margin-bottom: 12px;
3220
+
3221
+ }
3222
+ .feather-ks-notification-flat.k-notification.k-notification-success{
3223
+ @extend %feather-typography-feather-body-small;
3224
+ background-color: initial;
3225
+ background-image: none;
3226
+ color: $feather-feather-secondary-text-on-surface;
3227
+
3228
+ }
3229
+ .feather-ks-notification-flat.k-notification.k-notification-error{
3230
+ background-color: initial;
3231
+ background-image: none;
3232
+ color: $feather-feather-secondary-text-on-surface;
3233
+
3234
+ }
3235
+ .feather-ks-notification-flat.k-notification.k-notification-warning{
3236
+ background-color: initial;
3237
+ background-image: none;
3238
+
3239
+ }
3240
+ .feather-ks-notification-flat.k-notification.k-notification-warning .k-notification-status.k-icon.k-svg-icon{
3241
+ color: $feather-feather-icon-on-neutral;
3242
+
3243
+ }
3244
+ .feather-ks-notification-flat.k-notification.k-notification-success .k-notification-status.k-icon.k-svg-icon{
3245
+ color: k-color( success );
3246
+
3247
+ }
3248
+ .feather-ks-notification-flat.k-notification.k-notification-error .k-notification-status.k-icon.k-svg-icon{
3249
+ color: k-color( error );
3250
+
3251
+ }
3252
+ .feather-ks-notification-flat.k-notification.k-notification-info{
3253
+ background-color: initial;
3254
+ background-image: none;
3255
+
3256
+ }
3257
+ .feather-ks-notification-flat.k-notification.k-notification-info .k-notification-status.k-icon.k-svg-icon{
3258
+ color: $feather-feather-icon-on-neutral;
3259
+
3260
+ }
3261
+ .feather-ks-notification-flat.k-notification .k-notification-content{
3262
+ margin-top: 1px;
3263
+
3264
+ }
3265
+ .k-multiselecttree.k-input .k-input-values.k-chip-list{
3266
+ padding-right: $feather-feather-spacing-xs;
3267
+ padding-left: $feather-feather-spacing-xs;
3268
+ row-gap: $feather-feather-spacing-min;
3269
+ column-gap: $feather-feather-spacing-min;
3270
+ padding-top: $feather-feather-spacing-min;
3271
+ padding-bottom: $feather-feather-spacing-min;
3272
+
3273
+ }
3274
+ .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-active,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-active,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link:active{
3275
+ background-color: initial;
3276
+ background-image: $feather-feather-active-on-surface-gradient;
3277
+ color: $feather-feather-primary;
3278
+
3279
+ }
3280
+ .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-end{
3281
+ border-bottom-style: none;
3282
+ border-left-style: none;
3283
+ border-right-style: none;
3284
+ border-top-style: none;
3285
+
3286
+ }
3287
+ .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-start{
3288
+ border-bottom-style: none;
3289
+ border-left-style: none;
3290
+ border-right-style: none;
3291
+ border-top-style: none;
3292
+
3293
+ }
3294
+ .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-center{
3295
+ border-bottom-style: none;
3296
+ border-left-style: none;
3297
+ border-right-style: none;
3298
+ border-top-style: none;
3299
+
3300
+ }
3301
+ .k-split-button.k-button-group.k-focus .k-button.k-icon-button.k-split-button-arrow,.k-split-button.k-button-group.k-state-focus .k-button.k-icon-button.k-split-button-arrow,.k-split-button.k-button-group.k-state-focused .k-button.k-icon-button.k-split-button-arrow,.k-split-button.k-button-group:focus .k-button.k-icon-button.k-split-button-arrow{
3302
+ z-index: 1;
3303
+ box-shadow: inset 0px 0px 0px 2px $feather-feather-primary;
3304
+
3305
+ }
3306
+ .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link .k-menu-link-text{
3307
+ @extend %feather-typography-feather-body-small;
3308
+ color: $feather-feather-secondary-text-on-surface;
3309
+
3310
+ }
3311
+ .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-hover .k-menu-link-text,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hover .k-menu-link-text,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hovered .k-menu-link-text,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link:hover .k-menu-link-text{
3312
+ color: $feather-feather-primary-text-on-surface;
3313
+
3314
+ }
3315
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-hover .k-list-item-text,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hover .k-list-item-text,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hovered .k-list-item-text,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:hover .k-list-item-text{
3316
+ color: $feather-feather-primary-text-on-surface;
3317
+
3318
+ }
3319
+ .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-hover,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hover,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hovered,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:hover{
3320
+ background-color: initial;
3321
+ background-image: $feather-feather-hover-on-surface-gradient;
3322
+
3323
+ }
3324
+ .k-split-button.k-button-group .k-button.k-icon-button.k-split-button-arrow.k-button-solid-base{
3325
+ color: $feather-feather-icon-on-neutral;
3326
+
3327
+ }
3328
+ .k-split-button.k-button-group .k-button.k-icon-button.k-split-button-arrow{
3329
+ box-shadow: none;
3330
+
3331
+ }
3332
+ .k-split-button.k-button-group .k-button.k-first-child.k-button-solid-base,.k-split-button.k-button-group .k-button:first-child.k-button-solid-base{
3333
+ color: $feather-feather-secondary-text-on-surface;
3334
+
3335
+ }
3336
+ .k-split-button.k-button-group .k-button.k-first-child,.k-split-button.k-button-group .k-button:first-child{
3337
+ margin-right: -1px;
3338
+
3339
+ }
3340
+ .k-colorpicker.k-picker.k-icon-picker{
3341
+ align-items: center;
3342
+ align-self: stretch;
3343
+ background-image: none;
3344
+
3345
+ }
3346
+ .k-colorpicker.k-picker.k-icon-picker.k-picker-solid{
3347
+ background-color: $feather-feather-surface;
3348
+ border-bottom-color: $feather-feather-border-on-surface;
3349
+ border-left-color: $feather-feather-border-on-surface;
3350
+ border-right-color: $feather-feather-border-on-surface;
3351
+ border-top-color: $feather-feather-border-on-surface;
3352
+
3353
+ }
3354
+ .k-colorpicker.k-picker.k-icon-picker .k-input-inner{
3355
+ width: 2em;
3356
+ height: 2em;
3357
+
3358
+ }
3359
+ .k-colorpicker.k-picker.k-icon-picker.k-hover.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-hover.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-hovered.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker:hover.k-picker-solid{
3360
+ background-color: $feather-feather-surface;
3361
+
3362
+ }
3363
+ .k-colorpicker.k-picker.k-icon-picker.k-hover,.k-colorpicker.k-picker.k-icon-picker.k-state-hover,.k-colorpicker.k-picker.k-icon-picker.k-state-hovered,.k-colorpicker.k-picker.k-icon-picker:hover{
3364
+ background-image: $feather-feather-hover-on-surface-gradient;
3365
+
3366
+ }
3367
+ .k-colorpicker.k-picker.k-icon-picker.k-focus.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-focus.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-focused.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker:focus.k-picker-solid{
3368
+ @extend %feather-effects-feather-focus-outer-on-surface;
3369
+ background-color: $feather-feather-surface;
3370
+
3371
+ }
3372
+ .k-colorpicker.k-picker.k-icon-picker.k-focus,.k-colorpicker.k-picker.k-icon-picker.k-state-focus,.k-colorpicker.k-picker.k-icon-picker.k-state-focused,.k-colorpicker.k-picker.k-icon-picker:focus{
3373
+ background-image: $feather-feather-focused-on-surface-gradient;
3374
+
3375
+ }
3376
+ .k-colorpicker.k-picker.k-icon-picker.k-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask,.k-colorpicker.k-picker.k-icon-picker:disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask{
3377
+ background-color: initial;
3378
+ background-image: none;
3379
+ visibility: hidden;
3380
+
3381
+ }
3382
+ .k-colorpicker.k-picker.k-icon-picker.k-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask::before,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask::before,.k-colorpicker.k-picker.k-icon-picker:disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask::before{
3383
+ visibility: visible;
3384
+ background-color: $feather-feather-disabled-text-on-surface;
3385
+ background-image: none;
3386
+
3387
+ }
3388
+ .k-colorpicker.k-picker.k-icon-picker.k-disabled,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled,.k-colorpicker.k-picker.k-icon-picker:disabled{
3389
+ opacity: 40%;
3390
+
3391
+ }
3392
+ .k-colorpicker.k-picker.k-icon-picker.k-disabled.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker:disabled.k-picker-solid{
3393
+ color: $feather-feather-disabled-text-on-surface;
3394
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
3395
+ border-left-color: $feather-feather-disabled-text-on-surface;
3396
+ border-right-color: $feather-feather-disabled-text-on-surface;
3397
+ border-top-color: $feather-feather-disabled-text-on-surface;
3398
+
3399
+ }
3400
+ .k-colorpicker.k-picker.k-icon-picker.k-disabled .k-input-inner .k-value-icon.k-color-preview,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled .k-input-inner .k-value-icon.k-color-preview,.k-colorpicker.k-picker.k-icon-picker:disabled .k-input-inner .k-value-icon.k-color-preview{
3401
+ border-bottom-style: none;
3402
+ border-left-style: none;
3403
+ border-right-style: none;
3404
+ border-top-style: none;
3405
+
3406
+ }
3407
+ .k-popup.k-color-picker-popup{
3408
+ @extend %feather-effects-feather-elevation-04dp;
3409
+ border-bottom-left-radius: 8px;
3410
+ border-bottom-right-radius: 8px;
3411
+ border-top-left-radius: 8px;
3412
+ border-top-right-radius: 8px;
3413
+ border-bottom-width: 1px;
3414
+ border-left-width: 1px;
3415
+ border-right-width: 1px;
3416
+ border-top-width: 1px;
3417
+ border-bottom-color: $feather-feather-border-on-surface;
3418
+ border-left-color: $feather-feather-border-on-surface;
3419
+ border-right-color: $feather-feather-border-on-surface;
3420
+ border-top-color: $feather-feather-border-on-surface;
3421
+ padding-bottom: 4px;
3422
+ padding-left: 4px;
3423
+ padding-right: 4px;
3424
+ padding-top: 4px;
3425
+
3426
+ }
3427
+ .k-grid.k-grid-md{
3428
+ isolation: isolate;
3429
+ border-bottom-style: none;
3430
+ border-left-style: none;
3431
+ border-right-style: none;
3432
+ border-top-style: none;
3433
+ background-color: initial;
3434
+ background-image: none;
3435
+
3436
+ }
3437
+ div.feather-ks-spacing-min{
3438
+ padding-top: $feather-feather-spacing-min;
3439
+
3440
+ }
3441
+ div.feather-ks-spacing-xs{
3442
+ padding-top: $feather-feather-spacing-xs;
3443
+
3444
+ }
3445
+ div.feather-ks-spacing-s{
3446
+ padding-top: $feather-feather-spacing-s;
3447
+
3448
+ }
3449
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable.k-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable.k-state-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable.k-state-focused .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable:focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable.k-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable.k-state-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable.k-state-focused .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable:focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu{
3450
+ margin-right: 8px;
3451
+
3452
+ }
3453
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu{
3454
+ margin-right: 8px;
3455
+
3456
+ }
3457
+ .k-form{
3458
+ min-width: 288px;
3459
+
3460
+ }
3461
+ .k-popup.k-list-container .k-list.k-list-md{
3462
+ background-color: initial;
3463
+ background-image: none;
3464
+
3465
+ }
3466
+ .k-button.k-button-solid-base.k-icon-button.k-rounded-md{
3467
+ border-bottom-left-radius: 40px;
3468
+ border-bottom-right-radius: 40px;
3469
+ border-top-left-radius: 40px;
3470
+ border-top-right-radius: 40px;
3471
+
3472
+ }
3473
+ .k-button.k-button-flat.k-icon-button.k-rounded-md{
3474
+ border-bottom-left-radius: 40px;
3475
+ border-bottom-right-radius: 40px;
3476
+ border-top-left-radius: 40px;
3477
+ border-top-right-radius: 40px;
3478
+
3479
+ }
3480
+ .k-button.k-button-solid-primary.k-icon-button.k-rounded-md{
3481
+ border-bottom-left-radius: $feather-feather-border-radius;
3482
+ border-bottom-right-radius: $feather-feather-border-radius;
3483
+ border-top-left-radius: $feather-feather-border-radius;
3484
+ border-top-right-radius: $feather-feather-border-radius;
3485
+
3486
+ }
3487
+ .k-button.k-button-outline.k-icon-button.k-rounded-md{
3488
+ border-bottom-left-radius: 40px;
3489
+ border-bottom-right-radius: 40px;
3490
+ border-top-left-radius: 40px;
3491
+ border-top-right-radius: 40px;
3492
+
3493
+ }
3494
+ .k-button-group .k-button.k-button-outline.k-group-end.k-icon-button,.k-button-group .k-button.k-button-outline:last-child.k-icon-button{
3495
+ border-top-right-radius: $feather-kendo-border-radius;
3496
+ border-bottom-right-radius: $feather-feather-border-radius;
3497
+
3498
+ }
3499
+ input:focus{
3500
+ transition-duration: 280ms;
3501
+ transition-property: all;
3502
+
3503
+ }
3504
+ .k-textbox.k-input.k-invalid,.k-textbox.k-input.ng-invalid.ng-touched,.k-textbox.k-input.ng-invalid.ng-dirty{
3505
+ border-bottom-color: k-color( error );
3506
+ border-left-color: k-color( error );
3507
+ border-right-color: k-color( error );
3508
+ border-top-color: k-color( error );
3509
+
3510
+ }
3511
+ input{
3512
+ height: 40px;
3513
+ padding-left: 16px;
3514
+ padding-top: 0px;
3515
+ padding-right: 16px;
3516
+
3517
+ }
3518
+ .k-split-button.k-button-group.k-focus,.k-split-button.k-button-group.k-state-focus,.k-split-button.k-button-group.k-state-focused,.k-split-button.k-button-group:focus{
3519
+ box-shadow: none;
3520
+
3521
+ }
3522
+ .k-button-group .k-button.k-hover,.k-button-group .k-button.k-state-hover,.k-button-group .k-button.k-state-hovered,.k-button-group .k-button:hover{
3523
+ z-index: 1;
3524
+
3525
+ }
3526
+ .k-button-group .k-button.k-focus.k-group-start,.k-button-group .k-button.k-state-focus.k-group-start,.k-button-group .k-button.k-state-focused.k-group-start,.k-button-group .k-button:focus.k-group-start,.k-button-group .k-button.k-focus:first-child,.k-button-group .k-button.k-state-focus:first-child,.k-button-group .k-button.k-state-focused:first-child,.k-button-group .k-button:focus:first-child{
3527
+ border-bottom-color: transparent;
3528
+ border-left-color: transparent;
3529
+ border-right-color: transparent;
3530
+ border-top-color: transparent;
3531
+ z-index: 3;
3532
+
3533
+ }
3534
+ .k-button-group .k-button.k-focus,.k-button-group .k-button.k-state-focus,.k-button-group .k-button.k-state-focused,.k-button-group .k-button:focus{
3535
+ @extend %feather-effects-feather-focus-inner-on-surface;
3536
+ z-index: 3;
3537
+
3538
+ }
3539
+ .k-button-group .k-button.k-active,.k-button-group .k-button.k-state-active,.k-button-group .k-button:active{
3540
+ z-index: 1;
3541
+
3542
+ }
3543
+ .k-button-group .k-button.k-group-end,.k-button-group .k-button:last-child{
3544
+ z-index: 2;
3545
+ box-shadow: inset 1px 0px 0px 0px $feather-kendo-button-border;
3546
+
3547
+ }
3548
+ .k-button-group .k-button.k-hover.k-group-start,.k-button-group .k-button.k-state-hover.k-group-start,.k-button-group .k-button.k-state-hovered.k-group-start,.k-button-group .k-button:hover.k-group-start,.k-button-group .k-button.k-hover:first-child,.k-button-group .k-button.k-state-hover:first-child,.k-button-group .k-button.k-state-hovered:first-child,.k-button-group .k-button:hover:first-child{
3549
+ z-index: 0;
3550
+
3551
+ }
3552
+ .k-button-group .k-button.k-active.k-group-start,.k-button-group .k-button.k-state-active.k-group-start,.k-button-group .k-button:active.k-group-start,.k-button-group .k-button.k-active:first-child,.k-button-group .k-button.k-state-active:first-child,.k-button-group .k-button:active:first-child{
3553
+ z-index: 0;
3554
+
3555
+ }
3556
+ .k-button-group .k-button.k-focus.k-group-end,.k-button-group .k-button.k-state-focus.k-group-end,.k-button-group .k-button.k-state-focused.k-group-end,.k-button-group .k-button:focus.k-group-end,.k-button-group .k-button.k-focus:last-child,.k-button-group .k-button.k-state-focus:last-child,.k-button-group .k-button.k-state-focused:last-child,.k-button-group .k-button:focus:last-child{
3557
+ @extend %feather-effects-feather-focus-inner-on-surface;
3558
+ z-index: 3;
3559
+
3560
+ }
3561
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu::after,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu::after{
3562
+ visibility: visible;
3563
+
3564
+ }
3565
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu .k-icon.k-svg-icon,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu .k-icon.k-svg-icon{
3566
+ visibility: visible;
3567
+
3568
+ }
3569
+ .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu::before,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu::before{
3570
+ visibility: visible;
3571
+
3572
+ }
3573
+ .k-input.k-input-solid{
3574
+ background-color: initial;
3575
+
3576
+ }
3577
+ .k-input{
3578
+ background-image: none;
3579
+ transition-property: all;
3580
+ transition-duration: 280ms;
3581
+ transition-timing-function: ease-out;
3582
+
3583
+ }
3584
+ .k-input.k-rounded-md{
3585
+ border-bottom-left-radius: $feather-feather-border-radius;
3586
+ border-bottom-right-radius: $feather-feather-border-radius;
3587
+ border-top-left-radius: $feather-feather-border-radius;
3588
+ border-top-right-radius: $feather-feather-border-radius;
3589
+
3590
+ }
3591
+ .k-floating-label-container.k-empty .k-floating-label{
3592
+ @extend %feather-typography-feather-body-small;
3593
+ top: 30px;
3594
+
3595
+ }
3596
+ .k-floating-label-container.k-empty.k-focus .k-floating-label,.k-floating-label-container.k-empty.k-state-focus .k-floating-label,.k-floating-label-container.k-empty.k-state-focused .k-floating-label,.k-floating-label-container.k-empty:focus .k-floating-label{
3597
+ top: -4px;
3598
+
3599
+ }
3600
+ .k-floating-label-container .k-floating-label{
3601
+ top: -4px;
3602
+
3603
+ }
3604
+ .k-grid.k-grid-md .k-grid-container .k-grid-content{
3605
+ background-color: initial;
3606
+ background-image: none;
3607
+
3608
+ }
3609
+ .fk-grid.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th,.fk-grid.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th{
3610
+ transition-property: all;
3611
+ transition-duration: 280ms;
3612
+ transition-timing-function: ease-out;
3613
+
3614
+ }
3615
+ .k-button.k-focus.k-button-flat.k-button-flat-primary::after,.k-button.k-state-focus.k-button-flat.k-button-flat-primary::after,.k-button.k-state-focused.k-button-flat.k-button-flat-primary::after,.k-button:focus.k-button-flat.k-button-flat-primary::after{
3616
+ visibility: hidden;
3617
+
3618
+ }
3619
+ .fk-loader.k-loader.k-loader-lg.k-loader-pulsing-2 .k-loader-canvas{
3620
+ width: 3rem;
3621
+
3622
+ }
3623
+ .k-form.k-form-horizontal{
3624
+ border-bottom-style: none;
3625
+ border-left-style: none;
3626
+ border-right-style: none;
3627
+ border-top-style: none;
3628
+
3629
+ }
3630
+ .k-form.k-form-horizontal .k-form-fieldset .k-form-legend{
3631
+ border-bottom-style: none;
3632
+ border-left-style: none;
3633
+ border-right-style: none;
3634
+ border-top-style: none;
3635
+ text-transform: none;
3636
+ color: $feather-feather-primary-text-on-surface;
3637
+
3638
+ }
3639
+ .k-floating-label-container .k-floating-label .k-label-optional{
3640
+ font-style: normal;
3641
+
3642
+ }
3643
+ .k-form .k-form-fieldset .k-form-legend{
3644
+ border-bottom-style: none;
3645
+ border-left-style: none;
3646
+ border-right-style: none;
3647
+ border-top-style: none;
3648
+ font-family: Inter;
3649
+ font-weight: 600;
3650
+ text-transform: none;
3651
+ letter-spacing: -0.125px;
3652
+ line-height: 1.5;
3653
+
3654
+ }
3655
+ .k-button.k-button-outline.k-button-outline-primary{
3656
+ border-bottom-style: solid;
3657
+ border-left-style: solid;
3658
+ border-right-style: solid;
3659
+ border-top-style: solid;
3660
+ background-color: rgba(0, 0, 0, 0);
3661
+ background-image: linear-gradient(#FFFFFF, #FFFFFF);
3662
+ transition-property: all;
3663
+ transition-duration: 280ms;
3664
+ transition-timing-function: ease-out;
3665
+
3666
+ }
3667
+ .k-switch.k-switch-on .k-switch-track{
3668
+ transition-property: all;
3669
+ transition-duration: 280ms;
3670
+ transition-timing-function: ease-out;
3671
+
3672
+ }
3673
+ .k-switch.k-switch-on.k-focus .k-switch-track,.k-switch.k-switch-on.k-state-focus .k-switch-track,.k-switch.k-switch-on.k-state-focused .k-switch-track,.k-switch.k-switch-on:focus .k-switch-track{
3674
+ @extend %feather-effects-feather-focus-outer-on-color;
3675
+
3676
+ }
3677
+ .k-slider .k-draghandle.k-draghandle-end{
3678
+ transition-property: box-shadow;
3679
+ transition-duration: 140ms;
3680
+ transition-timing-function: ease-out;
3681
+
3682
+ }
3683
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease{
3684
+ border-bottom-style: solid;
3685
+ border-left-style: solid;
3686
+ border-right-style: solid;
3687
+ border-top-style: solid;
3688
+ background-color: initial;
3689
+ background-image: none;
3690
+ height: $feather-feather-container-height-sm;
3691
+ width: $feather-feather-container-height-sm;
3692
+
3693
+ }
3694
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase{
3695
+ border-bottom-style: solid;
3696
+ border-left-style: solid;
3697
+ border-right-style: solid;
3698
+ border-top-style: solid;
3699
+ background-color: initial;
3700
+ background-image: none;
3701
+ height: $feather-feather-container-height-sm;
3702
+ width: $feather-feather-container-height-sm;
3703
+
3704
+ }
3705
+ .k-slider .k-draghandle.k-draghandle-end.k-hover,.k-slider .k-draghandle.k-draghandle-end.k-state-hover,.k-slider .k-draghandle.k-draghandle-end.k-state-hovered,.k-slider .k-draghandle.k-draghandle-end:hover{
3706
+ @extend %feather-effects-feather-focus-outer-on-surface;
3707
+ border-bottom-style: none;
3708
+ border-left-style: none;
3709
+ border-right-style: none;
3710
+ border-top-style: none;
3711
+
3712
+ }
3713
+ .k-slider .k-draghandle.k-draghandle-end.k-focus,.k-slider .k-draghandle.k-draghandle-end.k-state-focus,.k-slider .k-draghandle.k-draghandle-end.k-state-focused,.k-slider .k-draghandle.k-draghandle-end:focus{
3714
+ box-shadow: 0 0px 0px 2px k-color( on-primary ),0px 0px 0px 5px k-color( primary );
3715
+
3716
+ }
3717
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease .k-button-icon.k-icon.k-svg-icon >svg{
3718
+ position: relative;
3719
+ right: 1px;
3720
+
3721
+ }
3722
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase .k-button-icon.k-icon.k-svg-icon >svg{
3723
+ position: relative;
3724
+ left: 1px;
3725
+
3726
+ }
3727
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-hover,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-hover,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-hovered,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:hover{
3728
+ background-color: initial;
3729
+ background-image: $feather-feather-hover-on-surface-gradient;
3730
+
3731
+ }
3732
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-hover,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-hover,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-hovered,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:hover{
3733
+ background-color: initial;
3734
+ background-image: $feather-feather-hover-on-surface-gradient;
3735
+
3736
+ }
3737
+ .k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus{
3738
+ @extend %feather-effects-feather-focus-outer-on-surface;
3739
+ background-color: initial;
3740
+ background-image: $feather-feather-focused-on-surface-gradient;
3741
+
3742
+ }
3743
+ .k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus{
3744
+ @extend %feather-effects-feather-focus-outer-on-surface;
3745
+ background-color: initial;
3746
+ background-image: $feather-feather-focused-on-surface-gradient;
3747
+
3748
+ }
3749
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-active,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-active,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:active{
3750
+ background-color: initial;
3751
+ background-image: $feather-feather-active-on-surface-gradient;
3752
+
3753
+ }
3754
+ .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-active,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-active,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:active{
3755
+ background-color: initial;
3756
+ background-image: $feather-feather-active-on-surface-gradient;
3757
+
3758
+ }
3759
+ .k-popup.k-timepicker-popup .k-timeselector{
3760
+ background-color: k-color( app-surface );
3761
+ background-image: none;
3762
+
3763
+ }
3764
+ .k-popup.k-timepicker-popup{
3765
+ @extend %feather-effects-feather-elevation-06dp;
3766
+
3767
+ }
3768
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-start.k-selected,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:first-child.k-selected{
3769
+ background-color: k-color( primary-active );
3770
+ background-image: linear-gradient(transparent, transparent);
3771
+
3772
+ }
3773
+ .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end.k-selected,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child.k-selected{
3774
+ background-color: k-color( primary-active );
3775
+ background-image: linear-gradient(transparent, transparent);
3776
+
3777
+ }
3778
+ .k-popup.k-datetime-container.k-reset .k-time-tab.k-datetime-wrap{
3779
+ padding-top: $feather-feather-spacing-xs;
3780
+ padding-bottom: $feather-feather-spacing-xs;
3781
+
3782
+ }
3783
+ .k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper .k-title{
3784
+ padding-top: $feather-feather-spacing-xs;
3785
+ padding-bottom: $feather-feather-spacing-xs;
3786
+
3787
+ }
3788
+ .k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-focus .k-time-list::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focus .k-time-list::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focused .k-time-list::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper:focus .k-time-list::before{
3789
+ visibility: visible;
3790
+
3791
+ }
3792
+ .k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-focus::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focus::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focused::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper:focus::before{
3793
+ visibility: visible;
3794
+ position: absolute;
3795
+ top: 36px;
3796
+
3797
+ }
3798
+ .k-popup.k-datetime-container .k-date-tab.k-datetime-wrap{
3799
+ padding-top: $feather-feather-spacing-xs;
3800
+ padding-bottom: $feather-feather-spacing-xs;
3801
+
3802
+ }
3803
+ .k-calendar .k-calendar-navigation .k-content{
3804
+ visibility: visible;
3805
+
3806
+ }
3807
+ .k-pager .k-pager-numbers-wrap .k-button.k-pager-nav{
3808
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
3809
+ border-bottom-right-radius: $feather-kendo-border-radius-md;
3810
+ border-top-left-radius: $feather-kendo-border-radius-md;
3811
+ border-top-right-radius: $feather-kendo-border-radius-md;
3812
+
3813
+ }
3814
+ .k-pager .k-pager-numbers-wrap .k-button.k-pager-nav .k-icon.k-svg-icon.k-svg-i-caret-alt-left.k-button-icon{
3815
+ translate: -1px;
3816
+
3817
+ }
3818
+ .k-pager .k-pager-numbers-wrap .k-button.k-pager-nav .k-icon.k-svg-icon.k-svg-i-caret-alt-right.k-button-icon{
3819
+ translate: 1px;
3820
+
3821
+ }
3822
+ .k-switch.k-switch-off .k-switch-track .k-switch-label-off{
3823
+ visibility: hidden;
3824
+
3825
+ }
3826
+ .k-popover .k-popover-inner .k-popover-actions.k-actions{
3827
+ border-bottom-style: none;
3828
+ border-left-style: none;
3829
+ border-right-style: none;
3830
+ border-top-style: none;
3831
+
3832
+ }
3833
+ .k-popover .k-popover-inner .k-popover-header{
3834
+ border-bottom-style: none;
3835
+ border-left-style: none;
3836
+ border-right-style: none;
3837
+ border-top-style: none;
3838
+
3839
+ }
3840
+ .k-maskedtextbox.k-input.k-hover .k-input-inner,.k-maskedtextbox.k-input.k-state-hover .k-input-inner,.k-maskedtextbox.k-input.k-state-hovered .k-input-inner,.k-maskedtextbox.k-input:hover .k-input-inner{
3841
+ box-sizing: border-box;
3842
+
3843
+ }
3844
+ .k-input.k-focus.k-input-solid,.k-input.k-state-focus.k-input-solid,.k-input.k-state-focused.k-input-solid,.k-input:focus.k-input-solid{
3845
+ @extend %feather-effects-feather-focus-outer-on-surface;
3846
+
3847
+ }
3848
+ .k-input.k-state-focus-within.k-input-solid,.k-input:focus-within.k-input-solid{
3849
+ @extend %feather-effects-feather-focus-outer-on-surface;
3850
+
3851
+ }
3852
+ .k-input.k-invalid.k-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-focus.k-input-solid,.k-input.k-invalid.k-state-focus.k-input-solid,.k-input.k-invalid.k-state-focused.k-input-solid,.k-input.k-invalid:focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-touched:focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-dirty:focus.k-input-solid{
3853
+ @extend %feather-effects-feather-focus-invalid-outer;
3854
+
3855
+ }
3856
+ .k-input.k-hover,.k-input.k-state-hover,.k-input.k-state-hovered,.k-input:hover{
3857
+ border-bottom-width: $feather-kendo-input-border-width;
3858
+ border-left-width: $feather-kendo-input-border-width;
3859
+ border-right-width: $feather-kendo-input-border-width;
3860
+ border-top-width: $feather-kendo-input-border-width;
3861
+ box-shadow: 0px 0px 0px 0.5px $feather-feather-primary-text-on-surface;
3862
+
3863
+ }
3864
+ .k-maskedtextbox.k-input.k-hover,.k-maskedtextbox.k-input.k-state-hover,.k-maskedtextbox.k-input.k-state-hovered,.k-maskedtextbox.k-input:hover{
3865
+ @extend %feather-effects-feather-input-hover-on-surface;
3866
+ border-bottom-color: $feather-kendo-input-flat-hover-border;
3867
+ border-left-color: $feather-kendo-input-flat-hover-border;
3868
+ border-right-color: $feather-kendo-input-flat-hover-border;
3869
+ border-top-color: $feather-kendo-input-flat-hover-border;
3870
+
3871
+ }
3872
+ .k-numerictextbox.k-input.k-disabled .k-input-inner,.k-numerictextbox.k-input.k-state-disabled .k-input-inner,.k-numerictextbox.k-input:disabled .k-input-inner{
3873
+ color: $feather-feather-disabled-text-on-surface;
3874
+
3875
+ }
3876
+ .k-input.k-disabled,.k-input.k-state-disabled,.k-input:disabled{
3877
+ opacity: unset;
3878
+ visibility: visible;
3879
+
3880
+ }
3881
+ .k-input.k-disabled.k-input-solid,.k-input.k-state-disabled.k-input-solid,.k-input:disabled.k-input-solid{
3882
+ color: $feather-feather-disabled-text-on-surface;
3883
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
3884
+ border-left-color: $feather-feather-disabled-text-on-surface;
3885
+ border-right-color: $feather-feather-disabled-text-on-surface;
3886
+ border-top-color: $feather-feather-disabled-text-on-surface;
3887
+
3888
+ }
3889
+ .k-input.k-state-readonly.k-input-solid,.k-input[readonly].k-input-solid{
3890
+ border-bottom-color: $feather-feather-disabled-text-on-surface;
3891
+ border-left-color: $feather-feather-disabled-text-on-surface;
3892
+ border-right-color: $feather-feather-disabled-text-on-surface;
3893
+ border-top-color: $feather-feather-disabled-text-on-surface;
3894
+
3895
+ }
3896
+ .k-input.k-state-readonly,.k-input[readonly]{
3897
+ background-color: k-color( border-alt );
3898
+ background-image: none;
3899
+
3900
+ }
3901
+ .k-dateinput.k-input .k-input-inner{
3902
+ height: auto;
3903
+
3904
+ }
3905
+ .k-datepicker.k-input .k-input-inner{
3906
+ height: auto;
3907
+
3908
+ }
3909
+ .k-label .k-label-optional{
3910
+ font-style: normal;
3911
+
3912
+ }
3913
+ .k-label{
3914
+ margin-bottom: $feather-kendo-form-label-margin-bottom;
3915
+
3916
+ }
3917
+ .k-switch.k-switch-off.k-focus .k-switch-track,.k-switch.k-switch-off.k-state-focus .k-switch-track,.k-switch.k-switch-off.k-state-focused .k-switch-track,.k-switch.k-switch-off:focus .k-switch-track{
3918
+ @extend %feather-effects-feather-focus-outer-on-color;
3919
+ border-bottom-color: k-color( primary );
3920
+ border-left-color: k-color( primary );
3921
+ border-right-color: k-color( primary );
3922
+ border-top-color: k-color( primary );
3923
+
3924
+ }
3925
+ .k-appbar.k-appbar-light .k-appbar-spacer{
3926
+ visibility: visible;
3927
+
3928
+ }
3929
+ .k-appbar.k-appbar-light .k-appbar-section .k-appbar-separator{
3930
+ visibility: hidden;
3931
+
3932
+ }
3933
+ .k-appbar.k-appbar-dark .k-appbar-section .k-appbar-separator{
3934
+ visibility: hidden;
3935
+
3936
+ }
3937
+ .k-appbar.k-appbar-inherit .k-appbar-section .k-appbar-separator{
3938
+ visibility: hidden;
3939
+
3940
+ }
3941
+ .k-chip-list{
3942
+ border-bottom-left-radius: $feather-feather-border-radius-full;
3943
+ border-bottom-right-radius: $feather-feather-border-radius-full;
3944
+ border-top-left-radius: $feather-feather-border-radius-full;
3945
+ border-top-right-radius: $feather-feather-border-radius-full;
3946
+
3947
+ }
3948
+ .k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
3949
+ min-height: $feather-feather-container-height-md;
3950
+
3951
+ }
3952
+ .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item{
3953
+ min-height: $feather-feather-container-height-md;
3954
+
3955
+ }
3956
+ .k-card{
3957
+ @extend %feather-effects-feather-elevation-02dp;
3958
+ background-color: k-color( app-surface );
3959
+ background-image: none;
3960
+
3961
+ }
3962
+ .k-card .k-card-header{
3963
+ border-bottom-style: none;
3964
+ border-left-style: none;
3965
+ border-right-style: none;
3966
+ border-top-style: none;
3967
+
3968
+ }
3969
+ .k-card .k-card-header .k-card-title{
3970
+ color: $feather-feather-primary-text-on-surface;
3971
+
3972
+ }
3973
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-hover,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-hover,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-hovered,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:hover{
3974
+ background-color: initial;
3975
+ background-image: $feather-feather-hover-on-surface-gradient;
3976
+
3977
+ }
3978
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-focus,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focus,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focused,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:focus{
3979
+ @extend %feather-effects-feather-focus-inner-on-surface;
3980
+ outline-style: none;
3981
+ background-color: initial;
3982
+ background-image: $feather-feather-focused-on-surface-gradient;
3983
+
3984
+ }
3985
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-disabled,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-disabled,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:disabled{
3986
+ opacity: unset;
3987
+ color: $feather-feather-disabled-text-on-surface;
3988
+
3989
+ }
3990
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focused .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:focus .k-breadcrumb-item-text{
3991
+ opacity: 100%;
3992
+
3993
+ }
3994
+ .k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-hover,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-hover,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-hovered,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link:hover{
3995
+ background-color: initial;
3996
+ background-image: $feather-feather-hover-on-surface-gradient;
3997
+
3998
+ }
3999
+ .k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-focus,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focus,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focused,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link:focus{
4000
+ @extend %feather-effects-feather-focus-inner-on-surface;
4001
+ background-color: initial;
4002
+ background-image: $feather-feather-focused-on-surface-gradient;
4003
+
4004
+ }
4005
+ .k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link{
4006
+ color: k-color( primary );
4007
+
4008
+ }
4009
+ .k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link .k-breadcrumb-item-text{
4010
+ opacity: 80%;
4011
+
4012
+ }
4013
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link .k-breadcrumb-item-text{
4014
+ opacity: 80%;
4015
+
4016
+ }
4017
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link .k-breadcrumb-item-text{
4018
+ opacity: 90%;
4019
+ font-weight: 600;
4020
+
4021
+ }
4022
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link .k-svg-i-home.k-icon.k-svg-icon{
4023
+ opacity: 70%;
4024
+
4025
+ }
4026
+ .k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link .k-svg-i-home.k-icon.k-svg-icon{
4027
+ opacity: 70%;
4028
+
4029
+ }
4030
+ .k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focused .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link:focus .k-breadcrumb-item-text{
4031
+ opacity: 100%;
4032
+
4033
+ }
4034
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link.k-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link.k-state-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link.k-state-focused .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link:focus .k-breadcrumb-item-text{
4035
+ opacity: 100%;
4036
+
4037
+ }
4038
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link.k-focus .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link.k-state-focus .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link.k-state-focused .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link:focus .k-svg-i-home.k-icon.k-svg-icon{
4039
+ opacity: 100%;
4040
+
4041
+ }
4042
+ .k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-focus .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focus .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focused .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link:focus .k-svg-i-home.k-icon.k-svg-icon{
4043
+ opacity: 100%;
4044
+
4045
+ }
4046
+ .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-focus .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focus .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focused .k-svg-i-home.k-icon.k-svg-icon,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:focus .k-svg-i-home.k-icon.k-svg-icon{
4047
+ opacity: 100%;
4048
+
4049
+ }
4050
+ .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper{
4051
+ @extend %feather-effects-feather-elevation-02dp;
4052
+
4053
+ }
4054
+ .k-drawer-container.k-drawer-mini .k-drawer.k-drawer-start .k-drawer-wrapper{
4055
+ @extend %feather-effects-feather-elevation-02dp;
4056
+
4057
+ }
4058
+ .k-drawer-container.k-drawer-mini.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-selected{
4059
+ border-bottom-left-radius: $feather-feather-border-radius;
4060
+ border-bottom-right-radius: $feather-feather-border-radius;
4061
+ border-top-left-radius: $feather-feather-border-radius;
4062
+ border-top-right-radius: $feather-feather-border-radius;
4063
+
4064
+ }
4065
+ .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-selected{
4066
+ border-bottom-left-radius: $feather-feather-border-radius;
4067
+ border-bottom-right-radius: $feather-feather-border-radius;
4068
+ border-top-left-radius: $feather-feather-border-radius;
4069
+ border-top-right-radius: $feather-feather-border-radius;
4070
+
4071
+ }
4072
+ .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-focus,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-focus,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-focused,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item:focus{
4073
+ border-bottom-left-radius: $feather-feather-border-radius;
4074
+ border-bottom-right-radius: $feather-feather-border-radius;
4075
+ border-top-left-radius: $feather-feather-border-radius;
4076
+ border-top-right-radius: $feather-feather-border-radius;
4077
+
4078
+ }
4079
+ .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-hover,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-hover,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-hovered,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item:hover{
4080
+ border-bottom-left-radius: $feather-feather-border-radius;
4081
+ border-bottom-right-radius: $feather-feather-border-radius;
4082
+ border-top-left-radius: $feather-feather-border-radius;
4083
+ border-top-right-radius: $feather-feather-border-radius;
4084
+
4085
+ }
4086
+ .k-button.k-hover,.k-button.k-state-hover,.k-button.k-state-hovered,.k-button:hover{
4087
+ background-color: inherit;
4088
+ background-image: $feather-feather-hover-on-surface-gradient;
4089
+
4090
+ }
4091
+ .k-button.k-active,.k-button.k-state-active,.k-button:active{
4092
+ background-color: inherit;
4093
+ background-image: $feather-feather-active-on-surface-gradient;
4094
+
4095
+ }
4096
+ .k-button.k-hover.k-button-solid-primary,.k-button.k-state-hover.k-button-solid-primary,.k-button.k-state-hovered.k-button-solid-primary,.k-button:hover.k-button-solid-primary{
4097
+ background-color: k-color( primary );
4098
+ background-image: $feather-feather-hover-on-color;
4099
+
4100
+ }
4101
+ .k-button.k-active.k-button-solid-primary,.k-button.k-state-active.k-button-solid-primary,.k-button:active.k-button-solid-primary{
4102
+ background-color: k-color( primary );
4103
+ background-image: $feather-feather-active-on-color;
4104
+
4105
+ }
4106
+ .k-button.k-selected.k-button-solid-primary{
4107
+ color: k-color( primary );
4108
+ background-color: k-color( app-surface );
4109
+ background-image: $feather-feather-selected-on-surface-gradient;
4110
+
4111
+ }
4112
+ .k-button.k-selected.k-button-solid-primary .k-button-text{
4113
+ color: inherit;
4114
+
4115
+ }
4116
+ .k-button.k-focus.k-button-solid-primary,.k-button.k-state-focus.k-button-solid-primary,.k-button.k-state-focused.k-button-solid-primary,.k-button:focus.k-button-solid-primary{
4117
+ @extend %feather-effects-feather-focus-outer-on-color;
4118
+ background-color: k-color( primary );
4119
+ background-image: $feather-feather-focused-on-color;
4120
+
4121
+ }
4122
+ .k-button.k-button-solid-primary{
4123
+ transition-duration: 280ms;
4124
+ transition-property: all;
4125
+ transition-timing-function: ease-out;
4126
+
4127
+ }
4128
+ .k-button.k-button-outline.k-button-outline-primary.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
4129
+ translate: 0 -0.5px;
4130
+
4131
+ }
4132
+ .k-button .k-button-icon.k-icon.k-svg-icon >svg{
4133
+ width: auto;
4134
+ height: auto;
4135
+
4136
+ }
4137
+ .k-button.k-button-outline.k-button-outline-primary.k-icon-button{
4138
+ border-bottom-left-radius: $feather-feather-border-radius;
4139
+ border-bottom-right-radius: $feather-feather-border-radius;
4140
+ border-top-left-radius: $feather-feather-border-radius;
4141
+ border-top-right-radius: $feather-feather-border-radius;
4142
+
4143
+ }
4144
+ .k-button.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
4145
+ translate: 0 -1px;
4146
+
4147
+ }
4148
+ .k-button-group .k-button.k-button-flat.k-icon-button.k-group-start,.k-button-group .k-button.k-button-flat.k-icon-button:first-child{
4149
+ border-top-left-radius: $feather-kendo-border-radius;
4150
+ border-bottom-left-radius: $feather-kendo-border-radius;
4151
+ border-top-right-radius: 0px;
4152
+ border-bottom-right-radius: 0px;
4153
+
4154
+ }
4155
+ .k-button-group .k-button.k-button-outline.k-group-start,.k-button-group .k-button.k-button-outline:first-child{
4156
+ border-top-left-radius: $feather-kendo-border-radius-md;
4157
+ border-bottom-left-radius: $feather-kendo-border-radius-md;
4158
+ box-shadow: inset 0px 0px 0px 1px currentcolor;
4159
+
4160
+ }
4161
+ .k-button.k-icon-button{
4162
+ aspect-ratio: 1/1;
4163
+ width: $feather-feather-container-height-md;
4164
+
4165
+ }
4166
+ .k-button.k-icon-button.k-button-md{
4167
+ padding-bottom: 0px;
4168
+ padding-left: 0px;
4169
+ padding-right: 0px;
4170
+ padding-top: 0px;
4171
+
4172
+ }
4173
+ .k-button.k-button-solid-base.k-icon-button.k-rounded-md{
4174
+ border-bottom-left-radius: $feather-feather-border-radius-full;
4175
+ border-bottom-right-radius: $feather-feather-border-radius-full;
4176
+ border-top-left-radius: $feather-feather-border-radius-full;
4177
+ border-top-right-radius: $feather-feather-border-radius-full;
4178
+
4179
+ }
4180
+ .k-button.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
4181
+ width: $feather-kendo-icon-size;
4182
+ height: $feather-kendo-icon-size;
4183
+
4184
+ }
4185
+ .k-button .k-button-icon.k-icon.k-svg-icon{
4186
+ translate: 0px -0.5px;
4187
+
4188
+ }
4189
+ .k-button-group .k-button.k-button-flat.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat:last-child.k-icon-button{
4190
+ border-top-left-radius: 0px;
4191
+ border-top-right-radius: $feather-kendo-border-radius;
4192
+ border-bottom-right-radius: $feather-kendo-border-radius;
4193
+
4194
+ }
4195
+ .k-button-group .k-button.k-button-outline.k-hover.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-state-hover.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-state-hovered.k-button-outline-base,.k-button-group .k-button.k-button-outline:hover.k-button-outline-base{
4196
+ color: currentcolor;
4197
+
4198
+ }
4199
+ .k-button-group .k-button.k-button-outline.k-active.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-state-active.k-button-outline-base,.k-button-group .k-button.k-button-outline:active.k-button-outline-base{
4200
+ color: currentcolor;
4201
+
4202
+ }
4203
+ .k-button-group .k-button.k-button-flat::after{
4204
+ visibility: hidden;
4205
+
4206
+ }
4207
+ .k-button-group .k-button.k-button-flat{
4208
+ box-shadow: inset -1px 0 0 0 $feather-kendo-button-border,inset 1px 0px 0px 0px $feather-kendo-button-border !important;
4209
+
4210
+ }
4211
+ .k-button-group .k-button.k-button-flat.k-group-start,.k-button-group .k-button.k-button-flat:first-child{
4212
+ box-shadow: inset -1px 0 0 0 $feather-kendo-button-border !important;
4213
+
4214
+ }
4215
+ .k-button-group .k-button.k-button-flat.k-group-end,.k-button-group .k-button.k-button-flat:last-child{
4216
+ box-shadow: inset 1px 0px 0px 0px $feather-kendo-button-border !important;
4217
+
4218
+ }
4219
+ .k-button-group .k-button.k-button-flat.k-focus.k-group-start,.k-button-group .k-button.k-button-flat.k-state-focus.k-group-start,.k-button-group .k-button.k-button-flat.k-state-focused.k-group-start,.k-button-group .k-button.k-button-flat:focus.k-group-start,.k-button-group .k-button.k-button-flat.k-focus:first-child,.k-button-group .k-button.k-button-flat.k-state-focus:first-child,.k-button-group .k-button.k-button-flat.k-state-focused:first-child,.k-button-group .k-button.k-button-flat:focus:first-child{
4220
+ @extend %feather-effects-feather-focus-inner-on-surface-important;
4221
+
4222
+ }
4223
+ .k-button-group .k-button.k-button-flat.k-focus.k-group-end,.k-button-group .k-button.k-button-flat.k-state-focus.k-group-end,.k-button-group .k-button.k-button-flat.k-state-focused.k-group-end,.k-button-group .k-button.k-button-flat:focus.k-group-end,.k-button-group .k-button.k-button-flat.k-focus:last-child,.k-button-group .k-button.k-button-flat.k-state-focus:last-child,.k-button-group .k-button.k-button-flat.k-state-focused:last-child,.k-button-group .k-button.k-button-flat:focus:last-child{
4224
+ @extend %feather-effects-feather-focus-inner-on-color-important;
4225
+
4226
+ }
4227
+ .k-button-group .k-button.k-button-outline.k-icon-button{
4228
+ border-bottom-left-radius: 0px;
4229
+ border-bottom-right-radius: 0px;
4230
+ border-top-left-radius: 0px;
4231
+ border-top-right-radius: 0px;
4232
+
4233
+ }
4234
+ .k-button-group .k-button.k-button-outline.k-icon-button.k-group-start,.k-button-group .k-button.k-button-outline.k-icon-button:first-child{
4235
+ border-top-left-radius: $feather-kendo-border-radius;
4236
+ border-bottom-left-radius: $feather-kendo-border-radius;
4237
+
4238
+ }
4239
+ .k-button-group .k-button.k-button-outline{
4240
+ box-shadow: inset 0px 0px 0px 1px currentcolor;
4241
+
4242
+ }
4243
+ .k-button-group .k-button.k-button-outline.k-focus.k-group-start,.k-button-group .k-button.k-button-outline.k-state-focus.k-group-start,.k-button-group .k-button.k-button-outline.k-state-focused.k-group-start,.k-button-group .k-button.k-button-outline:focus.k-group-start,.k-button-group .k-button.k-button-outline.k-focus:first-child,.k-button-group .k-button.k-button-outline.k-state-focus:first-child,.k-button-group .k-button.k-button-outline.k-state-focused:first-child,.k-button-group .k-button.k-button-outline:focus:first-child{
4244
+ @extend %feather-effects-feather-focus-inner-on-surface;
4245
+
4246
+ }
4247
+ .k-button-group .k-button.k-button-outline.k-focus.k-group-end,.k-button-group .k-button.k-button-outline.k-state-focus.k-group-end,.k-button-group .k-button.k-button-outline.k-state-focused.k-group-end,.k-button-group .k-button.k-button-outline:focus.k-group-end,.k-button-group .k-button.k-button-outline.k-focus:last-child,.k-button-group .k-button.k-button-outline.k-state-focus:last-child,.k-button-group .k-button.k-button-outline.k-state-focused:last-child,.k-button-group .k-button.k-button-outline:focus:last-child{
4248
+ @extend %feather-effects-feather-focus-inner-on-surface;
4249
+
4250
+ }
4251
+ .k-button-group .k-button.k-button-outline.k-selected{
4252
+ box-shadow: inset 1px 0px 0px 0px currentcolor;
4253
+
4254
+ }
4255
+ .k-button-group .k-button.k-button-outline.k-selected.k-group-start,.k-button-group .k-button.k-button-outline.k-selected:first-child{
4256
+ box-shadow: none;
4257
+
4258
+ }
4259
+ .k-button-group .k-button.k-selected{
4260
+ box-shadow: inset 1px 0px 0px 0px $feather-feather-disabled-text-on-color,inset -1px 0px 0px 0px $feather-feather-disabled-text-on-color;
4261
+
4262
+ }
4263
+ .k-button.k-button-solid-base.k-icon-button.k-rounded-md{
4264
+ border-bottom-left-radius: $feather-feather-border-radius-full;
4265
+ border-bottom-right-radius: $feather-feather-border-radius-full;
4266
+ border-top-left-radius: $feather-feather-border-radius-full;
4267
+ border-top-right-radius: $feather-feather-border-radius-full;
4268
+
4269
+ }
4270
+ .k-button-group .k-button.k-active.k-icon-button,.k-button-group .k-button.k-state-active.k-icon-button,.k-button-group .k-button:active.k-icon-button{
4271
+ border-bottom-left-radius: inherit;
4272
+ border-bottom-right-radius: inherit;
4273
+ border-top-left-radius: inherit;
4274
+ border-top-right-radius: inherit;
4275
+
4276
+ }
4277
+ .k-button-group .k-button.k-focus.k-icon-button,.k-button-group .k-button.k-state-focus.k-icon-button,.k-button-group .k-button.k-state-focused.k-icon-button,.k-button-group .k-button:focus.k-icon-button{
4278
+ border-bottom-left-radius: inherit;
4279
+ border-bottom-right-radius: inherit;
4280
+ border-top-left-radius: inherit;
4281
+ border-top-right-radius: inherit;
4282
+
4283
+ }
4284
+ .k-button-group .k-button.k-selected.k-icon-button{
4285
+ border-bottom-left-radius: inherit;
4286
+ border-bottom-right-radius: inherit;
4287
+ border-top-left-radius: inherit;
4288
+ border-top-right-radius: inherit;
4289
+
4290
+ }
4291
+ .k-button-group .k-button.k-disabled.k-icon-button,.k-button-group .k-button.k-state-disabled.k-icon-button,.k-button-group .k-button:disabled.k-icon-button{
4292
+ border-bottom-left-radius: inherit;
4293
+ border-bottom-right-radius: inherit;
4294
+ border-top-left-radius: inherit;
4295
+ border-top-right-radius: inherit;
4296
+
4297
+ }
4298
+ .k-button.k-button-solid-base.k-icon-button.k-rounded-md{
4299
+ border-bottom-left-radius: 0px;
4300
+ border-bottom-right-radius: 0px;
4301
+ border-top-left-radius: 0px;
4302
+ border-top-right-radius: 0px;
4303
+
4304
+ }
4305
+ .k-button-group .k-button.k-selected.k-group-start,.k-button-group .k-button.k-selected:first-child{
4306
+ box-shadow: inset -1px 0px 0px 0px $feather-feather-disabled-text-on-color;
4307
+
4308
+ }
4309
+ .k-button-group .k-button.k-selected.k-group-end,.k-button-group .k-button.k-selected:last-child{
4310
+ box-shadow: inset 1px 0px 0px 0px $feather-feather-disabled-text-on-color;
4311
+
4312
+ }
4313
+ .k-multiselecttree.k-input{
4314
+ min-height: $feather-feather-container-height-lg;
4315
+
4316
+ }
4317
+ .k-popup.k-multiselecttree-popup{
4318
+ @extend %feather-effects-feather-elevation-06dp;
4319
+ border-bottom-left-radius: $feather-kendo-border-radius;
4320
+ border-bottom-right-radius: $feather-kendo-border-radius;
4321
+ border-top-left-radius: $feather-kendo-border-radius;
4322
+ border-top-right-radius: $feather-kendo-border-radius;
4323
+ border-bottom-style: none;
4324
+ border-left-style: none;
4325
+ border-right-style: none;
4326
+ border-top-style: none;
4327
+
4328
+ }
4329
+ .k-button-group .k-button.k-button-flat.k-focus.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focus.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focused.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat:focus.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat.k-focus:last-child.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focus:last-child.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focused:last-child.k-icon-button,.k-button-group .k-button.k-button-flat:focus:last-child.k-icon-button{
4330
+ @extend %feather-effects-feather-focus-inner-on-surface-important;
4331
+
4332
+ }
4333
+ .fk-button-group.k-button-group .k-button.k-button-flat.k-focus.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focus.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focused.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat:focus.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat.k-focus:last-child,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focus:last-child,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focused:last-child,.fk-button-group.k-button-group .k-button.k-button-flat:focus:last-child{
4334
+ @extend %feather-effects-feather-focus-inner-on-surface-important;
4335
+
4336
+ }
4337
+ .k-button-group .k-button.k-icon-button.k-group-start,.k-button-group .k-button.k-icon-button:first-child{
4338
+ border-top-left-radius: $feather-kendo-border-radius;
4339
+ border-bottom-left-radius: $feather-kendo-border-radius;
4340
+ border-top-right-radius: 0px;
4341
+ border-bottom-right-radius: 0px;
4342
+
4343
+ }
4344
+ .k-button-group .k-button.k-group-end.k-icon-button,.k-button-group .k-button:last-child.k-icon-button{
4345
+ border-top-right-radius: $feather-kendo-border-radius;
4346
+ border-bottom-right-radius: $feather-kendo-border-radius;
4347
+ border-top-left-radius: 0px;
4348
+ border-bottom-left-radius: 0px;
4349
+
4350
+ }
4351
+ .k-button-group .k-button.k-button-flat.k-icon-button{
4352
+ border-top-left-radius: 0px;
4353
+ border-top-right-radius: 0px;
4354
+ border-bottom-right-radius: 0px;
4355
+ border-bottom-left-radius: 0px;
4356
+
4357
+ }
4358
+ .k-dropdowntree.k-focus.k-picker-solid,.k-dropdowntree.k-state-focus.k-picker-solid,.k-dropdowntree.k-state-focused.k-picker-solid,.k-dropdowntree:focus.k-picker-solid{
4359
+ @extend %feather-effects-feather-focus-outer-on-surface;
4360
+
4361
+ }
4362
+ .k-dropdowntree .k-input-button.k-button.k-icon-button{
4363
+ height: auto;
4364
+
4365
+ }
4366
+ .k-dropdowntree.k-invalid,.k-dropdowntree.ng-invalid.ng-touched,.k-dropdowntree.ng-invalid.ng-dirty{
4367
+ outline-color: k-color( error );
4368
+
4369
+ }
4370
+ .k-dropdowntree.k-hover.k-picker-solid,.k-dropdowntree.k-state-hover.k-picker-solid,.k-dropdowntree.k-state-hovered.k-picker-solid,.k-dropdowntree:hover.k-picker-solid{
4371
+ border-bottom-color: $feather-kendo-component-header-text;
4372
+ border-left-color: $feather-kendo-component-header-text;
4373
+ border-right-color: $feather-kendo-component-header-text;
4374
+ border-top-color: $feather-kendo-component-header-text;
4375
+
4376
+ }
4377
+ .k-dropdowntree.k-hover.k-picker,.k-dropdowntree.k-state-hover.k-picker,.k-dropdowntree.k-state-hovered.k-picker,.k-dropdowntree:hover.k-picker{
4378
+ outline-color: currentcolor;
4379
+ outline-style: solid;
4380
+ outline-width: 0.5px;
4381
+
4382
+ }
4383
+ .k-dropdownlist.k-focus.k-picker-solid,.k-dropdownlist.k-state-focus.k-picker-solid,.k-dropdownlist.k-state-focused.k-picker-solid,.k-dropdownlist:focus.k-picker-solid{
4384
+ @extend %feather-effects-feather-focus-outer-on-surface;
4385
+
4386
+ }
4387
+ .k-dropdownlist.k-invalid.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-picker-solid{
4388
+ color: k-color( error );
4389
+
4390
+ }
4391
+ .k-dropdownlist .k-input-button{
4392
+ color: $feather-kendo-component-text;
4393
+
4394
+ }
4395
+ .k-popup.k-list-container .k-list.k-list-md .k-list-content{
4396
+ padding-top: $feather-feather-spacing-s;
4397
+ padding-bottom: 0px;
4398
+
4399
+ }
4400
+ .k-chip .k-icon.k-svg-icon.k-chip-icon{
4401
+ padding-bottom: $feather-kendo-chip-md-padding-y;
4402
+ padding-left: $feather-kendo-chip-md-padding-y;
4403
+ padding-right: $feather-kendo-chip-md-padding-y;
4404
+ padding-top: $feather-kendo-chip-md-padding-y;
4405
+ margin-top: -0.5em;
4406
+ margin-bottom: -0.5em;
4407
+ margin-left: -0.025rem;
4408
+
4409
+ }
4410
+ .k-chip .k-icon.k-svg-icon.k-chip-icon.k-icon-sm{
4411
+ width: unset;
4412
+ height: unset;
4413
+
4414
+ }
4415
+ .k-chip.k-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm,.k-chip.k-state-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm,.k-chip.k-state-focused .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm,.k-chip:focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm{
4416
+ width: $feather-kendo-icon-size-md;
4417
+ height: unset;
4418
+
4419
+ }
4420
+ .k-chip.k-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon,.k-chip.k-state-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon,.k-chip.k-state-focused .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon,.k-chip:focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon{
4421
+ aspect-ratio: 1/1;
4422
+
4423
+ }
4424
+ .k-chip.k-focus .k-icon.k-svg-icon.k-chip-icon,.k-chip.k-state-focus .k-icon.k-svg-icon.k-chip-icon,.k-chip.k-state-focused .k-icon.k-svg-icon.k-chip-icon,.k-chip:focus .k-icon.k-svg-icon.k-chip-icon{
4425
+ height: unset;
4426
+ aspect-ratio: 1/1;
4427
+
4428
+ }
4429
+ .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon{
4430
+ aspect-ratio: 1/1;
4431
+
4432
+ }
4433
+ .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm{
4434
+ width: unset;
4435
+ height: unset;
4436
+
4437
+ }
4438
+ .k-chip .k-icon.k-svg-icon.k-chip-icon >svg{
4439
+ width: $feather-kendo-icon-size-md;
4440
+
4441
+ }
4442
+ .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon >svg{
4443
+ width: $feather-kendo-icon-size-md;
4444
+ height: $feather-kendo-icon-size-md;
4445
+
4446
+ }
4447
+ .k-chip .k-chip-actions{
4448
+ margin-right: -0.25rem;
4449
+
4450
+ }
4451
+ .k-editor{
4452
+ background-color: k-color( app-surface );
4453
+ background-image: none;
4454
+ border-bottom-style: solid;
4455
+ border-left-style: solid;
4456
+ border-right-style: solid;
4457
+ border-top-style: solid;
4458
+ border-bottom-left-radius: $feather-kendo-border-radius;
4459
+ border-bottom-right-radius: $feather-kendo-border-radius;
4460
+ border-top-left-radius: $feather-kendo-border-radius;
4461
+ border-top-right-radius: $feather-kendo-border-radius;
4462
+
4463
+ }
4464
+ .k-editor .k-toolbar.k-editor-toolbar{
4465
+ background-color: k-color( app-surface );
4466
+ background-image: none;
4467
+
4468
+ }
4469
+ .k-checkbox-wrap .k-checkbox.k-hover,.k-checkbox-wrap .k-checkbox.k-state-hover,.k-checkbox-wrap .k-checkbox.k-state-hovered,.k-checkbox-wrap .k-checkbox:hover{
4470
+ @extend %feather-effects-feather-input-hover-on-surface;
4471
+
4472
+ }
4473
+ .k-radio-wrap .k-radio.k-hover,.k-radio-wrap .k-radio.k-state-hover,.k-radio-wrap .k-radio.k-state-hovered,.k-radio-wrap .k-radio:hover{
4474
+ @extend %feather-effects-feather-input-hover-on-surface;
4475
+
4476
+ }
4477
+ .k-flatcolorpicker.k-coloreditor.k-focus,.k-flatcolorpicker.k-coloreditor.k-state-focus,.k-flatcolorpicker.k-coloreditor.k-state-focused,.k-flatcolorpicker.k-coloreditor:focus{
4478
+ @extend %feather-effects-feather-focus-outer-on-surface;
4479
+
4480
+ }
4481
+ .k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-focus,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-focus,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-focused,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile:focus{
4482
+ z-index: 101;
4483
+ box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 1),inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
4484
+ border-bottom-left-radius: $feather-feather-border-radius-s;
4485
+ border-bottom-right-radius: $feather-feather-border-radius-s;
4486
+ border-top-left-radius: $feather-feather-border-radius-s;
4487
+ border-top-right-radius: $feather-feather-border-radius-s;
4488
+
4489
+ }
4490
+ .k-colorpalette .k-colorpalette-table .k-colorpalette-tile{
4491
+ display: inline-flex;
4492
+
4493
+ }
4494
+ .k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-hover,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-hover,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-hovered,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile:hover{
4495
+ box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7),inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
4496
+ border-bottom-left-radius: $feather-feather-border-radius-s;
4497
+ border-bottom-right-radius: $feather-feather-border-radius-s;
4498
+ border-top-left-radius: $feather-feather-border-radius-s;
4499
+ border-top-right-radius: $feather-feather-border-radius-s;
4500
+
4501
+ }
4502
+ .k-flatcolorpicker.k-coloreditor{
4503
+ transition-property: box-shadow;
4504
+ transition-duration: 280ms;
4505
+ transition-timing-function: ease-out;
4506
+
4507
+ }
4508
+ .k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:hover{
4509
+ background-color: initial;
4510
+ background-image: $feather-feather-hover-on-surface-gradient;
4511
+
4512
+ }
4513
+ .k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td:hover{
4514
+ background-color: initial;
4515
+ background-image: $feather-feather-hover-on-surface-gradient;
4516
+
4517
+ }
4518
+ .k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:hover{
4519
+ background-color: initial;
4520
+ background-image: $feather-feather-hover-on-surface-gradient;
4521
+
4522
+ }
4523
+ .k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td:hover{
4524
+ background-color: initial;
4525
+ background-image: $feather-feather-hover-on-surface-gradient;
4526
+
4527
+ }
4528
+ .k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-focus,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focus,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focused,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:focus{
4529
+ background-color: initial;
4530
+ background-image: $feather-feather-focused-on-surface-gradient;
4531
+
4532
+ }
4533
+ .k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td:focus .k-link{
4534
+ @extend %feather-effects-feather-focus-inner-on-surface;
4535
+ background-color: initial;
4536
+ background-image: $feather-feather-focused-on-surface-gradient;
4537
+
4538
+ }
4539
+ .k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-focus,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focus,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focused,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:focus{
4540
+ background-color: initial;
4541
+ background-image: $feather-feather-focused-on-surface-gradient;
4542
+
4543
+ }
4544
+ .k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-focus,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focus,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focused,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td:focus{
4545
+ background-color: initial;
4546
+ background-image: $feather-feather-focused-on-surface-gradient;
4547
+
4548
+ }
4549
+ .k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:focus .k-link{
4550
+ @extend %feather-effects-feather-focus-inner-on-surface;
4551
+
4552
+ }
4553
+ .k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:focus .k-link{
4554
+ @extend %feather-effects-feather-focus-inner-on-surface;
4555
+
4556
+ }
4557
+ .k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td:focus .k-link{
4558
+ @extend %feather-effects-feather-focus-inner-on-surface;
4559
+
4560
+ }
4561
+ .k-calendar .k-calendar-navigation .k-content .k-reset li.k-hover,.k-calendar .k-calendar-navigation .k-content .k-reset li.k-state-hover,.k-calendar .k-calendar-navigation .k-content .k-reset li.k-state-hovered,.k-calendar .k-calendar-navigation .k-content .k-reset li:hover{
4562
+ background-color: initial;
4563
+ background-image: $feather-feather-hover-on-surface-gradient;
4564
+
4565
+ }
4566
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td:hover{
4567
+ background-color: initial;
4568
+ background-image: $feather-feather-hover-on-surface-gradient;
4569
+
4570
+ }
4571
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td:hover{
4572
+ background-color: initial;
4573
+ background-image: $feather-feather-hover-on-surface-gradient;
4574
+
4575
+ }
4576
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td:hover{
4577
+ background-color: initial;
4578
+ background-image: $feather-feather-hover-on-surface-gradient;
4579
+
4580
+ }
4581
+ .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td:hover{
4582
+ background-color: initial;
4583
+ background-image: $feather-feather-hover-on-surface-gradient;
4584
+
4585
+ }
4586
+ .k-autocomplete.k-input .k-input-inner::placeholder{
4587
+ content: "Search...";
4588
+
4589
+ }
4590
+ .k-expander{
4591
+ transition-property: all;
4592
+ transition-duration: 280ms;
4593
+ transition-timing-function: ease-out;
4594
+
4595
+ }
4596
+ .k-expander.k-expanded .k-expander-content-wrapper{
4597
+ transition-property: all;
4598
+ transition-duration: 280ms;
4599
+ transition-timing-function: ease-out;
4600
+
4601
+ }
4602
+ .k-grid.k-grid-md .k-grid-header .k-grid-header-wrap{
4603
+ visibility: visible;
4604
+
4605
+ }