@featherk/styles 0.6.7 → 0.6.9

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.
@@ -1,11 +1,4 @@
1
1
  /* Compatible with @progress/kendo-theme-default v.8.2.0 */
2
- @font-face {
3
- font-family: Inter;
4
- src: url("../fonts/Inter-Regular.woff2") format("woff2");
5
- font-style: normal;
6
- font-weight: 400;
7
- font-display: auto;
8
- }
9
2
  @font-face {
10
3
  font-family: Inter;
11
4
  src: url("../fonts/Inter-Light.woff2") format("woff2");
@@ -22,30 +15,30 @@
22
15
  }
23
16
  @font-face {
24
17
  font-family: Inter;
25
- src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
18
+ src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
26
19
  font-style: italic;
27
- font-weight: 700;
20
+ font-weight: 300;
28
21
  font-display: auto;
29
22
  }
30
23
  @font-face {
31
24
  font-family: Inter;
32
- src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
25
+ src: url("../fonts/Inter-Italic.woff2") format("woff2");
33
26
  font-style: italic;
34
- font-weight: 500;
27
+ font-weight: 400;
35
28
  font-display: auto;
36
29
  }
37
30
  @font-face {
38
31
  font-family: Inter;
39
- src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
40
- font-style: italic;
41
- font-weight: 300;
32
+ src: url("../fonts/Inter-Regular.woff2") format("woff2");
33
+ font-style: normal;
34
+ font-weight: 400;
42
35
  font-display: auto;
43
36
  }
44
37
  @font-face {
45
38
  font-family: Inter;
46
- src: url("../fonts/Inter-Italic.woff2") format("woff2");
39
+ src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
47
40
  font-style: italic;
48
- font-weight: 400;
41
+ font-weight: 500;
49
42
  font-display: auto;
50
43
  }
51
44
  @font-face {
@@ -55,12 +48,19 @@
55
48
  font-weight: 500;
56
49
  font-display: auto;
57
50
  }
51
+ @font-face {
52
+ font-family: Inter;
53
+ src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
54
+ font-style: italic;
55
+ font-weight: 700;
56
+ font-display: auto;
57
+ }
58
58
  :root {
59
59
  --kendo-color-app-surface: rgb(252, 252, 255);
60
60
  --kendo-color-on-app-surface: rgba(10, 12, 27, 0.7);
61
61
  --kendo-color-subtle: rgba(10, 12, 27, 0.6);
62
62
  --kendo-color-surface: rgb(252, 252, 255);
63
- --kendo-color-surface-alt: rgb(242, 242, 250);
63
+ --kendo-color-surface-alt: rgb(252, 252, 255);
64
64
  --kendo-color-border: rgba(10, 12, 27, 0.12);
65
65
  --kendo-color-border-alt: rgba(10, 12, 27, 0.06);
66
66
  --kendo-color-base-subtle: #ebebeb;
@@ -14439,10 +14439,10 @@ kendo-sortable {
14439
14439
  color: var(--kendo-color-surface, rgb(252, 252, 255)) !important;
14440
14440
  }
14441
14441
  .k-text-surface-alt {
14442
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
14442
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
14443
14443
  }
14444
14444
  .\!k-text-surface-alt {
14445
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250)) !important;
14445
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255)) !important;
14446
14446
  }
14447
14447
  .k-text-border {
14448
14448
  color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -14694,10 +14694,10 @@ kendo-sortable {
14694
14694
  color: var(--kendo-color-surface, rgb(252, 252, 255)) !important;
14695
14695
  }
14696
14696
  .k-color-surface-alt {
14697
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
14697
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
14698
14698
  }
14699
14699
  .\!k-color-surface-alt {
14700
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250)) !important;
14700
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255)) !important;
14701
14701
  }
