@geotab/zenith 3.10.0-beta.3 → 3.10.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/README.md +9 -1
  2. package/dist/commonStyles/pillStyles/pillContent.less +9 -9
  3. package/dist/commonStyles/pillStyles/pillStyles.less +2 -2
  4. package/dist/dataGrid/cell/cell.d.ts +2 -1
  5. package/dist/dataGrid/cell/cell.js +2 -2
  6. package/dist/dataGrid/dataGrid.js +6 -4
  7. package/dist/dataGrid/listColumn.d.ts +2 -0
  8. package/dist/dataGrid/row/row.js +11 -7
  9. package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +2 -1
  10. package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +4 -0
  11. package/dist/dateRangeRaw/utils/parseLabel.js +1 -1
  12. package/dist/dropdownRaw/dropdownList.d.ts +1 -2
  13. package/dist/dropdownRaw/dropdownList.js +2 -7
  14. package/dist/dropdownRaw/dropdownRaw.js +12 -7
  15. package/dist/filtersBar/filtersContainer/filtersContainer.js +14 -4
  16. package/dist/index.css +690 -653
  17. package/dist/radioGroupRaw/radioGroupRaw.js +2 -1
  18. package/dist/selectList/selectList.helpers.d.ts +1 -1
  19. package/dist/selectList/selectList.helpers.js +31 -6
  20. package/dist/selectList/selectList.js +3 -1
  21. package/dist/selectList/selectList.reducer.js +1 -2
  22. package/dist/sortControl/sortControl.js +58 -2
  23. package/dist/table/children/useTableChildren.d.ts +1 -1
  24. package/dist/table/children/useTableChildren.js +3 -3
  25. package/dist/table/flexible/columnsList.js +4 -2
  26. package/dist/table/selectable/useSelectableRows.d.ts +8 -0
  27. package/dist/table/selectable/useSelectableRows.js +14 -6
  28. package/dist/table/table.js +1 -7
  29. package/dist/utils/localization/translations/ar.json +3 -1
  30. package/dist/utils/localization/translations/cs.json +3 -1
  31. package/dist/utils/localization/translations/da-DK.json +3 -1
  32. package/dist/utils/localization/translations/de.json +3 -1
  33. package/dist/utils/localization/translations/en.json +3 -1
  34. package/dist/utils/localization/translations/es.json +3 -1
  35. package/dist/utils/localization/translations/fi-FI.json +3 -1
  36. package/dist/utils/localization/translations/fr-FR.json +3 -1
  37. package/dist/utils/localization/translations/fr.json +3 -1
  38. package/dist/utils/localization/translations/hu-HU.json +3 -1
  39. package/dist/utils/localization/translations/id.json +3 -1
  40. package/dist/utils/localization/translations/it.json +3 -1
  41. package/dist/utils/localization/translations/ja.json +3 -1
  42. package/dist/utils/localization/translations/ko-KR.json +3 -1
  43. package/dist/utils/localization/translations/ms.json +3 -1
  44. package/dist/utils/localization/translations/nb-NO.json +3 -1
  45. package/dist/utils/localization/translations/nl.json +3 -1
  46. package/dist/utils/localization/translations/pl.json +3 -1
  47. package/dist/utils/localization/translations/pt-BR.json +3 -1
  48. package/dist/utils/localization/translations/pt-PT.json +3 -1
  49. package/dist/utils/localization/translations/ro-RO.json +3 -1
  50. package/dist/utils/localization/translations/sk-SK.json +3 -1
  51. package/dist/utils/localization/translations/sv.json +3 -1
  52. package/dist/utils/localization/translations/th.json +3 -1
  53. package/dist/utils/localization/translations/tr.json +3 -1
  54. package/dist/utils/localization/translations/zh-Hans.json +3 -1
  55. package/dist/utils/localization/translations/zh-TW.json +3 -1
  56. package/esm/dataGrid/cell/cell.d.ts +2 -1
  57. package/esm/dataGrid/cell/cell.js +2 -2
  58. package/esm/dataGrid/dataGrid.js +6 -4
  59. package/esm/dataGrid/listColumn.d.ts +2 -0
  60. package/esm/dataGrid/row/row.js +11 -7
  61. package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +2 -1
  62. package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +4 -0
  63. package/esm/dateRangeRaw/utils/parseLabel.js +1 -1
  64. package/esm/dropdownRaw/dropdownList.d.ts +1 -2
  65. package/esm/dropdownRaw/dropdownList.js +2 -7
  66. package/esm/dropdownRaw/dropdownRaw.js +12 -7
  67. package/esm/filtersBar/filtersContainer/filtersContainer.js +14 -4
  68. package/esm/radioGroupRaw/radioGroupRaw.js +2 -1
  69. package/esm/selectList/selectList.helpers.d.ts +1 -1
  70. package/esm/selectList/selectList.helpers.js +31 -6
  71. package/esm/selectList/selectList.js +3 -1
  72. package/esm/selectList/selectList.reducer.js +1 -2
  73. package/esm/sortControl/sortControl.js +58 -2
  74. package/esm/table/children/useTableChildren.d.ts +1 -1
  75. package/esm/table/children/useTableChildren.js +3 -3
  76. package/esm/table/flexible/columnsList.js +4 -2
  77. package/esm/table/selectable/useSelectableRows.d.ts +8 -0
  78. package/esm/table/selectable/useSelectableRows.js +14 -6
  79. package/esm/table/table.js +1 -7
  80. package/esm/utils/localization/translations/ar.json +3 -1
  81. package/esm/utils/localization/translations/cs.json +3 -1
  82. package/esm/utils/localization/translations/da-DK.json +3 -1
  83. package/esm/utils/localization/translations/de.json +3 -1
  84. package/esm/utils/localization/translations/en.json +3 -1
  85. package/esm/utils/localization/translations/es.json +3 -1
  86. package/esm/utils/localization/translations/fi-FI.json +3 -1
  87. package/esm/utils/localization/translations/fr-FR.json +3 -1
  88. package/esm/utils/localization/translations/fr.json +3 -1
  89. package/esm/utils/localization/translations/hu-HU.json +3 -1
  90. package/esm/utils/localization/translations/id.json +3 -1
  91. package/esm/utils/localization/translations/it.json +3 -1
  92. package/esm/utils/localization/translations/ja.json +3 -1
  93. package/esm/utils/localization/translations/ko-KR.json +3 -1
  94. package/esm/utils/localization/translations/ms.json +3 -1
  95. package/esm/utils/localization/translations/nb-NO.json +3 -1
  96. package/esm/utils/localization/translations/nl.json +3 -1
  97. package/esm/utils/localization/translations/pl.json +3 -1
  98. package/esm/utils/localization/translations/pt-BR.json +3 -1
  99. package/esm/utils/localization/translations/pt-PT.json +3 -1
  100. package/esm/utils/localization/translations/ro-RO.json +3 -1
  101. package/esm/utils/localization/translations/sk-SK.json +3 -1
  102. package/esm/utils/localization/translations/sv.json +3 -1
  103. package/esm/utils/localization/translations/th.json +3 -1
  104. package/esm/utils/localization/translations/tr.json +3 -1
  105. package/esm/utils/localization/translations/zh-Hans.json +3 -1
  106. package/esm/utils/localization/translations/zh-TW.json +3 -1
  107. package/package.json +2 -1
package/dist/index.css CHANGED
@@ -2218,7 +2218,7 @@ html:lang(ar) .zen-accordion {
2218
2218
  fill: var(--action-secondary--default);
2219
2219
  }
2220
2220
  .zen-advanced-groups-filter.zen-advanced-groups-filter {
2221
- width: 526px;
2221
+ width: 32.875rem;
2222
2222
  }
2223
2223
  .zen-advanced-groups-filter-prioritized-modal {
2224
2224
  z-index: 11011;
@@ -2602,7 +2602,7 @@ html:lang(ar) .zen-banner__message--multiline.zen-banner__message--drive-tablet
2602
2602
  color: var(--text-primary);
2603
2603
  border: none;
2604
2604
  border-radius: var(--border-radius-default);
2605
- min-width: 42px;
2605
+ min-width: 2.625rem;
2606
2606
  width: auto;
2607
2607
  z-index: 11100;
2608
2608
  }
@@ -2613,9 +2613,9 @@ html:lang(ar) .zen-tooltip {
2613
2613
  font-family: var(--arabic-font-family);
2614
2614
  }
2615
2615
  .zen-tooltip--auto {
2616
- max-width: 272px;
2617
- max-height: 82px;
2618
- padding: 8px;
2616
+ max-width: 17rem;
2617
+ max-height: 5.125rem;
2618
+ padding: 0.5rem;
2619
2619
  }