14702
14702
  .k-color-border {
14703
14703
  color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -15174,12 +15174,12 @@ kendo-sortable {
15174
15174
  background-color: var(--kendo-color-surface, rgb(252, 252, 255)) !important;
15175
15175
  }
15176
15176
  .k-bg-surface-alt {
15177
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
15177
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
15178
15178
  }
15179
15179
  .\!k-bg-surface-alt {
15180
15180
  background-color: var(
15181
15181
  --kendo-color-surface-alt,
15182
- rgb(242, 242, 250)
15182
+ rgb(252, 252, 255)
15183
15183
  ) !important;
15184
15184
  }
15185
15185
  .k-bg-border {
@@ -15543,10 +15543,10 @@ kendo-sortable {
15543
15543
  border-color: var(--kendo-color-surface, rgb(252, 252, 255)) !important;
15544
15544
  }
15545
15545
  .k-border-surface-alt {
15546
- border-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
15546
+ border-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
15547
15547
  }
15548
15548
  .\!k-border-surface-alt {
15549
- border-color: var(--kendo-color-surface-alt, rgb(242, 242, 250)) !important;
15549
+ border-color: var(--kendo-color-surface-alt, rgb(252, 252, 255)) !important;
15550
15550
  }
15551
15551
  .k-border-border {
15552
15552
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -17091,10 +17091,10 @@ kendo-sortable {
17091
17091
  outline-color: var(--kendo-color-surface, rgb(252, 252, 255)) !important;
17092
17092
  }
17093
17093
  .k-outline-surface-alt {
17094
- outline-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
17094
+ outline-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
17095
17095
  }
17096
17096
  .\!k-outline-surface-alt {
17097
- outline-color: var(--kendo-color-surface-alt, rgb(242, 242, 250)) !important;
17097
+ outline-color: var(--kendo-color-surface-alt, rgb(252, 252, 255)) !important;
17098
17098
  }
17099
17099
  .k-outline-border {
17100
17100
  outline-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -24085,7 +24085,7 @@ kendo-sortable {
24085
24085
  .k-listgroup {
24086
24086
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
24087
24087
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
24088
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
24088
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
24089
24089
  }
24090
24090
  .k-overlay {
24091
24091
  width: 100%;
@@ -24888,7 +24888,7 @@ kendo-badge-container {
24888
24888
  transform: translate(-100%, 100%);
24889
24889
  }
24890
24890
  .k-badge-border-cutout {
24891
- box-shadow: 0 0 0 2px var(--kendo-color-surface-alt, rgb(242, 242, 250));
24891
+ box-shadow: 0 0 0 2px var(--kendo-color-surface-alt, rgb(252, 252, 255));
24892
24892
  }
24893
24893
  .k-badge-solid-primary {
24894
24894
  border-color: var(--kendo-color-primary, #003583);
@@ -25140,7 +25140,7 @@ kendo-badge-container {
25140
25140
  }
25141
25141
  .k-chip-solid-base:hover,
25142
25142
  .k-chip-solid-base.k-hover {
25143
- background-color: #f2f2fa;
25143
+ background-color: #ededf5;
25144
25144
  }
25145
25145
  .k-chip-solid-base.k-selected {
25146
25146
  background-color: rgba(10, 12, 27, 0.7);
@@ -27622,7 +27622,7 @@ kendo-badge-container {
27622
27622
  .k-menu-scroll-wrapper .k-menu-scroll-button {
27623
27623
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
27624
27624
  color: var(--kendo-color-primary, #003583);
27625
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
27625
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
27626
27626
  }
27627
27627
  .k-menu-scroll-wrapper .k-menu-scroll-button:hover {
27628
27628
  color: var(--kendo-color-primary-hover, rgb(0, 50.88, 125.76));
@@ -31371,7 +31371,7 @@ select.k-picker-lg {
31371
31371
  .k-timeselector {
31372
31372
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
31373
31373
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
31374
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
31374
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
31375
31375
  }
31376
31376
  .k-time-header .k-time-now,
31377
31377
  .k-time-selector-header .k-time-now {
@@ -31393,7 +31393,7 @@ select.k-picker-lg {
31393
31393
  }
31394
31394
  .k-time-list::before,
31395
31395
  .k-time-list::after {
31396
- box-shadow: 0 0 3em 1.5em var(--kendo-color-surface-alt, rgb(242, 242, 250));
31396
+ box-shadow: 0 0 3em 1.5em var(--kendo-color-surface-alt, rgb(252, 252, 255));
31397
31397
  }
31398
31398
  .k-time-list .k-item:hover {
31399
31399
  color: var(--kendo-color-primary, #003583);
@@ -31403,7 +31403,7 @@ select.k-picker-lg {
31403
31403
  }
31404
31404
  .k-time-highlight {
31405
31405
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
31406
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
31406
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
31407
31407
  }
31408
31408
  .k-captcha {
31409
31409
  width: 280px;
@@ -31452,9 +31452,9 @@ select.k-picker-lg {
31452
31452
  font-style: italic;
31453
31453
  }
31454
31454
  .k-captcha {
31455
- border-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
31456
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
31457
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
31455
+ border-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
31456
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
31457
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
31458
31458
  }
31459
31459
  .k-colorpalette {
31460
31460
  border-width: 0;
@@ -33868,7 +33868,7 @@ select.k-picker-lg {
33868
33868
  .k-actionsheet {
33869
33869
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
33870
33870
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
33871
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
33871
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
33872
33872
  box-shadow: var(
33873
33873
  --kendo-elevation-7,
33874
33874
  0 14px 16px rgba(0, 0, 0, 0.24),
@@ -34099,8 +34099,8 @@ select.k-picker-lg {
34099
34099
  .k-dialog-actions {
34100
34100
  border-bottom-right-radius: 0.5rem;
34101
34101
  border-bottom-left-radius: 0.5rem;
34102
- padding-block: 0.5rem;
34103
- padding-inline: 0.5rem;
34102
+ padding-block: 1rem;
34103
+ padding-inline: 1rem;
34104
34104
  border-width: 1px 0 0;
34105
34105
  border-style: solid;
34106
34106
  border-color: inherit;
@@ -34479,9 +34479,9 @@ kendo-card-footer {
34479
34479
  .k-card .k-card-avatar,
34480
34480
  .k-card .k-avatar {
34481
34481
  margin-right: 1rem;
34482
- width: 45px;
34483
- height: 45px;
34484
- flex-basis: 45px;
34482
+ width: 48px;
34483
+ height: 48px;
34484
+ flex-basis: 48px;
34485
34485
  }
34486
34486
  .k-card > .k-card-inner {
34487
34487
  border-radius: calc(0.5rem - 1px);
@@ -34546,7 +34546,7 @@ kendo-card-footer {
34546
34546
  overflow: hidden;
34547
34547
  }
34548
34548
  .k-card-horizontal .k-card-media {
34549
- max-width: 100px;
34549
+ max-width: 104px;
34550
34550
  -o-object-fit: cover;
34551
34551
  object-fit: cover;
34552
34552
  }
@@ -34585,8 +34585,8 @@ kendo-card-footer {
34585
34585
  border-color: inherit;
34586
34586
  }
34587
34587
  .k-card-actions {
34588
- padding-block: 0.5rem;
34589
- padding-inline: 0.5rem;
34588
+ padding-block: 1rem;
34589
+ padding-inline: 1rem;
34590
34590
  border-width: 0;
34591
34591
  border-style: solid;
34592
34592
  border-color: inherit;
@@ -34708,7 +34708,7 @@ kendo-card-footer {
34708
34708
  .k-card {
34709
34709
  border-color: rgba(10, 12, 27, 0.12);
34710
34710
  color: rgba(10, 12, 27, 0.7);
34711
- background-color: #f2f2fa;
34711
+ background-color: #fcfcff;
34712
34712
  }
34713
34713
  .k-card .k-card-inner {
34714
34714
  background-color: inherit;
@@ -35278,7 +35278,7 @@ kendo-card-footer {
35278
35278
  .k-bottom-nav-flat.k-bottom-nav-primary {
35279
35279
  border-color: rgba(10, 12, 27, 0.12);
35280
35280
  color: rgba(10, 12, 27, 0.7);
35281
- background-color: #f2f2fa;
35281
+ background-color: #fcfcff;
35282
35282
  }
35283
35283
  .k-bottom-nav-flat-primary .k-bottom-nav-item.k-focus,
35284
35284
  .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
@@ -35298,7 +35298,7 @@ kendo-card-footer {
35298
35298
  .k-bottom-nav-flat.k-bottom-nav-secondary {
35299
35299
  border-color: rgba(10, 12, 27, 0.12);
35300
35300
  color: rgba(10, 12, 27, 0.7);
35301
- background-color: #f2f2fa;
35301
+ background-color: #fcfcff;
35302
35302
  }
35303
35303
  .k-bottom-nav-flat-secondary .k-bottom-nav-item.k-focus,
35304
35304
  .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
@@ -35318,7 +35318,7 @@ kendo-card-footer {
35318
35318
  .k-bottom-nav-flat.k-bottom-nav-tertiary {
35319
35319
  border-color: rgba(10, 12, 27, 0.12);
35320
35320
  color: rgba(10, 12, 27, 0.7);
35321
- background-color: #f2f2fa;
35321
+ background-color: #fcfcff;
35322
35322
  }
35323
35323
  .k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-focus,
35324
35324
  .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
@@ -35338,7 +35338,7 @@ kendo-card-footer {
35338
35338
  .k-bottom-nav-flat.k-bottom-nav-info {
35339
35339
  border-color: rgba(10, 12, 27, 0.12);
35340
35340
  color: rgba(10, 12, 27, 0.7);
35341
- background-color: #f2f2fa;
35341
+ background-color: #fcfcff;
35342
35342
  }
35343
35343
  .k-bottom-nav-flat-info .k-bottom-nav-item.k-focus,
35344
35344
  .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-focus,
@@ -35358,7 +35358,7 @@ kendo-card-footer {
35358
35358
  .k-bottom-nav-flat.k-bottom-nav-success {
35359
35359
  border-color: rgba(10, 12, 27, 0.12);
35360
35360
  color: rgba(10, 12, 27, 0.7);
35361
- background-color: #f2f2fa;
35361
+ background-color: #fcfcff;
35362
35362
  }
35363
35363
  .k-bottom-nav-flat-success .k-bottom-nav-item.k-focus,
35364
35364
  .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-focus,
@@ -35378,7 +35378,7 @@ kendo-card-footer {
35378
35378
  .k-bottom-nav-flat.k-bottom-nav-warning {
35379
35379
  border-color: rgba(10, 12, 27, 0.12);
35380
35380
  color: rgba(10, 12, 27, 0.7);
35381
- background-color: #f2f2fa;
35381
+ background-color: #fcfcff;
35382
35382
  }
35383
35383
  .k-bottom-nav-flat-warning .k-bottom-nav-item.k-focus,
35384
35384
  .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
@@ -35398,7 +35398,7 @@ kendo-card-footer {
35398
35398
  .k-bottom-nav-flat.k-bottom-nav-error {
35399
35399
  border-color: rgba(10, 12, 27, 0.12);
35400
35400
  color: rgba(10, 12, 27, 0.7);
35401
- background-color: #f2f2fa;
35401
+ background-color: #fcfcff;
35402
35402
  }
35403
35403
  .k-bottom-nav-flat-error .k-bottom-nav-item.k-focus,
35404
35404
  .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-focus,
@@ -35418,7 +35418,7 @@ kendo-card-footer {
35418
35418
  .k-bottom-nav-flat.k-bottom-nav-dark {
35419
35419
  border-color: rgba(10, 12, 27, 0.12);
35420
35420
  color: rgba(10, 12, 27, 0.7);
35421
- background-color: #f2f2fa;
35421
+ background-color: #fcfcff;
35422
35422
  }
35423
35423
  .k-bottom-nav-flat-dark .k-bottom-nav-item.k-focus,
35424
35424
  .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
@@ -35438,7 +35438,7 @@ kendo-card-footer {
35438
35438
  .k-bottom-nav-flat.k-bottom-nav-light {
35439
35439
  border-color: rgba(10, 12, 27, 0.12);
35440
35440
  color: rgba(10, 12, 27, 0.7);
35441
- background-color: #f2f2fa;
35441
+ background-color: #fcfcff;
35442
35442
  }
35443
35443
  .k-bottom-nav-flat-light .k-bottom-nav-item.k-focus,
35444
35444
  .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-focus,
@@ -35458,7 +35458,7 @@ kendo-card-footer {
35458
35458
  .k-bottom-nav-flat.k-bottom-nav-inverse {
35459
35459
  border-color: rgba(10, 12, 27, 0.12);
35460
35460
  color: rgba(10, 12, 27, 0.7);
35461
- background-color: #f2f2fa;
35461
+ background-color: #fcfcff;
35462
35462
  }
35463
35463
  .k-bottom-nav-flat-inverse .k-bottom-nav-item.k-focus,
35464
35464
  .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
@@ -36038,12 +36038,12 @@ kendo-card-footer {
36038
36038
  background-color: #fcfcff;
36039
36039
  }
36040
36040
  .k-stepper .k-step-indicator::after {
36041
- box-shadow: inset 0 0 0 2px var(--kendo-color-surface-alt, rgb(242, 242, 250));
36041
+ box-shadow: inset 0 0 0 2px var(--kendo-color-surface-alt, rgb(252, 252, 255));
36042
36042
  }
36043
36043
  .k-stepper .k-step-label:only-child {
36044
36044
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
36045
36045
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
36046
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
36046
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
36047
36047
  }
36048
36048
  .k-stepper .k-step-done .k-step-indicator {
36049
36049
  border-color: #003583;
@@ -36622,7 +36622,7 @@ kendo-card-footer {
36622
36622
  );
36623
36623
  background-color: var(
36624
36624
  --kendo-component-bg,
36625
- var(--kendo-color-surface-alt, rgb(242, 242, 250))
36625
+ var(--kendo-color-surface-alt, rgb(252, 252, 255))
36626
36626
  );
36627
36627
  padding-inline: var(--kendo-spacing-2, 0.5rem);
36628
36628
  padding-block: var(--kendo-spacing-1, 0.25rem);
@@ -36644,7 +36644,7 @@ kendo-card-footer {
36644
36644
  );
36645
36645
  background-color: var(
36646
36646
  --kendo-component-bg,
36647
- var(--kendo-color-surface-alt, rgb(242, 242, 250))
36647
+ var(--kendo-color-surface-alt, rgb(252, 252, 255))
36648
36648
  );
36649
36649
  }
36650
36650
  :where(.k-content) {
@@ -36658,7 +36658,7 @@ kendo-card-footer {
36658
36658
  );
36659
36659
  background-color: var(
36660
36660
  --kendo-component-bg,
36661
- var(--kendo-color-surface-alt, rgb(242, 242, 250))
36661
+ var(--kendo-color-surface-alt, rgb(252, 252, 255))
36662
36662
  );
36663
36663
  }
36664
36664
  .k-panelbar {
@@ -37611,7 +37611,7 @@ kendo-card-footer {
37611
37611
  background-color: var(--kendo-color-surface, rgb(252, 252, 255));
37612
37612
  }
37613
37613
  .k-var--background {
37614
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
37614
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
37615
37615
  }
37616
37616
  .k-var--border-radius {
37617
37617
  background-color: var(--kendo-border-radius-md, 0.25rem);
@@ -37882,13 +37882,13 @@ kendo-card-footer {
37882
37882
  background-color: rgba(0, 0, 0, 0);
37883
37883
  }
37884
37884
  .k-mask {
37885
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
37885
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
37886
37886
  opacity: 0.8;
37887
37887
  }
37888
37888
  .k-treemap {
37889
37889
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
37890
37890
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
37891
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
37891
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
37892
37892
  }
37893
37893
  .k-treemap .k-treemap-title {
37894
37894
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -37896,7 +37896,7 @@ kendo-card-footer {
37896
37896
  background-color: var(--kendo-color-surface, rgb(252, 252, 255));
37897
37897
  }
37898
37898
  .k-treemap .k-leaf {
37899
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
37899
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
37900
37900
  }
37901
37901
  .k-treemap .k-leaf.k-inverse {
37902
37902
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
@@ -38285,7 +38285,7 @@ kendo-card-footer {
38285
38285
  .k-view {
38286
38286
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
38287
38287
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
38288
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
38288
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
38289
38289
  }
38290
38290
  .k-pane-wrapper .k-pane > .k-view > .k-content {
38291
38291
  background-position: 50% 50%;
@@ -39691,7 +39691,7 @@ div.k-grid-norecords {
39691
39691
  box-shadow: none;
39692
39692
  }
39693
39693
  .k-grid-content {
39694
- background-color: #f2f2fa;
39694
+ background-color: #fcfcff;
39695
39695
  }
39696
39696
  .k-group-footer td,
39697
39697
  .k-grouping-row td,
@@ -39710,7 +39710,7 @@ div.k-grid-norecords {
39710
39710
  .k-grid {
39711
39711
  border-color: rgba(10, 12, 27, 0.12);
39712
39712
  color: rgba(10, 12, 27, 0.7);
39713
- background-color: #f2f2fa;
39713
+ background-color: #fcfcff;
39714
39714
  }
39715
39715
  .k-grid .k-table-row.k-table-alt-row {
39716
39716
  background-color: color-mix(
@@ -39886,12 +39886,12 @@ col.k-sorted,
39886
39886
  .k-master-row .k-grid-content-sticky {
39887
39887
  border-color: rgba(0, 0, 0, 0.3);
39888
39888
  border-top-color: rgba(10, 12, 27, 0.12);
39889
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
39889
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
39890
39890
  }
39891
39891
  .k-master-row .k-grid-row-sticky {
39892
39892
  border-top-color: rgba(0, 0, 0, 0.3);
39893
39893
  border-bottom-color: rgba(0, 0, 0, 0.3);
39894
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
39894
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
39895
39895
  }
39896
39896
  .k-master-row.k-table-alt-row .k-grid-content-sticky,
39897
39897
  .k-master-row.k-table-alt-row .k-grid-row-sticky {
@@ -39901,7 +39901,7 @@ col.k-sorted,
39901
39901
  .k-master-row.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
39902
39902
  .k-master-row.k-table-row td.k-grid-content-sticky.k-selected,
39903
39903
  .k-master-row.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
39904
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
39904
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
39905
39905
  }
39906
39906
  .k-master-row.k-table-row.k-selected td.k-grid-content-sticky::before,
39907
39907
  .k-master-row.k-table-row.k-selected .k-table-td.k-grid-row-sticky::before,
@@ -39964,7 +39964,7 @@ kendo-grid.k-grid .k-grid-content-sticky {
39964
39964
  border-top-color: rgba(10, 12, 27, 0.12);
39965
39965
  border-left-color: rgba(0, 0, 0, 0.3);
39966
39966
  border-right-color: rgba(0, 0, 0, 0.3);
39967
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
39967
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
39968
39968
  }
39969
39969
  kendo-grid.k-grid .k-grid-content-sticky:hover,
39970
39970
  kendo-grid.k-grid .k-grid-content-sticky.k-hover {
@@ -39974,7 +39974,7 @@ kendo-grid.k-grid .k-grid-row-sticky td,
39974
39974
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td {
39975
39975
  border-top-color: rgba(0, 0, 0, 0.3);
39976
39976
  border-bottom-color: rgba(0, 0, 0, 0.3);
39977
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
39977
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
39978
39978
  }
39979
39979
  kendo-grid.k-grid .k-grid-row-sticky:hover td,
39980
39980
  kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
@@ -39993,7 +39993,7 @@ kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
39993
39993
  kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
39994
39994
  kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
39995
39995
  kendo-grid.k-grid .k-selected.k-grid-content-sticky {
39996
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
39996
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
39997
39997
  }
39998
39998
  kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky::before,
39999
39999
  kendo-grid.k-grid .k-selected.k-grid-row-sticky td::before,
@@ -40162,7 +40162,7 @@ kendo-grid.k-grid
40162
40162
  border-color: rgba(10, 12, 27, 0.12);
40163
40163
  }
40164
40164
  .k-grid-norecords-template {
40165
- background-color: #f2f2fa;
40165
+ background-color: #fcfcff;
40166
40166
  border-color: rgba(10, 12, 27, 0.12);
40167
40167
  }
40168
40168
  .k-resizer-wrap.k-hover .k-row-resizer {
@@ -41137,7 +41137,7 @@ kendo-grid.k-grid
41137
41137
  .k-spreadsheet {
41138
41138
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
41139
41139
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
41140
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41140
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41141
41141
  }
41142
41142
  .k-spreadsheet-header {
41143
41143
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -41153,13 +41153,13 @@ kendo-grid.k-grid
41153
41153
  }
41154
41154
  .k-spreadsheet-cell-editor {
41155
41155
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
41156
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41156
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41157
41157
  }
41158
41158
  .k-spreadsheet-merged-cell {
41159
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41159
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41160
41160
  }
41161
41161
  .k-spreadsheet-disabled-mask {
41162
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41162
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41163
41163
  }
41164
41164
  .k-spreadsheet .k-selection-full,
41165
41165
  .k-spreadsheet .k-selection-partial {
@@ -41182,11 +41182,11 @@ kendo-grid.k-grid
41182
41182
  border-color: var(--kendo-color-primary, #003583);
41183
41183
  }
41184
41184
  .k-spreadsheet .k-single-selection::after {
41185
- border-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41185
+ border-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41186
41186
  background-color: var(--kendo-color-primary, #003583);
41187
41187
  }
41188
41188
  .k-spreadsheet-active-cell {
41189
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41189
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41190
41190
  box-shadow: inset 0 0 0 1px var(--kendo-color-primary, #003583);
41191
41191
  }
41192
41192
  .k-spreadsheet .k-auto-fill {
@@ -41200,7 +41200,7 @@ kendo-grid.k-grid
41200
41200
  }
41201
41201
  .k-spreadsheet .k-auto-fill-punch {
41202
41202
  background-color: rgba(
41203
- var(--kendo-color-surface-alt, rgb(242, 242, 250)),
41203
+ var(--kendo-color-surface-alt, rgb(252, 252, 255)),
41204
41204
  0.5
41205
41205
  );
41206
41206
  }
@@ -41242,7 +41242,7 @@ kendo-grid.k-grid
41242
41242
  .k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
41243
41243
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
41244
41244
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
41245
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41245
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41246
41246
  }
41247
41247
  .k-spreadsheet-insert-image-dialog {
41248
41248
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -41253,7 +41253,7 @@ kendo-grid.k-grid
41253
41253
  }
41254
41254
  .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
41255
41255
  .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-hover div {
41256
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41256
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41257
41257
  }
41258
41258
  .k-spreadsheet-drawing.k-spreadsheet-active-drawing {
41259
41259
  outline-color: var(--kendo-color-primary, #003583);
@@ -41850,7 +41850,7 @@ kendo-grid.k-grid
41850
41850
  .k-pivotgrid {
41851
41851
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
41852
41852
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
41853
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41853
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41854
41854
  }
41855
41855
  .k-pivotgrid-column-headers,
41856
41856
  .k-pivotgrid-row-headers,
@@ -41907,7 +41907,7 @@ kendo-grid.k-grid
41907
41907
  .k-pivotgrid-configurator-panel {
41908
41908
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
41909
41909
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
41910
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41910
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41911
41911
  }
41912
41912
  .k-pivotgrid-configurator-header {
41913
41913
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
@@ -41918,7 +41918,7 @@ kendo-grid.k-grid
41918
41918
  .k-calculated-field {
41919
41919
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
41920
41920
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
41921
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41921
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41922
41922
  }
41923
41923
  .k-calculated-field-header {
41924
41924
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
@@ -41964,7 +41964,7 @@ kendo-grid.k-grid
41964
41964
  .k-pivot {
41965
41965
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
41966
41966
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
41967
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
41967
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
41968
41968
  }
41969
41969
  .k-pivot-table {
41970
41970
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -42387,7 +42387,7 @@ kendo-grid.k-grid
42387
42387
  .k-filemanager {
42388
42388
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
42389
42389
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
42390
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
42390
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
42391
42391
  }
42392
42392
  .k-filemanager-breadcrumb {
42393
42393
  background-color: #fcfcff;
@@ -42580,7 +42580,7 @@ kendo-grid.k-grid
42580
42580
  .k-taskboard-pane {
42581
42581
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
42582
42582
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
42583
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
42583
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
42584
42584
  }
42585
42585
  .k-taskboard-pane-header {
42586
42586
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
@@ -42588,7 +42588,7 @@ kendo-grid.k-grid
42588
42588
  .k-taskboard-card {
42589
42589
  border-color: rgba(10, 12, 27, 0.12);
42590
42590
  color: rgba(10, 12, 27, 0.7);
42591
- background-color: #f2f2fa;
42591
+ background-color: #fcfcff;
42592
42592
  }
42593
42593
  .k-taskboard-card .k-card-title {
42594
42594
  color: var(--kendo-color-primary, #003583);
@@ -43163,7 +43163,7 @@ kendo-grid.k-grid
43163
43163
  .k-editor {
43164
43164
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
43165
43165
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
43166
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
43166
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
43167
43167
  }
43168
43168
  .k-editor.k-readonly .k-editor-content.k-focus {
43169
43169
  outline-color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
@@ -43341,7 +43341,7 @@ kendo-grid.k-grid
43341
43341
  .k-imageeditor {
43342
43342
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
43343
43343
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
43344
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
43344
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
43345
43345
  }
43346
43346
  .k-imageeditor-content {
43347
43347
  background-color: #c6c6c6;
@@ -44138,7 +44138,7 @@ kendo-grid.k-grid
44138
44138
  .k-gantt {
44139
44139
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
44140
44140
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
44141
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
44141
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
44142
44142
  }
44143
44143
  .k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
44144
44144
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -44178,7 +44178,7 @@ kendo-grid.k-grid
44178
44178
  .k-task-dot:hover::before,
44179
44179
  .k-task-dot.k-hover::before {
44180
44180
  border-color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
44181
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
44181
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
44182
44182
  }
44183
44183
  .k-task-milestone {
44184
44184
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
@@ -45707,9 +45707,9 @@ kendo-scheduler .k-recurrence-editor {
45707
45707
  font-weight: bold;
45708
45708
  }
45709
45709
  .k-chat .k-chat-bubble {
45710
- border-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
45710
+ border-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
45711
45711
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
45712
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
45712
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
45713
45713
  box-shadow: var(
45714
45714
  --kendo-elevation-1,
45715
45715
  0 2px 3px rgba(0, 0, 0, 0.04),
@@ -45874,10 +45874,10 @@ kendo-scheduler .k-recurrence-editor {
45874
45874
  .k-mediaplayer {
45875
45875
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
45876
45876
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
45877
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
45877
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
45878
45878
  }
45879
45879
  .k-mediaplayer-titlebar {
45880
- color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
45880
+ color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
45881
45881
  background-image: linear-gradient(
45882
45882
  color-mix(
45883
45883
  in srgb,
@@ -46257,14 +46257,14 @@ kendo-scheduler .k-recurrence-editor {
46257
46257
  background-color: var(--kendo-color-primary, #003583);
46258
46258
  }
46259
46259
  .k-timeline .k-timeline-card .k-card-header {
46260
- background-color: #f2f2fa;
46260
+ background-color: #fcfcff;
46261
46261
  color: rgba(10, 12, 27, 0.7);
46262
46262
  }
46263
46263
  .k-timeline .k-timeline-card .k-card-body {
46264
- scrollbar-color: rgba(10, 12, 27, 0.12) #f2f2fa;
46264
+ scrollbar-color: rgba(10, 12, 27, 0.12) #fcfcff;
46265
46265
  }
46266
46266
  .k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
46267
- background: #f2f2fa;
46267
+ background: #fcfcff;
46268
46268
  }
46269
46269
  .k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
46270
46270
  background: rgba(10, 12, 27, 0.12);
@@ -46435,7 +46435,7 @@ kendo-scheduler .k-recurrence-editor {
46435
46435
  .k-pdf-viewer {
46436
46436
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
46437
46437
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
46438
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
46438
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
46439
46439
  }
46440
46440
  .k-pdf-viewer .k-canvas {
46441
46441
  background-color: var(--kendo-color-surface, rgb(252, 252, 255));
@@ -46462,7 +46462,7 @@ kendo-scheduler .k-recurrence-editor {
46462
46462
  .k-pdf-viewer-canvas > .k-search-panel {
46463
46463
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
46464
46464
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
46465
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
46465
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
46466
46466
  box-shadow:
46467
46467
  0px 16px 18px 0 rgba(0, 0, 0, 0.28),
46468
46468
  0px 4px 16px 0 rgba(0, 0, 0, 0.12);
@@ -46954,7 +46954,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
46954
46954
  .k-map {
46955
46955
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
46956
46956
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
46957
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
46957
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
46958
46958
  }
46959
46959
  .k-map .k-navigator {
46960
46960
  border-color: rgba(10, 12, 27, 0.12);
@@ -47038,7 +47038,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47038
47038
  .k-orgchart-card .k-card-body .k-card-title-wrap {
47039
47039
  margin: 0 var(--kendo-spacing-6, 1.5rem) / 2 0 0;
47040
47040
  min-width: 0;
47041
- min-height: 45px;
47041
+ min-height: 48px;
47042
47042
  }
47043
47043
  .k-orgchart-line {
47044
47044
  background-color: currentColor;
@@ -47058,7 +47058,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47058
47058
  .k-orgchart {
47059
47059
  border-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
47060
47060
  color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
47061
- background-color: var(--kendo-color-surface-alt, rgb(242, 242, 250));
47061
+ background-color: var(--kendo-color-surface-alt, rgb(252, 252, 255));
47062
47062
  }
47063
47063
  .k-orgchart-card .k-card-body {
47064
47064
  border-color: rgba(0, 0, 0, 0);
@@ -47195,6 +47195,66 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47195
47195
  --breakpoint-md: 600px;
47196
47196
  --breakpoint-lg: 1440px;
47197
47197
  }
47198
+ .k-animation-container:has(.k-tooltip) {
47199
+ white-space: overflow-wrap;
47200
+ background-color: var(--kendo-color-primary-hover);
47201
+ border-radius: 0.25rem;
47202
+ max-width: 50ch;
47203
+ }
47204
+ .k-animation-container:has(.k-tooltip) .k-tooltip {
47205
+ color: var(--kendo-color-light);
47206
+ padding: 0.5rem 1rem;
47207
+ font-size: 0.875rem;
47208
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
47209
+ }
47210
+ .k-animation-container:has(.k-tooltip) .k-callout {
47211
+ display: none;
47212
+ }
47213
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup {
47214
+ box-shadow: none;
47215
+ border-radius: 0.25rem;
47216
+ }
47217
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup div {
47218
+ display: flex;
47219
+ flex-direction: row;
47220
+ align-items: center;
47221
+ gap: 1rem;
47222
+ color: var(--kendo-color-secondary-text);
47223
+ background-color: var(--kendo-color-surface);
47224
+ padding-block: 0.25rem;
47225
+ padding-inline: 1rem 0.5rem;
47226
+ border-radius: 0.25rem;
47227
+ border: 1px solid;
47228
+ border-color: var(--kendo-color-border);
47229
+ box-shadow: none;
47230
+ cursor: pointer;
47231
+ }
47232
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup div .k-icon {
47233
+ flex-shrink: 0;
47234
+ align-self: start;
47235
+ }
47236
+ .fk-popup-alert-info.k-animation-container .k-popup div {
47237
+ border-color: var(--kendo-color-info);
47238
+ color: var(--kendo-color-info);
47239
+ background-color: var(--kendo-color-info-subtle);
47240
+ }
47241
+ .fk-popup-alert-warning.k-animation-container .k-popup div {
47242
+ border-color: var(--kendo-color-warning);
47243
+ background-color: var(--kendo-color-warning-subtle);
47244
+ }
47245
+ .fk-popup-alert-error.k-animation-container .k-popup div {
47246
+ border-color: var(--kendo-color-error);
47247
+ color: var(--kendo-color-error);
47248
+ background-color: var(--kendo-color-error-subtle);
47249
+ }
47250
+ .fk-popup-alert-success.k-animation-container .k-popup div {
47251
+ border-color: var(--kendo-color-success);
47252
+ color: var(--kendo-color-success);
47253
+ background-color: var(--kendo-color-success-subtle);
47254
+ }
47255
+ .k-expander-header:focus-visible {
47256
+ box-shadow: inset 0px 0px 0px 2px #195bb5;
47257
+ }
47198
47258
  .k-slider .k-tick {
47199
47259
  background-image: none;
47200
47260
  }
@@ -47313,65 +47373,81 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47313
47373
  clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
47314
47374
  }
47315
47375
  }
47316
- :is([class*="fk-popup-alert"]).k-animation-container .k-popup {
47317
- box-shadow: none;
47318
- border-radius: 0.25rem;
47319
- }
47320
- :is([class*="fk-popup-alert"]).k-animation-container .k-popup div {
47321
- display: flex;
47322
- flex-direction: row;
47323
- align-items: center;
47324
- gap: 1rem;
47325
- color: var(--kendo-color-secondary-text);
47326
- background-color: var(--kendo-color-surface);
47327
- padding-block: 0.25rem;
47328
- padding-inline: 1rem 0.5rem;
47329
- border-radius: 0.25rem;
47330
- border: 1px solid;
47331
- border-color: var(--kendo-color-border);
47332
- box-shadow: none;
47333
- cursor: pointer;
47376
+ .tb-v8_2_0 {
47377
+ font-family: "Inter";
47334
47378
  }
47335
- :is([class*="fk-popup-alert"]).k-animation-container .k-popup div .k-icon {
47336
- flex-shrink: 0;
47337
- align-self: start;
47379
+ .fk-field-block {
47380
+ margin-bottom: 1.125rem;
47338
47381
  }
47339
- .fk-popup-alert-info.k-animation-container .k-popup div {
47340
- border-color: var(--kendo-color-info);
47341
- color: var(--kendo-color-info);
47342
- background-color: var(--kendo-color-info-subtle);
47382
+ .fk-field-block :is(.k-label) {
47383
+ display: block;
47384
+ margin-block: 0.25rem;
47343
47385
  }
47344
- .fk-popup-alert-warning.k-animation-container .k-popup div {
47345
- border-color: var(--kendo-color-warning);
47346
- background-color: var(--kendo-color-warning-subtle);
47386
+ .k-icon-wrap::before,
47387
+ .k-checkbox-wrap::before,
47388
+ .k-list-item-text::before,
47389
+ .k-list-header-text::before,
47390
+ .k-list-optionlabel::before,
47391
+ .k-table-list .k-table-group-row::before,
47392
+ .k-skeleton-text:empty::before,
47393
+ .k-placeholder-line:empty::before,
47394
+ .k-input-value-text::before,
47395
+ .k-radio-wrap::before,
47396
+ .k-calendar-infinite .k-calendar-view::after,
47397
+ .k-calendar-navigation::before,
47398
+ .k-calendar-navigation::after,
47399
+ .k-time-list-wrapper.k-focus::before,
47400
+ .k-time-list-wrapper.k-focus::after,
47401
+ .k-time-list::before,
47402
+ .k-time-list::after,
47403
+ .k-multiselecttree .k-input-inner::before,
47404
+ .k-window-title::before,
47405
+ .k-gantt-tasks td::after {
47406
+ content: "";
47347
47407
  }
47348
- .fk-popup-alert-error.k-animation-container .k-popup div {
47349
- border-color: var(--kendo-color-error);
47350
- color: var(--kendo-color-error);
47351
- background-color: var(--kendo-color-error-subtle);
47408
+ .fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item {
47409
+ position: relative;
47352
47410
  }
47353
- .fk-popup-alert-success.k-animation-container .k-popup div {
47354
- border-color: var(--kendo-color-success);
47355
- color: var(--kendo-color-success);
47356
- background-color: var(--kendo-color-success-subtle);
47411
+ .fk-menu
47412
+ .k-menu.k-menu-horizontal
47413
+ > .k-item.k-menu-item.fk-separator-prefix::before,
47414
+ .fk-menu
47415
+ .k-menu.k-menu-horizontal
47416
+ > .k-item.k-menu-item.fk-separator-suffix::after {
47417
+ content: "";
47418
+ position: absolute;
47419
+ top: 0;
47420
+ bottom: 0;
47421
+ background: var(--kendo-color-border);
47422
+ width: 1px;
47423
+ pointer-events: none;
47357
47424
  }
47358
- .k-animation-container:has(.k-tooltip) {
47359
- white-space: overflow-wrap;
47360
- background-color: var(--kendo-color-primary-hover);
47361
- border-radius: 0.25rem;
47362
- max-width: 50ch;
47425
+ .fk-menu
47426
+ .k-menu.k-menu-horizontal
47427
+ > .k-item.k-menu-item.fk-separator-prefix::before {
47428
+ left: 0;
47363
47429
  }
47364
- .k-animation-container:has(.k-tooltip) .k-tooltip {
47365
- color: var(--kendo-color-light);
47366
- padding: 0.5rem 1rem;
47367
- font-size: 0.875rem;
47368
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
47430
+ .fk-menu
47431
+ .k-menu.k-menu-horizontal
47432
+ > .k-item.k-menu-item.fk-separator-suffix::after {
47433
+ right: 0;
47369
47434
  }
47370
- .k-animation-container:has(.k-tooltip) .k-callout {
47371
- display: none;
47435
+ .fk-menu
47436
+ .k-menu.k-menu-vertical
47437
+ > .k-item.k-menu-item.fk-separator-prefix::before,
47438
+ .fk-menu
47439
+ .k-menu.k-menu-vertical
47440
+ > .k-item.k-menu-item.fk-separator-suffix::after {
47441
+ content: "";
47442
+ background: var(--kendo-color-border);
47443
+ height: 1px;
47444
+ margin: -1px 0;
47445
+ pointer-events: none;
47372
47446
  }
47373
- .k-expander-header:focus-visible {
47374
- box-shadow: inset 0px 0px 0px 2px #195bb5;
47447
+ .fk-menu .k-menu-vertical,
47448
+ .fk-menu .k-menu-horizontal {
47449
+ width: -moz-fit-content;
47450
+ width: fit-content;
47375
47451
  }
47376
47452
  .fk-daterangepicker .k-maskedtextbox {
47377
47453
  width: 16rem;
@@ -47439,97 +47515,17 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47439
47515
  display: flex;
47440
47516
  justify-content: space-between;
47441
47517
  }
47442
- .fk-timepicker .k-timepicker.k-input .k-maskedtextbox.k-input,
47443
- .fk-timepicker .k-timepicker.k-input.k-focus .k-maskedtextbox.k-input {
47444
- border: 0;
47445
- outline: 0;
47446
- }
47447
47518
  .fk-datepicker .k-datepicker {
47448
47519
  width: 10rem;
47449
47520
  min-width: 10rem;
47450
47521
  display: flex;
47451
47522
  justify-content: space-between;
47452
47523
  }
47524
+ .fk-timepicker .k-timepicker.k-input .k-maskedtextbox.k-input,
47525
+ .fk-timepicker .k-timepicker.k-input.k-focus .k-maskedtextbox.k-input,
47453
47526
  .fk-datepicker .k-datepicker.k-input .k-maskedtextbox.k-input,
47454
47527
  .fk-datepicker .k-datepicker.k-input.k-focus .k-maskedtextbox.k-input {
47455
- border: 0;
47456
- outline: 0;
47457
- }
47458
- .tb-v8_2_0 {
47459
- font-family: "Inter";
47460
- }
47461
- .fk-field-block {
47462
- margin-bottom: 1.125rem;
47463
- }
47464
- .fk-field-block :is(.k-label) {
47465
- display: block;
47466
- margin-block: 0.25rem;
47467
- }
47468
- .k-icon-wrap::before,
47469
- .k-checkbox-wrap::before,
47470
- .k-list-item-text::before,
47471
- .k-list-header-text::before,
47472
- .k-list-optionlabel::before,
47473
- .k-table-list .k-table-group-row::before,
47474
- .k-skeleton-text:empty::before,
47475
- .k-placeholder-line:empty::before,
47476
- .k-input-value-text::before,
47477
- .k-radio-wrap::before,
47478
- .k-calendar-infinite .k-calendar-view::after,
47479
- .k-calendar-navigation::before,
47480
- .k-calendar-navigation::after,
47481
- .k-time-list-wrapper.k-focus::before,
47482
- .k-time-list-wrapper.k-focus::after,
47483
- .k-time-list::before,
47484
- .k-time-list::after,
47485
- .k-multiselecttree .k-input-inner::before,
47486
- .k-window-title::before,
47487
- .k-gantt-tasks td::after {
47488
- content: "";
47489
- }
47490
- .fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item {
47491
- position: relative;
47492
- }
47493
- .fk-menu
47494
- .k-menu.k-menu-horizontal
47495
- > .k-item.k-menu-item.fk-separator-prefix::before,
47496
- .fk-menu
47497
- .k-menu.k-menu-horizontal
47498
- > .k-item.k-menu-item.fk-separator-suffix::after {
47499
- content: "";
47500
- position: absolute;
47501
- top: 0;
47502
- bottom: 0;
47503
- background: var(--kendo-color-border);
47504
- width: 1px;
47505
- pointer-events: none;
47506
- }
47507
- .fk-menu
47508
- .k-menu.k-menu-horizontal
47509
- > .k-item.k-menu-item.fk-separator-prefix::before {
47510
- left: 0;
47511
- }
47512
- .fk-menu
47513
- .k-menu.k-menu-horizontal
47514
- > .k-item.k-menu-item.fk-separator-suffix::after {
47515
- right: 0;
47516
- }
47517
- .fk-menu
47518
- .k-menu.k-menu-vertical
47519
- > .k-item.k-menu-item.fk-separator-prefix::before,
47520
- .fk-menu
47521
- .k-menu.k-menu-vertical
47522
- > .k-item.k-menu-item.fk-separator-suffix::after {
47523
- content: "";
47524
- background: var(--kendo-color-border);
47525
- height: 1px;
47526
- margin: -1px 0;
47527
- pointer-events: none;
47528
- }
47529
- .fk-menu .k-menu-vertical,
47530
- .fk-menu .k-menu-horizontal {
47531
- width: -moz-fit-content;
47532
- width: fit-content;
47528
+ box-shadow: none;
47533
47529
  }
47534
47530
  .k-tabstrip .k-tabstrip-content.k-active,
47535
47531
  .k-tabstrip .k-tabstrip-content.k-state-active,
@@ -47720,6 +47716,12 @@ h1 {
47720
47716
  0px 0px 0px 1.5px #fff,
47721
47717
  0px 0px 0px 3.5px #195bb5 !important;
47722
47718
  }
47719
+ .k-numerictextbox.k-input.k-invalid.k-state-focus-within.k-input-solid,
47720
+ .k-numerictextbox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,
47721
+ .k-numerictextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,
47722
+ .k-numerictextbox.k-input.k-invalid:focus-within.k-input-solid,
47723
+ .k-numerictextbox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,
47724
+ .k-numerictextbox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid,
47723
47725
  .k-textbox.k-input.k-input-outline.k-invalid.k-focus,
47724
47726
  .k-textbox.k-input.k-input-outline.ng-invalid.ng-touched.k-focus,
47725
47727
  .k-textbox.k-input.k-input-outline.ng-invalid.ng-dirty.k-focus,
@@ -47804,30 +47806,12 @@ h1 {
47804
47806
  .k-dateinput.k-input.k-invalid:focus-within.k-input-solid,
47805
47807
  .k-dateinput.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,
47806
47808
  .k-dateinput.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid,
47807
- .k-numerictextbox.k-input.k-invalid.k-state-focus-within.k-input-solid,
47808
- .k-numerictextbox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,
47809
- .k-numerictextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,
47810
- .k-numerictextbox.k-input.k-invalid:focus-within.k-input-solid,
47811
- .k-numerictextbox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,
47812
- .k-numerictextbox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid,
47813
47809
  .k-maskedtextbox.k-input.k-invalid.k-state-focus-within.k-input-solid,
47814
47810
  .k-maskedtextbox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,
47815
47811
  .k-maskedtextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,
47816
47812
  .k-maskedtextbox.k-input.k-invalid:focus-within.k-input-solid,
47817
47813
  .k-maskedtextbox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,
47818
47814
  .k-maskedtextbox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid,
47819
- .k-textbox.k-input.k-invalid.k-focus.k-input-solid,
47820
- .k-textbox.k-input.ng-invalid.ng-touched.k-focus.k-input-solid,
47821
- .k-textbox.k-input.ng-invalid.ng-dirty.k-focus.k-input-solid,
47822
- .k-textbox.k-input.k-invalid.k-state-focus.k-input-solid,
47823
- .k-textbox.k-input.k-invalid.k-state-focused.k-input-solid,
47824
- .k-textbox.k-input.k-invalid:focus.k-input-solid,
47825
- .k-textbox.k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid,
47826
- .k-textbox.k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid,
47827
- .k-textbox.k-input.ng-invalid.ng-touched:focus.k-input-solid,
47828
- .k-textbox.k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid,
47829
- .k-textbox.k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid,
47830
- .k-textbox.k-input.ng-invalid.ng-dirty:focus.k-input-solid,
47831
47815
  .k-textarea.k-input.k-invalid.k-state-focus-within.k-input-solid,
47832
47816
  .k-textarea.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,
47833
47817
  .k-textarea.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,
@@ -48128,6 +48112,14 @@ h1 {
48128
48112
  inset 0px 0px 0px 1.5px #195bb5,
48129
48113
  inset 0px 0px 0px 3px #fff !important;
48130
48114
  }
48115
+ .k-button.k-focus.k-button-outline.k-button-outline-primary.k-icon-button,
48116
+ .k-button.k-state-focus.k-button-outline.k-button-outline-primary.k-icon-button,
48117
+ .k-button.k-state-focused.k-button-outline.k-button-outline-primary.k-icon-button,
48118
+ .k-button:focus.k-button-outline.k-button-outline-primary.k-icon-button,
48119
+ .k-input.k-focus.k-input-solid,
48120
+ .k-input.k-state-focus.k-input-solid,
48121
+ .k-input.k-state-focused.k-input-solid,
48122
+ .k-input:focus.k-input-solid,
48131
48123
  .k-textbox.k-input.k-input-outline.k-focus,
48132
48124
  .k-textbox.k-input.k-input-outline.k-state-focus,
48133
48125
  .k-textbox.k-input.k-input-outline.k-state-focused,
@@ -48146,10 +48138,6 @@ h1 {
48146
48138
  .k-dropdowntree:focus.k-picker-solid,
48147
48139
  .k-input.k-state-focus-within.k-input-solid,
48148
48140
  .k-input:focus-within.k-input-solid,
48149
- .k-input.k-focus.k-input-solid,
48150
- .k-input.k-state-focus.k-input-solid,
48151
- .k-input.k-state-focused.k-input-solid,
48152
- .k-input:focus.k-input-solid,
48153
48141
  .k-slider.k-focus
48154
48142
  .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,
48155
48143
  .k-slider.k-focus
@@ -48238,8 +48226,6 @@ h1 {
48238
48226
  .k-autocomplete.k-input:focus-within.k-input-solid,
48239
48227
  .k-datetimepicker.k-input.k-state-focus-within.k-input-solid,
48240
48228
  .k-datetimepicker.k-input:focus-within.k-input-solid,
48241
- .k-timepicker.k-input.k-state-focus-within.k-input-solid,
48242
- .k-timepicker.k-input:focus-within.k-input-solid,
48243
48229
  .k-datepicker.k-input.k-state-focus-within.k-input-solid,
48244
48230
  .k-datepicker.k-input:focus-within.k-input-solid,
48245
48231
  .k-dateinput.k-input.k-state-focus-within.k-input-solid,
@@ -48247,13 +48233,7 @@ h1 {
48247
48233
  .k-maskedtextbox.k-input.k-state-focus-within.k-input-solid,
48248
48234
  .k-maskedtextbox.k-input:focus-within.k-input-solid,
48249
48235
  .k-textarea.k-input.k-state-focus-within.k-input-solid,
48250
- .k-textarea.k-input:focus-within.k-input-solid,
48251
- .k-numerictextbox.k-input.k-state-focus-within.k-input-solid,
48252
- .k-numerictextbox.k-input:focus-within.k-input-solid,
48253
- .k-textbox.k-input.k-focus.k-input-solid,
48254
- .k-textbox.k-input.k-state-focus.k-input-solid,
48255
- .k-textbox.k-input.k-state-focused.k-input-solid,
48256
- .k-textbox.k-input:focus.k-input-solid {
48236
+ .k-textarea.k-input:focus-within.k-input-solid {
48257
48237
  box-shadow: 0px 0px 0px 2px #195bb5;
48258
48238
  }
48259
48239
  .k-button.k-focus.k-button-flat.k-button-flat-primary,
@@ -48484,18 +48464,6 @@ h1 {
48484
48464
  .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
48485
48465
  .k-input-prefix.k-input-prefix-horizontal
48486
48466
  .k-button.k-button-flat.k-button-flat-base.k-icon-button:focus,
48487
- .fk-button-group.k-button-group .k-button.k-button-flat.k-focus.k-group-end,
48488
- .fk-button-group.k-button-group
48489
- .k-button.k-button-flat.k-state-focus.k-group-end,
48490
- .fk-button-group.k-button-group
48491
- .k-button.k-button-flat.k-state-focused.k-group-end,
48492
- .fk-button-group.k-button-group .k-button.k-button-flat:focus.k-group-end,
48493
- .fk-button-group.k-button-group .k-button.k-button-flat.k-focus:last-child,
48494
- .fk-button-group.k-button-group
48495
- .k-button.k-button-flat.k-state-focus:last-child,
48496
- .fk-button-group.k-button-group
48497
- .k-button.k-button-flat.k-state-focused:last-child,
48498
- .fk-button-group.k-button-group .k-button.k-button-flat:focus:last-child,
48499
48467
  .k-button-group .k-button.k-button-flat.k-focus.k-group-end.k-icon-button,
48500
48468
  .k-button-group .k-button.k-button-flat.k-state-focus.k-group-end.k-icon-button,
48501
48469
  .k-button-group
@@ -48565,6 +48533,10 @@ h1 {
48565
48533
  0px 24px 38px 3px rgba(10, 11, 28, 0.14),
48566
48534
  0px 9px 46px 8px rgba(10, 11, 28, 0.12);
48567
48535
  }
48536
+ .k-input.k-hover,
48537
+ .k-input.k-state-hover,
48538
+ .k-input.k-state-hovered,
48539
+ .k-input:hover,
48568
48540
  .k-radio-wrap .k-radio.k-hover,
48569
48541
  .k-radio-wrap .k-radio.k-state-hover,
48570
48542
  .k-radio-wrap .k-radio.k-state-hovered,
@@ -48577,10 +48549,6 @@ h1 {
48577
48549
  .k-datetimepicker.k-input.k-state-hover,
48578
48550
  .k-datetimepicker.k-input.k-state-hovered,
48579
48551
  .k-datetimepicker.k-input:hover,
48580
- .k-timepicker.k-input.k-hover,
48581
- .k-timepicker.k-input.k-state-hover,
48582
- .k-timepicker.k-input.k-state-hovered,
48583
- .k-timepicker.k-input:hover,
48584
48552
  .k-datepicker.k-input.k-hover,
48585
48553
  .k-datepicker.k-input.k-state-hover,
48586
48554
  .k-datepicker.k-input.k-state-hovered,
@@ -48670,8 +48638,14 @@ h1 {
48670
48638
  outline-width: 0px;
48671
48639
  outline-color: #003583;
48672
48640
  transition-timing-function: ease-out;
48673
- -moz-column-gap: 0.5rem;
48674
- column-gap: 0.5rem;
48641
+ -moz-column-gap: 0.125rem;
48642
+ column-gap: 0.125rem;
48643
+ min-width: 4rem;
48644
+ min-height: 2.25rem;
48645
+ }
48646
+ .k-button.k-button-md {
48647
+ padding-right: 0.5rem;
48648
+ padding-left: 0.5rem;
48675
48649
  }
48676
48650
  .k-button-group {
48677
48651
  isolation: isolate;
@@ -49289,7 +49263,7 @@ h1 {
49289
49263
  }
49290
49264
  .k-numerictextbox.k-input .k-input-spinner.k-spin-button {
49291
49265
  color: rgba(10, 12, 27, 0.6);
49292
- align-self: center;
49266
+ align-self: stretch;
49293
49267
  height: 100%;
49294
49268
  }
49295
49269
  .k-textbox.k-input .k-clear-value {
@@ -49685,11 +49659,28 @@ h1 {
49685
49659
  .k-textbox.k-input.k-state-focus.k-input-solid,
49686
49660
  .k-textbox.k-input.k-state-focused.k-input-solid,
49687
49661
  .k-textbox.k-input.k-input-solid:focus {
49662
+ color: var(--kendo-color-primary, #003583);
49663
+ }
49664
+ .k-textbox.k-input.k-focus.k-input-solid,
49665
+ .k-textbox.k-input.k-state-focus.k-focus.k-input-solid,
49666
+ .k-textbox.k-input.k-state-focused.k-focus.k-input-solid,
49667
+ .k-textbox.k-input.k-focus.k-input-solid:focus,
49668
+ .k-textbox.k-input.k-focus.k-state-focus.k-input-solid,
49669
+ .k-textbox.k-input.k-state-focus.k-input-solid,
49670
+ .k-textbox.k-input.k-state-focused.k-state-focus.k-input-solid,
49671
+ .k-textbox.k-input.k-state-focus.k-input-solid:focus,
49672
+ .k-textbox.k-input.k-focus.k-state-focused.k-input-solid,
49673
+ .k-textbox.k-input.k-state-focus.k-state-focused.k-input-solid,
49674
+ .k-textbox.k-input.k-state-focused.k-input-solid,
49675
+ .k-textbox.k-input.k-state-focused.k-input-solid:focus,
49676
+ .k-textbox.k-input.k-focus:focus.k-input-solid,
49677
+ .k-textbox.k-input.k-state-focus:focus.k-input-solid,
49678
+ .k-textbox.k-input.k-state-focused:focus.k-input-solid,
49679
+ .k-textbox.k-input:focus.k-input-solid {
49688
49680
  border-bottom-color: currentcolor;
49689
49681
  border-left-color: currentcolor;
49690
49682
  border-right-color: currentcolor;
49691
49683
  border-top-color: currentcolor;
49692
- color: var(--kendo-color-primary, #003583);
49693
49684
  }
49694
49685
  .k-label.k-text-disabled {
49695
49686
  opacity: 100%;
@@ -50372,7 +50363,7 @@ h1 {
50372
50363
  .k-textbox.k-input {
50373
50364
  transition-property: all;
50374
50365
  transition-duration: 280ms;
50375
- outline-style: solid;
50366
+ align-items: center;
50376
50367
  }
50377
50368
  .k-textbox.k-input.k-input-solid {
50378
50369
  color: unset;
@@ -50671,6 +50662,8 @@ h1 {
50671
50662
  }
50672
50663
  .k-button.k-button-outline.k-button-outline-primary .k-button-text {
50673
50664
  color: var(--kendo-color-primary, #003583);
50665
+ padding-right: 0.25rem;
50666
+ padding-left: 0.25rem;
50674
50667
  }
50675
50668
  .k-button.k-button-outline.k-button-outline-primary
50676
50669
  .k-button-icon.k-icon.k-svg-icon
@@ -50785,23 +50778,21 @@ h1 {
50785
50778
  .k-list-filter .k-searchbox:hover.k-input {
50786
50779
  box-shadow: none;
50787
50780
  }
50788
- .k-numerictextbox.k-input.k-hover,
50789
- .k-numerictextbox.k-input.k-state-hover,
50790
- .k-numerictextbox.k-input.k-state-hovered,
50791
- .k-numerictextbox.k-input:hover {
50792
- border-bottom-color: rgba(10, 12, 27, 0.9);
50793
- border-left-color: rgba(10, 12, 27, 0.9);
50794
- border-right-color: rgba(10, 12, 27, 0.9);
50795
- border-top-color: rgba(10, 12, 27, 0.9);
50796
- outline-offset: -0.5px;
50797
- outline-width: 1px;
50798
- }
50799
50781
  .k-numerictextbox.k-input.k-hover.k-input-solid,
50800
50782
  .k-numerictextbox.k-input.k-state-hover.k-input-solid,
50801
50783
  .k-numerictextbox.k-input.k-state-hovered.k-input-solid,
50802
50784
  .k-numerictextbox.k-input:hover.k-input-solid {
50803
50785
  color: rgba(10, 12, 27, 0.9);
50804
50786
  }
50787
+ .k-numerictextbox.k-input.k-hover.k-input-solid,
50788
+ .k-numerictextbox.k-input.k-state-hover.k-input-solid,
50789
+ .k-numerictextbox.k-input.k-state-hovered.k-input-solid,
50790
+ .k-numerictextbox.k-input.k-input-solid:hover {
50791
+ border-bottom-color: rgba(10, 12, 27, 0.9);
50792
+ border-left-color: rgba(10, 12, 27, 0.9);
50793
+ border-right-color: rgba(10, 12, 27, 0.9);
50794
+ border-top-color: rgba(10, 12, 27, 0.9);
50795
+ }
50805
50796
  .k-numerictextbox.k-input.k-state-focus-within.k-input-solid,
50806
50797
  .k-numerictextbox.k-input:focus-within.k-input-solid {
50807
50798
  color: var(--kendo-color-primary, #003583);
@@ -50881,11 +50872,11 @@ h1 {
50881
50872
  .k-numerictextbox.k-input.k-invalid.k-input-solid,
50882
50873
  .k-numerictextbox.k-input.ng-invalid.ng-touched.k-input-solid,
50883
50874
  .k-numerictextbox.k-input.ng-invalid.ng-dirty.k-input-solid {
50884
- border-bottom-color: var(--kendo-color-error, #a5021f);
50885
- border-left-color: var(--kendo-color-error, #a5021f);
50886
- border-right-color: var(--kendo-color-error, #a5021f);
50887
- border-top-color: var(--kendo-color-error, #a5021f);
50888
50875
  color: var(--kendo-color-error, #a5021f);
50876
+ border-bottom-color: #a5021f;
50877
+ border-left-color: #a5021f;
50878
+ border-right-color: #a5021f;
50879
+ border-top-color: #a5021f;
50889
50880
  }
50890
50881
  .k-calendar.k-calendar-range.k-calendar-md
50891
50882
  .k-calendar-view.k-calendar-yearview
@@ -51142,16 +51133,30 @@ h1 {
51142
51133
  .k-textarea.k-input:disabled {
51143
51134
  opacity: unset;
51144
51135
  }
51145
- .k-maskedtextbox.k-input.k-state-focus-within,
51146
- .k-maskedtextbox.k-input:focus-within {
51147
- outline-color: rgba(0, 0, 0, 0);
51148
- outline-style: solid;
51149
- outline-width: 2px;
51150
- }
51151
51136
  .k-maskedtextbox.k-input.k-state-focus-within.k-input-solid,
51152
51137
  .k-maskedtextbox.k-input:focus-within.k-input-solid {
51153
51138
  color: var(--kendo-color-primary, #003583);
51154
51139
  }
51140
+ .k-maskedtextbox.k-input.k-state-focus-within.k-input-solid,
51141
+ .k-maskedtextbox.k-input.k-state-focus-within.k-input-solid:focus-within,
51142
+ .k-maskedtextbox.k-input.k-state-focus-within:focus-within.k-input-solid,
51143
+ .k-maskedtextbox.k-input:focus-within.k-input-solid {
51144
+ border-bottom-color: currentcolor;
51145
+ border-left-color: currentcolor;
51146
+ border-right-color: currentcolor;
51147
+ border-top-color: currentcolor;
51148
+ }
51149
+ .k-maskedtextbox.k-input.k-invalid.k-state-focus-within,
51150
+ .k-maskedtextbox.k-input.ng-invalid.ng-touched.k-state-focus-within,
51151
+ .k-maskedtextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within,
51152
+ .k-maskedtextbox.k-input.k-invalid:focus-within,
51153
+ .k-maskedtextbox.k-input.ng-invalid.ng-touched:focus-within,
51154
+ .k-maskedtextbox.k-input.ng-invalid.ng-dirty:focus-within {
51155
+ border-bottom-color: currentcolor;
51156
+ border-left-color: currentcolor;
51157
+ border-right-color: currentcolor;
51158
+ border-top-color: currentcolor;
51159
+ }
51155
51160
  .k-maskedtextbox.k-input.k-disabled,
51156
51161
  .k-maskedtextbox.k-input.k-state-disabled,
51157
51162
  .k-maskedtextbox.k-input:disabled {
@@ -51172,11 +51177,6 @@ h1 {
51172
51177
  border-right-color: rgba(10, 12, 27, 0.4);
51173
51178
  border-top-color: rgba(10, 12, 27, 0.4);
51174
51179
  }
51175
- .k-maskedtextbox.k-input .k-input-inner.k-state-readonly,
51176
- .k-maskedtextbox.k-input .k-input-inner[readonly] {
51177
- background-color: rgba(10, 12, 27, 0.06);
51178
- background-image: none;
51179
- }
51180
51180
  .k-numerictextbox.k-input
51181
51181
  .k-input-spinner.k-spin-button
51182
51182
  .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase
@@ -51698,6 +51698,7 @@ h1 {
51698
51698
  transition-timing-function: ease-out;
51699
51699
  height: 2.5rem;
51700
51700
  font-variant-numeric: tabular-nums;
51701
+ align-items: center;
51701
51702
  }
51702
51703
  .k-maskedtextbox.k-input {
51703
51704
  transition-property: all;
@@ -52409,10 +52410,6 @@ h1 {
52409
52410
  .k-textbox.k-input.k-state-hovered,
52410
52411
  .k-textbox.k-input:hover {
52411
52412
  color: unset;
52412
- outline-color: currentcolor;
52413
- outline-style: solid;
52414
- outline-width: 1px;
52415
- outline-offset: -0.5px;
52416
52413
  }
52417
52414
  .k-numerictextbox.k-input .k-input-inner {
52418
52415
  height: auto;
@@ -53575,6 +53572,10 @@ div.feather-ks-spacing-s {
53575
53572
  border-top-left-radius: 9999px;
53576
53573
  border-top-right-radius: 9999px;
53577
53574
  }
53575
+ .k-button.k-button-solid-primary.k-icon-button {
53576
+ background-color: var(--kendo-color-primary, #003583);
53577
+ background-image: linear-gradient(transparent, transparent);
53578
+ }
53578
53579
  .k-button.k-button-outline.k-icon-button.k-rounded-md {
53579
53580
  border-bottom-left-radius: 40px;
53580
53581
  border-bottom-right-radius: 40px;
@@ -53719,10 +53720,6 @@ div.feather-ks-spacing-s {
53719
53720
  transition-timing-function: ease-out;
53720
53721
  height: 2.5rem;
53721
53722
  background-image: none;
53722
- outline-color: currentcolor;
53723
- outline-style: solid;
53724
- outline-width: 1px;
53725
- outline-offset: -1px;
53726
53723
  }
53727
53724
  .k-input.k-input-solid {
53728
53725
  background-color: initial;
@@ -53801,6 +53798,10 @@ div.feather-ks-spacing-s {
53801
53798
  border-left-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
53802
53799
  border-right-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
53803
53800
  border-top-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
53801
+ row-gap: 0px;
53802
+ -moz-column-gap: 0.125rem;
53803
+ column-gap: 0.125rem;
53804
+ padding-right: 0.75rem;
53804
53805
  }
53805
53806
  .k-switch.k-switch-on .k-switch-track {
53806
53807
  transition-property: all;
@@ -54054,7 +54055,7 @@ div.feather-ks-spacing-s {
54054
54055
  .k-time-list-container
54055
54056
  .k-time-list-wrapper:focus
54056
54057
  .k-time-list::before {
54057
- visibility: visible;
54058
+ visibility: hidden;
54058
54059
  }
54059
54060
  .k-popup.k-datetime-container
54060
54061
  .k-time-tab.k-datetime-wrap
@@ -54075,6 +54076,11 @@ div.feather-ks-spacing-s {
54075
54076
  visibility: visible;
54076
54077
  position: absolute;
54077
54078
  top: 36px;
54079
+ background-color: initial;
54080
+ background-image: linear-gradient(
54081
+ rgba(25, 91, 181, 0.12),
54082
+ rgba(25, 91, 181, 0.06)
54083
+ );
54078
54084
  }
54079
54085
  .k-pager .k-pager-numbers-wrap .k-button.k-pager-nav {
54080
54086
  border-bottom-left-radius: 0.25rem;
@@ -54148,20 +54154,17 @@ div.feather-ks-spacing-s {
54148
54154
  }
54149
54155
  .k-input.k-state-readonly.k-input-solid,
54150
54156
  .k-input[readonly].k-input-solid {
54151
- border-bottom-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
54152
- border-left-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
54153
- border-right-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
54154
- border-top-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
54157
+ border-bottom-color: rgba(0, 0, 0, 0.2);
54158
+ border-left-color: rgba(0, 0, 0, 0.2);
54159
+ border-right-color: rgba(0, 0, 0, 0.2);
54160
+ border-top-color: rgba(0, 0, 0, 0.2);
54155
54161
  }
54156
54162
  .k-input.k-state-readonly,
54157
54163
  .k-input[readonly] {
54158
- background-color: initial;
54159
- background-image: none;
54160
54164
  border-bottom-style: solid;
54161
54165
  border-left-style: solid;
54162
54166
  border-right-style: solid;
54163
54167
  border-top-style: solid;
54164
- outline-style: none;
54165
54168
  }
54166
54169
  .k-dateinput.k-input .k-input-inner {
54167
54170
  height: auto;
@@ -54614,16 +54617,8 @@ div.feather-ks-spacing-s {
54614
54617
  rgba(255, 255, 255, 0.2)
54615
54618
  );
54616
54619
  }
54617
- .k-button.k-selected.k-button-solid-primary {
54618
- color: var(--kendo-color-primary, #003583);
54619
- background-color: var(--kendo-color-app-surface, rgb(252, 252, 255));
54620
- background-image: linear-gradient(
54621
- rgba(25, 91, 181, 0.08),
54622
- rgba(25, 91, 181, 0.08)
54623
- );
54624
- }
54625
54620
  .k-button.k-selected.k-button-solid-primary .k-button-text {
54626
- color: inherit;
54621
+ color: var(--kendo-color-primary, #003583);
54627
54622
  }
54628
54623
  .k-button.k-focus.k-button-solid-primary,
54629
54624
  .k-button.k-state-focus.k-button-solid-primary,
@@ -54641,6 +54636,14 @@ div.feather-ks-spacing-s {
54641
54636
  transition-timing-function: ease-out;
54642
54637
  color: var(--kendo-color-secondary, #195bb5);
54643
54638
  flex-direction: row;
54639
+ -moz-column-gap: 0px;
54640
+ column-gap: 0px;
54641
+ background-color: var(--kendo-color-primary, #003583);
54642
+ background-image: linear-gradient(transparent, transparent);
54643
+ }
54644
+ .k-button.k-button-solid-primary.k-button-md {
54645
+ padding-right: 12px;
54646
+ padding-left: 12px;
54644
54647
  }
54645
54648
  .k-button.k-button-outline.k-button-outline-primary.k-icon-button
54646
54649
  .k-button-icon.k-icon.k-svg-icon
@@ -54648,8 +54651,9 @@ div.feather-ks-spacing-s {
54648
54651
  translate: 0 -0.5px;
54649
54652
  }
54650
54653
  .k-button .k-button-icon.k-icon.k-svg-icon > svg {
54651
- width: auto;
54654
+ width: 24px;
54652
54655
  height: auto;
54656
+ min-width: 24px;
54653
54657
  }
54654
54658
  .k-button.k-button-outline.k-button-outline-primary.k-icon-button {
54655
54659
  border-bottom-left-radius: 9999px;
@@ -54660,8 +54664,8 @@ div.feather-ks-spacing-s {
54660
54664
  .k-button.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon > svg {
54661
54665
  translate: 0 -1px;
54662
54666
  color: var(--kendo-color-on-primary, white);
54663
- width: 1.5rem;
54664
- height: 1.5rem;
54667
+ padding-right: 0.125rem;
54668
+ padding-left: 0.125rem;
54665
54669
  }
54666
54670
  .k-button-group .k-button.k-button-flat.k-icon-button.k-group-start,
54667
54671
  .k-button-group .k-button.k-button-flat.k-icon-button:first-child {
@@ -54681,6 +54685,7 @@ div.feather-ks-spacing-s {
54681
54685
  background-image: none;
54682
54686
  -moz-column-gap: 0px;
54683
54687
  column-gap: 0px;
54688
+ min-width: unset;
54684
54689
  }
54685
54690
  .k-button.k-icon-button.k-button-md {
54686
54691
  padding-bottom: 0px;
@@ -54691,6 +54696,12 @@ div.feather-ks-spacing-s {
54691
54696
  .k-button.k-icon-button.k-button-solid-base {
54692
54697
  background-color: rgba(0, 0, 0, 0);
54693
54698
  }
54699
+ .k-button.k-button-solid-base.k-icon-button.k-rounded-md {
54700
+ border-bottom-left-radius: 9999px;
54701
+ border-bottom-right-radius: 9999px;
54702
+ border-top-left-radius: 9999px;
54703
+ border-top-right-radius: 9999px;
54704
+ }
54694
54705
  .k-button.k-icon-button .k-button-icon.k-icon.k-svg-icon > svg {
54695
54706
  width: 1.5rem;
54696
54707
  height: 1.5rem;
@@ -55358,8 +55369,17 @@ div.feather-ks-spacing-s {
55358
55369
  .k-button.k-state-focus.k-button-outline.k-button-outline-primary,
55359
55370
  .k-button.k-state-focused.k-button-outline.k-button-outline-primary,
55360
55371
  .k-button:focus.k-button-outline.k-button-outline-primary {
55361
- outline-style: none;
55362
55372
  color: var(--kendo-color-secondary, #195bb5);
55373
+ border-bottom-color: currentcolor;
55374
+ border-left-color: currentcolor;
55375
+ border-right-color: currentcolor;
55376
+ border-top-color: currentcolor;
55377
+ background-color: rgba(0, 0, 0, 0);
55378
+ background-image: linear-gradient(
55379
+ rgba(25, 91, 181, 0.12),
55380
+ rgba(25, 91, 181, 0.12)
55381
+ );
55382
+ outline-width: 2px;
55363
55383
  }
55364
55384
  .k-calendar.k-calendar-range.k-calendar-md
55365
55385
  .k-calendar-view.k-calendar-monthview
@@ -55807,6 +55827,8 @@ div.feather-ks-spacing-s {
55807
55827
  }
55808
55828
  .k-button.k-button-solid-primary .k-button-text {
55809
55829
  color: var(--kendo-color-on-primary, white);
55830
+ padding-right: 0.25rem;
55831
+ padding-left: 0.25rem;
55810
55832
  }
55811
55833
  .k-button.k-disabled.k-button-solid-primary
55812
55834
  .k-button-icon.k-icon.k-svg-icon
@@ -55947,20 +55969,64 @@ div.feather-ks-spacing-s {
55947
55969
  .k-maskedtextbox.k-input.ng-invalid.ng-touched.k-input-solid,
55948
55970
  .k-maskedtextbox.k-input.ng-invalid.ng-dirty.k-input-solid {
55949
55971
  color: var(--kendo-color-error, #a5021f);
55972
+ border-bottom-color: currentcolor;
55973
+ border-left-color: currentcolor;
55974
+ border-right-color: currentcolor;
55975
+ border-top-color: currentcolor;
55950
55976
  }
55951
- .k-input.k-invalid.k-input-solid,
55952
- .k-input.ng-invalid.ng-touched.k-input-solid,
55953
- .k-input.ng-invalid.ng-dirty.k-input-solid {
55977
+ .k-input.k-invalid.k-focus.k-input-solid,
55978
+ .k-input.ng-invalid.ng-touched.k-focus.k-input-solid,
55979
+ .k-input.ng-invalid.ng-dirty.k-focus.k-input-solid,
55980
+ .k-input.k-invalid.k-state-focus.k-focus.k-input-solid,
55981
+ .k-input.k-invalid.k-state-focused.k-focus.k-input-solid,
55982
+ .k-input.k-invalid.k-focus.k-input-solid:focus,
55983
+ .k-input.ng-invalid.ng-touched.k-state-focus.k-focus.k-input-solid,
55984
+ .k-input.ng-invalid.ng-touched.k-state-focused.k-focus.k-input-solid,
55985
+ .k-input.ng-invalid.ng-touched.k-focus.k-input-solid:focus,
55986
+ .k-input.ng-invalid.ng-dirty.k-state-focus.k-focus.k-input-solid,
55987
+ .k-input.ng-invalid.ng-dirty.k-state-focused.k-focus.k-input-solid,
55988
+ .k-input.ng-invalid.ng-dirty.k-focus.k-input-solid:focus,
55989
+ .k-input.k-invalid.k-focus.k-state-focus.k-input-solid,
55990
+ .k-input.ng-invalid.ng-touched.k-focus.k-state-focus.k-input-solid,
55991
+ .k-input.ng-invalid.ng-dirty.k-focus.k-state-focus.k-input-solid,
55992
+ .k-input.k-invalid.k-state-focus.k-input-solid,
55993
+ .k-input.k-invalid.k-state-focused.k-state-focus.k-input-solid,
55994
+ .k-input.k-invalid.k-state-focus.k-input-solid:focus,
55995
+ .k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid,
55996
+ .k-input.ng-invalid.ng-touched.k-state-focused.k-state-focus.k-input-solid,
55997
+ .k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid:focus,
55998
+ .k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid,
55999
+ .k-input.ng-invalid.ng-dirty.k-state-focused.k-state-focus.k-input-solid,
56000
+ .k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid:focus,
56001
+ .k-input.k-invalid.k-focus.k-state-focused.k-input-solid,
56002
+ .k-input.ng-invalid.ng-touched.k-focus.k-state-focused.k-input-solid,
56003
+ .k-input.ng-invalid.ng-dirty.k-focus.k-state-focused.k-input-solid,
56004
+ .k-input.k-invalid.k-state-focus.k-state-focused.k-input-solid,
56005
+ .k-input.k-invalid.k-state-focused.k-input-solid,
56006
+ .k-input.k-invalid.k-state-focused.k-input-solid:focus,
56007
+ .k-input.ng-invalid.ng-touched.k-state-focus.k-state-focused.k-input-solid,
56008
+ .k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid,
56009
+ .k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid:focus,
56010
+ .k-input.ng-invalid.ng-dirty.k-state-focus.k-state-focused.k-input-solid,
56011
+ .k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid,
56012
+ .k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid:focus,
56013
+ .k-input.k-invalid.k-focus:focus.k-input-solid,
56014
+ .k-input.ng-invalid.ng-touched.k-focus:focus.k-input-solid,
56015
+ .k-input.ng-invalid.ng-dirty.k-focus:focus.k-input-solid,
56016
+ .k-input.k-invalid.k-state-focus:focus.k-input-solid,
56017
+ .k-input.k-invalid.k-state-focused:focus.k-input-solid,
56018
+ .k-input.k-invalid:focus.k-input-solid,
56019
+ .k-input.ng-invalid.ng-touched.k-state-focus:focus.k-input-solid,
56020
+ .k-input.ng-invalid.ng-touched.k-state-focused:focus.k-input-solid,
56021
+ .k-input.ng-invalid.ng-touched:focus.k-input-solid,
56022
+ .k-input.ng-invalid.ng-dirty.k-state-focus:focus.k-input-solid,
56023
+ .k-input.ng-invalid.ng-dirty.k-state-focused:focus.k-input-solid,
56024
+ .k-input.ng-invalid.ng-dirty:focus.k-input-solid {
55954
56025
  border-bottom-color: #a5021f;
55955
56026
  border-left-color: #a5021f;
55956
56027
  border-right-color: #a5021f;
55957
56028
  border-top-color: #a5021f;
55958
56029
  }
55959
- .k-input.k-invalid,
55960
- .k-input.ng-invalid.ng-touched,
55961
- .k-input.ng-invalid.ng-dirty {
55962
- outline-color: #a5021f;
55963
- }
55964
56030
  .k-input.k-hover,
55965
56031
  .k-input.k-state-hover,
55966
56032
  .k-input.k-state-hovered,
@@ -55968,9 +56034,6 @@ div.feather-ks-spacing-s {
55968
56034
  transition-property: all;
55969
56035
  transition-duration: 280ms;
55970
56036
  transition-timing-function: ease-out;
55971
- outline-style: solid;
55972
- outline-width: 0.5px;
55973
- outline-color: rgba(10, 12, 27, 0.9);
55974
56037
  }
55975
56038
  .k-datepicker.k-input.k-invalid.k-input-solid,
55976
56039
  .k-datepicker.k-input.ng-invalid.ng-touched.k-invalid.k-input-solid,
@@ -56065,12 +56128,13 @@ div.feather-ks-spacing-s {
56065
56128
  rgba(25, 91, 181, 0.12)
56066
56129
  );
56067
56130
  visibility: visible;
56068
- margin-top: 14px;
56069
56131
  border-bottom-style: none;
56070
56132
  border-left-style: none;
56071
56133
  border-right-style: none;
56072
56134
  border-top-style: none;
56073
56135
  height: 3rem;
56136
+ top: 50%;
56137
+ translate: 0 50%;
56074
56138
  }
56075
56139
  .k-popup.k-timepicker-popup
56076
56140
  .k-timeselector
@@ -56112,13 +56176,14 @@ div.feather-ks-spacing-s {
56112
56176
  .k-timeselector .k-time-list-container .k-time-list-wrapper:focus .k-title {
56113
56177
  color: var(--kendo-color-primary, #003583);
56114
56178
  font-weight: 700;
56179
+ visibility: visible;
56180
+ line-height: 3;
56115
56181
  }
56116
56182
  .k-timeselector .k-time-list-container .k-time-list-wrapper .k-title {
56117
56183
  color: rgba(10, 12, 27, 0.7);
56118
56184
  font-weight: 500;
56119
56185
  line-height: 3;
56120
- position: relative;
56121
- top: -10px;
56186
+ translate: 0 -6px;
56122
56187
  }
56123
56188
  .k-popup.k-timepicker-popup .k-timeselector .k-time-header {
56124
56189
  font-variant-numeric: tabular-nums;
@@ -56136,8 +56201,11 @@ div.feather-ks-spacing-s {
56136
56201
  padding-bottom: 0.5rem;
56137
56202
  padding-left: 0.75rem;
56138
56203
  padding-right: 0.75rem;
56139
- padding-top: 0.5rem;
56140
- margin-top: 0.5rem;
56204
+ padding-top: 1rem;
56205
+ margin-bottom: 0px;
56206
+ margin-left: 0px;
56207
+ margin-right: 0px;
56208
+ margin-top: 0px;
56141
56209
  }
56142
56210
  .k-datetimepicker.k-input .k-input-inner {
56143
56211
  color: rgba(10, 12, 27, 0.7);
@@ -56389,11 +56457,6 @@ div.feather-ks-spacing-s {
56389
56457
  .fk-loader.k-loader.k-loader-lg.k-loader-spinner-4::before {
56390
56458
  visibility: visible;
56391
56459
  }
56392
- .k-button.k-selected.k-button-solid-primary
56393
- .k-button-icon.k-icon.k-svg-icon
56394
- > svg {
56395
- color: var(--kendo-color-primary, #003583);
56396
- }
56397
56460
  .fk-loader.k-loader.k-loader-lg.k-loader-spinner-4 {
56398
56461
  visibility: visible;
56399
56462
  }
@@ -56431,6 +56494,13 @@ div.feather-ks-spacing-s {
56431
56494
  rgba(25, 91, 181, 0.06)
56432
56495
  );
56433
56496
  aspect-ratio: 1/1;
56497
+ min-width: unset;
56498
+ }
56499
+ .k-button.k-button-solid-base.k-icon-button.k-rounded-md {
56500
+ border-bottom-left-radius: 9999px;
56501
+ border-bottom-right-radius: 9999px;
56502
+ border-top-left-radius: 9999px;
56503
+ border-top-right-radius: 9999px;
56434
56504
  }
56435
56505
  .k-button.k-active.k-icon-button,
56436
56506
  .k-button.k-state-active.k-icon-button,
@@ -56473,13 +56543,6 @@ div.feather-ks-spacing-s {
56473
56543
  .k-loader-segment {
56474
56544
  visibility: hidden;
56475
56545
  }
56476
- .k-maskedtextbox.k-input.k-hover,
56477
- .k-maskedtextbox.k-input.k-state-hover,
56478
- .k-maskedtextbox.k-input.k-state-hovered,
56479
- .k-maskedtextbox.k-input:hover {
56480
- outline-color: currentcolor;
56481
- outline-offset: -0.5px;
56482
- }
56483
56546
  .k-textarea.k-input.k-invalid .k-input-inner,
56484
56547
  .k-textarea.k-input.ng-invalid.ng-touched .k-input-inner,
56485
56548
  .k-textarea.k-input.ng-invalid.ng-dirty .k-input-inner {
@@ -56593,22 +56656,18 @@ div.feather-ks-spacing-s {
56593
56656
  border-left-color: currentcolor;
56594
56657
  border-right-color: currentcolor;
56595
56658
  border-top-color: currentcolor;
56659
+ align-items: center;
56596
56660
  }
56597
56661
  .k-textbox.k-input.k-input-outline.k-focus,
56598
56662
  .k-textbox.k-input.k-input-outline.k-state-focus,
56599
56663
  .k-textbox.k-input.k-input-outline.k-state-focused,
56600
56664
  .k-textbox.k-input.k-input-outline:focus {
56601
- border-bottom-color: currentcolor;
56602
- border-left-color: currentcolor;
56603
- border-right-color: currentcolor;
56604
- border-top-color: currentcolor;
56605
56665
  color: var(--kendo-color-primary, #003583);
56606
56666
  }
56607
56667
  .k-textbox.k-input.k-input-outline.k-invalid,
56608
56668
  .k-textbox.k-input.k-input-outline.ng-invalid.ng-touched,
56609
56669
  .k-textbox.k-input.k-input-outline.ng-invalid.ng-dirty {
56610
56670
  color: var(--kendo-color-error, #a5021f);
56611
- outline-color: currentcolor;
56612
56671
  }
56613
56672
  .k-textbox.k-input.k-input-outline.k-disabled,
56614
56673
  .k-textbox.k-input.k-input-outline.k-state-disabled,
@@ -56985,6 +57044,12 @@ div.fk-container {
56985
57044
  .fk-container .fk-container-content {
56986
57045
  display: flex;
56987
57046
  }
57047
+ .fk-container {
57048
+ padding-bottom: 0px;
57049
+ padding-left: 0px;
57050
+ padding-right: 0px;
57051
+ padding-top: 0px;
57052
+ }
56988
57053
  .fk-container .fk-container-heading-section {
56989
57054
  height: auto;
56990
57055
  display: flex;
@@ -56992,3 +57057,220 @@ div.fk-container {
56992
57057
  justify-content: space-around;
56993
57058
  align-items: stretch;
56994
57059
  }
57060
+ .fk-solid-date-range-picker.k-daterangepicker .k-floating-label-container {
57061
+ border-bottom-style: none;
57062
+ border-left-style: none;
57063
+ border-right-style: none;
57064
+ border-top-style: none;
57065
+ }
57066
+ .k-textbox.k-input .k-input-inner.k-state-readonly,
57067
+ .k-textbox.k-input .k-input-inner[readonly] {
57068
+ border-bottom-style: none;
57069
+ border-left-style: none;
57070
+ border-right-style: none;
57071
+ border-top-style: none;
57072
+ outline-style: none;
57073
+ outline-color: rgba(0, 0, 0, 0);
57074
+ border-bottom-color: rgba(0, 0, 0, 0);
57075
+ border-left-color: rgba(0, 0, 0, 0);
57076
+ border-right-color: rgba(0, 0, 0, 0);
57077
+ border-top-color: rgba(0, 0, 0, 0);
57078
+ }
57079
+ .k-button.k-hover.k-button-solid-primary.k-icon-button,
57080
+ .k-button.k-state-hover.k-button-solid-primary.k-icon-button,
57081
+ .k-button.k-state-hovered.k-button-solid-primary.k-icon-button,
57082
+ .k-button:hover.k-button-solid-primary.k-icon-button {
57083
+ background-color: var(--kendo-color-primary, #003583);
57084
+ background-image: linear-gradient(
57085
+ rgba(255, 255, 255, 0.08),
57086
+ rgba(255, 255, 255, 0.08)
57087
+ );
57088
+ }
57089
+ .k-button.k-active.k-button-solid-primary.k-icon-button,
57090
+ .k-button.k-state-active.k-button-solid-primary.k-icon-button,
57091
+ .k-button:active.k-button-solid-primary.k-icon-button {
57092
+ background-color: var(--kendo-color-primary, #003583);
57093
+ background-image: linear-gradient(
57094
+ rgba(255, 255, 255, 0.2),
57095
+ rgba(255, 255, 255, 0.2)
57096
+ );
57097
+ }
57098
+ .k-button.k-focus.k-button-solid-primary.k-icon-button,
57099
+ .k-button.k-state-focus.k-button-solid-primary.k-icon-button,
57100
+ .k-button.k-state-focused.k-button-solid-primary.k-icon-button,
57101
+ .k-button:focus.k-button-solid-primary.k-icon-button {
57102
+ background-color: var(--kendo-color-primary, #003583);
57103
+ background-image: linear-gradient(
57104
+ rgba(255, 255, 255, 0.16),
57105
+ rgba(255, 255, 255, 0.16)
57106
+ );
57107
+ }
57108
+ .k-button.k-disabled.k-button-solid-primary.k-icon-button,
57109
+ .k-button.k-state-disabled.k-button-solid-primary.k-icon-button,
57110
+ .k-button:disabled.k-button-solid-primary.k-icon-button {
57111
+ background-color: rgba(10, 12, 27, 0.06);
57112
+ background-image: none;
57113
+ }
57114
+ .k-button.k-selected.k-button-solid-primary.k-icon-button {
57115
+ background-color: var(--kendo-color-app-surface, rgb(252, 252, 255));
57116
+ background-image: linear-gradient(
57117
+ rgba(25, 91, 181, 0.08),
57118
+ rgba(25, 91, 181, 0.08)
57119
+ );
57120
+ }
57121
+ .k-button.k-selected.k-button-solid-primary
57122
+ .k-button-icon.k-icon.k-svg-icon
57123
+ > svg {
57124
+ color: var(--kendo-color-primary, #003583);
57125
+ }
57126
+ .k-button.k-selected.k-button-solid-primary {
57127
+ background-color: var(--kendo-color-app-surface, rgb(252, 252, 255));
57128
+ background-image: linear-gradient(
57129
+ rgba(25, 91, 181, 0.16),
57130
+ rgba(25, 91, 181, 0.16)
57131
+ );
57132
+ }
57133
+ .k-input.k-focus.k-input-solid,
57134
+ .k-input.k-state-focus.k-input-solid,
57135
+ .k-input.k-state-focused.k-input-solid,
57136
+ .k-input:focus.k-input-solid {
57137
+ border-bottom-color: #003583;
57138
+ border-left-color: #003583;
57139
+ border-right-color: #003583;
57140
+ border-top-color: #003583;
57141
+ }
57142
+ .fk-container.k-m-8 .fk-container-actions.k-gap-2 {
57143
+ justify-content: start;
57144
+ }
57145
+ .fk-container.k-m-8 .fk-container-heading-section {
57146
+ justify-content: start;
57147
+ align-items: start;
57148
+ display: inline-flex;
57149
+ }
57150
+ .fk-container.k-m-8 .k-mt-4.k-mb-0 {
57151
+ margin-top: 0px;
57152
+ margin-bottom: unset;
57153
+ }
57154
+ .k-timepicker.k-input.k-disabled .k-input-inner,
57155
+ .k-timepicker.k-input.k-state-disabled .k-input-inner,
57156
+ .k-timepicker.k-input:disabled .k-input-inner {
57157
+ color: rgba(10, 12, 27, 0.4);
57158
+ }
57159
+ .k-popup.k-datetime-container
57160
+ .k-time-list-container
57161
+ .k-time-list-wrapper
57162
+ .k-time-list
57163
+ .k-content.k-scrollable.k-time-container
57164
+ .k-reset
57165
+ .k-item {
57166
+ translate: 0 -33%;
57167
+ line-height: 3;
57168
+ border-bottom-left-radius: 9999px;
57169
+ border-bottom-right-radius: 9999px;
57170
+ border-top-left-radius: 9999px;
57171
+ border-top-right-radius: 9999px;
57172
+ }
57173
+ .k-popup.k-datetime-container
57174
+ .k-time-tab.k-datetime-wrap
57175
+ .k-time-list-container
57176
+ .k-time-list-wrapper
57177
+ .k-time-list::before {
57178
+ box-shadow: none;
57179
+ }
57180
+ .k-popup.k-datetime-container
57181
+ .k-time-tab.k-datetime-wrap
57182
+ .k-time-list-container
57183
+ .k-time-list-wrapper.k-focus::after,
57184
+ .k-popup.k-datetime-container
57185
+ .k-time-tab.k-datetime-wrap
57186
+ .k-time-list-container
57187
+ .k-time-list-wrapper.k-state-focus::after,
57188
+ .k-popup.k-datetime-container
57189
+ .k-time-tab.k-datetime-wrap
57190
+ .k-time-list-container
57191
+ .k-time-list-wrapper.k-state-focused::after,
57192
+ .k-popup.k-datetime-container
57193
+ .k-time-tab.k-datetime-wrap
57194
+ .k-time-list-container
57195
+ .k-time-list-wrapper:focus::after {
57196
+ background-color: initial;
57197
+ background-image: linear-gradient(
57198
+ rgba(25, 91, 181, 0.12),
57199
+ rgba(25, 91, 181, 0.06)
57200
+ );
57201
+ }
57202
+ .k-popup.k-datetime-container
57203
+ .k-time-tab.k-datetime-wrap
57204
+ .k-time-list-container
57205
+ .k-time-list-wrapper.k-focus
57206
+ .k-time-list::after,
57207
+ .k-popup.k-datetime-container
57208
+ .k-time-tab.k-datetime-wrap
57209
+ .k-time-list-container
57210
+ .k-time-list-wrapper.k-state-focus
57211
+ .k-time-list::after,
57212
+ .k-popup.k-datetime-container
57213
+ .k-time-tab.k-datetime-wrap
57214
+ .k-time-list-container
57215
+ .k-time-list-wrapper.k-state-focused
57216
+ .k-time-list::after,
57217
+ .k-popup.k-datetime-container
57218
+ .k-time-tab.k-datetime-wrap
57219
+ .k-time-list-container
57220
+ .k-time-list-wrapper:focus
57221
+ .k-time-list::after {
57222
+ visibility: hidden;
57223
+ }
57224
+ .k-popup.k-datetime-container
57225
+ .k-time-list-container
57226
+ .k-time-list-wrapper
57227
+ .k-time-list
57228
+ .k-content.k-scrollable.k-time-container
57229
+ .k-reset
57230
+ .k-item.k-hover,
57231
+ .k-popup.k-datetime-container
57232
+ .k-time-list-container
57233
+ .k-time-list-wrapper
57234
+ .k-time-list
57235
+ .k-content.k-scrollable.k-time-container
57236
+ .k-reset
57237
+ .k-item.k-state-hover,
57238
+ .k-popup.k-datetime-container
57239
+ .k-time-list-container
57240
+ .k-time-list-wrapper
57241
+ .k-time-list
57242
+ .k-content.k-scrollable.k-time-container
57243
+ .k-reset
57244
+ .k-item.k-state-hovered,
57245
+ .k-popup.k-datetime-container
57246
+ .k-time-list-container
57247
+ .k-time-list-wrapper
57248
+ .k-time-list
57249
+ .k-content.k-scrollable.k-time-container
57250
+ .k-reset
57251
+ .k-item:hover {
57252
+ color: var(--kendo-color-primary, #003583);
57253
+ font-weight: 700;
57254
+ aspect-ratio: 1/1;
57255
+ text-decoration-line: underline;
57256
+ text-underline-offset: 4px;
57257
+ text-decoration-color: currentColor;
57258
+ text-decoration-thickness: 1px;
57259
+ }
57260
+ .k-button .k-button-text {
57261
+ padding-right: 0.25rem;
57262
+ padding-left: 0.25rem;
57263
+ }
57264
+ .k-button.k-button-solid-primary.k-icon-button
57265
+ .k-button-icon.k-icon.k-svg-icon {
57266
+ left: 0px;
57267
+ }
57268
+ .k-button.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon {
57269
+ box-sizing: content-box;
57270
+ }
57271
+ .fk-base-container {
57272
+ border-bottom-width: 1px;
57273
+ border-left-width: 1px;
57274
+ border-right-width: 1px;
57275
+ border-top-width: 1px;
57276
+ }