2620
2620
  .zen-tooltip--full-content {
2621
2621
  max-height: none;
@@ -2627,15 +2627,14 @@ html:lang(ar) .zen-tooltip {
2627
2627
  .zen-tooltip--mobile,
2628
2628
  .zen-tooltip--drive {
2629
2629
  width: auto;
2630
- max-width: 368px;
2631
- padding: 12px;
2630
+ max-width: 23rem;
2631
+ padding: 0.75rem;
2632
2632
  justify-content: space-between;
2633
2633
  align-items: center;
2634
- left: 10px;
2635
- right: 10px;
2634
+ inset-inline: 0.625rem;
2636
2635
  }
2637
2636
  .zen-tooltip--mobile {
2638
- max-height: 112px;
2637
+ max-height: 7rem;
2639
2638
  }
2640
2639
  .zen-tooltip--drive {
2641
2640
  font-family: var(--main-font);
@@ -2646,7 +2645,7 @@ html:lang(ar) .zen-tooltip {
2646
2645
  line-height: 20px;
2647
2646
  text-transform: none;
2648
2647
  text-decoration: none;
2649
- max-height: 148px;
2648
+ max-height: 9.25rem;
2650
2649
  }
2651
2650
  html:lang(ar) .zen-tooltip--drive {
2652
2651
  font-family: var(--arabic-font-family);
@@ -2677,7 +2676,7 @@ html:lang(ar) .zen-tooltip--drive {
2677
2676
  line-height: 16px;
2678
2677
  text-transform: none;
2679
2678
  text-decoration: none;
2680
- margin-bottom: 4px;
2679
+ margin-block-end: 0.25rem;
2681
2680
  }
2682
2681
  html:lang(ar) .zen-tooltip__title {
2683
2682
  font-family: var(--arabic-font-family);
@@ -2711,30 +2710,38 @@ html:lang(ar) .zen-tooltip__title {
2711
2710
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
2712
2711
  }
2713
2712
  .zen-tooltip__arrow--top {
2714
- top: 100%;
2715
- left: 50%;
2713
+ inset-block-start: 100%;
2714
+ inset-inline-start: 50%;
2716
2715
  border-color: var(--backgrounds-content-1) transparent transparent transparent;
2717
2716
  border-width: 6px 5px 0 5px;
2718
- filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
2717
+ filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
2719
2718
  }
2720
2719
  .zen-tooltip__arrow--bottom {
2721
2720
  bottom: 100%;
2722
- left: 14px;
2721
+ inset-inline-start: 0.875rem;
2723
2722
  border-color: transparent transparent var(--backgrounds-content-1) transparent;
2724
- border-width: 0px 5px 6px 5px;
2725
- filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.2));
2723
+ border-width: 0 5px 6px 5px;
2724
+ filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.2));
2726
2725
  }
2727
2726
  .zen-tooltip__arrow--right {
2728
- right: 100%;
2727
+ inset-inline-end: 100%;
2729
2728
  border-color: transparent var(--backgrounds-content-1) transparent transparent;
2730
- border-width: 5px 6px 5px 0px;
2731
- filter: drop-shadow(-4px 0px 4px rgba(0, 0, 0, 0.2));
2729
+ border-width: 5px 6px 5px 0;
2730
+ filter: drop-shadow(-4px 0 4px rgba(0, 0, 0, 0.2));
2731
+ }
2732
+ [dir="rtl"] .zen-tooltip__arrow--right {
2733
+ border-color: transparent transparent transparent var(--backgrounds-content-1);
2734
+ filter: drop-shadow(4px 0 4px rgba(0, 0, 0, 0.2));
2732
2735
  }
2733
2736
  .zen-tooltip__arrow--left {
2734
- left: 100%;
2737
+ inset-inline-start: 100%;
2735
2738
  border-color: transparent transparent transparent var(--backgrounds-content-1);
2736
- border-width: 5px 0px 6px 5px;
2737
- filter: drop-shadow(4px 0px 4px rgba(0, 0, 0, 0.2));
2739
+ border-width: 5px 0 6px 5px;
2740
+ filter: drop-shadow(4px 0 4px rgba(0, 0, 0, 0.2));
2741
+ }
2742
+ [dir="rtl"] .zen-tooltip__arrow--left {
2743
+ border-color: transparent var(--backgrounds-content-1) transparent transparent;
2744
+ filter: drop-shadow(-4px 0 4px rgba(0, 0, 0, 0.2));
2738
2745
  }
2739
2746
  .zen-tooltip__trigger {
2740
2747
  color: var(--text-secondary);
@@ -2782,16 +2789,16 @@ html:lang(ar) .zen-tooltip__title {
2782
2789
  border: 0;
2783
2790
  background: 0;
2784
2791
  padding: 0;
2785
- min-width: 16px;
2786
- max-width: 16px;
2787
- min-height: 16px;
2788
- max-height: 16px;
2792
+ min-width: 1rem;
2793
+ max-width: 1rem;
2794
+ min-height: 1rem;
2795
+ max-height: 1rem;
2789
2796
  }
2790
2797
  .zen-tooltip-info--drive {
2791
- min-width: 20px;
2792
- max-width: 20px;
2793
- min-height: 20px;
2794
- max-height: 20px;
2798
+ min-width: 1.25rem;
2799
+ max-width: 1.25rem;
2800
+ min-height: 1.25rem;
2801
+ max-height: 1.25rem;
2795
2802
  }
2796
2803
  .zen-tooltip-info:focus,
2797
2804
  .zen-tooltip-info:hover {
@@ -2806,7 +2813,7 @@ html:lang(ar) .zen-tooltip__title {
2806
2813
  }
2807
2814
  .zen-field-label {
2808
2815
  display: flex;
2809
- gap: 4px;
2816
+ gap: 0.25rem;
2810
2817
  }
2811
2818
  .zen-field-label:not(.zen-field-label--review):not(.zen-form-list-label):not(.zen-form-field-label--top) {
2812
2819
  align-self: center;
@@ -3446,12 +3453,12 @@ html:lang(ar) .zen-menu-button__action--drive-tablet {
3446
3453
  border-radius: var(--border-radius-default);
3447
3454
  box-sizing: border-box;
3448
3455
  background-color: var(--backgrounds-main);
3449
- padding: 4px 0;
3456
+ padding: 0.25rem 0;
3450
3457
  max-height: 90vh;
3451
3458
  border: 0px;
3452
- min-height: 30px;
3453
- min-width: 170px;
3454
- max-width: 420px;
3459
+ min-height: 1.875rem;
3460
+ min-width: 10.625rem;
3461
+ max-width: 26.25rem;
3455
3462
  }
3456
3463
  .zen-popup * {
3457
3464
  box-sizing: border-box;
@@ -3460,7 +3467,7 @@ html:lang(ar) .zen-popup {
3460
3467
  font-family: var(--arabic-font-family);
3461
3468
  }
3462
3469
  .zen-popup--padding {
3463
- padding: 8px;
3470
+ padding: 0.5rem;
3464
3471
  }
3465
3472
  .zen-popup--no-padding {
3466
3473
  padding: 0;
@@ -3470,7 +3477,7 @@ html:lang(ar) .zen-popup {
3470
3477
  max-width: none;
3471
3478
  }
3472
3479
  .zen-popup--block {
3473
- padding: 4px 0;
3480
+ padding: 0.25rem 0;
3474
3481
  box-shadow: 0px 2px 6px rgba(11, 32, 50, 0.2);
3475
3482
  border-radius: var(--border-radius-default);
3476
3483
  }
@@ -4022,15 +4029,15 @@ html:lang(ar) .zen-alert--drive .zen-alert__text {
4022
4029
  }
4023
4030
  .zen-mobile-sheet-footer {
4024
4031
  box-sizing: border-box;
4025
- border-top: 1px solid var(--borders-general);
4032
+ border-block-start: 1px solid var(--borders-general);
4026
4033
  display: grid;
4027
- gap: 12px;
4034
+ gap: 0.75rem;
4028
4035
  }
4029
4036
  .zen-mobile-sheet-footer * {
4030
4037
  box-sizing: border-box;
4031
4038
  }
4032
4039
  .zen-mobile-sheet-footer--borderless {
4033
- border-top-width: 0;
4040
+ border-block-start-width: 0;
4034
4041
  }
4035
4042
  .zen-mobile-sheet-wrapper {
4036
4043
  z-index: 11010;
@@ -4038,8 +4045,8 @@ html:lang(ar) .zen-alert--drive .zen-alert__text {
4038
4045
  .zen-mobile-sheet-shield {
4039
4046
  z-index: 11007;
4040
4047
  position: fixed;
4041
- top: 0;
4042
- left: 0;
4048
+ inset-block-start: 0;
4049
+ inset-inline-start: 0;
4043
4050
  width: 100%;
4044
4051
  height: 100%;
4045
4052
  }
@@ -4064,7 +4071,9 @@ html:lang(ar) .zen-alert--drive .zen-alert__text {
4064
4071
  text-transform: none;
4065
4072
  text-decoration: none;
4066
4073
  color: var(--text-secondary);
4067
- padding: 12px 8px 12px 12px;
4074
+ padding-block: 0.75rem;
4075
+ padding-inline-start: 0.75rem;
4076
+ padding-inline-end: 0.5rem;
4068
4077
  display: flex;
4069
4078
  justify-content: space-between;
4070
4079
  align-items: center;
@@ -4082,14 +4091,13 @@ html:lang(ar) .zen-mobile-sheet__title {
4082
4091
  text-transform: none;
4083
4092
  text-decoration: none;
4084
4093
  padding: 0;
4085
- padding-left: 12px;
4094
+ padding-inline-start: 0.75rem;
4086
4095
  }
4087
4096
  html:lang(ar) .zen-mobile-sheet__title.zen-mobile-sheet__title--drive {
4088
4097
  font-family: var(--arabic-font-family);
4089
4098
  }
4090
4099
  .zen-mobile-sheet__title.zen-mobile-sheet__title--drive .zen-mobile-sheet__close-button {
4091
- margin-top: 0;
4092
- margin-bottom: 0;
4100
+ margin-block: 0;
4093
4101
  }
4094
4102
  .zen-mobile-sheet__title.zen-mobile-sheet__title--drive-tablet {
4095
4103
  font-family: var(--main-font);
@@ -4101,19 +4109,17 @@ html:lang(ar) .zen-mobile-sheet__title.zen-mobile-sheet__title--drive {
4101
4109
  text-transform: none;
4102
4110
  text-decoration: none;
4103
4111
  padding: 0;
4104
- padding-left: 12px;
4112
+ padding-inline-start: 0.75rem;
4105
4113
  }
4106
4114
  html:lang(ar) .zen-mobile-sheet__title.zen-mobile-sheet__title--drive-tablet {
4107
4115
  font-family: var(--arabic-font-family);
4108
4116
  }
4109
4117
  .zen-mobile-sheet__title.zen-mobile-sheet__title--drive-tablet .zen-mobile-sheet__close-button {
4110
- margin-top: 0;
4111
- margin-bottom: 0;
4118
+ margin-block: 0;
4112
4119
  }
4113
4120
  .zen-mobile-sheet__close-button {
4114
4121
  width: auto;
4115
- margin-top: -6px;
4116
- margin-bottom: -6px;
4122
+ margin-block: -0.375rem;
4117
4123
  }
4118
4124
  .zen-mobile-sheet__title-text {
4119
4125
  display: -webkit-box;
@@ -4135,16 +4141,16 @@ html:lang(ar) .zen-mobile-sheet__title.zen-mobile-sheet__title--drive-tablet {
4135
4141
  }
4136
4142
  .zen-mobile-sheet-wrapper--drive.zen-mobile-sheet-wrapper--drive,
4137
4143
  .zen-mobile-sheet-wrapper--drive-tablet.zen-mobile-sheet-wrapper--drive-tablet {
4138
- max-width: 520px;
4139
- min-width: 520px;
4140
- left: calc(50% - 260px);
4144
+ max-width: 32.5rem;
4145
+ min-width: 32.5rem;
4146
+ inset-inline-start: calc(50% - (260 / 16rem));
4141
4147
  }
4142
4148
  @media (max-width: 520px) {
4143
4149
  .zen-mobile-sheet-wrapper--drive.zen-mobile-sheet-wrapper--drive,
4144
4150
  .zen-mobile-sheet-wrapper--drive-tablet.zen-mobile-sheet-wrapper--drive-tablet {
4145
4151
  max-width: 100%;
4146
4152
  min-width: 100%;
4147
- left: 0;
4153
+ inset-inline-start: 0;
4148
4154
  }
4149
4155
  }
4150
4156
  .zen-action-list {
@@ -4228,7 +4234,7 @@ html:lang(ar) .zen-mobile-sheet__title.zen-mobile-sheet__title--drive-tablet {
4228
4234
  }
4229
4235
  .zen-form-section {
4230
4236
  display: grid;
4231
- gap: 24px;
4237
+ gap: 1.5rem;
4232
4238
  height: 100%;
4233
4239
  }
4234
4240
  .zen-form-section--desktop.zen-form-section--one-column {
@@ -6267,10 +6273,10 @@ html:lang(ar) .zen-summary-tile {
6267
6273
  display: flex;
6268
6274
  align-items: center;
6269
6275
  justify-content: center;
6270
- min-width: 26px;
6271
- min-height: 26px;
6272
- max-width: 26px;
6273
- max-height: 26px;
6276
+ min-width: 1.625rem;
6277
+ min-height: 1.625rem;
6278
+ max-width: 1.625rem;
6279
+ max-height: 1.625rem;
6274
6280
  border-radius: 50%;
6275
6281
  }
6276
6282
  .zen-form-step {
@@ -6295,8 +6301,8 @@ html:lang(ar) .zen-form-step__item {
6295
6301
  font-family: var(--arabic-font-family);
6296
6302
  }
6297
6303
  .zen-form-step__item .zen-form-step__label {
6298
- max-width: 80px;
6299
- min-width: 80px;
6304
+ max-width: 5rem;
6305
+ min-width: 5rem;
6300
6306
  display: flex;
6301
6307
  flex-direction: column;
6302
6308
  align-items: center;
@@ -6336,25 +6342,25 @@ html:lang(ar) .zen-form-step__item {
6336
6342
  line-height: 16px;
6337
6343
  text-transform: none;
6338
6344
  text-decoration: none;
6339
- max-width: 80px;
6340
- min-width: 80px;
6345
+ max-width: 5rem;
6346
+ min-width: 5rem;
6341
6347
  text-align: center;
6342
6348
  }
6343
6349
  html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
6344
6350
  font-family: var(--arabic-font-family);
6345
6351
  }
6346
6352
  .zen-form-step__item .zen-form-step__marker {
6347
- margin-left: 24px;
6353
+ margin-inline-start: 1.5rem;
6348
6354
  display: flex;
6349
- height: 32px;
6355
+ height: 2rem;
6350
6356
  border-radius: 50%;
6351
6357
  align-items: center;
6352
6358
  justify-content: center;
6353
- margin-bottom: 8px;
6354
- min-width: 32px;
6355
- min-height: 32px;
6356
- max-width: 32px;
6357
- max-height: 32px;
6359
+ margin-block-end: 0.5rem;
6360
+ min-width: 2rem;
6361
+ min-height: 2rem;
6362
+ max-width: 2rem;
6363
+ max-height: 2rem;
6358
6364
  }
6359
6365
  .zen-form-step__item .zen-form-step__marker--complete {
6360
6366
  color: var(--text-reverse-primary);
@@ -6374,10 +6380,10 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
6374
6380
  display: flex;
6375
6381
  align-items: center;
6376
6382
  justify-content: center;
6377
- min-width: 26px;
6378
- min-height: 26px;
6379
- max-width: 26px;
6380
- max-height: 26px;
6383
+ min-width: 1.625rem;
6384
+ min-height: 1.625rem;
6385
+ max-width: 1.625rem;
6386
+ max-height: 1.625rem;
6381
6387
  border-radius: 50%;
6382
6388
  background-color: var(--borders-form-field--error);
6383
6389
  color: var(--text-reverse-primary);
@@ -6394,10 +6400,10 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
6394
6400
  display: flex;
6395
6401
  align-items: center;
6396
6402
  justify-content: center;
6397
- min-width: 26px;
6398
- min-height: 26px;
6399
- max-width: 26px;
6400
- max-height: 26px;
6403
+ min-width: 1.625rem;
6404
+ min-height: 1.625rem;
6405
+ max-width: 1.625rem;
6406
+ max-height: 1.625rem;
6401
6407
  border-radius: 50%;
6402
6408
  background-color: var(--action-primary--default);
6403
6409
  color: var(--text-reverse-primary);
@@ -6408,11 +6414,11 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
6408
6414
  color: var(--action-secondary--default);
6409
6415
  }
6410
6416
  .zen-form-step__item .zen-form-step__marker--mobile {
6411
- min-width: 10px;
6412
- min-height: 10px;
6413
- max-width: 10px;
6414
- max-height: 10px;
6415
- margin-left: 4px;
6417
+ min-width: 0.625rem;
6418
+ min-height: 0.625rem;
6419
+ max-width: 0.625rem;
6420
+ max-height: 0.625rem;
6421
+ margin-inline-start: 0.25rem;
6416
6422
  border: 0;
6417
6423
  }
6418
6424
  .zen-form-step__item .zen-form-step__marker--mobile.zen-form-step__marker--complete {
@@ -6443,9 +6449,9 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
6443
6449
  .zen-form-step__connector {
6444
6450
  border-top: 2px solid;
6445
6451
  flex-grow: 1;
6446
- min-width: 11px;
6452
+ min-width: 0.6875rem;
6447
6453
  width: 100%;
6448
- margin-top: 16px;
6454
+ margin-block-start: 1rem;
6449
6455
  align-self: self-start;
6450
6456
  border-radius: 10px;
6451
6457
  }
@@ -6462,16 +6468,16 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
6462
6468
  border-color: var(--action-secondary--default);
6463
6469
  }
6464
6470
  .zen-form-step__connector--mobile {
6465
- margin-top: 4px;
6466
- margin-left: 4px;
6471
+ margin-block-start: 0.25rem;
6472
+ margin-inline-start: 0.25rem;
6467
6473
  }
6468
6474
  .zen-form-stepper {
6469
6475
  display: flex;
6470
6476
  flex-direction: column;
6471
- margin: 0 4px;
6477
+ margin: 0 0.25rem;
6472
6478
  }
6473
6479
  .zen-form-stepper--mobile {
6474
- margin: 0 12px;
6480
+ margin: 0 0.75rem;
6475
6481
  }
6476
6482
  .zen-form-stepper__steps {
6477
6483
  display: flex;
@@ -6496,7 +6502,7 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
6496
6502
  text-overflow: ellipsis;
6497
6503
  overflow: hidden;
6498
6504
  color: var(--text-primary);
6499
- padding-left: 4px;
6505
+ padding-inline-start: 0.25rem;
6500
6506
  }
6501
6507
  html:lang(ar) .zen-form-stepper .zen-form-stepper__mobile-label {
6502
6508
  font-family: var(--arabic-font-family);
@@ -6510,7 +6516,7 @@ html:lang(ar) .zen-form-stepper .zen-form-stepper__mobile-label {
6510
6516
  line-height: 16px;
6511
6517
  text-transform: none;
6512
6518
  text-decoration: none;
6513
- padding-left: 4px;
6519
+ padding-inline-start: 0.25rem;
6514
6520
  display: -webkit-box;
6515
6521
  -webkit-box-orient: vertical;
6516
6522
  -webkit-line-clamp: 1;
@@ -6528,7 +6534,7 @@ html:lang(ar) .zen-form-stepper .zen-form-stepper__mobile-secondary-label {
6528
6534
  display: block;
6529
6535
  }
6530
6536
  .zen-form-stepper .zen-form-stepper__mobile-counter {
6531
- padding-left: 4px;
6537
+ padding-inline-start: 0.25rem;
6532
6538
  font-family: var(--main-font);
6533
6539
  font-size: 12px;
6534
6540
  font-style: normal;
@@ -6545,14 +6551,14 @@ html:lang(ar) .zen-form-stepper .zen-form-stepper__mobile-counter {
6545
6551
  .zen-form-step-buttons {
6546
6552
  display: flex;
6547
6553
  justify-content: space-between;
6548
- margin: 0 24px;
6554
+ margin: 0 1.5rem;
6549
6555
  }
6550
6556
  .zen-form-step-buttons--mobile {
6551
- margin: 0 12px;
6557
+ margin: 0 0.75rem;
6552
6558
  }
6553
6559
  .zen-form-step-buttons__right {
6554
6560
  display: flex;
6555
- gap: 8px;
6561
+ gap: 0.5rem;
6556
6562
  }
6557
6563
  .zen-review-text-control {
6558
6564
  color: var(--text-primary);
@@ -6587,7 +6593,7 @@ html:lang(ar) .zen-review-text-control {
6587
6593
  display: grid;
6588
6594
  flex-direction: column;
6589
6595
  grid-template-columns: repeat(2, max-content);
6590
- gap: 8px;
6596
+ gap: 0.5rem;
6591
6597
  align-items: start;
6592
6598
  }
6593
6599
  .zen-toggler-component {
@@ -6857,7 +6863,7 @@ html:lang(ar) .zen-toggler--drive-tablet .zen-toggler__label-text {
6857
6863
  fill: var(--accents-general--main);
6858
6864
  }
6859
6865
  .zen-pill-non-actionable {
6860
- padding: 0px 8px;
6866
+ padding: 0 0.5rem;
6861
6867
  }
6862
6868
  .zen-pill-non-actionable__close-button {
6863
6869
  justify-self: end;
@@ -6869,7 +6875,7 @@ html:lang(ar) .zen-toggler--drive-tablet .zen-toggler__label-text {
6869
6875
  fill: var(--text-primary);
6870
6876
  background-color: transparent;
6871
6877
  border: none;
6872
- padding: 6px;
6878
+ padding: 0.375rem;
6873
6879
  margin: 0;
6874
6880
  cursor: pointer;
6875
6881
  }
@@ -6879,15 +6885,15 @@ html:lang(ar) .zen-toggler--drive-tablet .zen-toggler__label-text {
6879
6885
  outline: none;
6880
6886
  }
6881
6887
  .zen-pill-non-actionable__icon {
6882
- min-width: 12px;
6888
+ min-width: 0.75rem;
6883
6889
  max-width: 12px;
6884
6890
  }
6885
6891
  .zen-pill-non-actionable--closable {
6886
- padding: 0 2px 0 8px;
6892
+ padding: 0 0.125rem 0 0.5rem;
6887
6893
  }
6888
6894
  .zen-pill-non-actionable.zen-pill-non-actionable--drive,
6889
6895
  .zen-pill-non-actionable.zen-pill-non-actionable--drive-tablet {
6890
- padding: 0 12px;
6896
+ padding: 0 0.75rem;
6891
6897
  }
6892
6898
  .zen-pill-non-actionable.zen-pill-non-actionable--drive .zen-pill-non-actionable__close-button,
6893
6899
  .zen-pill-non-actionable.zen-pill-non-actionable--drive-tablet .zen-pill-non-actionable__close-button {
@@ -6895,13 +6901,13 @@ html:lang(ar) .zen-toggler--drive-tablet .zen-toggler__label-text {
6895
6901
  }
6896
6902
  .zen-pill-non-actionable.zen-pill-non-actionable--drive .zen-pill-non-actionable__icon,
6897
6903
  .zen-pill-non-actionable.zen-pill-non-actionable--drive-tablet .zen-pill-non-actionable__icon {
6898
- min-width: 16px;
6904
+ min-width: 1rem;
6899
6905
  max-width: 16px;
6900
6906
  height: 16px;
6901
6907
  }
6902
6908
  .zen-pill-non-actionable.zen-pill-non-actionable--drive.zen-pill-non-actionable--closable,
6903
6909
  .zen-pill-non-actionable.zen-pill-non-actionable--drive-tablet.zen-pill-non-actionable--closable {
6904
- padding: 0 2px 0 10px;
6910
+ padding: 0 0.125rem 0 0.625rem;
6905
6911
  }
6906
6912
  .zen-pill-content {
6907
6913
  font-family: var(--main-font);
@@ -6916,8 +6922,8 @@ html:lang(ar) .zen-toggler--drive-tablet .zen-toggler__label-text {
6916
6922
  color: var(--text-primary);
6917
6923
  align-items: center;
6918
6924
  justify-content: space-between;
6919
- padding: 4px 12px 4px 12px;
6920
- border-radius: 30px;
6925
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
6926
+ border-radius: 1.875rem;
6921
6927
  background: var(--backgrounds-content-1);
6922
6928
  }
6923
6929
  html:lang(ar) .zen-pill-content {
@@ -6963,7 +6969,7 @@ html:lang(ar) .zen-pill-text-content.zen-pill-text-content--drive-tablet {
6963
6969
  font-family: var(--arabic-font-family);
6964
6970
  }
6965
6971
  .zen-pill-actionable {
6966
- padding: 0 8px;
6972
+ padding: 0 0.5rem;
6967
6973
  -webkit-touch-callout: none;
6968
6974
  -webkit-user-select: none;
6969
6975
  -khtml-user-select: none;
@@ -7016,7 +7022,7 @@ html:lang(ar) .zen-pill-text-content.zen-pill-text-content--drive-tablet {
7016
7022
  }
7017
7023
  .zen-pill-actionable.zen-pill-actionable--drive,
7018
7024
  .zen-pill-actionable.zen-pill-actionable--drive-tablet {
7019
- padding: 0 12px;
7025
+ padding: 0 0.75rem;
7020
7026
  }
7021
7027
  .zen-pill-new-content {
7022
7028
  font-family: var(--main-font);
@@ -7030,11 +7036,11 @@ html:lang(ar) .zen-pill-text-content.zen-pill-text-content--drive-tablet {
7030
7036
  display: flex;
7031
7037
  align-items: center;
7032
7038
  justify-content: space-between;
7033
- border-radius: 30px;
7039
+ border-radius: 1.875rem;
7034
7040
  height: 22px;
7035
7041
  display: grid;
7036
7042
  grid-auto-flow: column;
7037
- gap: 8px;
7043
+ gap: 0.5rem;
7038
7044
  }
7039
7045
  html:lang(ar) .zen-pill-new-content {
7040
7046
  font-family: var(--arabic-font-family);
@@ -7053,10 +7059,10 @@ html:lang(ar) .zen-pill-new-content {
7053
7059
  }
7054
7060
  .zen-pill-new-content--closable.zen-pill-new-content--icon-left.zen-pill-new-content--empty {
7055
7061
  grid-template-columns: 12px 18px;
7056
- gap: 8px;
7062
+ gap: 0.5rem;
7057
7063
  }
7058
7064
  .zen-pill-new-content--hidden {
7059
- gap: 4px;
7065
+ gap: 0.25rem;
7060
7066
  }
7061
7067
  .zen-pill-new-content.zen-pill-new-content--drive,
7062
7068
  .zen-pill-new-content.zen-pill-new-content--drive-tablet {
@@ -7064,7 +7070,7 @@ html:lang(ar) .zen-pill-new-content {
7064
7070
  }
7065
7071
  .zen-pill-new-content.zen-pill-new-content--drive .zen-pill-non-actionable__icon,
7066
7072
  .zen-pill-new-content.zen-pill-new-content--drive-tablet .zen-pill-non-actionable__icon {
7067
- min-width: 16px;
7073
+ min-width: 1rem;
7068
7074
  max-width: 16px;
7069
7075
  height: 16px;
7070
7076
  }
@@ -7083,7 +7089,7 @@ html:lang(ar) .zen-pill-new-content {
7083
7089
  .zen-pill-new-content.zen-pill-new-content--drive.zen-pill-new-content--closable.zen-pill-new-content--icon-left.zen-pill-new-content--empty,
7084
7090
  .zen-pill-new-content.zen-pill-new-content--drive-tablet.zen-pill-new-content--closable.zen-pill-new-content--icon-left.zen-pill-new-content--empty {
7085
7091
  grid-template-columns: 16px 22px;
7086
- gap: 8px;
7092
+ gap: 0.5rem;
7087
7093
  }
7088
7094
  .zen-pill-new-content.zen-pill-new-content--mobile {
7089
7095
  height: 34px;
@@ -7100,7 +7106,7 @@ html:lang(ar) .zen-pill-new-content.zen-pill-new-content--mobile {
7100
7106
  font-family: var(--arabic-font-family);
7101
7107
  }
7102
7108
  .zen-pill-new-content.zen-pill-new-content--mobile .zen-pill-non-actionable__icon {
7103
- min-width: 16px;
7109
+ min-width: 1rem;
7104
7110
  max-width: 16px;
7105
7111
  height: 16px;
7106
7112
  }
@@ -7115,7 +7121,7 @@ html:lang(ar) .zen-pill-new-content.zen-pill-new-content--mobile {
7115
7121
  }
7116
7122
  .zen-pill-new-content.zen-pill-new-content--mobile.zen-pill-new-content--closable.zen-pill-new-content--icon-left.zen-pill-new-content--empty {
7117
7123
  grid-template-columns: 16px 22px;
7118
- gap: 8px;
7124
+ gap: 0.5rem;
7119
7125
  }
7120
7126
  .zen-pill-new-content.zen-pill-new-content--drive {
7121
7127
  font-family: var(--main-font);
@@ -7152,11 +7158,11 @@ html:lang(ar) .zen-pill-new-content.zen-pill-new-content--drive-tablet {
7152
7158
  line-height: 16px;
7153
7159
  text-transform: none;
7154
7160
  text-decoration: none;
7155
- border-radius: 30px;
7161
+ border-radius: 1.875rem;
7156
7162
  display: grid;
7157
7163
  grid-auto-flow: column;
7158
7164
  align-items: center;
7159
- min-width: 30px;
7165
+ min-width: 1.875rem;
7160
7166
  }
7161
7167
  html:lang(ar) .zen-pill-new {
7162
7168
  font-family: var(--arabic-font-family);
@@ -7166,12 +7172,12 @@ html:lang(ar) .zen-pill-new {
7166
7172
  width: fit-content;
7167
7173
  }
7168
7174
  .zen-pill-new--empty {
7169
- gap: 4px;
7175
+ gap: 0.25rem;
7170
7176
  min-width: fit-content;
7171
7177
  }
7172
7178
  .zen-pill-new.zen-pill-new--drive,
7173
7179
  .zen-pill-new.zen-pill-new--mobile {
7174
- border-radius: 50px;
7180
+ border-radius: 3.125rem;
7175
7181
  }
7176
7182
  .zen-review-list-toggle {
7177
7183
  color: var(--text-primary);
@@ -7185,13 +7191,13 @@ html:lang(ar) .zen-pill-new {
7185
7191
  text-decoration: none;
7186
7192
  display: flex;
7187
7193
  align-items: center;
7188
- gap: 4px;
7194
+ gap: 0.25rem;
7189
7195
  }
7190
7196
  html:lang(ar) .zen-review-list-toggle {
7191
7197
  font-family: var(--arabic-font-family);
7192
7198
  }
7193
7199
  .zen-form-list-label {
7194
- max-height: 32px;
7200
+ max-height: 2rem;
7195
7201
  display: flex;
7196
7202
  align-items: center;
7197
7203
  }
@@ -7210,7 +7216,8 @@ html:lang(ar) .zen-review-list-toggle {
7210
7216
  padding: 0;
7211
7217
  }
7212
7218
  .zen-additional-sub-section__secondary {
7213
- margin: 16px 0;
7219
+ margin-block: 1rem;
7220
+ margin-inline: 0;
7214
7221
  font-family: var(--main-font);
7215
7222
  font-size: 12px;
7216
7223
  font-style: normal;
@@ -7225,13 +7232,13 @@ html:lang(ar) .zen-additional-sub-section__secondary {
7225
7232
  font-family: var(--arabic-font-family);
7226
7233
  }
7227
7234
  .zen-additional-sub-section__content {
7228
- padding: 16px;
7235
+ padding: 1rem;
7229
7236
  }
7230
7237
  .zen-additional-sub-section .zen-accordion__content {
7231
7238
  padding: 0;
7232
7239
  }
7233
7240
  .zen-form-field-error {
7234
- margin-top: 4px;
7241
+ margin-block-start: 0.25rem;
7235
7242
  display: flex;
7236
7243
  min-width: 0;
7237
7244
  font-family: var(--main-font);
@@ -7249,7 +7256,7 @@ html:lang(ar) .zen-form-field-error {
7249
7256
  font-family: var(--arabic-font-family);
7250
7257
  }
7251
7258
  .zen-form-field-error__error-text {
7252
- margin-left: 4px;
7259
+ margin-inline-start: 0.25rem;
7253
7260
  display: flex;
7254
7261
  flex-direction: column;
7255
7262
  overflow-wrap: break-word;
@@ -7258,12 +7265,14 @@ html:lang(ar) .zen-form-field-error {
7258
7265
  flex: 0 0 auto;
7259
7266
  }
7260
7267
  .zen-form-field-error__icon-container {
7261
- padding: 1px 2px 0;
7262
- height: 16px;
7268
+ padding-block-start: 0.0625rem;
7269
+ padding-inline: 0.125rem;
7270
+ padding-block-end: 0;
7271
+ height: 1rem;
7263
7272
  }
7264
7273
  .zen-form-field-error.zen-form-field-error--drive .zen-form-field-error__icon-container,
7265
7274
  .zen-form-field-error.zen-form-field-error--drive-tablet .zen-form-field-error__icon-container {
7266
- height: 18px;
7275
+ height: 1.125rem;
7267
7276
  }
7268
7277
  .zen-form-field-error.zen-form-field-error--drive {
7269
7278
  font-family: var(--main-font);
@@ -7310,13 +7319,13 @@ html:lang(ar) .zen-form-field-error.zen-form-field-error--drive-tablet {
7310
7319
  display: inline-flex;
7311
7320
  }
7312
7321
  .zen-form-field--with-banner {
7313
- gap: 8px;
7322
+ gap: 0.5rem;
7314
7323
  }
7315
7324
  .zen-form-field--mobile.zen-form-field--with-banner {
7316
- gap: 4px;
7325
+ gap: 0.25rem;
7317
7326
  }
7318
7327
  .zen-form-field__secondary {
7319
- margin-top: 4px;
7328
+ margin-block-start: 0.25rem;
7320
7329
  position: relative;
7321
7330
  display: flex;
7322
7331
  width: 100%;
@@ -7331,13 +7340,18 @@ html:lang(ar) .zen-form-field-error.zen-form-field-error--drive-tablet {
7331
7340
  display: none;
7332
7341
  }
7333
7342
  .zen-form-field__input-container--with-trailing {
7334
- gap: 8px;
7343
+ gap: 0.5rem;
7335
7344
  }
7336
7345
  .zen-form-field__input-container--review {
7337
7346
  grid-template-columns: max-content max-content;
7338
7347
  }
7348
+ .zen-form-field__input-container:has(.zen-radio-group--horizontal) .zen-form-field__trailing-text {
7349
+ align-self: flex-start;
7350
+ margin-top: 0.75rem;
7351
+ }
7339
7352
  .zen-form-field.zen-form-field--form-item .zen-radio {
7340
- padding: 0 16px 12px 0;
7353
+ padding-block-end: 0.75rem;
7354
+ padding-inline-end: 1rem;
7341
7355
  }
7342
7356
  .zen-form-field__trailing-text {
7343
7357
  display: flex;
@@ -7410,12 +7424,12 @@ html:lang(ar) .zen-form-field__text.zen-form-field__text--drive-tablet {
7410
7424
  align-items: center;
7411
7425
  }
7412
7426
  .zen-form-field__error-icon {
7413
- margin-right: 6px;
7427
+ margin-inline-end: 0.375rem;
7414
7428
  flex: 0 0 auto;
7415
7429
  }
7416
7430
  .zen-form-field__error-text {
7417
7431
  flex: 1 1 auto;
7418
- padding-top: 1px;
7432
+ padding-block-start: 0.0625rem;
7419
7433
  overflow: hidden;
7420
7434
  text-overflow: ellipsis;
7421
7435
  white-space: nowrap;
@@ -7439,24 +7453,24 @@ html:lang(ar) .zen-form-field__length {
7439
7453
  }
7440
7454
  .zen-form-field__label-wrapper {
7441
7455
  display: grid;
7442
- grid-template-rows: 1fr 20px;
7456
+ grid-template-rows: 1fr 1.25rem;
7443
7457
  }
7444
7458
  .zen-form-field__trailing-wrapper {
7445
7459
  display: grid;
7446
- grid-template-rows: 1fr 20px;
7460
+ grid-template-rows: 1fr 1.25rem;
7447
7461
  }
7448
7462
  .zen-form-field--label-left {
7449
7463
  display: flex;
7450
7464
  flex-direction: row;
7451
7465
  align-items: center;
7452
- gap: 8px;
7466
+ gap: 0.5rem;
7453
7467
  }
7454
7468
  .zen-form-field--label-top {
7455
7469
  display: flex;
7456
7470
  flex-direction: column;
7457
7471
  align-items: start;
7458
7472
  justify-content: start;
7459
- gap: 8px;
7473
+ gap: 0.5rem;
7460
7474
  }
7461
7475
  .zen-dropdown {
7462
7476
  box-sizing: border-box;
@@ -8058,7 +8072,7 @@ html:lang(ar) .zen-dropdown-list.zen-dropdown-list--drive-tablet .zen-dropdown-l
8058
8072
  .zen-chip {
8059
8073
  --chip-min-width-default: 40px;
8060
8074
  --chip-max-width-default: 236px;
8061
- --chip-border-radius: 8px;
8075
+ --chip-border-radius: 0.5rem;
8062
8076
  --chip-height: 32px;
8063
8077
  --chip-height--drive: 40px;
8064
8078
  --chip-height--mobile: 40px;
@@ -8081,7 +8095,7 @@ html:lang(ar) .zen-dropdown-list.zen-dropdown-list--drive-tablet .zen-dropdown-l
8081
8095
  width: fit-content;
8082
8096
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
8083
8097
  border-radius: var(--chip-border-radius);
8084
- gap: 2px;
8098
+ gap: 0.125rem;
8085
8099
  }
8086
8100
  .zen-chip * {
8087
8101
  box-sizing: border-box;
@@ -8098,7 +8112,7 @@ html:lang(ar) .zen-chip {
8098
8112
  width: fit-content;
8099
8113
  }
8100
8114
  .zen-chip.zen-chip--drive {
8101
- border-radius: 8px;
8115
+ border-radius: 0.5rem;
8102
8116
  }
8103
8117
  .zen-chip:not(.zen-chip--disabled):not(.zen-chip--readonly):hover {
8104
8118
  cursor: pointer;
@@ -8112,7 +8126,7 @@ html:lang(ar) .zen-chip {
8112
8126
  }
8113
8127
  .zen-chip__content-wrapper {
8114
8128
  margin: 0;
8115
- gap: 4px;
8129
+ gap: 0.25rem;
8116
8130
  display: flex;
8117
8131
  align-items: center;
8118
8132
  justify-content: space-between;
@@ -8186,7 +8200,7 @@ html:lang(ar) .zen-chip {
8186
8200
  cursor: pointer;
8187
8201
  border: none;
8188
8202
  background-color: transparent;
8189
- border-radius: 15px;
8203
+ border-radius: 0.9375rem;
8190
8204
  fill: var(--action-primary--active);
8191
8205
  }
8192
8206
  .zen-chip__close-button:hover,
@@ -8213,22 +8227,22 @@ html:lang(ar) .zen-chip {
8213
8227
  text-decoration: none;
8214
8228
  background-color: var(--action-primary--default);
8215
8229
  color: var(--text-reverse-primary);
8216
- min-width: 16px;
8217
- border-radius: 16px;
8218
- padding: 0px 4px;
8230
+ min-width: 1rem;
8231
+ border-radius: 1rem;
8232
+ padding: 0 0.25rem;
8219
8233
  }
8220
8234
  html:lang(ar) .zen-chip__quantity {
8221
8235
  font-family: var(--arabic-font-family);
8222
8236
  }
8223
8237
  .zen-chip.zen-chip--standard {
8224
- padding: 7px 8px;
8238
+ padding: 0.4375rem 0.5rem;
8225
8239
  }
8226
8240
  .zen-chip.zen-chip--trigger .zen-chip__trigger {
8227
- padding: 8px;
8241
+ padding: 0.5rem;
8228
8242
  outline: none;
8229
8243
  }
8230
8244
  .zen-chip.zen-chip--trigger .zen-chip__trigger--with-icon {
8231
- padding: 7px 0 7px 7px;
8245
+ padding: 0.4375rem 0 0.4375rem 0.4375rem;
8232
8246
  }
8233
8247
  .zen-chip.zen-chip--trigger .zen-chip__close-button {
8234
8248
  height: 30px;
@@ -8256,15 +8270,15 @@ html:lang(ar) .zen-chip.zen-chip--drive-tablet {
8256
8270
  }
8257
8271
  .zen-chip.zen-chip--drive.zen-chip--standard,
8258
8272
  .zen-chip.zen-chip--drive-tablet.zen-chip--standard {
8259
- padding: 7px 12px;
8273
+ padding: 0.4375rem 0.75rem;
8260
8274
  }
8261
8275
  .zen-chip.zen-chip--drive.zen-chip--trigger .zen-chip__trigger,
8262
8276
  .zen-chip.zen-chip--drive-tablet.zen-chip--trigger .zen-chip__trigger {
8263
- padding: 5px 12px;
8277
+ padding: 0.3125rem 0.75rem;
8264
8278
  }
8265
8279
  .zen-chip.zen-chip--drive.zen-chip--trigger .zen-chip__trigger--with-icon,
8266
8280
  .zen-chip.zen-chip--drive-tablet.zen-chip--trigger .zen-chip__trigger--with-icon {
8267
- padding: 3px 0 3px 12px;
8281
+ padding: 0.1875rem 0 0.1875rem 0.75rem;
8268
8282
  }
8269
8283
  .zen-chip.zen-chip--drive.zen-chip--trigger .zen-chip__close-button,
8270
8284
  .zen-chip.zen-chip--drive-tablet.zen-chip--trigger .zen-chip__close-button {
@@ -8273,9 +8287,9 @@ html:lang(ar) .zen-chip.zen-chip--drive-tablet {
8273
8287
  }
8274
8288
  .zen-chip.zen-chip--drive .zen-chip__quantity,
8275
8289
  .zen-chip.zen-chip--drive-tablet .zen-chip__quantity {
8276
- min-width: 30px;
8290
+ min-width: 1.875rem;
8277
8291
  height: 30px;
8278
- padding: 0px 8px;
8292
+ padding: 0 0.5rem;
8279
8293
  }
8280
8294
  .zen-chip.zen-chip--drive .zen-chip__close-button,
8281
8295
  .zen-chip.zen-chip--drive-tablet .zen-chip__close-button {
@@ -8313,8 +8327,8 @@ html:lang(ar) .zen-chip.zen-chip--drive .zen-chip__quantity {
8313
8327
  color: var(--text-primary);
8314
8328
  align-items: center;
8315
8329
  justify-content: space-between;
8316
- padding: 4px 12px 4px 12px;
8317
- border-radius: 8px;
8330
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
8331
+ border-radius: 0.5rem;
8318
8332
  background: var(--backgrounds-content-1);
8319
8333
  }
8320
8334
  .zen-chip-text-content {
@@ -8345,13 +8359,13 @@ html:lang(ar) .zen-chip--mobile {
8345
8359
  font-family: var(--arabic-font-family);
8346
8360
  }
8347
8361
  .zen-chip--mobile.zen-chip--standard {
8348
- padding: 11px 8px;
8362
+ padding: 0.6875rem 0.5rem;
8349
8363
  }
8350
8364
  .zen-chip--mobile.zen-chip--trigger .zen-chip__trigger {
8351
- padding: 12px 8px;
8365
+ padding: 0.75rem 0.5rem;
8352
8366
  }
8353
8367
  .zen-chip--mobile.zen-chip--trigger .zen-chip__trigger--with-icon {
8354
- padding: 11px 0 11px 8px;
8368
+ padding: 0.6875rem 0 0.6875rem 0.5rem;
8355
8369
  }
8356
8370
  .zen-chip--mobile.zen-chip--trigger .zen-chip__close-button {
8357
8371
  width: 38px;
@@ -9216,15 +9230,15 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
9216
9230
  box-sizing: border-box;
9217
9231
  display: flex;
9218
9232
  flex-direction: column;
9219
- gap: 4px;
9220
- padding: 12px;
9233
+ gap: 0.25rem;
9234
+ padding: 0.75rem;
9221
9235
  }
9222
9236
  .zen-footer-buttons * {
9223
9237
  box-sizing: border-box;
9224
9238
  }
9225
9239
  .zen-footer-buttons .zen-footer-buttons__item {
9226
9240
  flex-grow: 1;
9227
- padding: 11px 8px;
9241
+ padding: 0.6875rem 0.5rem;
9228
9242
  }
9229
9243
  .zen-footer-buttons--sticky {
9230
9244
  position: fixed;
@@ -9239,7 +9253,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
9239
9253
  }
9240
9254
  .zen-footer-buttons.zen-footer-buttons--drive .zen-footer-buttons__item,
9241
9255
  .zen-footer-buttons.zen-footer-buttons--drive-tablet .zen-footer-buttons__item {
9242
- padding: 15px 12px;
9256
+ padding: 0.9375rem 0.75rem;
9243
9257
  }
9244
9258
  .zen-advanced-groups-filter-form {
9245
9259
  font-family: var(--main-font);
@@ -9255,7 +9269,7 @@ html:lang(ar) .zen-advanced-groups-filter-form {
9255
9269
  font-family: var(--arabic-font-family);
9256
9270
  }
9257
9271
  .zen-advanced-groups-filter-form__description {
9258
- margin-bottom: 12px;
9272
+ margin-block-end: 0.75rem;
9259
9273
  }
9260
9274
  .zen-advanced-groups-filter-form__sections {
9261
9275
  margin: 0;
@@ -9264,13 +9278,13 @@ html:lang(ar) .zen-advanced-groups-filter-form {
9264
9278
  .zen-advanced-groups-filter-form__section-switcher {
9265
9279
  display: flex;
9266
9280
  justify-content: center;
9267
- margin-bottom: 12px;
9281
+ margin-block-end: 0.75rem;
9268
9282
  }
9269
9283
  .zen-advanced-groups-filter-form__section {
9270
9284
  list-style: none;
9271
9285
  }
9272
9286
  .zen-advanced-groups-filter-form__main-section {
9273
- margin-bottom: 12px;
9287
+ margin-block-end: 0.75rem;
9274
9288
  border: var(--border-width-default) solid var(--borders-general);
9275
9289
  border-radius: var(--border-radius-default);
9276
9290
  display: flex;
@@ -9278,14 +9292,14 @@ html:lang(ar) .zen-advanced-groups-filter-form {
9278
9292
  .zen-advanced-groups-filter-form__inter-section-switcher {
9279
9293
  display: flex;
9280
9294
  justify-content: center;
9281
- margin-bottom: 12px;
9295
+ margin-block-end: 0.75rem;
9282
9296
  }
9283
9297
  .zen-advanced-groups-filter-form__section-column {
9284
- padding: 16px;
9298
+ padding: 1rem;
9285
9299
  }
9286
9300
  .zen-advanced-groups-filter-form__section-column--left {
9287
9301
  flex: 0 0 30%;
9288
- border-right: var(--border-width-default) solid var(--borders-general);
9302
+ border-inline-end: var(--border-width-default) solid var(--borders-general);
9289
9303
  }
9290
9304
  .zen-advanced-groups-filter-form__section-column--right {
9291
9305
  flex: 1 1 70%;
@@ -9296,22 +9310,22 @@ html:lang(ar) .zen-advanced-groups-filter-form {
9296
9310
  overflow: hidden;
9297
9311
  }
9298
9312
  .zen-advanced-groups-filter-form__section-label {
9299
- margin-bottom: 8px;
9313
+ margin-block-end: 0.5rem;
9300
9314
  display: block;
9301
9315
  }
9302
9316
  .zen-advanced-groups-filter-form__operator-section {
9303
9317
  display: flex;
9304
9318
  }
9305
9319
  .zen-advanced-groups-filter-form__operator-label {
9306
- margin-right: 4px;
9320
+ margin-inline-end: 0.25rem;
9307
9321
  }
9308
9322
  .zen-advanced-groups-filter-form__add-button {
9309
9323
  display: inline-flex;
9310
9324
  align-items: center;
9311
9325
  }
9312
9326
  .zen-advanced-groups-filter-form__remove-button {
9313
- margin-bottom: 8px;
9314
- padding: 4px;
9327
+ margin-block-end: 0.5rem;
9328
+ padding: 0.25rem;
9315
9329
  color: var(--text-hyperlink);
9316
9330
  fill: var(--text-hyperlink);
9317
9331
  border-color: transparent;
@@ -9333,7 +9347,7 @@ html:lang(ar) .zen-advanced-groups-filter-form {
9333
9347
  overflow: hidden;
9334
9348
  }
9335
9349
  .zen-advanced-groups-filter-form__combo-box {
9336
- margin-bottom: 20px;
9350
+ margin-block-end: 1.25rem;
9337
9351
  }
9338
9352
  .zen-advanced-groups-filter-form__popup.zen-advanced-groups-filter-form__popup {
9339
9353
  z-index: 11001;
@@ -9505,7 +9519,7 @@ html:lang(ar) .zen-group-button--mobile {
9505
9519
  box-sizing: border-box;
9506
9520
  display: flex;
9507
9521
  align-items: baseline;
9508
- gap: 8px;
9522
+ gap: 0.5rem;
9509
9523
  }
9510
9524
  .zen-pill-box * {
9511
9525
  box-sizing: border-box;
@@ -9514,7 +9528,7 @@ html:lang(ar) .zen-group-button--mobile {
9514
9528
  display: flex;
9515
9529
  align-items: center;
9516
9530
  align-content: center;
9517
- gap: 8px;
9531
+ gap: 0.5rem;
9518
9532
  flex-wrap: wrap;
9519
9533
  }
9520
9534
  .zen-pill-box__label {
@@ -9563,10 +9577,7 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9563
9577
  position: absolute;
9564
9578
  width: 100%;
9565
9579
  height: 100%;
9566
- top: 0;
9567
- bottom: 0;
9568
- left: 0;
9569
- right: 0;
9580
+ inset: 0;
9570
9581
  display: flex;
9571
9582
  align-items: center;
9572
9583
  justify-content: center;
@@ -9577,10 +9588,7 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9577
9588
  .zen-modal__shield {
9578
9589
  box-sizing: border-box;
9579
9590
  position: absolute;
9580
- top: 0;
9581
- bottom: 0;
9582
- left: 0;
9583
- right: 0;
9591
+ inset: 0;
9584
9592
  z-index: 11000;
9585
9593
  background-color: var(--backgrounds-hover);
9586
9594
  opacity: 0.5;
@@ -9613,13 +9621,14 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9613
9621
  justify-content: space-between;
9614
9622
  align-items: center;
9615
9623
  flex-wrap: nowrap;
9616
- padding: 24px 24px 16px 24px;
9617
- min-height: 72px;
9624
+ padding-block: 1.5rem 1rem;
9625
+ padding-inline: 1.5rem;
9626
+ min-height: 4.5rem;
9618
9627
  }
9619
9628
  .zen-modal-content__header-title {
9620
9629
  display: flex;
9621
9630
  align-items: center;
9622
- gap: 4px;
9631
+ gap: 0.25rem;
9623
9632
  flex-grow: 2;
9624
9633
  }
9625
9634
  .zen-modal-content__header-close-button.zen-modal-content__header-close-button {
@@ -9628,35 +9637,37 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9628
9637
  justify-content: center;
9629
9638
  flex-shrink: 0;
9630
9639
  border: none;
9631
- padding: 0;
9632
9640
  cursor: pointer;
9633
9641
  align-self: flex-start;
9634
- padding: 8px;
9642
+ padding: 0.5rem;
9635
9643
  }
9636
9644
  .zen-modal-content__body {
9637
9645
  overflow: auto;
9638
- padding: 12px 24px 32px 24px;
9646
+ padding-block-start: 0.75rem;
9647
+ padding-block-end: 2rem;
9648
+ padding-inline-start: 1.5rem;
9649
+ padding-inline-end: 1.5rem;
9639
9650
  }
9640
9651
  .zen-modal-content__body--no-footer {
9641
- padding-bottom: 16px;
9652
+ padding-block-end: 1rem;
9642
9653
  }
9643
9654
  .zen-modal-content__footer {
9644
9655
  display: flex;
9645
9656
  justify-content: space-between;
9646
- padding: 16px 24px;
9647
- min-height: 59px;
9657
+ padding: 1rem 1.5rem;
9658
+ min-height: 3.6875rem;
9648
9659
  background-color: var(--backgrounds-content-0);
9649
9660
  }
9650
9661
  .zen-modal-content__footer--mobile {
9651
9662
  display: flex;
9652
9663
  flex-direction: column-reverse;
9653
- gap: 8px;
9664
+ gap: 0.5rem;
9654
9665
  }
9655
9666
  .zen-modal-content__footer--mobile .zen-modal-content__icon-button {
9656
9667
  justify-content: center;
9657
9668
  }
9658
9669
  .zen-modal-content__footer--mobile .zen-modal-content__icon-button .zen-caption__content {
9659
- margin-right: 0;
9670
+ margin-inline-end: 0;
9660
9671
  }
9661
9672
  .zen-modal-content__footer-left {
9662
9673
  display: flex;
@@ -9669,13 +9680,13 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9669
9680
  .zen-modal-content__footer-right {
9670
9681
  display: flex;
9671
9682
  align-items: center;
9672
- gap: 8px;
9683
+ gap: 0.5rem;
9673
9684
  }
9674
9685
  .zen-modal-content__footer-right--mobile {
9675
9686
  display: flex;
9676
9687
  align-items: unset;
9677
9688
  flex-direction: column;
9678
- gap: 8px;
9689
+ gap: 0.5rem;
9679
9690
  }
9680
9691
  .zen-modal-content__left-button {
9681
9692
  width: 100%;
@@ -9683,8 +9694,8 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9683
9694
  .zen-modal-content__icon {
9684
9695
  display: flex;
9685
9696
  align-items: center;
9686
- margin-right: 4px;
9687
- padding: 4px;
9697
+ margin-inline-end: 0.25rem;
9698
+ padding: 0.25rem;
9688
9699
  border-radius: 99px;
9689
9700
  }
9690
9701
  .zen-modal-content__icon--default {
@@ -9712,10 +9723,10 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9712
9723
  background-color: var(--accents-error--main);
9713
9724
  }
9714
9725
  .zen-modal-content--small {
9715
- max-width: 400px;
9726
+ max-width: 25rem;
9716
9727
  }
9717
9728
  .zen-modal-content--normal {
9718
- max-width: 600px;
9729
+ max-width: 37.5rem;
9719
9730
  }
9720
9731
  .zen-status-pill {
9721
9732
  box-sizing: border-box;
@@ -9726,7 +9737,7 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9726
9737
  .zen-status-pill__pill-container {
9727
9738
  display: flex;
9728
9739
  align-items: center;
9729
- gap: 4px;
9740
+ gap: 0.25rem;
9730
9741
  position: relative;
9731
9742
  cursor: pointer;
9732
9743
  }
@@ -9759,8 +9770,8 @@ html:lang(ar) .zen-pill-box.zen-pill-box--drive-tablet {
9759
9770
  text-decoration: none;
9760
9771
  display: flex;
9761
9772
  align-items: center;
9762
- padding: 4px 8px;
9763
- border-radius: 999px;
9773
+ padding: 0.25rem 0.5rem;
9774
+ border-radius: 62.4375rem;
9764
9775
  background-color: var(--backgrounds-content-1);
9765
9776
  border: var(--border-width-default) solid transparent;
9766
9777
  color: var(--text-primary);
@@ -9778,7 +9789,7 @@ html:lang(ar) .zen-status-pill__container {
9778
9789
  line-height: 20px;
9779
9790
  text-transform: none;
9780
9791
  text-decoration: none;
9781
- padding: 8px;
9792
+ padding: 0.5rem;
9782
9793
  }
9783
9794
  html:lang(ar) .zen-status-pill__container--drive {
9784
9795
  font-family: var(--arabic-font-family);
@@ -9792,7 +9803,7 @@ html:lang(ar) .zen-status-pill__container--drive {
9792
9803
  line-height: 22px;
9793
9804
  text-transform: none;
9794
9805
  text-decoration: none;
9795
- padding: 8px;
9806
+ padding: 0.5rem;
9796
9807
  }
9797
9808
  html:lang(ar) .zen-status-pill__container--drive-tablet {
9798
9809
  font-family: var(--arabic-font-family);
@@ -9953,7 +9964,7 @@ html:lang(ar) .zen-status-pill__container--drive-tablet {
9953
9964
  }
9954
9965
  .zen-status-pill-popup {
9955
9966
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
9956
- border-radius: 4px;
9967
+ border-radius: 0.25rem;
9957
9968
  background-color: white;
9958
9969
  max-height: 560px;
9959
9970
  overflow: hidden;
@@ -9962,8 +9973,8 @@ html:lang(ar) .zen-status-pill__container--drive-tablet {
9962
9973
  .zen-status-pill-popup__container {
9963
9974
  display: flex;
9964
9975
  flex-direction: column;
9965
- padding: 12px 8px;
9966
- gap: 16px;
9976
+ padding: 0.75rem 0.5rem;
9977
+ gap: 1rem;
9967
9978
  overflow-y: auto;
9968
9979
  max-height: 480px;
9969
9980
  }
@@ -9979,8 +9990,8 @@ html:lang(ar) .zen-status-pill__container--drive-tablet {
9979
9990
  .zen-status-pill-popup__title-item {
9980
9991
  display: flex;
9981
9992
  align-items: center;
9982
- padding: 12px 8px;
9983
- gap: 16px;
9993
+ padding: 0.75rem 0.5rem;
9994
+ gap: 1rem;
9984
9995
  border-bottom: 1px solid var(--borders-general);
9985
9996
  }
9986
9997
  .zen-status-pill-popup__title-item-text {
@@ -10008,7 +10019,7 @@ html:lang(ar) .zen-status-pill-popup__title-item-text {
10008
10019
  .zen-status-pill-popup__children {
10009
10020
  display: flex;
10010
10021
  flex-direction: column;
10011
- gap: 8px;
10022
+ gap: 0.5rem;
10012
10023
  }
10013
10024
  .zen-status-pill-popup__content-header {
10014
10025
  display: flex;
@@ -10102,7 +10113,7 @@ html:lang(ar) .zen-status-pill-popup__description--drive-tablet {
10102
10113
  .zen-status-pill-popup__actions {
10103
10114
  display: flex;
10104
10115
  flex-direction: column;
10105
- gap: 4px;
10116
+ gap: 0.25rem;
10106
10117
  }
10107
10118
  .zen-status-pill-popup__divider.zen-divider {
10108
10119
  background-color: var(--borders-general);
@@ -10111,7 +10122,7 @@ html:lang(ar) .zen-status-pill-popup__description--drive-tablet {
10111
10122
  border-bottom: 1px solid var(--borders-general);
10112
10123
  }
10113
10124
  .zen-status-pill-popup--mobile .zen-mobile-sheet__content {
10114
- padding: 16px;
10125
+ padding: 1rem;
10115
10126
  max-height: 90vh;
10116
10127
  overflow-y: auto;
10117
10128
  }
@@ -10132,13 +10143,13 @@ html:lang(ar) .zen-status-pill-popup__mobile-title {
10132
10143
  .zen-status-pill-popup__mobile-content {
10133
10144
  display: flex;
10134
10145
  flex-direction: column;
10135
- gap: 16px;
10146
+ gap: 1rem;
10136
10147
  }
10137
10148
  .zen-status-pill-popup__view-more-button {
10138
10149
  display: flex;
10139
10150
  align-items: center;
10140
10151
  justify-content: center;
10141
- gap: 8px;
10152
+ gap: 0.5rem;
10142
10153
  margin: 16px 8px 8px;
10143
10154
  }
10144
10155
  .zen-status-pill-popup__view-more-badge {
@@ -10153,10 +10164,10 @@ html:lang(ar) .zen-status-pill-popup__mobile-title {
10153
10164
  display: inline-flex;
10154
10165
  align-items: center;
10155
10166
  justify-content: center;
10156
- min-width: 22px;
10167
+ min-width: 1.375rem;
10157
10168
  height: 22px;
10158
- padding: 0 6px;
10159
- border-radius: 999px;
10169
+ padding: 0 0.375rem;
10170
+ border-radius: 62.4375rem;
10160
10171
  background-color: var(--action-primary--default);
10161
10172
  color: var(--text-reverse-primary);
10162
10173
  line-height: 1;
@@ -10285,7 +10296,7 @@ html:lang(ar) .zen-calendar {
10285
10296
  align-items: center;
10286
10297
  }
10287
10298
  .zen-calendar__year--limited {
10288
- max-width: calc(100% - 126px);
10299
+ max-width: calc(100% - 7.875rem);
10289
10300
  }
10290
10301
  .zen-calendar__year-name {
10291
10302
  flex: 0 1 auto;
@@ -10298,20 +10309,20 @@ html:lang(ar) .zen-calendar {
10298
10309
  text-transform: none;
10299
10310
  text-decoration: none;
10300
10311
  color: var(--text-primary);
10301
- margin-left: 32px;
10312
+ margin-inline-start: 2rem;
10302
10313
  }
10303
10314
  html:lang(ar) .zen-calendar__year-name {
10304
10315
  font-family: var(--arabic-font-family);
10305
10316
  }
10306
10317
  .zen-calendar__year-name--left {
10307
- margin-left: 12px;
10318
+ margin-inline-start: 0.75rem;
10308
10319
  }
10309
10320
  .zen-calendar__year-trigger {
10310
- margin-left: 4px;
10321
+ margin-inline-start: 0.25rem;
10311
10322
  }
10312
10323
  .zen-calendar__months {
10313
10324
  display: flex;
10314
- gap: 12px;
10325
+ gap: 0.75rem;
10315
10326
  }
10316
10327
  .zen-calendar__table {
10317
10328
  width: 100%;
@@ -10338,59 +10349,58 @@ html:lang(ar) .zen-calendar__year-name {
10338
10349
  text-decoration: none;
10339
10350
  color: var(--text-primary);
10340
10351
  width: 14%;
10341
- height: 16px;
10342
- padding: 12px 0;
10352
+ height: 1rem;
10353
+ padding: 0.75rem 0;
10343
10354
  text-align: center;
10344
10355
  }
10345
10356
  html:lang(ar) .zen-calendar__column {
10346
10357
  font-family: var(--arabic-font-family);
10347
10358
  }
10348
10359
  .zen-calendar__cell {
10349
- padding: 0px;
10350
- margin: 0px;
10351
- border: 0px;
10360
+ padding: 0;
10361
+ margin: 0;
10362
+ border: 0;
10352
10363
  }
10353
10364
  .zen-calendar__day-wrapper {
10354
10365
  color: var(--text-primary);
10355
- margin: 0px;
10366
+ margin: 0;
10356
10367
  box-sizing: border-box;
10357
- height: 24px;
10368
+ height: 1.5rem;
10358
10369
  width: 100%;
10359
10370
  position: relative;
10360
10371
  cursor: pointer;
10361
10372
  background-color: transparent;
10362
10373
  border: none;
10363
10374
  outline: none;
10364
- margin-bottom: 12px;
10375
+ margin-block-end: 0.75rem;
10365
10376
  display: flex;
10366
10377
  justify-content: center;
10367
10378
  }
10368
10379
  .zen-calendar__left-border,
10369
10380
  .zen-calendar__right-border {
10370
- height: 24px;
10381
+ height: 1.5rem;
10371
10382
  width: 50%;
10372
- border: 1px solid transparent;
10373
- border-left: 0px;
10374
- border-right: 0px;
10375
- border-radius: 0px;
10383
+ border-block: 1px solid transparent;
10384
+ border-inline: 0;
10385
+ border-radius: 0;
10376
10386
  position: absolute;
10377
- padding: 0px;
10378
- margin: 0px;
10379
- top: 0px;
10387
+ padding: 0;
10388
+ margin: 0;
10389
+ top: 0;
10380
10390
  z-index: 1;
10381
10391
  border-color: var(--action-primary--default);
10382
10392
  background-color: var(--accents-general--main);
10383
10393
  }
10384
10394
  .zen-calendar__week-start,
10385
10395
  .zen-calendar__week-end {
10386
- height: 24px;
10396
+ height: 1.5rem;
10387
10397
  border: 1px solid var(--action-primary--default);
10388
10398
  background-color: var(--accents-general--main);
10389
10399
  position: absolute;
10390
10400
  top: 0;
10391
10401
  z-index: 1;
10392
- width: 32px;
10393
- border-radius: 24px;
10402
+ width: 2rem;
10403
+ border-radius: 1.5rem;
10394
10404
  }
10395
10405
  .zen-calendar__week-start {
10396
10406
  clip-path: xywh(0 0 50% 100%);
@@ -10401,28 +10411,33 @@ html:lang(ar) .zen-calendar__column {
10401
10411
  .zen-calendar__month-start,
10402
10412
  .zen-calendar__month-end {
10403
10413
  position: absolute;
10404
- height: 24px;
10414
+ height: 1.5rem;
10405
10415
  top: 0;
10406
- width: 16px;
10416
+ width: 1rem;
10407
10417
  z-index: 1;
10408
- border: 1px solid var(--action-primary--default);
10409
- border-left: none;
10410
- border-right: none;
10418
+ border-block: 1px solid var(--action-primary--default);
10419
+ border-inline: 0;
10411
10420
  background-color: var(--accents-general--main);
10412
10421
  }
10413
10422
  .zen-calendar__month-start {
10414
10423
  mask-image: linear-gradient(to left, #000000, transparent);
10415
- left: calc(50% - 16px);
10424
+ inset-inline-start: calc(50% - 1rem);
10425
+ }
10426
+ [dir="rtl"] .zen-calendar__month-start {
10427
+ mask-image: linear-gradient(to right, #000000, transparent);
10416
10428
  }
10417
10429
  .zen-calendar__month-end {
10418
10430
  mask-image: linear-gradient(to right, #000000, transparent);
10419
- left: 50%;
10431
+ inset-inline-start: 50%;
10432
+ }
10433
+ [dir="rtl"] .zen-calendar__month-end {
10434
+ mask-image: linear-gradient(to left, #000000, transparent);
10420
10435
  }
10421
10436
  .zen-calendar__left-border {
10422
- left: 0px;
10437
+ inset-inline-start: 0;
10423
10438
  }
10424
10439
  .zen-calendar__right-border {
10425
- right: 0px;
10440
+ inset-inline-end: 0;
10426
10441
  }
10427
10442
  .zen-calendar__day {
10428
10443
  font-family: var(--main-font);
@@ -10437,8 +10452,8 @@ html:lang(ar) .zen-calendar__column {
10437
10452
  justify-content: center;
10438
10453
  align-items: center;
10439
10454
  color: var(--text-primary);
10440
- width: 32px;
10441
- height: 24px;
10455
+ width: 2rem;
10456
+ height: 1.5rem;
10442
10457
  text-align: center;
10443
10458
  position: absolute;
10444
10459
  top: 0;
@@ -10457,8 +10472,7 @@ html:lang(ar) .zen-calendar__day {
10457
10472
  .zen-calendar__day--in-range {
10458
10473
  background-color: var(--accents-general--main);
10459
10474
  border-color: var(--action-primary--default);
10460
- border-left: 0px;
10461
- border-right: 0px;
10475
+ border-inline: 0;
10462
10476
  }
10463
10477
  .zen-calendar__day-wrapper--hover .zen-calendar__day,
10464
10478
  .zen-calendar__day-wrapper:hover .zen-calendar__day,
@@ -10466,7 +10480,7 @@ html:lang(ar) .zen-calendar__day {
10466
10480
  color: var(--text-hyperlink);
10467
10481
  background-color: var(--accents-general--main);
10468
10482
  border: 1px solid var(--action-primary--default);
10469
- border-radius: 24px;
10483
+ border-radius: 1.5rem;
10470
10484
  outline: none;
10471
10485
  }
10472
10486
  .zen-calendar__day-wrapper:disabled .zen-calendar__day {
@@ -10480,12 +10494,12 @@ html:lang(ar) .zen-calendar__day {
10480
10494
  color: var(--text-reverse-primary);
10481
10495
  background-color: var(--action-primary--default);
10482
10496
  border: 1px solid var(--action-primary--default);
10483
- border-radius: 24px;
10497
+ border-radius: 1.5rem;
10484
10498
  }
10485
10499
  .zen-calendar__day-wrapper--ready-to-change.zen-calendar__day-wrapper--ready-to-change .zen-calendar__day {
10486
10500
  color: var(--text-reverse-primary);
10487
10501
  border: 1px solid var(--action-primary--active);
10488
- border-radius: 24px;
10502
+ border-radius: 1.5rem;
10489
10503
  background-color: var(--action-primary--active);
10490
10504
  }
10491
10505
  .zen-calendar__day-wrapper--active:hover .zen-calendar__day,
@@ -10495,60 +10509,60 @@ html:lang(ar) .zen-calendar__day {
10495
10509
  border: 1px solid var(--action-primary--hover);
10496
10510
  }
10497
10511
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__day-wrapper {
10498
- height: 32px;
10512
+ height: 2rem;
10499
10513
  }
10500
10514
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__left-border,
10501
10515
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__right-border {
10502
- height: 32px;
10516
+ height: 2rem;
10503
10517
  }
10504
10518
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__week-start,
10505
10519
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__week-end {
10506
- height: 32px;
10507
- border-radius: 32px;
10520
+ height: 2rem;
10521
+ border-radius: 2rem;
10508
10522
  }
10509
10523
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__month-start,
10510
10524
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__month-end {
10511
- height: 32px;
10525
+ height: 2rem;
10512
10526
  }
10513
10527
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__day {
10514
- height: 32px;
10528
+ height: 2rem;
10515
10529
  }
10516
10530
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__day-wrapper--hover .zen-calendar__day,
10517
10531
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__day-wrapper:hover .zen-calendar__day,
10518
10532
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__day-wrapper:focus .zen-calendar__day {
10519
- border-radius: 32px;
10533
+ border-radius: 2rem;
10520
10534
  }
10521
10535
  .zen-calendar .zen-calendar__body--mobile-view .zen-calendar__day-wrapper--active .zen-calendar__day {
10522
- border-radius: 32px;
10536
+ border-radius: 2rem;
10523
10537
  }
10524
10538
  .zen-calendar.zen-calendar--drive .zen-calendar__day-wrapper,
10525
10539
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day-wrapper {
10526
- height: 40px;
10540
+ height: 2.5rem;
10527
10541
  }
10528
10542
  .zen-calendar.zen-calendar--drive .zen-calendar__left-border,
10529
10543
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__left-border,
10530
10544
  .zen-calendar.zen-calendar--drive .zen-calendar__right-border,
10531
10545
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__right-border {
10532
- height: 40px;
10546
+ height: 2.5rem;
10533
10547
  }
10534
10548
  .zen-calendar.zen-calendar--drive .zen-calendar__week-start,
10535
10549
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__week-start,
10536
10550
  .zen-calendar.zen-calendar--drive .zen-calendar__week-end,
10537
10551
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__week-end {
10538
- height: 40px;
10539
- border-radius: 40px;
10540
- width: 40px;
10552
+ height: 2.5rem;
10553
+ border-radius: 2.5rem;
10554
+ width: 2.5rem;
10541
10555
  }
10542
10556
  .zen-calendar.zen-calendar--drive .zen-calendar__month-start,
10543
10557
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__month-start,
10544
10558
  .zen-calendar.zen-calendar--drive .zen-calendar__month-end,
10545
10559
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__month-end {
10546
- height: 40px;
10560
+ height: 2.5rem;
10547
10561
  }
10548
10562
  .zen-calendar.zen-calendar--drive .zen-calendar__day,
10549
10563
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day {
10550
- height: 40px;
10551
- width: 40px;
10564
+ height: 2.5rem;
10565
+ width: 2.5rem;
10552
10566
  }
10553
10567
  .zen-calendar.zen-calendar--drive .zen-calendar__day-wrapper--hover .zen-calendar__day,
10554
10568
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day-wrapper--hover .zen-calendar__day,
@@ -10556,19 +10570,19 @@ html:lang(ar) .zen-calendar__day {
10556
10570
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day-wrapper:hover .zen-calendar__day,
10557
10571
  .zen-calendar.zen-calendar--drive .zen-calendar__day-wrapper:focus .zen-calendar__day,
10558
10572
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day-wrapper:focus .zen-calendar__day {
10559
- border-radius: 40px;
10573
+ border-radius: 2.5rem;
10560
10574
  }
10561
10575
  .zen-calendar.zen-calendar--drive .zen-calendar__day-wrapper--active.zen-calendar__day-wrapper--active .zen-calendar__day,
10562
10576
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day-wrapper--active.zen-calendar__day-wrapper--active .zen-calendar__day {
10563
- border-radius: 40px;
10577
+ border-radius: 2.5rem;
10564
10578
  }
10565
10579
  .zen-calendar.zen-calendar--drive .zen-calendar__year-name,
10566
10580
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__year-name {
10567
- margin-left: 12px;
10581
+ margin-inline-start: 0.75rem;
10568
10582
  }
10569
10583
  .zen-calendar.zen-calendar--drive .zen-calendar__year,
10570
10584
  .zen-calendar.zen-calendar--drive .zen-calendar__year--limited {
10571
- max-width: calc(100% - 163px);
10585
+ max-width: calc(100% - 10.1875rem);
10572
10586
  }
10573
10587
  .zen-calendar.zen-calendar--drive .zen-calendar__year-name {
10574
10588
  font-family: var(--main-font);
@@ -10611,7 +10625,7 @@ html:lang(ar) .zen-calendar.zen-calendar--drive .zen-calendar__day {
10611
10625
  }
10612
10626
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__year,
10613
10627
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__year--limited {
10614
- max-width: calc(100% - 173px);
10628
+ max-width: calc(100% - 10.8125rem);
10615
10629
  }
10616
10630
  .zen-calendar.zen-calendar--drive-tablet .zen-calendar__year-name {
10617
10631
  font-family: var(--main-font);
@@ -10654,10 +10668,10 @@ html:lang(ar) .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day {
10654
10668
  }
10655
10669
  @media (max-width: 520px) {
10656
10670
  .zen-calendar .zen-calendar__year {
10657
- max-width: calc(100% - 126px);
10671
+ max-width: calc(100% - 7.875rem);
10658
10672
  }
10659
10673
  .zen-calendar.zen-calendar--drive .zen-calendar__year {
10660
- max-width: calc(100% - 163px);
10674
+ max-width: calc(100% - 10.1875rem);
10661
10675
  }
10662
10676
  }
10663
10677
  .zen-parallel-selection {
@@ -10667,7 +10681,7 @@ html:lang(ar) .zen-calendar.zen-calendar--drive-tablet .zen-calendar__day {
10667
10681
  box-sizing: border-box;
10668
10682
  }
10669
10683
  .zen-parallel-selection__select {
10670
- max-height: 200px;
10684
+ max-height: 12.5rem;
10671
10685
  }
10672
10686
  .zen-parallel-selection-popup.zen-parallel-selection-popup {
10673
10687
  z-index: 11002;
@@ -11389,9 +11403,9 @@ html:lang(ar) .zen-chart-axis__value {
11389
11403
  text-transform: none;
11390
11404
  text-decoration: none;
11391
11405
  width: 100%;
11392
- padding: 12px 16px;
11393
- border: 0px;
11394
- border-radius: 0px;
11406
+ padding: 0.75rem 1rem;
11407
+ border: 0;
11408
+ border-radius: 0;
11395
11409
  }
11396
11410
  html:lang(ar) .zen-columns-filter__item {
11397
11411
  font-family: var(--arabic-font-family);
@@ -11400,7 +11414,7 @@ html:lang(ar) .zen-columns-filter__item {
11400
11414
  text-align: start;
11401
11415
  }
11402
11416
  .zen-columns-filter__item--header {
11403
- border-top: 1px solid var(--borders-general);
11417
+ border-block-start: 1px solid var(--borders-general);
11404
11418
  }
11405
11419
  .zen-arrow-nav-button--invisible.zen-arrow-nav-button--invisible {
11406
11420
  display: none;
@@ -11572,15 +11586,17 @@ html:lang(ar) .zen-columns-list__title {
11572
11586
  z-index: 11002;
11573
11587
  }
11574
11588
  .zen-date-input-popup {
11575
- width: 280px;
11576
- min-width: 280px;
11589
+ width: 17.5rem;
11590
+ min-width: 17.5rem;
11577
11591
  overflow-x: hidden;
11578
11592
  }
11579
11593
  .zen-date-input-popup__button-clear {
11580
- margin: 8px auto 4px 4px;
11594
+ margin-block: 0.5rem 0.25rem;
11595
+ margin-inline: 0.25rem auto;
11581
11596
  }
11582
11597
  .zen-date-input-popup__button-apply {
11583
- margin: 8px 0px 4px 0px;
11598
+ margin-block: 0.5rem 0.25rem;
11599
+ margin-inline: 0;
11584
11600
  }
11585
11601
  .zen-date-input-popup__header {
11586
11602
  font-family: var(--main-font);
@@ -11592,8 +11608,8 @@ html:lang(ar) .zen-columns-list__title {
11592
11608
  text-transform: none;
11593
11609
  text-decoration: none;
11594
11610
  color: var(--text-secondary);
11595
- padding: 12px 16px;
11596
- border-bottom: 1px solid var(--backgrounds-content-1);
11611
+ padding: 0.75rem 1rem;
11612
+ border-block-end: 1px solid var(--backgrounds-content-1);
11597
11613
  }
11598
11614
  html:lang(ar) .zen-date-input-popup__header {
11599
11615
  font-family: var(--arabic-font-family);
@@ -11602,12 +11618,12 @@ html:lang(ar) .zen-date-input-popup__header {
11602
11618
  display: flex;
11603
11619
  flex-direction: row;
11604
11620
  justify-content: flex-end;
11605
- padding: 0 8px;
11606
- border-top: 1px solid var(--backgrounds-content-1);
11621
+ padding: 0 0.5rem;
11622
+ border-block-start: 1px solid var(--backgrounds-content-1);
11607
11623
  }
11608
11624
  .zen-date-input-popup.zen-date-input-popup--drive-tablet {
11609
- width: 320px;
11610
- min-width: 320px;
11625
+ width: 20rem;
11626
+ min-width: 20rem;
11611
11627
  }
11612
11628
  .zen-date-input-popup.zen-date-input-popup--drive .zen-date-input-popup__header {
11613
11629
  font-family: var(--main-font);
@@ -11636,13 +11652,13 @@ html:lang(ar) .zen-date-input-popup.zen-date-input-popup--drive-tablet .zen-date
11636
11652
  font-family: var(--arabic-font-family);
11637
11653
  }
11638
11654
  .zen-date-input-mobile-sheet .zen-mobile-sheet__title {
11639
- border-bottom: none;
11655
+ border-block-end: none;
11640
11656
  }
11641
11657
  .zen-date-input-inner__calendar {
11642
- padding: 0px 8px;
11658
+ padding: 0 0.5rem;
11643
11659
  }
11644
11660
  .zen-date-input-inner__calendar-wrapper {
11645
- min-width: 280px;
11661
+ min-width: 17.5rem;
11646
11662
  }
11647
11663
  .zen-date-input-inner__label {
11648
11664
  font-family: var(--main-font);
@@ -11659,7 +11675,7 @@ html:lang(ar) .zen-date-input-inner__label {
11659
11675
  font-family: var(--arabic-font-family);
11660
11676
  }
11661
11677
  .zen-date-input-inner__controls-block {
11662
- padding: 16px 16px;
11678
+ padding: 1rem;
11663
11679
  }
11664
11680
  .zen-date-input-inner__control-block {
11665
11681
  font-family: var(--main-font);
@@ -11676,11 +11692,11 @@ html:lang(ar) .zen-date-input-inner__control-block {
11676
11692
  }
11677
11693
  .zen-date-input-inner__separator {
11678
11694
  width: 100%;
11679
- height: 16px;
11695
+ height: 1rem;
11680
11696
  }
11681
11697
  .zen-date-input-inner__inputs-block {
11682
11698
  display: flex;
11683
- margin-top: 8px;
11699
+ margin-block-start: 0.5rem;
11684
11700
  flex-direction: row;
11685
11701
  }
11686
11702
  .zen-date-input-inner__inputs-block-item {
@@ -11689,12 +11705,12 @@ html:lang(ar) .zen-date-input-inner__control-block {
11689
11705
  align-items: flex-start;
11690
11706
  justify-content: space-between;
11691
11707
  flex-grow: 1;
11692
- margin-right: 8px;
11693
- width: 0px;
11708
+ margin-inline-end: 0.5rem;
11709
+ width: 0;
11694
11710
  flex-basis: 50%;
11695
11711
  }
11696
11712
  .zen-date-input-inner__inputs-block-item:last-child {
11697
- margin-right: 0px;
11713
+ margin-inline-end: 0;
11698
11714
  }
11699
11715
  .zen-date-input-inner__text-input {
11700
11716
  width: 100%;
@@ -11708,8 +11724,8 @@ html:lang(ar) .zen-date-input-inner__control-block {
11708
11724
  border: 1px solid var(--text-error-message);
11709
11725
  }
11710
11726
  .zen-date-input-inner__assistive-text {
11711
- padding-top: 4px;
11712
- padding-left: 8px;
11727
+ padding-block-start: 0.25rem;
11728
+ padding-inline-start: 0.5rem;
11713
11729
  }
11714
11730
  .zen-date-input-inner.zen-date-input-inner--drive .zen-date-input-inner__label {
11715
11731
  font-family: var(--main-font);
@@ -11738,7 +11754,7 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11738
11754
  font-family: var(--arabic-font-family);
11739
11755
  }
11740
11756
  .zen-date-input-inner--mobile-view .zen-date-input-inner__controls-block {
11741
- padding: 16px 12px;
11757
+ padding: 1rem 0.75rem;
11742
11758
  }
11743
11759
  .zen-date-input-inner__inputs-block-item input.zen-date-input-inner__text-input--active:not(:active) {
11744
11760
  border: var(--border-width-default) solid var(--borders-form-field--active);
@@ -11760,10 +11776,10 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11760
11776
  .zen-time-picker-select__wrapper {
11761
11777
  display: flex;
11762
11778
  justify-content: space-between;
11763
- padding-bottom: 6px;
11779
+ padding-block-end: 0.375rem;
11764
11780
  }
11765
11781
  .zen-time-picker-select__divider.zen-divider {
11766
- width: 1px;
11782
+ width: 0.0625rem;
11767
11783
  height: auto;
11768
11784
  background: linear-gradient(0deg, rgba(199, 203, 210, 0) 0, var(--borders-general) 24.48%, var(--borders-general) 51.04%, var(--borders-general) 75.52%, rgba(199, 203, 210, 0) 100%);
11769
11785
  }
@@ -11772,12 +11788,12 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11772
11788
  justify-content: space-between;
11773
11789
  flex-direction: row;
11774
11790
  align-items: center;
11775
- border-top: 1px solid var(--borders-general);
11776
- padding: 0 12px;
11777
- height: 48px;
11791
+ border-block-start: 1px solid var(--borders-general);
11792
+ padding: 0 0.75rem;
11793
+ height: 3rem;
11778
11794
  }
11779
11795
  .zen-popup.zen-time-picker__popup {
11780
- min-width: 152px;
11796
+ min-width: 9.5rem;
11781
11797
  z-index: 11002;
11782
11798
  }
11783
11799
  .zen-popup.zen-time-picker__popup--mobile {
@@ -11796,7 +11812,7 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11796
11812
  .zen-time-picker-select__footer {
11797
11813
  flex-direction: column;
11798
11814
  height: 100%;
11799
- padding: 12px;
11815
+ padding: 0.75rem;
11800
11816
  }
11801
11817
  .zen-time-picker-select__footer-button {
11802
11818
  width: 100%;
@@ -11806,7 +11822,7 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11806
11822
  .zen-date-range-wrapper {
11807
11823
  display: flex;
11808
11824
  flex-wrap: nowrap;
11809
- width: 226px;
11825
+ width: 14.125rem;
11810
11826
  }
11811
11827
  .zen-date-range-wrapper .zen-date-range__stepper {
11812
11828
  display: flex;
@@ -11816,19 +11832,19 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11816
11832
  align-items: center;
11817
11833
  background: var(--backgrounds-main);
11818
11834
  fill: var(--action-secondary--default);
11819
- width: 32px;
11835
+ width: 2rem;
11820
11836
  cursor: pointer;
11821
11837
  flex-shrink: 0;
11822
11838
  }
11823
11839
  .zen-date-range-wrapper .zen-date-range__stepper--left {
11824
- margin-right: -1px;
11825
- border-top-right-radius: 0;
11826
- border-bottom-right-radius: 0;
11840
+ margin-inline-end: -1px;
11841
+ border-start-end-radius: 0;
11842
+ border-end-end-radius: 0;
11827
11843
  }
11828
11844
  .zen-date-range-wrapper .zen-date-range__stepper--right {
11829
- border-top-left-radius: 0;
11830
- border-bottom-left-radius: 0;
11831
- margin-left: -1px;
11845
+ border-start-start-radius: 0;
11846
+ border-end-start-radius: 0;
11847
+ margin-inline-start: -1px;
11832
11848
  }
11833
11849
  .zen-date-range-wrapper .zen-date-range__stepper:hover:not(.zen-date-range__stepper:disabled),
11834
11850
  .zen-date-range-wrapper .zen-date-range__stepper:focus {
@@ -11853,25 +11869,25 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11853
11869
  cursor: default;
11854
11870
  }
11855
11871
  .zen-date-range-wrapper.zen-date-range-wrapper--drive {
11856
- width: 296px;
11872
+ width: 18.5rem;
11857
11873
  }
11858
11874
  .zen-date-range-wrapper.zen-date-range-wrapper--drive .zen-date-range__stepper {
11859
- height: 44px;
11860
- width: 44px;
11875
+ height: 2.75rem;
11876
+ width: 2.75rem;
11861
11877
  }
11862
11878
  .zen-date-range-wrapper.zen-date-range-wrapper--drive-tablet {
11863
- width: 296px;
11879
+ width: 18.5rem;
11864
11880
  }
11865
11881
  .zen-date-range-wrapper.zen-date-range-wrapper--drive-tablet .zen-date-range__stepper {
11866
- height: 46px;
11867
- width: 46px;
11882
+ height: 2.875rem;
11883
+ width: 2.875rem;
11868
11884
  }
11869
11885
  .zen-date-range-wrapper.zen-date-range-wrapper--mobile {
11870
- width: 296px;
11886
+ width: 18.5rem;
11871
11887
  }
11872
11888
  .zen-date-range-wrapper.zen-date-range-wrapper--mobile .zen-date-range__stepper {
11873
- height: 44px;
11874
- width: 44px;
11889
+ height: 2.75rem;
11890
+ width: 2.75rem;
11875
11891
  }
11876
11892
  .zen-date-range {
11877
11893
  box-sizing: border-box;
@@ -11908,18 +11924,21 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11908
11924
  z-index: 11002;
11909
11925
  }
11910
11926
  .zen-date-range-popup {
11911
- width: 280px;
11912
- min-width: 280px;
11927
+ width: 17.5rem;
11928
+ min-width: 17.5rem;
11913
11929
  overflow-x: hidden;
11914
11930
  }
11915
11931
  .zen-date-range-popup__button-clear {
11916
- margin: 8px auto 4px 4px;
11932
+ margin-block: 0.5rem 0.25rem;
11933
+ margin-inline: 0.25rem auto;
11917
11934
  }
11918
11935
  .zen-date-range-popup__button-reset {
11919
- margin: 8px 8px 4px 0px;
11936
+ margin-block: 0.5rem 0.25rem;
11937
+ margin-inline: 0 0.5rem;
11920
11938
  }
11921
11939
  .zen-date-range-popup__button-apply {
11922
- margin: 8px 0px 4px 0px;
11940
+ margin-block: 0.5rem 0.25rem;
11941
+ margin-inline: 0;
11923
11942
  }
11924
11943
  .zen-date-range-popup__header {
11925
11944
  font-family: var(--main-font);
@@ -11931,8 +11950,8 @@ html:lang(ar) .zen-date-input-inner.zen-date-input-inner--drive-tablet .zen-date
11931
11950
  text-transform: none;
11932
11951
  text-decoration: none;
11933
11952
  color: var(--text-secondary);
11934
- padding: 12px 16px;
11935
- border-bottom: 1px solid var(--backgrounds-content-1);
11953
+ padding: 0.75rem 1rem;
11954
+ border-block-end: 1px solid var(--backgrounds-content-1);
11936
11955
  }
11937
11956
  html:lang(ar) .zen-date-range-popup__header {
11938
11957
  font-family: var(--arabic-font-family);
@@ -11941,13 +11960,13 @@ html:lang(ar) .zen-date-range-popup__header {
11941
11960
  display: flex;
11942
11961
  flex-direction: row;
11943
11962
  justify-content: flex-end;
11944
- padding: 0 8px;
11945
- border-top: 1px solid var(--backgrounds-content-1);
11963
+ padding: 0 0.5rem;
11964
+ border-block-start: 1px solid var(--backgrounds-content-1);
11946
11965
  }
11947
11966
  .zen-date-range-popup.zen-date-range-popup--drive,
11948
11967
  .zen-date-range-popup.zen-date-range-popup--drive-tablet {
11949
- width: 320px;
11950
- min-width: 320px;
11968
+ width: 20rem;
11969
+ min-width: 20rem;
11951
11970
  }
11952
11971
  .zen-date-range-popup.zen-date-range-popup--drive .zen-date-range-popup__header {
11953
11972
  font-family: var(--main-font);
@@ -11976,7 +11995,7 @@ html:lang(ar) .zen-date-range-popup.zen-date-range-popup--drive-tablet .zen-date
11976
11995
  font-family: var(--arabic-font-family);
11977
11996
  }
11978
11997
  .zen-date-range-mobile-sheet .zen-mobile-sheet__title {
11979
- border-bottom: none;
11998
+ border-block-end: none;
11980
11999
  }
11981
12000
  .zen-date-range-inner {
11982
12001
  box-sizing: border-box;
@@ -11994,13 +12013,13 @@ html:lang(ar) .zen-date-range-popup.zen-date-range-popup--drive-tablet .zen-date
11994
12013
  text-transform: none;
11995
12014
  text-decoration: none;
11996
12015
  color: var(--text-primary);
11997
- padding: 12px;
12016
+ padding: 0.75rem;
11998
12017
  }
11999
12018
  html:lang(ar) .zen-date-range-inner__header {
12000
12019
  font-family: var(--arabic-font-family);
12001
12020
  }
12002
12021
  .zen-date-range-inner__calendar-wrapper {
12003
- min-width: 280px;
12022
+ min-width: 17.5rem;
12004
12023
  }
12005
12024
  .zen-date-range-inner__range-label {
12006
12025
  font-family: var(--main-font);
@@ -12034,10 +12053,10 @@ html:lang(ar) .zen-date-range-inner__label-secondary {
12034
12053
  .zen-date-range-inner__footer {
12035
12054
  display: flex;
12036
12055
  justify-content: flex-end;
12037
- padding: 0 16px;
12056
+ padding: 0 1rem;
12038
12057
  }
12039
12058
  .zen-date-range-inner__button-today {
12040
- margin: 8px;
12059
+ margin: 0.5rem;
12041
12060
  }
12042
12061
  .zen-date-range-inner__mobile-custom-label {
12043
12062
  font-family: var(--main-font);
@@ -12069,13 +12088,13 @@ html:lang(ar) .zen-date-range-inner__mobile-custom-label {
12069
12088
  fill: var(--text-hyperlink);
12070
12089
  }
12071
12090
  .zen-date-range-inner__mobile-custom-label--no-secondary {
12072
- height: 16px;
12091
+ height: 1rem;
12073
12092
  }
12074
12093
  .zen-date-range-inner__mobile-custom-icon-wrapper {
12075
12094
  height: 100%;
12076
12095
  }
12077
12096
  .zen-date-range-inner__radio-group--with-custom .zen-radio-group__item:last-of-type .zen-radio__label {
12078
- padding-right: 8px;
12097
+ padding-inline-end: 0.5rem;
12079
12098
  }
12080
12099
  .zen-radio {
12081
12100
  box-sizing: border-box;
@@ -12237,6 +12256,9 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
12237
12256
  .zen-radio__input:checked::before {
12238
12257
  transform: scale(1);
12239
12258
  }
12259
+ .zen-radio--align-start .zen-radio__wrapper {
12260
+ align-items: flex-start;
12261
+ }
12240
12262
  .zen-radio--interactive:hover:not(.zen-radio--disabled) {
12241
12263
  background-color: var(--backgrounds-hover);
12242
12264
  }
@@ -12275,6 +12297,7 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
12275
12297
  }
12276
12298
  .zen-radio-group--horizontal .zen-radio-group__wrapper {
12277
12299
  flex-direction: row;
12300
+ align-items: flex-start;
12278
12301
  }
12279
12302
  .zen-radio-group--vertical .zen-radio-group__wrapper {
12280
12303
  flex-direction: column;
@@ -12287,16 +12310,16 @@ html:lang(ar) .zen-radio--drive-tablet .zen-radio__label {
12287
12310
  }
12288
12311
  .zen-date-selection__buttons {
12289
12312
  display: flex;
12290
- padding: 12px;
12291
- gap: 8px;
12313
+ padding: 0.75rem;
12314
+ gap: 0.5rem;
12292
12315
  }
12293
12316
  .zen-date-selection__buttons-spacer {
12294
12317
  flex: 1 1 auto;
12295
12318
  }
12296
12319
  .zen-date-selection__delimiter {
12297
- padding: 8px 0 0 0;
12298
- margin: 0 12px;
12299
- border-bottom: 1px solid var(--borders-general);
12320
+ padding-block-start: 0.5rem;
12321
+ margin: 0 0.75rem;
12322
+ border-block-end: 1px solid var(--borders-general);
12300
12323
  }
12301
12324
  .zen-dialog {
12302
12325
  box-sizing: border-box;
@@ -12826,7 +12849,7 @@ html:lang(ar) .zen-file-upload__file-name {
12826
12849
  }
12827
12850
  }
12828
12851
  .zen-filters {
12829
- max-width: 640px;
12852
+ max-width: 40rem;
12830
12853
  box-sizing: border-box;
12831
12854
  }
12832
12855
  .zen-filters * {
@@ -12847,7 +12870,7 @@ html:lang(ar) .zen-file-upload__file-name {
12847
12870
  background-color: var(--backgrounds-content-0);
12848
12871
  }
12849
12872
  .zen-filters__main-row--mobile {
12850
- margin: 8px;
12873
+ margin: 0.5rem;
12851
12874
  }
12852
12875
  .zen-filters__main-row--initial {
12853
12876
  view-transition-name: expand-panel;
@@ -12855,16 +12878,16 @@ html:lang(ar) .zen-file-upload__file-name {
12855
12878
  .zen-filters__select-trigger {
12856
12879
  width: auto;
12857
12880
  flex-shrink: 0;
12858
- border-top-right-radius: 0;
12859
- border-bottom-right-radius: 0;
12860
- padding: 7px 8px;
12881
+ border-start-end-radius: 0;
12882
+ border-end-end-radius: 0;
12883
+ padding: 0.4375rem 0.5rem;
12861
12884
  border: var(--border-width-default) solid transparent;
12862
- border-right: var(--border-width-default) solid var(--borders-general);
12885
+ border-inline-end: var(--border-width-default) solid var(--borders-general);
12863
12886
  }
12864
12887
  .zen-filters__select-trigger:hover {
12865
12888
  background-color: var(--backgrounds-content-0);
12866
12889
  border: var(--border-width-default) solid transparent;
12867
- border-right: var(--border-width-default) solid var(--borders-general);
12890
+ border-inline-end: var(--border-width-default) solid var(--borders-general);
12868
12891
  }
12869
12892
  .zen-filters__select-trigger:focus-visible {
12870
12893
  outline: none;
@@ -12886,27 +12909,26 @@ html:lang(ar) .zen-file-upload__file-name {
12886
12909
  .zen-filters__select-caption {
12887
12910
  width: auto;
12888
12911
  flex-shrink: 0;
12889
- border-top-right-radius: 0;
12890
- border-bottom-right-radius: 0;
12891
- padding: 7px 8px;
12892
- min-width: 56px;
12912
+ border-start-end-radius: 0;
12913
+ border-end-end-radius: 0;
12914
+ padding: 0.4375rem 0.5rem;
12915
+ min-width: 3.5rem;
12893
12916
  border: var(--border-width-default) solid transparent;
12894
- border-right: var(--border-width-default) solid var(--borders-general);
12917
+ border-inline-end: var(--border-width-default) solid var(--borders-general);
12895
12918
  }
12896
12919
  .zen-filters__search {
12897
12920
  flex-grow: 1;
12898
12921
  }
12899
12922
  .zen-filters__search .zen-search-input__input {
12900
12923
  border: none;
12901
- padding-right: 1px;
12902
- padding-left: 0;
12903
- border-bottom-left-radius: 0;
12904
- border-top-left-radius: 0;
12924
+ padding-inline: 0 0.0625rem;
12925
+ border-end-start-radius: 0;
12926
+ border-start-start-radius: 0;
12905
12927
  }
12906
12928
  .zen-filters-popup.zen-filters-popup:not(.zen-filters-popup--mobile) {
12907
12929
  box-sizing: border-box;
12908
- width: 640px;
12909
- max-width: 640px;
12930
+ width: 40rem;
12931
+ max-width: 40rem;
12910
12932
  view-transition-name: expand-panel;
12911
12933
  }
12912
12934
  .zen-filters-popup.zen-filters-popup:not(.zen-filters-popup--mobile) * {
@@ -12916,18 +12938,18 @@ html:lang(ar) .zen-file-upload__file-name {
12916
12938
  display: flex;
12917
12939
  justify-content: space-between;
12918
12940
  align-items: center;
12919
- gap: 8px;
12941
+ gap: 0.5rem;
12920
12942
  padding: 0;
12921
12943
  }
12922
12944
  .zen-filters-popup__first-row--mobile {
12923
- padding: 8px 16px;
12945
+ padding: 0.5rem 1rem;
12924
12946
  }
12925
12947
  .zen-filters-popup__second-row {
12926
- border-top: var(--border-width-default) solid var(--borders-general);
12927
- padding: 16px 0;
12948
+ border-block-start: var(--border-width-default) solid var(--borders-general);
12949
+ padding: 1rem 0;
12928
12950
  }
12929
12951
  .zen-filters-popup__second-row--mobile {
12930
- border-top: none;
12952
+ border-block-start: none;
12931
12953
  padding: 0;
12932
12954
  }
12933
12955
  .zen-filters-popup__content {
@@ -12936,19 +12958,19 @@ html:lang(ar) .zen-file-upload__file-name {
12936
12958
  .zen-filters-popup__content .zen-filters-popup__left-panel {
12937
12959
  display: flex;
12938
12960
  flex-direction: column;
12939
- width: 123px;
12961
+ width: 7.6875rem;
12940
12962
  min-height: 100%;
12941
12963
  height: auto;
12942
12964
  justify-content: stretch;
12943
- border-right: var(--border-width-default) solid var(--borders-general);
12965
+ border-inline-end: var(--border-width-default) solid var(--borders-general);
12944
12966
  }
12945
12967
  .zen-filters-popup__content .zen-filters-popup__left-panel .zen-filters__select-trigger {
12946
- width: 123px;
12968
+ width: 7.6875rem;
12947
12969
  }
12948
12970
  .zen-filters-popup__content .zen-filters-popup__right-panel {
12949
12971
  flex-grow: 1;
12950
12972
  height: 100%;
12951
- max-width: calc(100% - 123px);
12973
+ max-width: calc(100% - 7.6875rem);
12952
12974
  }
12953
12975
  .zen-filters-popup.zen-filters-popup--mobile {
12954
12976
  width: 100%;
@@ -12962,9 +12984,9 @@ html:lang(ar) .zen-file-upload__file-name {
12962
12984
  display: flex;
12963
12985
  flex-direction: row;
12964
12986
  flex-wrap: wrap;
12965
- gap: 4px;
12966
- margin-top: 8px;
12967
- padding: 8px 0;
12987
+ gap: 0.25rem;
12988
+ margin-block-start: 0.5rem;
12989
+ padding: 0.5rem 0;
12968
12990
  }
12969
12991
  .zen-filters-container__removal-chip .zen-chip__icon {
12970
12992
  border: 1px solid var(--action-primary--active);
@@ -12977,13 +12999,13 @@ html:lang(ar) .zen-file-upload__file-name {
12977
12999
  padding: 0;
12978
13000
  }
12979
13001
  .zen-filters-container__mobile-scroll-wrapper {
12980
- margin-left: 8px;
12981
- padding: 2px;
13002
+ margin-inline-start: 0.5rem;
13003
+ padding: 0.125rem;
12982
13004
  display: flex;
12983
13005
  flex-direction: row;
12984
13006
  flex-wrap: nowrap;
12985
13007
  align-items: center;
12986
- gap: 8px;
13008
+ gap: 0.5rem;
12987
13009
  width: 100%;
12988
13010
  overflow: auto;
12989
13011
  -ms-overflow-style: none;
@@ -12998,10 +13020,10 @@ html:lang(ar) .zen-file-upload__file-name {
12998
13020
  flex-shrink: 0;
12999
13021
  }
13000
13022
  .zen-filters-container__mobile-scroll-wrapper:last-child {
13001
- margin-right: 8px;
13023
+ margin-inline-end: 0.5rem;
13002
13024
  }
13003
13025
  .zen-filters-container.zen-filters__container--no-search {
13004
- margin-top: 0;
13026
+ margin-block-start: 0;
13005
13027
  padding: 0;
13006
13028
  }
13007
13029
  ::view-transition-group(expand-panel) {
@@ -13011,27 +13033,27 @@ html:lang(ar) .zen-file-upload__file-name {
13011
13033
  .zen-side-panel-filters__dropdown-item-chips-container {
13012
13034
  display: flex;
13013
13035
  flex-wrap: wrap;
13014
- gap: 8px;
13036
+ gap: 0.5rem;
13015
13037
  }
13016
13038
  .zen-side-panel-filters__date-popup--full-width.zen-side-panel-filters__date-popup--full-width {
13017
- width: 328px;
13039
+ width: 20.5rem;
13018
13040
  }
13019
13041
  .zen-side-panel-filters__groups-popup--full-width.zen-side-panel-filters__groups-popup--full-width {
13020
- width: 328px;
13042
+ width: 20.5rem;
13021
13043
  }
13022
13044
  .zen-groups-filter-menu {
13023
13045
  box-sizing: border-box;
13024
- min-width: 255px;
13046
+ min-width: 15.9375rem;
13025
13047
  width: 100%;
13026
- max-width: 360px;
13027
- min-height: 80px;
13048
+ max-width: 22.5rem;
13049
+ min-height: 5rem;
13028
13050
  position: relative;
13029
13051
  }
13030
13052
  .zen-groups-filter-menu * {
13031
13053
  box-sizing: border-box;
13032
13054
  }
13033
13055
  .zen-groups-filter-menu__main-container {
13034
- min-height: 333px;
13056
+ min-height: 20.8125rem;
13035
13057
  display: flex;
13036
13058
  flex-direction: column;
13037
13059
  justify-content: space-between;
@@ -13043,7 +13065,7 @@ html:lang(ar) .zen-file-upload__file-name {
13043
13065
  overflow: visible;
13044
13066
  }
13045
13067
  .zen-groups-filter-menu__divider.zen-divider {
13046
- width: calc(100% - 32px);
13068
+ width: calc(100% - 2rem);
13047
13069
  margin: auto;
13048
13070
  }
13049
13071
  .zen-groups-filter-menu__divider--footer.zen-divider {
@@ -13055,20 +13077,20 @@ html:lang(ar) .zen-file-upload__file-name {
13055
13077
  flex-wrap: nowrap;
13056
13078
  align-items: center;
13057
13079
  justify-content: flex-end;
13058
- height: 48px;
13080
+ height: 3rem;
13059
13081
  }
13060
13082
  .zen-groups-filter-menu__groups-box {
13061
13083
  overflow-y: auto;
13062
13084
  overflow-x: hidden;
13063
- max-height: 260px;
13085
+ max-height: 16.25rem;
13064
13086
  }
13065
13087
  .zen-groups-filter-menu__groups-list--no-space,
13066
13088
  .zen-groups-filter-menu .zen-groups-filter-menu__groups-list--no-space {
13067
- margin-bottom: 0;
13089
+ margin-block-end: 0;
13068
13090
  }
13069
13091
  .zen-groups-filter-menu__additional-info {
13070
- padding: 12px 16px;
13071
- margin: 12px auto;
13092
+ padding: 0.75rem 1rem;
13093
+ margin: 0.75rem auto;
13072
13094
  text-align: center;
13073
13095
  }
13074
13096
  .zen-groups-filter-menu__additional-info--faded {
@@ -13078,17 +13100,16 @@ html:lang(ar) .zen-file-upload__file-name {
13078
13100
  display: inline-flex;
13079
13101
  flex-grow: 1;
13080
13102
  justify-content: flex-end;
13081
- margin-right: 8px;
13103
+ margin-inline-end: 0.5rem;
13082
13104
  }
13083
13105
  .zen-groups-filter-menu__reset-button,
13084
13106
  .zen-groups-filter-menu__cancel-button,
13085
13107
  .zen-groups-filter-menu__apply-button {
13086
- margin-right: 8px;
13087
- margin-top: 8px;
13088
- margin-bottom: 4px;
13108
+ margin-inline-end: 0.5rem;
13109
+ margin-block: 0.5rem 0.25rem;
13089
13110
  }
13090
13111
  .zen-groups-filter-menu__reset-button {
13091
- margin-left: 8px;
13112
+ margin-inline-start: 0.5rem;
13092
13113
  }
13093
13114
  .zen-groups-filter-menu__mobile-sheet .zen-groups-filter-menu__reset-button,
13094
13115
  .zen-groups-filter-menu__mobile-sheet .zen-groups-filter-menu__cancel-button,
@@ -13107,10 +13128,10 @@ html:lang(ar) .zen-file-upload__file-name {
13107
13128
  align-items: center;
13108
13129
  background-color: transparent;
13109
13130
  width: 100%;
13110
- height: 40px;
13131
+ height: 2.5rem;
13111
13132
  font-weight: 400;
13112
13133
  border: none;
13113
- padding: 7px 16px;
13134
+ padding: 0.4375rem 1rem;
13114
13135
  border-radius: 0;
13115
13136
  }
13116
13137
  .zen-groups-filter-menu__item--interactive {
@@ -13142,7 +13163,7 @@ html:lang(ar) .zen-file-upload__file-name {
13142
13163
  justify-content: flex-end;
13143
13164
  }
13144
13165
  .zen-groups-filter-menu__item--action {
13145
- padding-right: 0;
13166
+ padding-inline-end: 0;
13146
13167
  }
13147
13168
  .zen-groups-filter-menu__item--underlined {
13148
13169
  border-bottom: 1px solid;
@@ -13151,22 +13172,22 @@ html:lang(ar) .zen-file-upload__file-name {
13151
13172
  display: inline-block;
13152
13173
  }
13153
13174
  .zen-groups-filter-menu__currently-selected-button {
13154
- padding-right: 8px;
13175
+ padding-inline-end: 0.5rem;
13155
13176
  fill: var(--borders-form-field--hover);
13156
13177
  }
13157
13178
  .zen-groups-filter-menu__currently-selected {
13158
13179
  display: flex;
13159
13180
  flex-wrap: nowrap;
13160
13181
  align-items: center;
13161
- padding: 7px 16px;
13162
- height: 40px;
13182
+ padding: 0.4375rem 1rem;
13183
+ height: 2.5rem;
13163
13184
  }
13164
13185
  .zen-groups-filter-menu__toggle-label {
13165
13186
  display: flex;
13166
13187
  flex-wrap: nowrap;
13167
13188
  }
13168
13189
  .zen-groups-filter-menu__action-button {
13169
- height: 40px;
13190
+ height: 2.5rem;
13170
13191
  border: none;
13171
13192
  margin: 0;
13172
13193
  }
@@ -13177,11 +13198,11 @@ html:lang(ar) .zen-file-upload__file-name {
13177
13198
  fill: var(--text-reverse-primary);
13178
13199
  }
13179
13200
  .zen-groups-filter-menu__advanced-button {
13180
- min-width: 110px;
13201
+ min-width: 6.875rem;
13181
13202
  color: var(--text-primary);
13182
13203
  }
13183
13204
  .zen-groups-filter-menu__advanced-neighbor {
13184
- max-width: calc(100% - 110px);
13205
+ max-width: calc(100% - 6.875rem);
13185
13206
  }
13186
13207
  .zen-groups-filter-menu__advanced-neighbor .zen-toggler__label {
13187
13208
  max-width: 100%;
@@ -13205,7 +13226,7 @@ html:lang(ar) .zen-file-upload__file-name {
13205
13226
  fill: var(--text-reverse-primary);
13206
13227
  }
13207
13228
  .zen-groups-filter-menu__action-icon {
13208
- margin-right: 5px;
13229
+ margin-inline-end: 0.3125rem;
13209
13230
  }
13210
13231
  .zen-groups-filter-menu__action-label {
13211
13232
  color: var(--text-primary);
@@ -13214,7 +13235,7 @@ html:lang(ar) .zen-file-upload__file-name {
13214
13235
  }
13215
13236
  .zen-groups-filter-menu__action-label--limited {
13216
13237
  display: block;
13217
- max-width: 200px;
13238
+ max-width: 12.5rem;
13218
13239
  }
13219
13240
  .zen-groups-filter-menu__select-filters {
13220
13241
  color: var(--text-primary);
@@ -13238,25 +13259,24 @@ html:lang(ar) .zen-file-upload__file-name {
13238
13259
  .zen-groups-filter__icon {
13239
13260
  color: var(--action-secondary--default);
13240
13261
  fill: var(--action-secondary--default);
13241
- min-width: 16px;
13242
- min-height: 16px;
13262
+ min-width: 1rem;
13263
+ min-height: 1rem;
13243
13264
  }
13244
13265
  .zen-groups-filter__search-container {
13245
13266
  display: flex;
13246
13267
  align-items: center;
13247
- height: 32px;
13268
+ height: 2rem;
13248
13269
  outline: none;
13249
- margin-top: 0;
13250
- margin-bottom: 0;
13251
- padding: 7px 9px;
13270
+ margin-block: 0;
13271
+ padding: 0.4375rem 0.5625rem;
13252
13272
  flex: 1 1 auto;
13253
13273
  background-color: var(--backgrounds-main);
13254
13274
  border: var(--border-width-default) solid var(--borders-general);
13255
- min-width: 120px;
13256
- max-width: 180px;
13275
+ min-width: 7.5rem;
13276
+ max-width: 11.25rem;
13257
13277
  border-radius: var(--border-radius-default);
13258
- border-top-right-radius: 0;
13259
- border-bottom-right-radius: 0;
13278
+ border-start-end-radius: 0;
13279
+ border-end-end-radius: 0;
13260
13280
  fill: var(--action-secondary--default);
13261
13281
  }
13262
13282
  .zen-groups-filter__search-container--full-size {
@@ -13279,26 +13299,26 @@ html:lang(ar) .zen-file-upload__file-name {
13279
13299
  align-items: center;
13280
13300
  }
13281
13301
  .zen-groups-filter__search-input--post {
13282
- padding-left: 8px;
13302
+ padding-inline-start: 0.5rem;
13283
13303
  }
13284
13304
  .zen-groups-filter__input-container {
13285
13305
  height: 100%;
13286
13306
  width: 100%;
13287
- min-height: 24px;
13307
+ min-height: 1.5rem;
13288
13308
  }
13289
13309
  .zen-groups-filter__chip-input .zen-input-adornments {
13290
13310
  border-radius: 0;
13291
13311
  border: none;
13292
- border-bottom: var(--border-width-default) solid var(--borders-general);
13312
+ border-block-end: var(--border-width-default) solid var(--borders-general);
13293
13313
  }
13294
13314
  .zen-groups-filter .zen-groups-filter__input {
13295
- min-width: 85px;
13315
+ min-width: 5.3125rem;
13296
13316
  height: 100%;
13297
13317
  width: 100%;
13298
- font-size: 12px;
13318
+ font-size: 0.75rem;
13299
13319
  border: none;
13300
13320
  outline: none;
13301
- padding: 0 5px 0 0;
13321
+ padding-inline-end: 0.3125rem;
13302
13322
  -webkit-appearance: none;
13303
13323
  appearance: none;
13304
13324
  background-color: inherit;
@@ -13340,10 +13360,10 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
13340
13360
  align-items: center;
13341
13361
  background: var(--backgrounds-main);
13342
13362
  fill: var(--action-secondary--default);
13343
- width: 32px;
13344
- border-top-left-radius: 0;
13345
- border-bottom-left-radius: 0;
13346
- margin-left: -1px;
13363
+ width: 2rem;
13364
+ border-start-start-radius: 0;
13365
+ border-end-start-radius: 0;
13366
+ margin-inline-start: -1px;
13347
13367
  cursor: pointer;
13348
13368
  flex-shrink: 0;
13349
13369
  }
@@ -13358,18 +13378,18 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
13358
13378
  background-color: var(--backgrounds-hover);
13359
13379
  }
13360
13380
  .zen-groups-filter.zen-groups-filter--mobile .zen-groups-filter__search-container {
13361
- height: 44px;
13381
+ height: 2.75rem;
13362
13382
  }
13363
13383
  .zen-groups-filter.zen-groups-filter--mobile .zen-groups-filter__popup-trigger {
13364
- width: 44px;
13384
+ width: 2.75rem;
13365
13385
  }
13366
13386
  .zen-groups-filter .zen-groups-filter__search-container--error {
13367
13387
  border: 1px solid var(--text-error-message);
13368
13388
  }
13369
13389
  .zen-groups-filter .zen-groups-filter__popup-trigger--error {
13370
- border-top: 1px solid var(--text-error-message);
13371
- border-right: 1px solid var(--text-error-message);
13372
- border-bottom: 1px solid var(--text-error-message);
13390
+ border-block-start: 1px solid var(--text-error-message);
13391
+ border-inline-end: 1px solid var(--text-error-message);
13392
+ border-block-end: 1px solid var(--text-error-message);
13373
13393
  }
13374
13394
  .zen-groups-filter:focus-within .zen-groups-filter__search-container:not(.zen-groups-filter__search-container--error),
13375
13395
  .zen-groups-filter:focus-within .zen-groups-filter__popup-trigger:not(.zen-groups-filter__popup-trigger--error) {
@@ -13377,15 +13397,15 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
13377
13397
  }
13378
13398
  .zen-groups-filter__label-element {
13379
13399
  color: var(--text-primary);
13380
- margin-right: 6px;
13400
+ margin-inline-end: 0.375rem;
13381
13401
  display: flex;
13382
13402
  white-space: nowrap;
13383
13403
  }
13384
13404
  .zen-groups-filter__label-element--last {
13385
- margin-right: 0;
13405
+ margin-inline-end: 0;
13386
13406
  }
13387
13407
  .zen-groups-filter__label-element--first {
13388
- margin-left: 6px;
13408
+ margin-inline-start: 0.375rem;
13389
13409
  }
13390
13410
  .zen-groups-filter__label-element--no-shrink {
13391
13411
  flex-shrink: 0;
@@ -13396,11 +13416,11 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
13396
13416
  color: var(--text-reverse-primary);
13397
13417
  border-radius: 9px;
13398
13418
  display: flex;
13399
- min-width: 16px;
13400
- height: 16px;
13419
+ min-width: 1rem;
13420
+ height: 1rem;
13401
13421
  justify-content: center;
13402
13422
  align-items: center;
13403
- padding: 2px 4px;
13423
+ padding: 0.125rem 0.25rem;
13404
13424
  }
13405
13425
  .zen-groups-filter__popup.zen-groups-filter__popup {
13406
13426
  z-index: 11001;
@@ -14280,18 +14300,19 @@ html:lang(ar) .zen-list-item--mobile .zen-list-item__secondary {
14280
14300
  justify-content: center;
14281
14301
  }
14282
14302
  .zen-filters-search-list {
14283
- max-height: 345px;
14284
- min-height: 340px;
14303
+ max-height: 21.5625rem;
14304
+ min-height: 21.25rem;
14285
14305
  }
14286
14306
  .zen-filters-search-list--mobile {
14287
- padding: 16px 0;
14307
+ padding: 1rem 0;
14288
14308
  overflow-y: auto;
14289
14309
  }
14290
14310
  .zen-filters-search-list__header {
14291
14311
  display: flex;
14292
14312
  align-items: center;
14293
14313
  justify-content: space-between;
14294
- margin: 0 8px 8px;
14314
+ margin-block: 0 0.5rem;
14315
+ margin-inline: 0.5rem;
14295
14316
  }
14296
14317
  .zen-filters-search-list__header-title {
14297
14318
  font-family: var(--main-font);
@@ -14309,7 +14330,7 @@ html:lang(ar) .zen-filters-search-list__header-title {
14309
14330
  }
14310
14331
  .zen-filters-search-list__data {
14311
14332
  padding: 1px;
14312
- max-height: 296px;
14333
+ max-height: 18.5rem;
14313
14334
  }
14314
14335
  .zen-filters-search-list .zen-filters-search-list__header--drive .zen-filters-search-list__header-title {
14315
14336
  font-family: var(--main-font);
@@ -14360,23 +14381,24 @@ html:lang(ar) .zen-filters-search-list .zen-filters-search-list__header--drive-t
14360
14381
  border-color: var(--backgrounds-content-1);
14361
14382
  }
14362
14383
  .zen-search-item-wrapper--clickable {
14363
- padding-right: 12px;
14384
+ padding-inline-end: 0.75rem;
14364
14385
  }
14365
14386
  .zen-search-item-wrapper:focus-within:not(.zen-search-item-data__close) {
14366
14387
  border: 1px solid var(--borders-form-field--active);
14367
14388
  }
14368
14389
  .zen-search-item-data {
14369
- padding: 12px 12px 11px 12px;
14390
+ padding-block: 0.75rem 0.6875rem;
14391
+ padding-inline: 0.75rem;
14370
14392
  display: flex;
14371
14393
  flex-direction: row;
14372
- gap: 8px;
14394
+ gap: 0.5rem;
14373
14395
  flex-grow: 1;
14374
14396
  }
14375
14397
  .zen-search-item-data__icon {
14376
14398
  flex: 0 0 auto;
14377
- width: 32px;
14378
- height: 32px;
14379
- padding: 4px;
14399
+ width: 2rem;
14400
+ height: 2rem;
14401
+ padding: 0.25rem;
14380
14402
  background-color: var(--accents-general--main);
14381
14403
  color: var(--text-secondary);
14382
14404
  fill: var(--text-secondary);
@@ -14386,7 +14408,8 @@ html:lang(ar) .zen-filters-search-list .zen-filters-search-list__header--drive-t
14386
14408
  justify-content: center;
14387
14409
  }
14388
14410
  .zen-search-item-data--with-close-button {
14389
- padding: 12px 0 11px 12px;
14411
+ padding-block: 0.75rem 0.6875rem;
14412
+ padding-inline: 0.75rem 0;
14390
14413
  }
14391
14414
  .zen-search-item-data:focus-visible {
14392
14415
  outline: none;
@@ -14415,10 +14438,10 @@ html:lang(ar) .zen-filters-search-list .zen-filters-search-list__header--drive-t
14415
14438
  justify-content: center;
14416
14439
  content: "\00d7";
14417
14440
  top: 0;
14418
- right: 8px;
14419
- width: 20px;
14441
+ inset-inline-end: 0.5rem;
14442
+ width: 1.25rem;
14420
14443
  height: 100%;
14421
- font-size: 20px;
14444
+ font-size: 1.25rem;
14422
14445
  font-weight: 300;
14423
14446
  line-height: 1;
14424
14447
  }
@@ -14426,14 +14449,14 @@ html:lang(ar) .zen-filters-search-list .zen-filters-search-list__header--drive-t
14426
14449
  flex: 1 1 auto;
14427
14450
  display: flex;
14428
14451
  flex-direction: row;
14429
- gap: 12px;
14452
+ gap: 0.75rem;
14430
14453
  min-width: 0;
14431
14454
  width: 100%;
14432
14455
  align-items: center;
14433
14456
  }
14434
14457
  .zen-search-item-data__main-data {
14435
14458
  display: flex;
14436
- gap: 8px;
14459
+ gap: 0.5rem;
14437
14460
  align-items: center;
14438
14461
  flex: 1 1 auto;
14439
14462
  min-width: 0;
@@ -14497,7 +14520,7 @@ html:lang(ar) .zen-search-item-data__secondary {
14497
14520
  font-family: var(--arabic-font-family);
14498
14521
  }
14499
14522
  .zen-search-item-data__close {
14500
- height: 32px;
14523
+ height: 2rem;
14501
14524
  fill: var(--text-secondary);
14502
14525
  }
14503
14526
  .zen-search-item-data__close:hover {
@@ -14506,7 +14529,7 @@ html:lang(ar) .zen-search-item-data__secondary {
14506
14529
  }
14507
14530
  .zen-search-item-data__input {
14508
14531
  position: absolute;
14509
- left: -5000px;
14532
+ inset-inline-start: -5000px;
14510
14533
  }
14511
14534
  .zen-search-item-data-wrapper--drive .zen-search-item-data__name {
14512
14535
  font-family: var(--main-font);
@@ -14535,15 +14558,15 @@ html:lang(ar) .zen-search-item-data-wrapper--drive .zen-search-item-data__second
14535
14558
  font-family: var(--arabic-font-family);
14536
14559
  }
14537
14560
  .zen-search-item-data-wrapper--drive .zen-search-item-data__close {
14538
- height: 44px;
14539
- width: 44px;
14561
+ height: 2.75rem;
14562
+ width: 2.75rem;
14540
14563
  display: flex;
14541
14564
  align-items: center;
14542
14565
  justify-content: center;
14543
14566
  }
14544
14567
  .zen-search-item-data-wrapper--drive .zen-search-item-data__icon {
14545
- width: 44px;
14546
- height: 44px;
14568
+ width: 2.75rem;
14569
+ height: 2.75rem;
14547
14570
  }
14548
14571
  .zen-search-item-data-wrapper--drive-tablet .zen-search-item-data__name {
14549
14572
  font-family: var(--main-font);
@@ -14572,15 +14595,15 @@ html:lang(ar) .zen-search-item-data-wrapper--drive-tablet .zen-search-item-data_
14572
14595
  font-family: var(--arabic-font-family);
14573
14596
  }
14574
14597
  .zen-search-item-data-wrapper--drive-tablet .zen-search-item-data__close {
14575
- height: 44px;
14576
- width: 44px;
14598
+ height: 2.75rem;
14599
+ width: 2.75rem;
14577
14600
  display: flex;
14578
14601
  align-items: center;
14579
14602
  justify-content: center;
14580
14603
  }
14581
14604
  .zen-search-item-data-wrapper--drive-tablet .zen-search-item-data__icon {
14582
- width: 44px;
14583
- height: 44px;
14605
+ width: 2.75rem;
14606
+ height: 2.75rem;
14584
14607
  }
14585
14608
  .zen-search-item-data-wrapper--mobile .zen-search-item-data__name {
14586
14609
  font-family: var(--main-font);
@@ -14609,15 +14632,15 @@ html:lang(ar) .zen-search-item-data-wrapper--mobile .zen-search-item-data__secon
14609
14632
  font-family: var(--arabic-font-family);
14610
14633
  }
14611
14634
  .zen-search-item-data-wrapper--mobile .zen-search-item-data__close {
14612
- height: 44px;
14613
- width: 44px;
14635
+ height: 2.75rem;
14636
+ width: 2.75rem;
14614
14637
  display: flex;
14615
14638
  align-items: center;
14616
14639
  justify-content: center;
14617
14640
  }
14618
14641
  .zen-search-item-data-wrapper--mobile .zen-search-item-data__icon {
14619
- width: 44px;
14620
- height: 44px;
14642
+ width: 2.75rem;
14643
+ height: 2.75rem;
14621
14644
  }
14622
14645
  .zen-page-header {
14623
14646
  box-sizing: border-box;
@@ -15159,13 +15182,13 @@ html:lang(ar) .zen-tab-item.zen-tab-item--drive-tablet .zen-tab-item__content-te
15159
15182
  box-sizing: border-box;
15160
15183
  display: flex;
15161
15184
  justify-content: flex-start;
15162
- height: 56px;
15185
+ height: 3.5rem;
15163
15186
  align-items: center;
15164
- border-bottom: 1px solid var(--borders-general);
15187
+ border-block-end: 1px solid var(--borders-general);
15165
15188
  background-color: var(--backgrounds-main);
15166
- padding: 0 20px;
15189
+ padding: 0 1.25rem;
15167
15190
  position: relative;
15168
- gap: 8px;
15191
+ gap: 0.5rem;
15169
15192
  }
15170
15193
  .zen-filters-toolbar * {
15171
15194
  box-sizing: border-box;
@@ -15179,14 +15202,13 @@ html:lang(ar) .zen-tab-item.zen-tab-item--drive-tablet .zen-tab-item__content-te
15179
15202
  position: relative;
15180
15203
  }
15181
15204
  .zen-filters-toolbar__filters-container--none .zen-filters-toolbar__filters {
15182
- margin-left: 4px;
15183
- margin-right: 4px;
15205
+ margin-inline: 0.25rem;
15184
15206
  }
15185
15207
  .zen-filters-toolbar__filters-container--start .zen-filters-toolbar__filters .zen-filters-toolbar__filters-item:last-of-type {
15186
- padding-right: 4px;
15208
+ padding-inline-end: 0.25rem;
15187
15209
  }
15188
15210
  .zen-filters-toolbar__filters-container--end .zen-filters-toolbar__filters {
15189
- margin-left: 4px;
15211
+ margin-inline-start: 0.25rem;
15190
15212
  }
15191
15213
  .zen-filters-toolbar__scrollable {
15192
15214
  display: flex;
@@ -15195,15 +15217,14 @@ html:lang(ar) .zen-tab-item.zen-tab-item--drive-tablet .zen-tab-item__content-te
15195
15217
  height: 100%;
15196
15218
  scrollbar-width: none;
15197
15219
  -ms-overflow-style: none;
15198
- transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out;
15199
- margin-left: 0;
15200
- margin-right: 0;
15220
+ transition: margin-inline-start 300ms ease-in-out, margin-inline-end 300ms ease-in-out;
15221
+ margin-inline: 0;
15201
15222
  }
15202
15223
  .zen-filters-toolbar__scrollable.has-left-scroller {
15203
- margin-left: 48px;
15224
+ margin-inline-start: 3rem;
15204
15225
  }
15205
15226
  .zen-filters-toolbar__scrollable.has-right-scroller {
15206
- margin-right: 48px;
15227
+ margin-inline-end: 3rem;
15207
15228
  }
15208
15229
  .zen-filters-toolbar__scrollable::-webkit-scrollbar {
15209
15230
  display: none;
@@ -15212,9 +15233,9 @@ html:lang(ar) .zen-tab-item.zen-tab-item--drive-tablet .zen-tab-item__content-te
15212
15233
  flex: 0 0 auto;
15213
15234
  align-items: center;
15214
15235
  justify-content: center;
15215
- width: 32px;
15216
- height: 32px;
15217
- padding: 8px;
15236
+ width: 2rem;
15237
+ height: 2rem;
15238
+ padding: 0.5rem;
15218
15239
  opacity: 0;
15219
15240
  transition: opacity 300ms ease;
15220
15241
  position: absolute;
@@ -15232,21 +15253,27 @@ html:lang(ar) .zen-tab-item.zen-tab-item--drive-tablet .zen-tab-item__content-te
15232
15253
  .zen-filters-toolbar__gradient--right::before {
15233
15254
  position: absolute;
15234
15255
  content: "";
15235
- margin-left: -40px;
15256
+ margin-inline-start: -2.5rem;
15236
15257
  height: 100%;
15237
15258
  top: 0;
15238
- width: 40px;
15259
+ width: 2.5rem;
15239
15260
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15240
15261
  }
15262
+ [dir="rtl"] .zen-filters-toolbar__gradient--right::before {
15263
+ background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15264
+ }
15241
15265
  .zen-filters-toolbar__gradient--left::after {
15242
15266
  position: absolute;
15243
15267
  content: "";
15244
- margin-left: 40px;
15268
+ margin-inline-start: 2.5rem;
15245
15269
  height: 100%;
15246
15270
  top: 0;
15247
- width: 40px;
15271
+ width: 2.5rem;
15248
15272
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15249
15273
  }
15274
+ [dir="rtl"] .zen-filters-toolbar__gradient--left::after {
15275
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15276
+ }
15250
15277
  .zen-filters-toolbar__gradient--visible {
15251
15278
  display: block;
15252
15279
  opacity: 1;
@@ -15255,23 +15282,18 @@ html:lang(ar) .zen-tab-item.zen-tab-item--drive-tablet .zen-tab-item__content-te
15255
15282
  display: none;
15256
15283
  }
15257
15284
  .zen-filters-toolbar__start {
15258
- margin-inline-end: 8px;
15259
- margin-left: 4px;
15260
- left: 0;
15261
- }
15262
- .zen-filters-toolbar__start-icon {
15263
- transform: rotate(180deg);
15285
+ margin-inline: 0.25rem 0.5rem;
15286
+ inset-inline-start: 0;
15264
15287
  }
15265
15288
  .zen-filters-toolbar__end {
15266
- margin-inline-start: 8px;
15267
- margin-right: 4px;
15268
- right: 0;
15289
+ margin-inline: 0.5rem 0.25rem;
15290
+ inset-inline-end: 0;
15269
15291
  }
15270
15292
  .zen-filters-toolbar__filters {
15271
15293
  display: flex;
15272
15294
  flex-shrink: 1;
15273
15295
  align-items: center;
15274
- gap: 8px;
15296
+ gap: 0.5rem;
15275
15297
  }
15276
15298
  .zen-filters-toolbar__filters-item {
15277
15299
  flex-shrink: 0;
@@ -15282,7 +15304,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--drive-tablet .zen-tab-item__content-te
15282
15304
  .zen-filters-toolbar__actions {
15283
15305
  flex-shrink: 0;
15284
15306
  display: flex;
15285
- gap: 8px;
15307
+ gap: 0.5rem;
15286
15308
  }
15287
15309
  .zen-filters-toolbar__action-label {
15288
15310
  font-family: var(--main-font);
@@ -15306,12 +15328,12 @@ html:lang(ar) .zen-filters-toolbar__action-label {
15306
15328
  line-height: 16px;
15307
15329
  text-transform: none;
15308
15330
  text-decoration: none;
15309
- min-width: 16px;
15331
+ min-width: 1rem;
15310
15332
  border-radius: 16px;
15311
15333
  background-color: var(--action-primary--default);
15312
15334
  color: var(--text-reverse-primary);
15313
- margin-left: 6px;
15314
- padding: 0px 4px;
15335
+ margin-inline-start: 0.375rem;
15336
+ padding: 0 0.25rem;
15315
15337
  }
15316
15338
  html:lang(ar) .zen-filters-toolbar__action-quantity {
15317
15339
  font-family: var(--arabic-font-family);
@@ -15336,30 +15358,38 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
15336
15358
  }
15337
15359
  .zen-filters-toolbar__scroller.zen-filters-toolbar__scroller--drive,
15338
15360
  .zen-filters-toolbar__scroller.zen-filters-toolbar__scroller--drive-tablet {
15339
- width: 46px;
15340
- height: 46px;
15361
+ width: 2.875rem;
15362
+ height: 2.875rem;
15341
15363
  }
15342
15364
  .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive.zen-filters-toolbar__gradient--left::after,
15343
15365
  .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive-tablet.zen-filters-toolbar__gradient--left::after {
15344
15366
  position: absolute;
15345
15367
  content: "";
15346
- margin-left: calc(52px + 4px);
15368
+ margin-inline-start: 3.5rem;
15347
15369
  height: 100%;
15348
15370
  top: 0;
15349
- width: 52px;
15371
+ width: 3.25rem;
15350
15372
  z-index: 1000;
15351
15373
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15352
15374
  }
15375
+ [dir="rtl"] .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive.zen-filters-toolbar__gradient--left::after,
15376
+ [dir="rtl"] .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive-tablet.zen-filters-toolbar__gradient--left::after {
15377
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15378
+ }
15353
15379
  .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive.zen-filters-toolbar__gradient--right::before,
15354
15380
  .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive-tablet.zen-filters-toolbar__gradient--right::before {
15355
15381
  position: absolute;
15356
15382
  content: "";
15357
- margin-left: -52px;
15383
+ margin-inline-start: -3.25rem;
15358
15384
  height: 100%;
15359
15385
  top: 0;
15360
- width: 52px;
15386
+ width: 3.25rem;
15361
15387
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15362
15388
  }
15389
+ [dir="rtl"] .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive.zen-filters-toolbar__gradient--right::before,
15390
+ [dir="rtl"] .zen-filters-toolbar__gradient.zen-filters-toolbar__gradient--drive-tablet.zen-filters-toolbar__gradient--right::before {
15391
+ background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
15392
+ }
15363
15393
  .zen-side-panel-parent--open {
15364
15394
  max-height: 100vh;
15365
15395
  overflow-y: hidden;
@@ -15374,10 +15404,10 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
15374
15404
  max-width: 100%;
15375
15405
  }
15376
15406
  .zen-filters-bar-dropdown--toolbar {
15377
- max-width: 180px;
15407
+ max-width: 11.25rem;
15378
15408
  }
15379
15409
  .zen-filters-bar-dropdown__pill-box {
15380
- margin-top: 8px;
15410
+ margin-block-start: 0.5rem;
15381
15411
  }
15382
15412
  .zen-side-panel-radio-group {
15383
15413
  box-sizing: border-box;
@@ -15389,10 +15419,10 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
15389
15419
  padding: 0;
15390
15420
  }
15391
15421
  .zen-side-panel-radio-group .zen-radio-group__item {
15392
- padding: 8px 0;
15422
+ padding: 0.5rem 0;
15393
15423
  }
15394
15424
  .zen-side-panel-radio-group .zen-radio__label {
15395
- margin-left: 8px;
15425
+ margin-inline-start: 0.5rem;
15396
15426
  }
15397
15427
  .zen-side-panel-checkbox-group {
15398
15428
  box-sizing: border-box;
@@ -15401,13 +15431,13 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
15401
15431
  box-sizing: border-box;
15402
15432
  }
15403
15433
  .zen-side-panel-checkbox-group__checkbox {
15404
- padding: 8px 0;
15434
+ padding: 0.5rem 0;
15405
15435
  }
15406
15436
  .zen-side-panel-checkbox-group .zen-checkbox__label-text {
15407
- margin-left: 8px;
15437
+ margin-inline-start: 0.5rem;
15408
15438
  }
15409
15439
  .zen-filters-bar-groups-filter--side-panel .zen-side-panel-cell__content {
15410
- max-width: 420px;
15440
+ max-width: 26.25rem;
15411
15441
  }
15412
15442
  .zen-range-field {
15413
15443
  box-sizing: border-box;
@@ -15743,8 +15773,8 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
15743
15773
  display: grid;
15744
15774
  }
15745
15775
  .zen-filters-bar-side-panel-range__items-container--column {
15746
- min-width: 136px;
15747
- max-width: 258px;
15776
+ min-width: 8.5rem;
15777
+ max-width: 16.125rem;
15748
15778
  display: grid;
15749
15779
  grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
15750
15780
  grid-template-rows: auto auto;
@@ -15753,7 +15783,7 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
15753
15783
  justify-items: start;
15754
15784
  }
15755
15785
  .zen-filters-bar-side-panel-range__items-container--row {
15756
- max-width: 296px;
15786
+ max-width: 18.5rem;
15757
15787
  display: grid;
15758
15788
  align-items: center;
15759
15789
  justify-items: start;
@@ -15762,14 +15792,14 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
15762
15792
  column-gap: 0.5rem;
15763
15793
  }
15764
15794
  .zen-filters-bar-side-panel-range__item--column {
15765
- min-width: 136px;
15766
- min-height: 32px;
15767
- max-width: 258px;
15795
+ min-width: 8.5rem;
15796
+ min-height: 2rem;
15797
+ max-width: 16.125rem;
15768
15798
  }
15769
15799
  .zen-filters-bar-side-panel-range__item--row {
15770
- min-width: 128px;
15771
- min-height: 32px;
15772
- max-width: 144px;
15800
+ min-width: 8rem;
15801
+ min-height: 2rem;
15802
+ max-width: 9rem;
15773
15803
  }
15774
15804
  .zen-filters-bar-date-input {
15775
15805
  box-sizing: border-box;
@@ -15785,7 +15815,7 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
15785
15815
  margin: 0;
15786
15816
  }
15787
15817
  .zen-filters-bar-date-input__popup--full-width.zen-filters-bar-date-input__popup--full-width {
15788
- width: 288px;
15818
+ width: 18rem;
15789
15819
  }
15790
15820
  .zen-header-button--with-dropdown.zen-header-button--mobile .zen-caption__pre-content,
15791
15821
  .zen-header-button--with-dropdown.zen-header-button--hidden-name .zen-caption__pre-content {
@@ -15814,15 +15844,15 @@ html:lang(ar) .zen-filters-saved-popup__content {
15814
15844
  display: flex;
15815
15845
  flex-wrap: nowrap;
15816
15846
  align-items: center;
15817
- height: 40px;
15818
- padding: 12px;
15847
+ height: 2.5rem;
15848
+ padding: 0.75rem;
15819
15849
  cursor: pointer;
15820
15850
  background-color: transparent;
15821
15851
  color: var(--text-primary);
15822
15852
  fill: var(--text-primary);
15823
15853
  border: none;
15824
- gap: 8px;
15825
- border-bottom: var(--border-width-default) solid var(--borders-general);
15854
+ gap: 0.5rem;
15855
+ border-block-end: var(--border-width-default) solid var(--borders-general);
15826
15856
  }
15827
15857
  .zen-filters-saved-popup__content .zen-filters-saved-popup__action-button:focus-visible {
15828
15858
  outline: 1px solid var(--borders-form-field--active);
@@ -15840,8 +15870,8 @@ html:lang(ar) .zen-filters-saved-popup__content {
15840
15870
  flex-wrap: nowrap;
15841
15871
  align-items: center;
15842
15872
  justify-content: space-between;
15843
- height: 40px;
15844
- padding: 0 6px 0 0;
15873
+ height: 2.5rem;
15874
+ padding-inline-end: 0.375rem;
15845
15875
  position: relative;
15846
15876
  margin: 1px;
15847
15877
  }
@@ -15853,7 +15883,7 @@ html:lang(ar) .zen-filters-saved-popup__content {
15853
15883
  border-radius: var(--border-radius-default);
15854
15884
  }
15855
15885
  .zen-filters-saved-popup__content .zen-filters-saved-popup__close-button {
15856
- height: 32px;
15886
+ height: 2rem;
15857
15887
  fill: var(--text-secondary);
15858
15888
  }
15859
15889
  .zen-filters-saved-popup__content .zen-filters-saved-popup__close-button:focus-visible {
@@ -15879,7 +15909,7 @@ html:lang(ar) .zen-filters-saved-popup__content {
15879
15909
  text-transform: none;
15880
15910
  text-decoration: none;
15881
15911
  height: 100%;
15882
- padding: 6px;
15912
+ padding: 0.375rem;
15883
15913
  display: flex;
15884
15914
  align-items: center;
15885
15915
  outline: none;
@@ -15897,7 +15927,7 @@ html:lang(ar) .zen-filters-saved-popup__content .zen-filters-saved-popup__name {
15897
15927
  background-color: transparent;
15898
15928
  }
15899
15929
  .zen-filters-saved-popup__content .zen-filters-saved-popup__name .zen-filters-saved-popup__action {
15900
- padding: 6px;
15930
+ padding: 0.375rem;
15901
15931
  flex-shrink: 0;
15902
15932
  display: flex;
15903
15933
  align-items: center;
@@ -15923,8 +15953,8 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
15923
15953
  }
15924
15954
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive .zen-filters-saved-popup__action-button,
15925
15955
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive-tablet .zen-filters-saved-popup__action-button {
15926
- height: 60px;
15927
- padding: 16px;
15956
+ height: 3.75rem;
15957
+ padding: 1rem;
15928
15958
  font-family: var(--main-font);
15929
15959
  font-size: 16px;
15930
15960
  font-style: normal;
@@ -15940,15 +15970,16 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
15940
15970
  }
15941
15971
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive .zen-filters-saved-popup__item,
15942
15972
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive-tablet .zen-filters-saved-popup__item {
15943
- height: 60px;
15973
+ height: 3.75rem;
15944
15974
  }
15945
15975
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive .zen-filters-saved-popup__name,
15946
15976
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive-tablet .zen-filters-saved-popup__name {
15947
- padding: 10px 10px 10px 16px;
15977
+ padding-block: 0.625rem;
15978
+ padding-inline: 1rem 0.625rem;
15948
15979
  }
15949
15980
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive .zen-filters-saved-popup__close-button,
15950
15981
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--drive-tablet .zen-filters-saved-popup__close-button {
15951
- height: 44px;
15982
+ height: 2.75rem;
15952
15983
  }
15953
15984
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--mobile {
15954
15985
  font-family: var(--main-font);
@@ -15964,8 +15995,8 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
15964
15995
  font-family: var(--arabic-font-family);
15965
15996
  }
15966
15997
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--mobile .zen-filters-saved-popup__action-button {
15967
- height: 60px;
15968
- padding: 16px;
15998
+ height: 3.75rem;
15999
+ padding: 1rem;
15969
16000
  font-family: var(--main-font);
15970
16001
  font-size: 14px;
15971
16002
  font-style: normal;
@@ -15979,19 +16010,20 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
15979
16010
  font-family: var(--arabic-font-family);
15980
16011
  }
15981
16012
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--mobile .zen-filters-saved-popup__item {
15982
- height: 60px;
16013
+ height: 3.75rem;
15983
16014
  }
15984
16015
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--mobile .zen-filters-saved-popup__name {
15985
- padding: 10px 10px 10px 16px;
16016
+ padding-block: 0.625rem;
16017
+ padding-inline: 1rem 0.625rem;
15986
16018
  }
15987
16019
  .zen-filters-saved-popup__content.zen-filters-saved-popup__content--mobile .zen-filters-saved-popup__close-button {
15988
- height: 44px;
16020
+ height: 2.75rem;
15989
16021
  }
15990
16022
  .zen-filters-modal__content {
15991
16023
  display: flex;
15992
16024
  flex-direction: column;
15993
- gap: 16px;
15994
- padding: 16px;
16025
+ gap: 1rem;
16026
+ padding: 1rem;
15995
16027
  }
15996
16028
  .zen-filters-prioritized-modal {
15997
16029
  z-index: 11011;
@@ -16003,25 +16035,25 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
16003
16035
  position: relative;
16004
16036
  max-width: 100%;
16005
16037
  flex-grow: 1;
16006
- margin: 0 12px;
16038
+ margin: 0 0.75rem;
16007
16039
  }
16008
16040
  .zen-filters-search__selected {
16009
16041
  display: flex;
16010
- gap: 8px;
16042
+ gap: 0.5rem;
16011
16043
  flex-wrap: nowrap;
16012
16044
  align-items: center;
16013
- margin-left: 8px;
16045
+ margin-inline-start: 0.5rem;
16014
16046
  overflow: hidden;
16015
16047
  }
16016
16048
  .zen-filters-search__selected-item {
16017
- max-width: 181px;
16049
+ max-width: 11.3125rem;
16018
16050
  }
16019
16051
  .zen-filters-search__selected-item--more {
16020
16052
  flex-shrink: 0;
16021
16053
  }
16022
16054
  .zen-filters-search.zen-filters-popup__search-with-pills.zen-filters-search--mobile {
16023
16055
  margin: 0;
16024
- padding: 0 12px;
16056
+ padding: 0 0.75rem;
16025
16057
  border: var(--border-width-default) solid var(--borders-general);
16026
16058
  border-radius: var(--border-radius-default);
16027
16059
  }
@@ -16039,19 +16071,19 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
16039
16071
  display: flex;
16040
16072
  justify-content: space-between;
16041
16073
  align-items: center;
16042
- height: 64px;
16043
- padding: 16px;
16074
+ height: 4rem;
16075
+ padding: 1rem;
16044
16076
  }
16045
16077
  .zen-side-panel-filters__header-buttons {
16046
16078
  display: flex;
16047
- gap: 4px;
16079
+ gap: 0.25rem;
16048
16080
  align-items: center;
16049
16081
  justify-content: flex-end;
16050
16082
  }
16051
16083
  .zen-side-panel-filters__header-button {
16052
16084
  cursor: pointer;
16053
16085
  border: none;
16054
- padding: 8px;
16086
+ padding: 0.5rem;
16055
16087
  display: flex;
16056
16088
  align-items: center;
16057
16089
  justify-content: center;
@@ -16072,15 +16104,15 @@ html:lang(ar) .zen-filters-saved-popup__content.zen-filters-saved-popup__content
16072
16104
  background-color: var(--action-primary--active);
16073
16105
  }
16074
16106
  .zen-side-panel-filters__header-buttons--mobile .zen-side-panel-filters__header-button {
16075
- padding: 12px;
16107
+ padding: 0.75rem;
16076
16108
  }
16077
16109
  .zen-side-panel-filters__title-wrapper {
16078
16110
  display: flex;
16079
16111
  flex-wrap: nowrap;
16080
- gap: 16px;
16112
+ gap: 1rem;
16081
16113
  }
16082
16114
  .zen-side-panel-filters__title {
16083
- padding: 8px 0;
16115
+ padding: 0.5rem 0;
16084
16116
  font-family: var(--main-font);
16085
16117
  font-size: 14px;
16086
16118
  font-style: normal;
@@ -16118,13 +16150,13 @@ html:lang(ar) .zen-side-panel-filters__title--mobile {
16118
16150
  }
16119
16151
  .zen-side-panel-filters__item {
16120
16152
  max-width: 100%;
16121
- width: 328px;
16153
+ width: 20.5rem;
16122
16154
  }
16123
16155
  .zen-side-panel-filters__item-popup {
16124
16156
  z-index: 11002;
16125
16157
  }
16126
16158
  .zen-side-panel-filters__dropdown-skeleton {
16127
- gap: 8px;
16159
+ gap: 0.5rem;
16128
16160
  padding: 0;
16129
16161
  }
16130
16162
  .zen-side-panel-filters__item-element.zen-side-panel-filters__item-element:not(.zen-side-panel-filters__item-element--custom) {
@@ -16137,7 +16169,7 @@ html:lang(ar) .zen-side-panel-filters__title--mobile {
16137
16169
  margin: 0;
16138
16170
  }
16139
16171
  .zen-side-panel-filters__item-label {
16140
- margin-bottom: 4px;
16172
+ margin-block-end: 0.25rem;
16141
16173
  font-family: var(--main-font);
16142
16174
  font-size: 12px;
16143
16175
  font-style: normal;
@@ -16151,7 +16183,7 @@ html:lang(ar) .zen-side-panel-filters__item-label {
16151
16183
  font-family: var(--arabic-font-family);
16152
16184
  }
16153
16185
  .zen-side-panel-filters__item-label--mobile {
16154
- margin-bottom: 8px;
16186
+ margin-block-end: 0.5rem;
16155
16187
  font-family: var(--main-font);
16156
16188
  font-size: 14px;
16157
16189
  font-style: normal;
@@ -16165,16 +16197,16 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16165
16197
  font-family: var(--arabic-font-family);
16166
16198
  }
16167
16199
  .zen-side-panel-filters__tab-header {
16168
- padding: 0 16px;
16200
+ padding: 0 1rem;
16169
16201
  }
16170
16202
  .zen-side-panel-filters__tab-header .zen-side-panel-filters__tab-header {
16171
16203
  padding: 0;
16172
16204
  }
16173
16205
  .zen-side-panel-filters__tab-content {
16174
- padding: 16px;
16206
+ padding: 1rem;
16175
16207
  display: flex;
16176
16208
  flex-direction: column;
16177
- gap: 32px;
16209
+ gap: 2rem;
16178
16210
  }
16179
16211
  .zen-side-panel-filters__tab-content--hidden {
16180
16212
  display: none;
@@ -16183,14 +16215,14 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16183
16215
  display: flex;
16184
16216
  }
16185
16217
  .zen-side-panel-filters__apply-button--desktop {
16186
- margin-inline-start: 16px;
16218
+ margin-inline-start: 1rem;
16187
16219
  }
16188
16220
  .zen-side-panel-filters__footer {
16189
16221
  display: flex;
16190
16222
  justify-content: space-between;
16191
16223
  align-items: center;
16192
- border-top: 1px solid var(--borders-general);
16193
- padding: 14px 28px;
16224
+ border-block-start: 1px solid var(--borders-general);
16225
+ padding: 0.875rem 1.75rem;
16194
16226
  height: auto;
16195
16227
  flex: 0 0 auto;
16196
16228
  }
@@ -16199,10 +16231,10 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16199
16231
  display: block;
16200
16232
  }
16201
16233
  .zen-side-panel-filters__footer--long-text {
16202
- padding: 14px 16px;
16234
+ padding: 0.875rem 1rem;
16203
16235
  }
16204
16236
  .zen-side-panel-filters__footer--long-text .zen-side-panel-filters__apply-button--desktop {
16205
- margin-inline-start: 8px;
16237
+ margin-inline-start: 0.5rem;
16206
16238
  }
16207
16239
  .zen-side-panel-filters-wrapper {
16208
16240
  position: relative;
@@ -16212,8 +16244,8 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16212
16244
  overflow-y: hidden;
16213
16245
  }
16214
16246
  .zen-side-panel-filters.zen-side-panel-filters {
16215
- min-width: 360px;
16216
- max-width: 360px;
16247
+ min-width: 22.5rem;
16248
+ max-width: 22.5rem;
16217
16249
  }
16218
16250
  @media (max-width: 640px) {
16219
16251
  .zen-side-panel-filters.zen-side-panel-filters {
@@ -16223,7 +16255,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16223
16255
  }
16224
16256
  }
16225
16257
  .zen-filters-select-compact {
16226
- padding: 4px 16px;
16258
+ padding: 0.25rem 1rem;
16227
16259
  width: 100%;
16228
16260
  overflow-x: auto;
16229
16261
  -ms-overflow-style: none;
@@ -16237,14 +16269,14 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16237
16269
  .zen-filters-select-compact__list {
16238
16270
  display: flex;
16239
16271
  flex-wrap: nowrap;
16240
- gap: 8px;
16272
+ gap: 0.5rem;
16241
16273
  align-items: center;
16242
16274
  }
16243
16275
  .zen-filters-select-compact__pill-item:not(.zen-filters-select-compact__list-item--not-expandable) {
16244
16276
  opacity: 0;
16245
- padding-left: 0;
16277
+ padding-inline-start: 0;
16246
16278
  transform: translateX(-30%);
16247
- transition: transform 0.3s ease-in-out, opacity 0.2s ease-in, padding-left 0.3s ease;
16279
+ transition: transform 0.3s ease-in-out, opacity 0.2s ease-in, padding-inline-start 0.3s ease;
16248
16280
  }
16249
16281
  .zen-filters-select-compact__item-content {
16250
16282
  min-width: 0;
@@ -16257,8 +16289,8 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16257
16289
  display: flex;
16258
16290
  align-items: center;
16259
16291
  width: max-content;
16260
- padding-left: 0;
16261
- transition: padding-left 0.3s ease;
16292
+ padding-inline-start: 0;
16293
+ transition: padding-inline-start 0.3s ease;
16262
16294
  }
16263
16295
  .zen-filters-select-compact__unfolding-pill-item {
16264
16296
  flex-shrink: 0;
@@ -16289,9 +16321,9 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16289
16321
  }
16290
16322
  .zen-filters-select-compact__unfolding-pill-item--expanded .zen-filters-select-compact__pill-item {
16291
16323
  opacity: 1;
16292
- padding-left: 8px;
16324
+ padding-inline-start: 0.5rem;
16293
16325
  transform: translateX(0);
16294
- transition: transform 0.3s ease-in-out, opacity 0.2s ease-in, padding-left 0.3s ease;
16326
+ transition: transform 0.3s ease-in-out, opacity 0.2s ease-in, padding-inline-start 0.3s ease;
16295
16327
  }
16296
16328
  .zen-filters-select-compact .zen-filters-select-compact__pill-item:nth-child(1) {
16297
16329
  transition-delay: 0.05s;
@@ -16315,27 +16347,27 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16315
16347
  transition-delay: 0.05s;
16316
16348
  }
16317
16349
  .zen-filters-select {
16318
- border-top: var(--border-width-default) solid var(--borders-general);
16319
- padding-top: 1px;
16350
+ border-block-start: var(--border-width-default) solid var(--borders-general);
16351
+ padding-block-start: 0.0625rem;
16320
16352
  }
16321
16353
  .zen-filters-select__list-item-title {
16322
- padding: 8px;
16354
+ padding: 0.5rem;
16323
16355
  display: flex;
16324
16356
  align-items: center;
16325
16357
  justify-content: space-between;
16326
16358
  flex-grow: 1;
16327
- gap: 8px;
16359
+ gap: 0.5rem;
16328
16360
  }
16329
16361
  .zen-filters-select__item-active-indicator {
16330
- width: 8px;
16331
- height: 8px;
16362
+ width: 0.5rem;
16363
+ height: 0.5rem;
16332
16364
  border-radius: 50%;
16333
16365
  background-color: var(--action-primary--default);
16334
- margin-left: 8px;
16366
+ margin-inline-start: 0.5rem;
16335
16367
  }
16336
16368
  .zen-filters-select__item-button {
16337
- width: 32px;
16338
- height: 32px;
16369
+ width: 2rem;
16370
+ height: 2rem;
16339
16371
  overflow: visible;
16340
16372
  }
16341
16373
  .zen-filters-select__item-button:hover {
@@ -16345,7 +16377,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16345
16377
  }
16346
16378
  .zen-filters-select__item-icon {
16347
16379
  fill: var(--action-secondary--default);
16348
- margin-left: auto;
16380
+ margin-inline-start: auto;
16349
16381
  }
16350
16382
  .zen-filters-select__item-icon.zen-filters-select__item-icon--rotated {
16351
16383
  transform: rotate(180deg);
@@ -16353,7 +16385,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16353
16385
  .zen-filters-select__list-item-wrapper {
16354
16386
  z-index: 3;
16355
16387
  position: relative;
16356
- padding: 1px;
16388
+ padding: 0.0625rem;
16357
16389
  width: 100%;
16358
16390
  display: flex;
16359
16391
  flex-direction: row;
@@ -16377,12 +16409,12 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
16377
16409
  .zen-filters-select__list-item {
16378
16410
  width: 100%;
16379
16411
  display: flex;
16380
- height: 32px;
16412
+ height: 2rem;
16381
16413
  align-items: center;
16382
16414
  justify-content: space-between;
16383
16415
  background-color: transparent;
16384
16416
  border: 1px solid transparent;
16385
- padding-inline: 0px;
16417
+ padding-inline: 0;
16386
16418
  border-radius: var(--border-radius-default);
16387
16419
  cursor: pointer;
16388
16420
  color: var(--text-primary);
@@ -16402,7 +16434,7 @@ html:lang(ar) .zen-filters-select__list-item {
16402
16434
  outline: none;
16403
16435
  }
16404
16436
  .zen-filters-select__list-item.zen-filters-select__sub-item {
16405
- padding: 8px;
16437
+ padding: 0.5rem;
16406
16438
  background-color: var(--backgrounds-content-1);
16407
16439
  color: var(--accents-general--detail);
16408
16440
  border-color: var(--backgrounds-content-1);
@@ -16413,7 +16445,7 @@ html:lang(ar) .zen-filters-select__list-item {
16413
16445
  border-color: var(--accents-general--main);
16414
16446
  }
16415
16447
  .zen-filters-select__list-item--not-expandable {
16416
- padding: 8px;
16448
+ padding: 0.5rem;
16417
16449
  }
16418
16450
  .zen-filters-select__list-item:hover {
16419
16451
  background-color: var(--backgrounds-hover);
@@ -16433,7 +16465,7 @@ html:lang(ar) .zen-filters-select__list-item {
16433
16465
  min-height: 0;
16434
16466
  background-color: var(--backgrounds-content-1);
16435
16467
  opacity: 0;
16436
- transform: translateY(-10px);
16468
+ transform: translateY(-0.625rem);
16437
16469
  transition: opacity 0.1s ease-in, transform 0.2s ease-out;
16438
16470
  }
16439
16471
  .zen-filters-select__item-content--expanded .zen-filters-select__item-content-inner {
@@ -16456,13 +16488,13 @@ html:lang(ar) .zen-filters-select__list-item {
16456
16488
  max-width: 100%;
16457
16489
  }
16458
16490
  .zen-filters-bar-dropdown-with-checkbox--toolbar {
16459
- max-width: 180px;
16491
+ max-width: 11.25rem;
16460
16492
  }
16461
16493
  .zen-filters-bar-dropdown-with-checkbox__side-panel-checkbox {
16462
- margin-top: 8px;
16494
+ margin-block-start: 0.5rem;
16463
16495
  }
16464
16496
  .zen-filters-bar-dropdown-with-checkbox__pill-box {
16465
- margin-top: 8px;
16497
+ margin-block-start: 0.5rem;
16466
16498
  }
16467
16499
  .zen-filters-bar-period-picker {
16468
16500
  box-sizing: border-box;
@@ -16471,13 +16503,16 @@ html:lang(ar) .zen-filters-select__list-item {
16471
16503
  box-sizing: border-box;
16472
16504
  }
16473
16505
  .zen-filters-bar-period-picker__button-clear {
16474
- margin: 8px auto 4px 4px;
16506
+ margin-block: 0.5rem 0.25rem;
16507
+ margin-inline: 0.25rem auto;
16475
16508
  }
16476
16509
  .zen-filters-bar-period-picker__button-reset {
16477
- margin: 8px 8px 4px 0px;
16510
+ margin-block: 0.5rem 0.25rem;
16511
+ margin-inline: 0 0.5rem;
16478
16512
  }
16479
16513
  .zen-filters-bar-period-picker__button-apply {
16480
- margin: 8px 0px 4px 0px;
16514
+ margin-block: 0.5rem 0.25rem;
16515
+ margin-inline: 0;
16481
16516
  }
16482
16517
  .zen-filters-bar-period-picker--full-width {
16483
16518
  width: 100%;
@@ -16487,10 +16522,11 @@ html:lang(ar) .zen-filters-select__list-item {
16487
16522
  margin: 0;
16488
16523
  }
16489
16524
  .zen-filters-bar-period-picker__popup--full-width.zen-filters-bar-period-picker__popup--full-width {
16490
- width: 288px;
16525
+ width: 18rem;
16491
16526
  }
16492
16527
  .zen-filters-bar-period-picker__error {
16493
- margin: 12px 16px 0;
16528
+ margin-block: 0.75rem 0;
16529
+ margin-inline: 1rem;
16494
16530
  }
16495
16531
  .zen-filters-bar-period-picker .zen-filters-bar-period-picker-wrapper.zen-date-range-wrapper {
16496
16532
  width: 100%;
@@ -16506,17 +16542,17 @@ html:lang(ar) .zen-filters-select__list-item {
16506
16542
  display: flex;
16507
16543
  justify-content: space-between;
16508
16544
  align-items: center;
16509
- border-bottom: 1px solid var(--borders-general);
16510
- height: 64px;
16511
- padding: 16px;
16545
+ border-block-end: 1px solid var(--borders-general);
16546
+ height: 4rem;
16547
+ padding: 1rem;
16512
16548
  }
16513
16549
  .zen-side-panel-filters-bar__title-wrapper {
16514
16550
  display: flex;
16515
16551
  flex-wrap: nowrap;
16516
- gap: 16px;
16552
+ gap: 1rem;
16517
16553
  }
16518
16554
  .zen-side-panel-filters-bar__title {
16519
- padding: 8px 0;
16555
+ padding: 0.5rem 0;
16520
16556
  font-family: var(--main-font);
16521
16557
  font-size: 14px;
16522
16558
  font-style: normal;
@@ -16531,28 +16567,28 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
16531
16567
  font-family: var(--arabic-font-family);
16532
16568
  }
16533
16569
  .zen-side-panel-filters-bar__title-pill {
16534
- padding: 4px 0;
16570
+ padding: 0.25rem 0;
16535
16571
  }
16536
16572
  .zen-side-panel-filters-bar__close-button {
16537
16573
  fill: var(--text-primary);
16538
16574
  position: absolute;
16539
- right: 16px;
16575
+ inset-inline-end: 1rem;
16540
16576
  }
16541
16577
  .zen-side-panel-filters-bar__content {
16542
- padding-top: 8px;
16578
+ padding-block-start: 0.5rem;
16543
16579
  overflow-x: hidden;
16544
16580
  overflow-y: auto;
16545
16581
  flex: 1 1 auto;
16546
16582
  }
16547
16583
  .zen-side-panel-filters-bar__apply-button--desktop {
16548
- margin-inline-start: 16px;
16584
+ margin-inline-start: 1rem;
16549
16585
  }
16550
16586
  .zen-side-panel-filters-bar__footer {
16551
16587
  display: flex;
16552
16588
  justify-content: space-between;
16553
16589
  align-items: center;
16554
- border-top: 1px solid var(--borders-general);
16555
- padding: 14px 28px;
16590
+ border-block-start: 1px solid var(--borders-general);
16591
+ padding: 0.875rem 1.75rem;
16556
16592
  height: auto;
16557
16593
  flex: 0 0 auto;
16558
16594
  }
@@ -16561,10 +16597,10 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
16561
16597
  display: block;
16562
16598
  }
16563
16599
  .zen-side-panel-filters-bar__footer--long-text {
16564
- padding: 14px 16px;
16600
+ padding: 0.875rem 1rem;
16565
16601
  }
16566
16602
  .zen-side-panel-filters-bar__footer--long-text .zen-side-panel-filters-bar__apply-button--desktop {
16567
- margin-inline-start: 8px;
16603
+ margin-inline-start: 0.5rem;
16568
16604
  }
16569
16605
  .zen-side-panel-filters-bar-wrapper {
16570
16606
  position: relative;
@@ -16574,8 +16610,8 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
16574
16610
  overflow-y: hidden;
16575
16611
  }
16576
16612
  .zen-side-panel-filters-bar.zen-side-panel-filters-bar {
16577
- min-width: 320px;
16578
- max-width: 320px;
16613
+ min-width: 20rem;
16614
+ max-width: 20rem;
16579
16615
  }
16580
16616
  @media (max-width: 640px) {
16581
16617
  .zen-side-panel-filters-bar.zen-side-panel-filters-bar {
@@ -16599,7 +16635,7 @@ html:lang(ar) .zen-form-section-default-title {
16599
16635
  }
16600
16636
  .zen-form-section-card-content {
16601
16637
  display: grid;
16602
- gap: 16px;
16638
+ gap: 1rem;
16603
16639
  }
16604
16640
  .zen-form-section-error-banner {
16605
16641
  height: fit-content;
@@ -16931,14 +16967,14 @@ html:lang(ar) .zen-form-layout-title {
16931
16967
  line-height: 24px;
16932
16968
  text-transform: none;
16933
16969
  text-decoration: none;
16934
- height: 24px;
16970
+ height: 1.5rem;
16935
16971
  }
16936
16972
  html:lang(ar) .zen-form-layout-column-title {
16937
16973
  font-family: var(--arabic-font-family);
16938
16974
  }
16939
16975
  .zen-form-layout-column {
16940
16976
  display: grid;
16941
- gap: 16px;
16977
+ gap: 1rem;
16942
16978
  }
16943
16979
  .zen-form-layout-secondary {
16944
16980
  font-family: var(--main-font);
@@ -16962,19 +16998,20 @@ html:lang(ar) .zen-form-layout-secondary {
16962
16998
  height: max-content;
16963
16999
  }
16964
17000
  .zen-form-layout-stepper:not(.zen-form-layout-stepper--with-banner) {
16965
- margin-bottom: 40px;
17001
+ margin-block-end: 2.5rem;
16966
17002
  }
16967
17003
  .zen-form-separator {
16968
- margin: 32px 0;
17004
+ margin-block: 2rem;
17005
+ margin-inline: 0;
16969
17006
  }
16970
17007
  .zen-form-layout-wrapper {
16971
17008
  display: grid;
16972
17009
  grid-template-rows: auto 1fr auto;
16973
17010
  height: 100%;
16974
- gap: 40px;
17011
+ gap: 2.5rem;
16975
17012
  }
16976
17013
  .zen-form-layout-wrapper--mobile {
16977
- gap: 24px;
17014
+ gap: 1.5rem;
16978
17015
  }
16979
17016
  .zen-main-header {
16980
17017
  position: sticky;
@@ -17827,7 +17864,7 @@ html:lang(ar) .zen-nav-item__title-text {
17827
17864
  .zen-nav-item__content-left {
17828
17865
  display: flex;
17829
17866
  align-items: center;
17830
- gap: 4px;
17867
+ gap: 8px;
17831
17868
  flex: 1 1 auto;
17832
17869
  min-width: 0;
17833
17870
  }
@@ -18371,8 +18408,8 @@ html:lang(ar) .zen-overview__label {
18371
18408
  color: var(--text-primary);
18372
18409
  align-items: center;
18373
18410
  justify-content: space-between;
18374
- padding: 4px 12px 4px 12px;
18375
- border-radius: 30px;
18411
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
18412
+ border-radius: 1.875rem;
18376
18413
  background: var(--backgrounds-content-1);
18377
18414
  }
18378
18415
  .zen-pill * {
@@ -18445,10 +18482,10 @@ html:lang(ar) .zen-pill {
18445
18482
  fill: var(--accents-general--main);
18446
18483
  }
18447
18484
  .zen-pill--closable {
18448
- padding-right: 4px;
18485
+ padding-right: 0.25rem;
18449
18486
  }
18450
18487
  .zen-pill--long {
18451
- min-width: 200px;
18488
+ min-width: 12.5rem;
18452
18489
  }
18453
18490
  .zen-pill__close-button {
18454
18491
  display: flex;
@@ -18459,7 +18496,7 @@ html:lang(ar) .zen-pill {
18459
18496
  fill: var(--text-primary);
18460
18497
  background-color: transparent;
18461
18498
  border: none;
18462
- border-radius: 15px;
18499
+ border-radius: 0.9375rem;
18463
18500
  padding: 0;
18464
18501
  margin: 0;
18465
18502
  margin-left: 8px;
@@ -18473,7 +18510,7 @@ html:lang(ar) .zen-pill {
18473
18510
  }
18474
18511
  .zen-pill--small {
18475
18512
  line-height: 12px;
18476
- padding: 2px 4px;
18513
+ padding: 0.125rem 0.25rem;
18477
18514
  max-height: 16px;
18478
18515
  }
18479
18516
  .zen-pill--small .zen-pill__close-button {
@@ -18563,8 +18600,8 @@ html:lang(ar) .zen-page-section__title {
18563
18600
  color: var(--text-primary);
18564
18601
  align-items: center;
18565
18602
  justify-content: space-between;
18566
- padding: 4px 12px 4px 12px;
18567
- border-radius: 30px;
18603
+ padding: 0.25rem 0.75rem 0.25rem 0.75rem;
18604
+ border-radius: 1.875rem;
18568
18605
  background: var(--backgrounds-content-1);
18569
18606
  }
18570
18607
  html:lang(ar) .zen-pill-actionable__block {