@geotab/zenith 3.12.3 → 3.13.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -3
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/dist/calendar/calendar.js +1 -1
- package/dist/chart/lineChart/getDefaultOptions.js +2 -7
- package/dist/chart/lineChart/useSummary.d.ts +2 -1
- package/dist/columnsSelector/columnsSelector.js +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/dist/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/dist/commonStyles/caption/caption.less +3 -5
- package/dist/commonStyles/colors/colors.less +4 -19
- package/dist/commonStyles/columnsList.less +1 -0
- package/dist/commonStyles/common.less +1 -2
- package/dist/commonStyles/ellipsis.less +1 -1
- package/dist/commonStyles/fonts/roboto.less +7 -7
- package/dist/commonStyles/link/link.less +1 -1
- package/dist/commonStyles/notSelectable.less +0 -4
- package/dist/commonStyles/pillStyles/pillContent.less +6 -2
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
- package/dist/commonStyles/pillStyles/pillTextContent.less +3 -0
- package/dist/commonStyles/pillStyles/pillTypes.less +10 -0
- package/dist/commonStyles/popupMixin.less +2 -2
- package/dist/commonStyles/rangeFieldMixin.less +3 -6
- package/dist/commonStyles/shadows/shadows.less +3 -3
- package/dist/commonStyles/typography/typography.less +24 -24
- package/dist/dataFeed/dataFeed.js +28 -2
- package/dist/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/dist/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/dist/divider/divider.js +1 -1
- package/dist/dropdownRaw/dropdownRaw.js +1 -1
- package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/dist/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/dist/header/header.js +1 -1
- package/dist/header/headerMenu.js +1 -1
- package/dist/index.css +487 -571
- package/dist/list/itemData/itemDataInternal.js +1 -1
- package/dist/list/listItem/listItem.js +1 -1
- package/dist/menu/menu.js +1 -1
- package/dist/nav/navAddMenu/navAddMenu.js +1 -1
- package/dist/nav/navFooter/navFooter.js +4 -4
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/dist/nav/navHeader/navHeader.js +1 -1
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/dist/nav/navItem/navItem.js +2 -2
- package/dist/rangeRaw/rangeRaw.js +1 -1
- package/dist/rangeRaw/utils/rangeHelper.js +28 -28
- package/dist/sortControl/sortControl.js +1 -1
- package/dist/summary/summary.d.ts +3 -2
- package/dist/summary/summary.js +6 -2
- package/dist/summaryTileBar/summaryTileBar.js +3 -1
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/table.js +5 -7
- package/dist/tabs/tabs.js +16 -5
- package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/dist/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/dist/tooltip/tooltip.js +7 -5
- package/dist/utils/localization/translations/ar.json +7 -7
- package/dist/utils/localization/translations/cs.json +7 -7
- package/dist/utils/localization/translations/da-DK.json +7 -7
- package/dist/utils/localization/translations/de.json +7 -7
- package/dist/utils/localization/translations/en.json +7 -7
- package/dist/utils/localization/translations/es.json +7 -7
- package/dist/utils/localization/translations/fi-FI.json +7 -7
- package/dist/utils/localization/translations/fr-FR.json +7 -7
- package/dist/utils/localization/translations/fr.json +7 -7
- package/dist/utils/localization/translations/hu-HU.json +7 -7
- package/dist/utils/localization/translations/id.json +7 -7
- package/dist/utils/localization/translations/it.json +7 -7
- package/dist/utils/localization/translations/ja.json +7 -7
- package/dist/utils/localization/translations/ko-KR.json +7 -7
- package/dist/utils/localization/translations/ms.json +7 -7
- package/dist/utils/localization/translations/nb-NO.json +7 -7
- package/dist/utils/localization/translations/nl.json +7 -7
- package/dist/utils/localization/translations/pl.json +7 -7
- package/dist/utils/localization/translations/pt-BR.json +7 -7
- package/dist/utils/localization/translations/pt-PT.json +7 -7
- package/dist/utils/localization/translations/ro-RO.json +7 -7
- package/dist/utils/localization/translations/sk-SK.json +7 -7
- package/dist/utils/localization/translations/sv.json +7 -7
- package/dist/utils/localization/translations/th.json +7 -7
- package/dist/utils/localization/translations/tr.json +7 -7
- package/dist/utils/localization/translations/zh-Hans.json +7 -7
- package/dist/utils/localization/translations/zh-TW.json +7 -7
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/esm/calendar/calendar.js +1 -1
- package/esm/chart/lineChart/getDefaultOptions.js +2 -7
- package/esm/chart/lineChart/useSummary.d.ts +2 -1
- package/esm/columnsSelector/columnsSelector.js +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/esm/dataFeed/dataFeed.js +28 -2
- package/esm/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/esm/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/esm/divider/divider.js +1 -1
- package/esm/dropdownRaw/dropdownRaw.js +1 -1
- package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/esm/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/esm/header/header.js +1 -1
- package/esm/header/headerMenu.js +1 -1
- package/esm/list/itemData/itemDataInternal.js +1 -1
- package/esm/list/listItem/listItem.js +1 -1
- package/esm/menu/menu.js +1 -1
- package/esm/nav/navAddMenu/navAddMenu.js +1 -1
- package/esm/nav/navFooter/navFooter.js +4 -4
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/esm/nav/navHeader/navHeader.js +1 -1
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/esm/nav/navItem/navItem.js +2 -2
- package/esm/rangeRaw/rangeRaw.js +1 -1
- package/esm/rangeRaw/utils/rangeHelper.js +28 -28
- package/esm/sortControl/sortControl.js +1 -1
- package/esm/summary/summary.d.ts +3 -2
- package/esm/summary/summary.js +6 -2
- package/esm/summaryTileBar/summaryTileBar.js +3 -1
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/table.js +5 -7
- package/esm/tabs/tabs.js +16 -5
- package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/esm/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/esm/tooltip/tooltip.js +7 -5
- package/esm/utils/localization/translations/ar.json +7 -7
- package/esm/utils/localization/translations/cs.json +7 -7
- package/esm/utils/localization/translations/da-DK.json +7 -7
- package/esm/utils/localization/translations/de.json +7 -7
- package/esm/utils/localization/translations/en.json +7 -7
- package/esm/utils/localization/translations/es.json +7 -7
- package/esm/utils/localization/translations/fi-FI.json +7 -7
- package/esm/utils/localization/translations/fr-FR.json +7 -7
- package/esm/utils/localization/translations/fr.json +7 -7
- package/esm/utils/localization/translations/hu-HU.json +7 -7
- package/esm/utils/localization/translations/id.json +7 -7
- package/esm/utils/localization/translations/it.json +7 -7
- package/esm/utils/localization/translations/ja.json +7 -7
- package/esm/utils/localization/translations/ko-KR.json +7 -7
- package/esm/utils/localization/translations/ms.json +7 -7
- package/esm/utils/localization/translations/nb-NO.json +7 -7
- package/esm/utils/localization/translations/nl.json +7 -7
- package/esm/utils/localization/translations/pl.json +7 -7
- package/esm/utils/localization/translations/pt-BR.json +7 -7
- package/esm/utils/localization/translations/pt-PT.json +7 -7
- package/esm/utils/localization/translations/ro-RO.json +7 -7
- package/esm/utils/localization/translations/sk-SK.json +7 -7
- package/esm/utils/localization/translations/sv.json +7 -7
- package/esm/utils/localization/translations/th.json +7 -7
- package/esm/utils/localization/translations/tr.json +7 -7
- package/esm/utils/localization/translations/zh-Hans.json +7 -7
- package/esm/utils/localization/translations/zh-TW.json +7 -7
- package/package.json +10 -1
package/dist/index.css
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
2
|
+
font-family: Roboto;
|
|
3
3
|
font-style: normal;
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
src: url("./commonStyles/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Light.woff") format("woff");
|
|
6
6
|
}
|
|
7
7
|
@font-face {
|
|
8
|
-
font-family:
|
|
8
|
+
font-family: Roboto;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-weight: 400;
|
|
11
11
|
src: url("./commonStyles/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Regular.woff") format("woff");
|
|
12
12
|
}
|
|
13
13
|
@font-face {
|
|
14
|
-
font-family:
|
|
14
|
+
font-family: Roboto;
|
|
15
15
|
font-style: normal;
|
|
16
16
|
font-weight: 500;
|
|
17
17
|
src: url("./commonStyles/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Medium.woff") format("woff");
|
|
18
18
|
}
|
|
19
19
|
@font-face {
|
|
20
|
-
font-family:
|
|
20
|
+
font-family: Roboto;
|
|
21
21
|
font-style: normal;
|
|
22
22
|
font-weight: 700;
|
|
23
23
|
src: url("./commonStyles/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Bold.woff") format("woff");
|
|
24
24
|
}
|
|
25
25
|
@font-face {
|
|
26
|
-
font-family:
|
|
26
|
+
font-family: Roboto;
|
|
27
27
|
font-style: italic;
|
|
28
28
|
font-weight: 300;
|
|
29
29
|
src: url("./commonStyles/fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-LightItalic.woff") format("woff");
|
|
30
30
|
}
|
|
31
31
|
@font-face {
|
|
32
|
-
font-family:
|
|
32
|
+
font-family: Roboto;
|
|
33
33
|
font-style: italic;
|
|
34
34
|
font-weight: 400;
|
|
35
35
|
src: url("./commonStyles/fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-Italic.woff") format("woff");
|
|
36
36
|
}
|
|
37
37
|
@font-face {
|
|
38
|
-
font-family:
|
|
38
|
+
font-family: Roboto;
|
|
39
39
|
font-style: italic;
|
|
40
40
|
font-weight: 700;
|
|
41
41
|
src: url("./commonStyles/fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("./commonStyles/fonts/roboto/Roboto-BoldItalic.woff") format("woff");
|
|
@@ -509,7 +509,7 @@ html:lang(ar) .zen-data-xs {
|
|
|
509
509
|
text-transform: none;
|
|
510
510
|
text-decoration: none;
|
|
511
511
|
}
|
|
512
|
-
@media (
|
|
512
|
+
@media (width <= 640px) {
|
|
513
513
|
.zen-heading-xl-300 {
|
|
514
514
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
515
515
|
font-size: 1.25rem;
|
|
@@ -708,10 +708,10 @@ html:lang(ar) .zen-data-xs {
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
:root {
|
|
711
|
-
--main-font:
|
|
712
|
-
--main-font-data: "Roboto Mono", "Segoe UI",
|
|
713
|
-
--data-font-drive: "Roboto Mono", "Segoe UI",
|
|
714
|
-
--arabic-font-family: "Noto Sans Arabic",
|
|
711
|
+
--main-font: roboto, "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
712
|
+
--main-font-data: "Roboto Mono", "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
713
|
+
--data-font-drive: "Roboto Mono", "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
714
|
+
--arabic-font-family: "Noto Sans Arabic", roboto, "Segoe UI", segoe, "Helvetica Neue", helvetica, sans-serif;
|
|
715
715
|
}
|
|
716
716
|
.label-01,
|
|
717
717
|
.body-label-400 {
|
|
@@ -758,7 +758,7 @@ html:lang(ar) .label-01-mobile-drive,
|
|
|
758
758
|
html:lang(ar) .mobile-label-400-drive {
|
|
759
759
|
font-family: var(--arabic-font-family);
|
|
760
760
|
}
|
|
761
|
-
@media (
|
|
761
|
+
@media (width <= 640px) {
|
|
762
762
|
.tablet-label-400-drive {
|
|
763
763
|
font-family: var(--main-font);
|
|
764
764
|
font-size: 14px;
|
|
@@ -893,7 +893,7 @@ html:lang(ar) .body-01-mobile-drive,
|
|
|
893
893
|
html:lang(ar) .mobile-body-l-400-drive {
|
|
894
894
|
font-family: var(--arabic-font-family);
|
|
895
895
|
}
|
|
896
|
-
@media (
|
|
896
|
+
@media (width <= 640px) {
|
|
897
897
|
.tablet-body-l-400-drive {
|
|
898
898
|
font-family: var(--main-font);
|
|
899
899
|
font-size: 18px;
|
|
@@ -938,7 +938,7 @@ html:lang(ar) .body-02-short-mobile-drive,
|
|
|
938
938
|
html:lang(ar) .mobile-body-m-400-short-drive {
|
|
939
939
|
font-family: var(--arabic-font-family);
|
|
940
940
|
}
|
|
941
|
-
@media (
|
|
941
|
+
@media (width <= 640px) {
|
|
942
942
|
.tablet-body-m-400-short-drive {
|
|
943
943
|
font-family: var(--main-font);
|
|
944
944
|
font-size: 16px;
|
|
@@ -983,7 +983,7 @@ html:lang(ar) .body-02-tall-mobile-drive,
|
|
|
983
983
|
html:lang(ar) .mobile-body-m-400-tall-drive {
|
|
984
984
|
font-family: var(--arabic-font-family);
|
|
985
985
|
}
|
|
986
|
-
@media (
|
|
986
|
+
@media (width <= 640px) {
|
|
987
987
|
.tablet-body-m-400-tall-drive {
|
|
988
988
|
font-family: var(--main-font);
|
|
989
989
|
font-size: 16px;
|
|
@@ -1028,7 +1028,7 @@ html:lang(ar) .body-03-mobile-drive,
|
|
|
1028
1028
|
html:lang(ar) .mobile-body-s-700-drive {
|
|
1029
1029
|
font-family: var(--arabic-font-family);
|
|
1030
1030
|
}
|
|
1031
|
-
@media (
|
|
1031
|
+
@media (width <= 640px) {
|
|
1032
1032
|
.tablet-body-s-700-drive {
|
|
1033
1033
|
font-family: var(--main-font);
|
|
1034
1034
|
font-size: 14px;
|
|
@@ -1073,7 +1073,7 @@ html:lang(ar) .body-04-mobile-drive,
|
|
|
1073
1073
|
html:lang(ar) .mobile-body-s-400-drive {
|
|
1074
1074
|
font-family: var(--arabic-font-family);
|
|
1075
1075
|
}
|
|
1076
|
-
@media (
|
|
1076
|
+
@media (width <= 640px) {
|
|
1077
1077
|
.tablet-body-s-400-drive {
|
|
1078
1078
|
font-family: var(--main-font);
|
|
1079
1079
|
font-size: 14px;
|
|
@@ -1118,7 +1118,7 @@ html:lang(ar) .body-05-mobile-drive,
|
|
|
1118
1118
|
html:lang(ar) .mobile-body-s-400-italic-drive {
|
|
1119
1119
|
font-family: var(--arabic-font-family);
|
|
1120
1120
|
}
|
|
1121
|
-
@media (
|
|
1121
|
+
@media (width <= 640px) {
|
|
1122
1122
|
.tablet-body-s-400-italic-drive {
|
|
1123
1123
|
font-family: var(--main-font);
|
|
1124
1124
|
font-size: 14px;
|
|
@@ -1163,7 +1163,7 @@ html:lang(ar) .heading-01-mobile,
|
|
|
1163
1163
|
html:lang(ar) .heading-xl-300-mobile {
|
|
1164
1164
|
font-family: var(--arabic-font-family);
|
|
1165
1165
|
}
|
|
1166
|
-
@media (
|
|
1166
|
+
@media (width <= 640px) {
|
|
1167
1167
|
.heading-xl-300 {
|
|
1168
1168
|
font-family: var(--main-font);
|
|
1169
1169
|
font-size: 20px;
|
|
@@ -1223,7 +1223,7 @@ html:lang(ar) .heading-03-mobile,
|
|
|
1223
1223
|
html:lang(ar) .heading-m-300-mobile {
|
|
1224
1224
|
font-family: var(--arabic-font-family);
|
|
1225
1225
|
}
|
|
1226
|
-
@media (
|
|
1226
|
+
@media (width <= 640px) {
|
|
1227
1227
|
.heading-m-300 {
|
|
1228
1228
|
font-family: var(--main-font);
|
|
1229
1229
|
font-size: 18px;
|
|
@@ -1326,7 +1326,7 @@ html:lang(ar) .heading-01-mobile-drive,
|
|
|
1326
1326
|
html:lang(ar) .mobile-heading-xl-300-drive {
|
|
1327
1327
|
font-family: var(--arabic-font-family);
|
|
1328
1328
|
}
|
|
1329
|
-
@media (
|
|
1329
|
+
@media (width <= 640px) {
|
|
1330
1330
|
.tablet-heading-xl-300-drive {
|
|
1331
1331
|
font-family: var(--main-font);
|
|
1332
1332
|
font-size: 24px;
|
|
@@ -1371,7 +1371,7 @@ html:lang(ar) .heading-02-mobile-drive,
|
|
|
1371
1371
|
html:lang(ar) .mobile-heading-l-400-drive {
|
|
1372
1372
|
font-family: var(--arabic-font-family);
|
|
1373
1373
|
}
|
|
1374
|
-
@media (
|
|
1374
|
+
@media (width <= 640px) {
|
|
1375
1375
|
.tablet-heading-l-400-drive {
|
|
1376
1376
|
font-family: var(--main-font);
|
|
1377
1377
|
font-size: 22px;
|
|
@@ -1416,7 +1416,7 @@ html:lang(ar) .heading-03-mobile-drive,
|
|
|
1416
1416
|
html:lang(ar) .mobile-heading-m-300-drive {
|
|
1417
1417
|
font-family: var(--arabic-font-family);
|
|
1418
1418
|
}
|
|
1419
|
-
@media (
|
|
1419
|
+
@media (width <= 640px) {
|
|
1420
1420
|
.tablet-heading-m-300-drive {
|
|
1421
1421
|
font-family: var(--main-font);
|
|
1422
1422
|
font-size: 18px;
|
|
@@ -1461,7 +1461,7 @@ html:lang(ar) .heading-04-mobile-drive,
|
|
|
1461
1461
|
html:lang(ar) .mobile-heading-m-500-drive {
|
|
1462
1462
|
font-family: var(--arabic-font-family);
|
|
1463
1463
|
}
|
|
1464
|
-
@media (
|
|
1464
|
+
@media (width <= 640px) {
|
|
1465
1465
|
.tablet-heading-m-500-drive {
|
|
1466
1466
|
font-family: var(--main-font);
|
|
1467
1467
|
font-size: 18px;
|
|
@@ -1506,7 +1506,7 @@ html:lang(ar) .heading-05-mobile-drive,
|
|
|
1506
1506
|
html:lang(ar) .mobile-heading-s-500-drive {
|
|
1507
1507
|
font-family: var(--arabic-font-family);
|
|
1508
1508
|
}
|
|
1509
|
-
@media (
|
|
1509
|
+
@media (width <= 640px) {
|
|
1510
1510
|
.tablet-heading-s-500-drive {
|
|
1511
1511
|
font-family: var(--main-font);
|
|
1512
1512
|
font-size: 16px;
|
|
@@ -1577,7 +1577,7 @@ html:lang(ar) .heading-07-mobile-drive,
|
|
|
1577
1577
|
html:lang(ar) .mobile-heading-s-300-drive {
|
|
1578
1578
|
font-family: var(--arabic-font-family);
|
|
1579
1579
|
}
|
|
1580
|
-
@media (
|
|
1580
|
+
@media (width <= 640px) {
|
|
1581
1581
|
.tablet-heading-s-300-drive {
|
|
1582
1582
|
font-family: var(--main-font);
|
|
1583
1583
|
font-size: 16px;
|
|
@@ -1712,7 +1712,7 @@ html:lang(ar) .data-01-mobile-drive,
|
|
|
1712
1712
|
html:lang(ar) .mobile-data-xl-drive {
|
|
1713
1713
|
font-family: var(--data-font-drive);
|
|
1714
1714
|
}
|
|
1715
|
-
@media (
|
|
1715
|
+
@media (width <= 640px) {
|
|
1716
1716
|
.tablet-data-xl-drive {
|
|
1717
1717
|
font-family: var(--data-font-drive);
|
|
1718
1718
|
font-size: 32px;
|
|
@@ -1757,7 +1757,7 @@ html:lang(ar) .data-02-mobile-drive,
|
|
|
1757
1757
|
html:lang(ar) .mobile-data-l-drive {
|
|
1758
1758
|
font-family: var(--data-font-drive);
|
|
1759
1759
|
}
|
|
1760
|
-
@media (
|
|
1760
|
+
@media (width <= 640px) {
|
|
1761
1761
|
.tablet-data-l-drive {
|
|
1762
1762
|
font-family: var(--data-font-drive);
|
|
1763
1763
|
font-size: 20px;
|
|
@@ -1802,7 +1802,7 @@ html:lang(ar) .data-03-mobile-drive,
|
|
|
1802
1802
|
html:lang(ar) .mobile-data-m-drive {
|
|
1803
1803
|
font-family: var(--data-font-drive);
|
|
1804
1804
|
}
|
|
1805
|
-
@media (
|
|
1805
|
+
@media (width <= 640px) {
|
|
1806
1806
|
.tablet-data-m-drive {
|
|
1807
1807
|
font-family: var(--data-font-drive);
|
|
1808
1808
|
font-size: 16px;
|
|
@@ -1847,7 +1847,7 @@ html:lang(ar) .data-04-mobile-drive,
|
|
|
1847
1847
|
html:lang(ar) .mobile-data-s-drive {
|
|
1848
1848
|
font-family: var(--data-font-drive);
|
|
1849
1849
|
}
|
|
1850
|
-
@media (
|
|
1850
|
+
@media (width <= 640px) {
|
|
1851
1851
|
.tablet-data-s-drive {
|
|
1852
1852
|
font-family: var(--data-font-drive);
|
|
1853
1853
|
font-size: 16px;
|
|
@@ -1870,9 +1870,9 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1870
1870
|
--text-nav-highlight: #0069bf;
|
|
1871
1871
|
--text-error-message: #c51a11;
|
|
1872
1872
|
--text-button-disabled: #c0ccd8;
|
|
1873
|
-
--text-reverse-primary: #
|
|
1873
|
+
--text-reverse-primary: #fff;
|
|
1874
1874
|
--text-reverse-primary-button: var(--text-reverse-primary);
|
|
1875
|
-
--backgrounds-main: #
|
|
1875
|
+
--backgrounds-main: #fff;
|
|
1876
1876
|
--backgrounds-content-0: #f9fafb;
|
|
1877
1877
|
--backgrounds-content-1: #f2f5f7;
|
|
1878
1878
|
--backgrounds-content-2: #d9e1e8;
|
|
@@ -1927,7 +1927,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1927
1927
|
--data--categorical-grey: #8a94a2;
|
|
1928
1928
|
}
|
|
1929
1929
|
.zen-dark {
|
|
1930
|
-
--text-primary: #
|
|
1930
|
+
--text-primary: #fff;
|
|
1931
1931
|
--text-secondary: #c0ccd8;
|
|
1932
1932
|
--text-placeholder: #a6b8c9;
|
|
1933
1933
|
--text-hyperlink: #ebf6ff;
|
|
@@ -1945,7 +1945,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1945
1945
|
--backgrounds-overlay: rgba(31, 40, 51, 0.4);
|
|
1946
1946
|
--backgrounds-primary-brand: #4cb2ff;
|
|
1947
1947
|
--backgrounds-reverse-2: #5282cb;
|
|
1948
|
-
--backgrounds-reverse-1: #
|
|
1948
|
+
--backgrounds-reverse-1: #fff;
|
|
1949
1949
|
--backgrounds-reverse-0: #f2f5f7;
|
|
1950
1950
|
--borders-general: #748faa;
|
|
1951
1951
|
--borders-secondary: #c0ccd8;
|
|
@@ -1991,7 +1991,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
1991
1991
|
justify-content: center;
|
|
1992
1992
|
}
|
|
1993
1993
|
.zen-caption--center .zen-caption__content {
|
|
1994
|
-
margin-
|
|
1994
|
+
margin-inline-end: 0;
|
|
1995
1995
|
}
|
|
1996
1996
|
.zen-caption--full-width {
|
|
1997
1997
|
width: 100%;
|
|
@@ -2000,15 +2000,14 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2000
2000
|
line-height: 16px;
|
|
2001
2001
|
font-weight: 400;
|
|
2002
2002
|
white-space: nowrap;
|
|
2003
|
-
margin-
|
|
2004
|
-
margin-right: auto;
|
|
2003
|
+
margin-inline: 0 auto;
|
|
2005
2004
|
}
|
|
2006
2005
|
.zen-caption--hidden {
|
|
2007
2006
|
display: none;
|
|
2008
2007
|
}
|
|
2009
2008
|
.zen-caption--wrapped .zen-caption__content {
|
|
2010
2009
|
white-space: normal;
|
|
2011
|
-
|
|
2010
|
+
overflow-wrap: break-word;
|
|
2012
2011
|
}
|
|
2013
2012
|
.zen-caption.zen-caption {
|
|
2014
2013
|
display: inline-flex;
|
|
@@ -2017,24 +2016,20 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2017
2016
|
overflow: hidden;
|
|
2018
2017
|
text-overflow: ellipsis;
|
|
2019
2018
|
white-space: nowrap;
|
|
2020
|
-
|
|
2019
|
+
overflow-wrap: normal;
|
|
2021
2020
|
}
|
|
2022
2021
|
.zen-not-selectable {
|
|
2023
2022
|
-webkit-touch-callout: none;
|
|
2024
|
-
-webkit-user-select: none;
|
|
2025
|
-
-khtml-user-select: none;
|
|
2026
|
-
-moz-user-select: none;
|
|
2027
|
-
-ms-user-select: none;
|
|
2028
2023
|
user-select: none;
|
|
2029
2024
|
}
|
|
2030
2025
|
.zen-shadow-dropdown-default {
|
|
2031
|
-
box-shadow:
|
|
2026
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
2032
2027
|
}
|
|
2033
2028
|
.zen-card-shadow {
|
|
2034
|
-
box-shadow:
|
|
2029
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
2035
2030
|
}
|
|
2036
2031
|
.zen-chip-shadow {
|
|
2037
|
-
box-shadow:
|
|
2032
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
|
|
2038
2033
|
}
|
|
2039
2034
|
.zenIcons_pdf {
|
|
2040
2035
|
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%236a0000%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e00%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22d%22%20x1%3D%2215.139%22%20x2%3D%2218.633%22%20y1%3D%2210.443%22%20y2%3D%2231.32%22%20gradientTransform%3D%22matrix(1.73%200%200%201.939%20245.97%20385.974)%22%20gradientUnits%3D%22userSpaceOnUse%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3ClinearGradient%20id%3D%22b%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f8f8f7%22%2F%3E%3Cstop%20offset%3D%22.599%22%20stop-color%3D%22%23e8e8e8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e2e2de%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%2220.794%22%20x2%3D%2235.596%22%20y1%3D%2218.379%22%20y2%3D%2239.6%22%20gradientTransform%3D%22matrix(1.343%200%200%201.235%20246.554%20404.243)%22%20gradientUnits%3D%22userSpaceOnUse%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-254.286%20-410.076)%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20x%3D%22254.287%22%20y%3D%22410.086%22%20fill%3D%22none%22%20color%3D%22%23000%22%20overflow%3D%22visible%22%20ry%3D%22.002%22%2F%3E%3Crect%20width%3D%2238.997%22%20height%3D%2245.003%22%20x%3D%22259.275%22%20y%3D%22412.317%22%20fill%3D%22url(%23c)%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23888a85%22%20rx%3D%22.567%22%20ry%3D%22.567%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%20d%3D%22M293.774%20420.82h-30v2h30zM295.384%20425.973h-32.763v2.26h32.763zM295.384%20432.753h-32.763v2.26h32.763zM295.384%20439.533h-32.763v2.26h32.763z%22%20color%3D%22%23000%22%20overflow%3D%22visible%22%2F%3E%3Crect%20width%3D%2237.026%22%20height%3D%2243.022%22%20x%3D%22260.273%22%20y%3D%22413.32%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20rx%3D%220%22%20ry%3D%220%22%2F%3E%3Cpath%20fill%3D%22url(%23d)%22%20d%3D%22M254.785%20424.292v21.454h46.844v-21.454h-46.844z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%20font-family%3D%22Bitstream%20Vera%20Sans%22%20font-size%3D%2212.448%22%20font-weight%3D%22bold%22%3E%3Cpath%20style%3D%22-inkscape-font-specification%3ABitstream%20Charter%20Bold%22%20d%3D%22M260.745%20427.96h5.398c1.605%200%202.836.401%203.692%201.203.862.795%201.292%201.932%201.293%203.409%200%201.483-.431%202.626-1.293%203.428-.856.795-2.087%201.193-3.692%201.193h-2.146v4.905h-3.252v-14.137m3.252%202.642v3.948h1.799c.631%200%201.118-.17%201.461-.511.344-.347.515-.836.515-1.468%200-.631-.172-1.117-.515-1.458-.344-.341-.831-.511-1.461-.511h-1.799M276.669%20430.715v8.626h1.166c1.329%200%202.343-.369%203.041-1.108.704-.739%201.056-1.812%201.056-3.219%200-1.401-.349-2.468-1.048-3.2-.698-.732-1.715-1.098-3.05-1.098h-1.166m-3.252-2.755h3.43c1.915%200%203.34.155%204.275.464a5.514%205.514%200%200%201%202.416%201.553%206.165%206.165%200%200%201%201.318%202.206c.287.833.431%201.777.431%202.831%200%201.067-.144%202.02-.431%202.86a6.157%206.157%200%200%201-1.318%202.206%205.647%205.647%200%200%201-2.433%201.562c-.946.303-2.365.455-4.258.455h-3.43v-14.137M287.778%20427.96h8.777v2.755h-5.525v2.632h5.195v2.755h-5.195v5.994h-3.252v-14.137%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23700000%22%20stroke-width%3D%221.62%22%20d%3D%22M254.746%20445.649l46.834-.151v-21.079%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
@@ -2051,7 +2046,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2051
2046
|
cursor: pointer;
|
|
2052
2047
|
background: none;
|
|
2053
2048
|
border: none;
|
|
2054
|
-
|
|
2049
|
+
overflow-wrap: break-word;
|
|
2055
2050
|
}
|
|
2056
2051
|
.zen-link:hover,
|
|
2057
2052
|
.zen-link:focus,
|
|
@@ -2097,7 +2092,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2097
2092
|
overflow: hidden;
|
|
2098
2093
|
text-overflow: ellipsis;
|
|
2099
2094
|
white-space: nowrap;
|
|
2100
|
-
|
|
2095
|
+
overflow-wrap: normal;
|
|
2101
2096
|
}
|
|
2102
2097
|
.zen-select-button {
|
|
2103
2098
|
display: flex;
|
|
@@ -2114,7 +2109,7 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2114
2109
|
overflow: hidden;
|
|
2115
2110
|
text-overflow: ellipsis;
|
|
2116
2111
|
white-space: nowrap;
|
|
2117
|
-
|
|
2112
|
+
overflow-wrap: normal;
|
|
2118
2113
|
}
|
|
2119
2114
|
.zen-select-button:hover,
|
|
2120
2115
|
.zen-select-button:focus {
|
|
@@ -2138,16 +2133,13 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2138
2133
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
2139
2134
|
grid-template-rows: auto auto;
|
|
2140
2135
|
gap: 0.25rem 0.5rem;
|
|
2141
|
-
|
|
2142
|
-
justify-items: start;
|
|
2136
|
+
place-items: center start;
|
|
2143
2137
|
}
|
|
2144
2138
|
.zen-range-field-wrapper-row {
|
|
2145
2139
|
display: grid;
|
|
2146
|
-
|
|
2147
|
-
justify-items: start;
|
|
2140
|
+
place-items: center start;
|
|
2148
2141
|
grid-template-columns: minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem) minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem);
|
|
2149
|
-
|
|
2150
|
-
column-gap: 0.5rem;
|
|
2142
|
+
gap: 0.25rem 0.5rem;
|
|
2151
2143
|
}
|
|
2152
2144
|
:root {
|
|
2153
2145
|
--border-width-default: 1px;
|
|
@@ -2157,7 +2149,6 @@ html:lang(ar) .mobile-data-s-drive {
|
|
|
2157
2149
|
--mobile: 640px;
|
|
2158
2150
|
}
|
|
2159
2151
|
.zen-visually-hidden {
|
|
2160
|
-
clip: rect(0 0 0 0);
|
|
2161
2152
|
clip-path: inset(50%);
|
|
2162
2153
|
height: 1px;
|
|
2163
2154
|
overflow: hidden;
|
|
@@ -2684,7 +2675,7 @@ html:lang(ar) .zen-button--mobile {
|
|
|
2684
2675
|
box-sizing: border-box;
|
|
2685
2676
|
position: absolute;
|
|
2686
2677
|
z-index: 11000;
|
|
2687
|
-
overflow-
|
|
2678
|
+
overflow-block: auto;
|
|
2688
2679
|
outline: none;
|
|
2689
2680
|
}
|
|
2690
2681
|
.zen-absolute * {
|
|
@@ -2692,8 +2683,8 @@ html:lang(ar) .zen-button--mobile {
|
|
|
2692
2683
|
}
|
|
2693
2684
|
.zen-calculate-position {
|
|
2694
2685
|
position: absolute;
|
|
2695
|
-
|
|
2696
|
-
|
|
2686
|
+
inset-inline-start: 0;
|
|
2687
|
+
inset-block-start: 0;
|
|
2697
2688
|
opacity: 0.01;
|
|
2698
2689
|
max-height: 1px;
|
|
2699
2690
|
}
|
|
@@ -2779,7 +2770,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2779
2770
|
background-color: var(--backgrounds-content-1);
|
|
2780
2771
|
font-size: 14px;
|
|
2781
2772
|
line-height: 16px;
|
|
2782
|
-
border:
|
|
2773
|
+
border: 0;
|
|
2783
2774
|
font-style: normal;
|
|
2784
2775
|
font-weight: 400;
|
|
2785
2776
|
letter-spacing: 0.02rem;
|
|
@@ -2794,7 +2785,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2794
2785
|
}
|
|
2795
2786
|
.zen-accordion__header-button .zen-accordion__header-arrow {
|
|
2796
2787
|
fill: var(--action-secondary--default);
|
|
2797
|
-
margin-
|
|
2788
|
+
margin-inline-start: auto;
|
|
2798
2789
|
}
|
|
2799
2790
|
.zen-accordion__header-button .zen-accordion__header-arrow--rotated {
|
|
2800
2791
|
transform: rotate(180deg);
|
|
@@ -2825,7 +2816,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2825
2816
|
}
|
|
2826
2817
|
.zen-accordion--legacy .zen-accordion__header-button {
|
|
2827
2818
|
background-color: var(--backgrounds-main);
|
|
2828
|
-
border-radius:
|
|
2819
|
+
border-radius: 0;
|
|
2829
2820
|
color: var(--text-primary);
|
|
2830
2821
|
fill: var(--action-secondary--default);
|
|
2831
2822
|
}
|
|
@@ -2909,6 +2900,7 @@ html:lang(ar) .zen-accordion {
|
|
|
2909
2900
|
}
|
|
2910
2901
|
.zen-banner__block--multiline {
|
|
2911
2902
|
height: unset;
|
|
2903
|
+
flex-wrap: wrap;
|
|
2912
2904
|
}
|
|
2913
2905
|
.zen-banner__block--XXL {
|
|
2914
2906
|
max-width: 100%;
|
|
@@ -2933,9 +2925,6 @@ html:lang(ar) .zen-accordion {
|
|
|
2933
2925
|
max-width: 22.5rem;
|
|
2934
2926
|
min-width: 16.75rem;
|
|
2935
2927
|
}
|
|
2936
|
-
.zen-banner__block--multiline {
|
|
2937
|
-
flex-wrap: wrap;
|
|
2938
|
-
}
|
|
2939
2928
|
.zen-banner__multiline-container {
|
|
2940
2929
|
display: flex;
|
|
2941
2930
|
align-items: center;
|
|
@@ -3005,7 +2994,7 @@ html:lang(ar) .zen-banner__header {
|
|
|
3005
2994
|
overflow: hidden;
|
|
3006
2995
|
text-overflow: ellipsis;
|
|
3007
2996
|
white-space: nowrap;
|
|
3008
|
-
|
|
2997
|
+
overflow-wrap: normal;
|
|
3009
2998
|
text-align: start;
|
|
3010
2999
|
margin-inline-end: auto;
|
|
3011
3000
|
max-width: 64.6875rem;
|
|
@@ -3021,7 +3010,7 @@ html:lang(ar) .zen-banner__message {
|
|
|
3021
3010
|
.zen-banner__message--drive,
|
|
3022
3011
|
.zen-banner__message--drive-tablet {
|
|
3023
3012
|
max-width: 28.25rem;
|
|
3024
|
-
padding-
|
|
3013
|
+
padding-block-start: 0.25rem;
|
|
3025
3014
|
}
|
|
3026
3015
|
.zen-banner__message--drive {
|
|
3027
3016
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -3045,7 +3034,6 @@ html:lang(ar) .zen-banner__message {
|
|
|
3045
3034
|
}
|
|
3046
3035
|
.zen-banner__message--mobile {
|
|
3047
3036
|
max-width: unset;
|
|
3048
|
-
overflow: unset;
|
|
3049
3037
|
text-overflow: unset;
|
|
3050
3038
|
white-space: unset;
|
|
3051
3039
|
display: -webkit-box;
|
|
@@ -3226,7 +3214,7 @@ html:lang(ar) .zen-banner .zen-banner__summary-error-link {
|
|
|
3226
3214
|
line-height: 1rem;
|
|
3227
3215
|
text-transform: none;
|
|
3228
3216
|
text-decoration: none;
|
|
3229
|
-
box-shadow:
|
|
3217
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
3230
3218
|
display: flex;
|
|
3231
3219
|
position: absolute;
|
|
3232
3220
|
background-color: var(--backgrounds-content-1);
|
|
@@ -3336,41 +3324,33 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3336
3324
|
position: absolute;
|
|
3337
3325
|
border-style: solid;
|
|
3338
3326
|
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
|
|
3327
|
+
border-width: 6px;
|
|
3328
|
+
border-color: transparent;
|
|
3329
|
+
/* stylelint-disable */
|
|
3330
|
+
/* stylelint-enable */
|
|
3339
3331
|
}
|
|
3340
3332
|
.zen-tooltip__arrow--top {
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
border-color: var(--backgrounds-content-1)
|
|
3344
|
-
border-width: 6px 5px 0 5px;
|
|
3333
|
+
top: 100%;
|
|
3334
|
+
left: 50%;
|
|
3335
|
+
border-top-color: var(--backgrounds-content-1);
|
|
3345
3336
|
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
|
|
3346
3337
|
}
|
|
3347
3338
|
.zen-tooltip__arrow--bottom {
|
|
3348
3339
|
bottom: 100%;
|
|
3349
|
-
|
|
3350
|
-
border-color:
|
|
3351
|
-
border-width: 0 5px 6px 5px;
|
|
3340
|
+
left: 0.875rem;
|
|
3341
|
+
border-bottom-color: var(--backgrounds-content-1);
|
|
3352
3342
|
filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.2));
|
|
3353
3343
|
}
|
|
3354
3344
|
.zen-tooltip__arrow--right {
|
|
3355
|
-
|
|
3356
|
-
border-color:
|
|
3357
|
-
border-width: 5px 6px 5px 0;
|
|
3345
|
+
right: 100%;
|
|
3346
|
+
border-right-color: var(--backgrounds-content-1);
|
|
3358
3347
|
filter: drop-shadow(-4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3359
3348
|
}
|
|
3360
|
-
[dir="rtl"] .zen-tooltip__arrow--right {
|
|
3361
|
-
border-color: transparent transparent transparent var(--backgrounds-content-1);
|
|
3362
|
-
filter: drop-shadow(4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3363
|
-
}
|
|
3364
3349
|
.zen-tooltip__arrow--left {
|
|
3365
|
-
|
|
3366
|
-
border-color:
|
|
3367
|
-
border-width: 5px 0 6px 5px;
|
|
3350
|
+
left: 100%;
|
|
3351
|
+
border-left-color: var(--backgrounds-content-1);
|
|
3368
3352
|
filter: drop-shadow(4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3369
3353
|
}
|
|
3370
|
-
[dir="rtl"] .zen-tooltip__arrow--left {
|
|
3371
|
-
border-color: transparent var(--backgrounds-content-1) transparent transparent;
|
|
3372
|
-
filter: drop-shadow(-4px 0 4px rgba(0, 0, 0, 0.2));
|
|
3373
|
-
}
|
|
3374
3354
|
.zen-tooltip__trigger {
|
|
3375
3355
|
color: var(--text-secondary);
|
|
3376
3356
|
fill: var(--text-secondary);
|
|
@@ -3390,10 +3370,8 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3390
3370
|
.zen-shield {
|
|
3391
3371
|
box-sizing: border-box;
|
|
3392
3372
|
position: fixed;
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
left: 0;
|
|
3396
|
-
right: 0;
|
|
3373
|
+
inset-block: 0;
|
|
3374
|
+
inset-inline: 0;
|
|
3397
3375
|
z-index: 10006;
|
|
3398
3376
|
background-color: #000;
|
|
3399
3377
|
opacity: 0.1;
|
|
@@ -3437,7 +3415,7 @@ html:lang(ar) .zen-tooltip__title {
|
|
|
3437
3415
|
justify-content: center;
|
|
3438
3416
|
}
|
|
3439
3417
|
.zen-text-icon-button .zen-caption__content {
|
|
3440
|
-
margin-
|
|
3418
|
+
margin-inline-end: 0;
|
|
3441
3419
|
}
|
|
3442
3420
|
.zen-field-label {
|
|
3443
3421
|
display: flex;
|
|
@@ -3487,6 +3465,7 @@ html:lang(ar) .zen-field-label__text {
|
|
|
3487
3465
|
}
|
|
3488
3466
|
.zen-card-container--absolute {
|
|
3489
3467
|
flex-shrink: 0;
|
|
3468
|
+
min-width: unset;
|
|
3490
3469
|
}
|
|
3491
3470
|
.zen-card-container--extra-extra-large {
|
|
3492
3471
|
min-height: 26.125rem;
|
|
@@ -3543,7 +3522,7 @@ html:lang(ar) .zen-field-label__text {
|
|
|
3543
3522
|
min-width: 0;
|
|
3544
3523
|
max-width: unset;
|
|
3545
3524
|
}
|
|
3546
|
-
@media (
|
|
3525
|
+
@media (width <= 640px) {
|
|
3547
3526
|
.zen-card-container {
|
|
3548
3527
|
max-width: unset;
|
|
3549
3528
|
}
|
|
@@ -3834,8 +3813,8 @@ html:lang(ar) .zen-card__secondary {
|
|
|
3834
3813
|
overflow: hidden;
|
|
3835
3814
|
}
|
|
3836
3815
|
.zen-card__content--overflow-scroll {
|
|
3837
|
-
overflow-
|
|
3838
|
-
overflow-
|
|
3816
|
+
overflow-inline: hidden;
|
|
3817
|
+
overflow-block: auto;
|
|
3839
3818
|
}
|
|
3840
3819
|
.zen-card__header-right {
|
|
3841
3820
|
margin-inline-start: auto;
|
|
@@ -4001,8 +3980,7 @@ html:lang(ar) .zen-menu-button__action {
|
|
|
4001
3980
|
overflow: hidden;
|
|
4002
3981
|
text-overflow: ellipsis;
|
|
4003
3982
|
white-space: nowrap;
|
|
4004
|
-
margin-inline
|
|
4005
|
-
margin-inline-end: auto;
|
|
3983
|
+
margin-inline: 0 auto;
|
|
4006
3984
|
}
|
|
4007
3985
|
.zen-menu-button__action--drive,
|
|
4008
3986
|
.zen-menu-button__action--drive-tablet {
|
|
@@ -4057,13 +4035,13 @@ html:lang(ar) .zen-menu-button__action {
|
|
|
4057
4035
|
line-height: 1rem;
|
|
4058
4036
|
text-transform: none;
|
|
4059
4037
|
text-decoration: none;
|
|
4060
|
-
box-shadow:
|
|
4038
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
4061
4039
|
border-radius: var(--border-radius-default);
|
|
4062
4040
|
box-sizing: border-box;
|
|
4063
4041
|
background-color: var(--backgrounds-main);
|
|
4064
4042
|
padding: 0.25rem 0;
|
|
4065
|
-
max-height:
|
|
4066
|
-
border:
|
|
4043
|
+
max-height: 90vb;
|
|
4044
|
+
border: 0;
|
|
4067
4045
|
min-height: 1.875rem;
|
|
4068
4046
|
min-width: 10.625rem;
|
|
4069
4047
|
max-width: 26.25rem;
|
|
@@ -4086,18 +4064,17 @@ html:lang(ar) .zen-popup {
|
|
|
4086
4064
|
}
|
|
4087
4065
|
.zen-popup--block {
|
|
4088
4066
|
padding: 0.25rem 0;
|
|
4089
|
-
box-shadow:
|
|
4067
|
+
box-shadow: 0 2px 6px rgba(11, 32, 50, 0.2);
|
|
4090
4068
|
border-radius: var(--border-radius-default);
|
|
4091
4069
|
}
|
|
4092
|
-
@media (
|
|
4070
|
+
@media (width <= 640px) {
|
|
4093
4071
|
.zen-popup {
|
|
4094
4072
|
max-width: 100%;
|
|
4095
4073
|
}
|
|
4096
4074
|
}
|
|
4097
4075
|
.zen-menu-separator {
|
|
4098
|
-
border-block-start: 1px solid var(--borders-general);
|
|
4099
4076
|
list-style-type: none;
|
|
4100
|
-
border-
|
|
4077
|
+
border-block-start: 1px solid var(--borders-general);
|
|
4101
4078
|
height: 0;
|
|
4102
4079
|
}
|
|
4103
4080
|
.zen-side-panel {
|
|
@@ -4151,8 +4128,7 @@ html:lang(ar) .zen-side-panel {
|
|
|
4151
4128
|
display: flex;
|
|
4152
4129
|
}
|
|
4153
4130
|
.zen-side-panel--left-positioned {
|
|
4154
|
-
inset-inline
|
|
4155
|
-
inset-inline-end: auto;
|
|
4131
|
+
inset-inline: 0 auto;
|
|
4156
4132
|
transform: translateX(-100%);
|
|
4157
4133
|
border-start-start-radius: 0;
|
|
4158
4134
|
border-end-start-radius: 0;
|
|
@@ -4192,13 +4168,12 @@ html:lang(ar) .zen-side-panel {
|
|
|
4192
4168
|
border-start-end-radius: var(--border-radius-default);
|
|
4193
4169
|
border-end-end-radius: 0;
|
|
4194
4170
|
transform: translateY(100%);
|
|
4195
|
-
inset-block
|
|
4196
|
-
inset-block-end: 0;
|
|
4171
|
+
inset-block: auto 0;
|
|
4197
4172
|
}
|
|
4198
4173
|
.zen-side-panel.zen-side-panel--bottom-positioned.zen-side-panel--shown {
|
|
4199
4174
|
transform: translateY(0);
|
|
4200
4175
|
}
|
|
4201
|
-
@media (
|
|
4176
|
+
@media (width <= 640px) {
|
|
4202
4177
|
.zen-side-panel {
|
|
4203
4178
|
width: 100%;
|
|
4204
4179
|
min-width: 100%;
|
|
@@ -4235,21 +4210,18 @@ html:lang(ar) .zen-side-panel {
|
|
|
4235
4210
|
text-transform: none;
|
|
4236
4211
|
text-decoration: none;
|
|
4237
4212
|
color: var(--text-primary);
|
|
4238
|
-
margin-block
|
|
4213
|
+
margin-block: 0 1rem;
|
|
4239
4214
|
margin-inline: 0;
|
|
4240
|
-
margin-block-end: 1rem;
|
|
4241
4215
|
}
|
|
4242
4216
|
html:lang(ar) .zen-side-panel-cell__title {
|
|
4243
4217
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4244
4218
|
}
|
|
4245
4219
|
.zen-side-panel-cell__footer {
|
|
4246
|
-
margin-block
|
|
4220
|
+
margin-block: 1rem 0;
|
|
4247
4221
|
margin-inline: 0;
|
|
4248
|
-
margin-block-end: 0;
|
|
4249
4222
|
}
|
|
4250
4223
|
.zen-side-panel-cell--no-padding {
|
|
4251
|
-
padding-inline
|
|
4252
|
-
padding-inline-end: 0;
|
|
4224
|
+
padding-inline: 0;
|
|
4253
4225
|
}
|
|
4254
4226
|
.zen-side-panel-cell--no-padding .zen-side-panel-cell__title {
|
|
4255
4227
|
padding-inline-start: 1rem;
|
|
@@ -4377,7 +4349,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4377
4349
|
overflow: hidden;
|
|
4378
4350
|
text-overflow: ellipsis;
|
|
4379
4351
|
white-space: nowrap;
|
|
4380
|
-
|
|
4352
|
+
overflow-wrap: normal;
|
|
4381
4353
|
justify-self: end;
|
|
4382
4354
|
}
|
|
4383
4355
|
.zen-toast__progress {
|
|
@@ -4385,7 +4357,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4385
4357
|
transition: width 0.3s linear;
|
|
4386
4358
|
}
|
|
4387
4359
|
.zen-toast__progress--active {
|
|
4388
|
-
border-radius: 4px 0 0
|
|
4360
|
+
border-radius: 4px 0 0;
|
|
4389
4361
|
}
|
|
4390
4362
|
.zen-toast__progress--info {
|
|
4391
4363
|
background-color: var(--accents-general--detail);
|
|
@@ -4403,7 +4375,7 @@ html:lang(ar) .zen-toast__header {
|
|
|
4403
4375
|
line-height: 1.75rem;
|
|
4404
4376
|
text-transform: none;
|
|
4405
4377
|
text-decoration: none;
|
|
4406
|
-
box-shadow:
|
|
4378
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
4407
4379
|
position: relative;
|
|
4408
4380
|
display: flex;
|
|
4409
4381
|
flex-direction: row;
|
|
@@ -4428,7 +4400,7 @@ html:lang(ar) .zen-alert {
|
|
|
4428
4400
|
.zen-alert::before {
|
|
4429
4401
|
content: "";
|
|
4430
4402
|
position: absolute;
|
|
4431
|
-
|
|
4403
|
+
inset-block-start: 0;
|
|
4432
4404
|
inset-inline-start: -0.25rem;
|
|
4433
4405
|
width: 0.5rem;
|
|
4434
4406
|
height: 100%;
|
|
@@ -4473,7 +4445,7 @@ html:lang(ar) .zen-alert__body {
|
|
|
4473
4445
|
overflow: hidden;
|
|
4474
4446
|
text-overflow: ellipsis;
|
|
4475
4447
|
white-space: nowrap;
|
|
4476
|
-
|
|
4448
|
+
overflow-wrap: normal;
|
|
4477
4449
|
}
|
|
4478
4450
|
.zen-alert__text {
|
|
4479
4451
|
display: -webkit-box;
|
|
@@ -4491,7 +4463,7 @@ html:lang(ar) .zen-alert__body {
|
|
|
4491
4463
|
-webkit-box-orient: vertical;
|
|
4492
4464
|
overflow: hidden;
|
|
4493
4465
|
text-overflow: ellipsis;
|
|
4494
|
-
padding-
|
|
4466
|
+
padding-block-start: 0.125rem;
|
|
4495
4467
|
color: var(--text-primary);
|
|
4496
4468
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4497
4469
|
font-size: 0.875rem;
|
|
@@ -4617,7 +4589,7 @@ html:lang(ar) .zen-alert__title {
|
|
|
4617
4589
|
text-decoration: none;
|
|
4618
4590
|
}
|
|
4619
4591
|
.zen-alert--drive .zen-alert__icon {
|
|
4620
|
-
padding-
|
|
4592
|
+
padding-block-start: 0.125rem;
|
|
4621
4593
|
}
|
|
4622
4594
|
.zen-alert--mobile {
|
|
4623
4595
|
max-width: 100%;
|
|
@@ -4668,8 +4640,7 @@ html:lang(ar) .zen-alert__title {
|
|
|
4668
4640
|
text-decoration: none;
|
|
4669
4641
|
color: var(--text-secondary);
|
|
4670
4642
|
padding-block: 0.75rem;
|
|
4671
|
-
padding-inline
|
|
4672
|
-
padding-inline-end: 0.5rem;
|
|
4643
|
+
padding-inline: 0.75rem 0.5rem;
|
|
4673
4644
|
display: flex;
|
|
4674
4645
|
justify-content: space-between;
|
|
4675
4646
|
align-items: center;
|
|
@@ -4720,10 +4691,10 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4720
4691
|
}
|
|
4721
4692
|
.zen-mobile-sheet__content {
|
|
4722
4693
|
flex: 1 1 auto;
|
|
4723
|
-
overflow-
|
|
4694
|
+
overflow-block: auto;
|
|
4724
4695
|
}
|
|
4725
4696
|
.zen-mobile-sheet--mobile-android {
|
|
4726
|
-
overflow-
|
|
4697
|
+
overflow-block: hidden;
|
|
4727
4698
|
position: fixed;
|
|
4728
4699
|
}
|
|
4729
4700
|
.zen-mobile-sheet__footer {
|
|
@@ -4735,7 +4706,7 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4735
4706
|
min-width: 32.5rem;
|
|
4736
4707
|
inset-inline-start: calc(50% - (260 / 16rem));
|
|
4737
4708
|
}
|
|
4738
|
-
@media (
|
|
4709
|
+
@media (width <= 520px) {
|
|
4739
4710
|
.zen-mobile-sheet-wrapper--drive.zen-mobile-sheet-wrapper--drive,
|
|
4740
4711
|
.zen-mobile-sheet-wrapper--drive-tablet.zen-mobile-sheet-wrapper--drive-tablet {
|
|
4741
4712
|
max-width: 100%;
|
|
@@ -4780,12 +4751,10 @@ html:lang(ar) .zen-mobile-sheet__title {
|
|
|
4780
4751
|
z-index: 11007;
|
|
4781
4752
|
}
|
|
4782
4753
|
.zen-card-button--drive-tablet {
|
|
4783
|
-
padding-block
|
|
4784
|
-
padding-block-end: 0.75rem;
|
|
4754
|
+
padding-block: 0.75rem;
|
|
4785
4755
|
}
|
|
4786
4756
|
.zen-card-button--drive {
|
|
4787
|
-
padding-block
|
|
4788
|
-
padding-block-end: 0.6875rem;
|
|
4757
|
+
padding-block: 0.6875rem;
|
|
4789
4758
|
}
|
|
4790
4759
|
.zen-favorite-button {
|
|
4791
4760
|
display: flex;
|
|
@@ -4869,13 +4838,12 @@ html:lang(ar) .zen-data-feed {
|
|
|
4869
4838
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
4870
4839
|
}
|
|
4871
4840
|
.zen-data-feed__item-container {
|
|
4872
|
-
box-shadow:
|
|
4841
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
|
|
4873
4842
|
display: flex;
|
|
4874
4843
|
}
|
|
4875
4844
|
.zen-data-feed__action-container {
|
|
4876
4845
|
padding-block-start: 0.5rem;
|
|
4877
|
-
padding-inline
|
|
4878
|
-
padding-inline-start: 0.25rem;
|
|
4846
|
+
padding-inline: 0.25rem 0.5rem;
|
|
4879
4847
|
}
|
|
4880
4848
|
.zen-data-feed__content {
|
|
4881
4849
|
flex: 1 1 auto;
|
|
@@ -4894,7 +4862,7 @@ html:lang(ar) .zen-data-feed {
|
|
|
4894
4862
|
padding-block: 0.5625rem;
|
|
4895
4863
|
}
|
|
4896
4864
|
.zen-data-feed--scrollable {
|
|
4897
|
-
overflow-
|
|
4865
|
+
overflow-block: auto;
|
|
4898
4866
|
}
|
|
4899
4867
|
.zen-data-feed--empty .zen-data-feed__feed {
|
|
4900
4868
|
display: none;
|
|
@@ -4912,7 +4880,6 @@ html:lang(ar) .zen-data-feed {
|
|
|
4912
4880
|
.zen-data-grid-not-interactive-mixin {
|
|
4913
4881
|
pointer-events: none;
|
|
4914
4882
|
user-select: none;
|
|
4915
|
-
-webkit-user-select: none;
|
|
4916
4883
|
-webkit-user-drag: none;
|
|
4917
4884
|
}
|
|
4918
4885
|
.zen-data-grid-loading-mixin {
|
|
@@ -5062,7 +5029,6 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5062
5029
|
.zen-data-grid__row-cell--loading {
|
|
5063
5030
|
pointer-events: none;
|
|
5064
5031
|
user-select: none;
|
|
5065
|
-
-webkit-user-select: none;
|
|
5066
5032
|
-webkit-user-drag: none;
|
|
5067
5033
|
filter: blur(7px);
|
|
5068
5034
|
animation: load-column 1s linear infinite alternate;
|
|
@@ -5085,22 +5051,20 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5085
5051
|
}
|
|
5086
5052
|
.zen-data-grid--horizontal-scroll .zen-data-grid__header-cell--first {
|
|
5087
5053
|
border-inline-end: 1px solid var(--borders-general);
|
|
5088
|
-
box-shadow: 1px
|
|
5054
|
+
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
|
|
5089
5055
|
}
|
|
5090
5056
|
.zen-data-grid--horizontal-scroll .zen-data-grid__row-cell--first {
|
|
5091
5057
|
border-inline-end: 1px solid var(--borders-general);
|
|
5092
|
-
box-shadow: 1px
|
|
5058
|
+
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
|
|
5093
5059
|
}
|
|
5094
5060
|
.zen-data-grid--not-interactive .zen-data-grid__table {
|
|
5095
5061
|
pointer-events: none;
|
|
5096
5062
|
user-select: none;
|
|
5097
|
-
-webkit-user-select: none;
|
|
5098
5063
|
-webkit-user-drag: none;
|
|
5099
5064
|
}
|
|
5100
5065
|
.zen-data-grid--loading .zen-data-grid__table {
|
|
5101
5066
|
pointer-events: none;
|
|
5102
5067
|
user-select: none;
|
|
5103
|
-
-webkit-user-select: none;
|
|
5104
5068
|
-webkit-user-drag: none;
|
|
5105
5069
|
}
|
|
5106
5070
|
.zen-data-grid--loading .zen-data-grid__row-cell {
|
|
@@ -5114,7 +5078,7 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5114
5078
|
overflow: hidden;
|
|
5115
5079
|
text-overflow: ellipsis;
|
|
5116
5080
|
white-space: nowrap;
|
|
5117
|
-
|
|
5081
|
+
overflow-wrap: normal;
|
|
5118
5082
|
}
|
|
5119
5083
|
.zen-data-grid-header--multiline {
|
|
5120
5084
|
white-space: normal;
|
|
@@ -5124,7 +5088,7 @@ html:lang(ar) .zen-data-grid__row-cell {
|
|
|
5124
5088
|
-webkit-box-orient: vertical;
|
|
5125
5089
|
overflow: hidden;
|
|
5126
5090
|
text-overflow: ellipsis;
|
|
5127
|
-
|
|
5091
|
+
overflow-wrap: break-word;
|
|
5128
5092
|
}
|
|
5129
5093
|
.zen-actions-column {
|
|
5130
5094
|
display: flex;
|
|
@@ -5244,7 +5208,6 @@ html:lang(ar) .zen-feed-item__identifier {
|
|
|
5244
5208
|
align-items: baseline;
|
|
5245
5209
|
gap: 0.25rem;
|
|
5246
5210
|
overflow-wrap: break-word;
|
|
5247
|
-
word-wrap: break-word;
|
|
5248
5211
|
width: 100%;
|
|
5249
5212
|
}
|
|
5250
5213
|
.zen-feed-item__label {
|
|
@@ -5537,7 +5500,7 @@ html:lang(ar) .zen-checkbox__label-text {
|
|
|
5537
5500
|
overflow: hidden;
|
|
5538
5501
|
text-overflow: ellipsis;
|
|
5539
5502
|
white-space: nowrap;
|
|
5540
|
-
|
|
5503
|
+
overflow-wrap: normal;
|
|
5541
5504
|
}
|
|
5542
5505
|
.zen-select-list[aria-disabled="true"] {
|
|
5543
5506
|
cursor: not-allowed;
|
|
@@ -5661,7 +5624,7 @@ html:lang(ar) .zen-select-item {
|
|
|
5661
5624
|
overflow: hidden;
|
|
5662
5625
|
text-overflow: ellipsis;
|
|
5663
5626
|
white-space: nowrap;
|
|
5664
|
-
|
|
5627
|
+
overflow-wrap: normal;
|
|
5665
5628
|
color: var(--text-primary);
|
|
5666
5629
|
max-width: 100%;
|
|
5667
5630
|
}
|
|
@@ -5695,7 +5658,7 @@ html:lang(ar) .zen-link-column__name {
|
|
|
5695
5658
|
overflow: hidden;
|
|
5696
5659
|
text-overflow: ellipsis;
|
|
5697
5660
|
white-space: nowrap;
|
|
5698
|
-
|
|
5661
|
+
overflow-wrap: normal;
|
|
5699
5662
|
color: var(--text-secondary);
|
|
5700
5663
|
max-width: 100%;
|
|
5701
5664
|
}
|
|
@@ -5946,6 +5909,9 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5946
5909
|
transform: translateX(-88%);
|
|
5947
5910
|
position: absolute;
|
|
5948
5911
|
}
|
|
5912
|
+
[dir="rtl"] .zen-flexible-column .zen-flexible-column__draggable-icon {
|
|
5913
|
+
transform: translateX(88%);
|
|
5914
|
+
}
|
|
5949
5915
|
.zen-flexible-column__draggable {
|
|
5950
5916
|
width: 0.375rem;
|
|
5951
5917
|
height: 100%;
|
|
@@ -5959,7 +5925,6 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5959
5925
|
.zen-flexible-column__content {
|
|
5960
5926
|
width: 100%;
|
|
5961
5927
|
text-align: start;
|
|
5962
|
-
-webkit-user-select: none;
|
|
5963
5928
|
user-select: none;
|
|
5964
5929
|
}
|
|
5965
5930
|
.zen-flexible-column:hover .zen-flexible-column__draggable-icon {
|
|
@@ -5983,14 +5948,14 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
5983
5948
|
box-sizing: border-box;
|
|
5984
5949
|
}
|
|
5985
5950
|
.zen-resizer--invisible {
|
|
5986
|
-
opacity: 0
|
|
5951
|
+
opacity: 0;
|
|
5987
5952
|
}
|
|
5988
5953
|
.zen-resizer--invisible:hover,
|
|
5989
5954
|
.zen-resizer--invisible:focus {
|
|
5990
|
-
opacity:
|
|
5955
|
+
opacity: 1;
|
|
5991
5956
|
}
|
|
5992
5957
|
.zen-resizer--manual-focus {
|
|
5993
|
-
opacity:
|
|
5958
|
+
opacity: 1;
|
|
5994
5959
|
background-color: var(--borders-form-field--active);
|
|
5995
5960
|
}
|
|
5996
5961
|
.zen-resizer--vertical {
|
|
@@ -6037,7 +6002,7 @@ html:lang(ar) .zen-mobile-sort-control__selected-label {
|
|
|
6037
6002
|
position: absolute;
|
|
6038
6003
|
background-color: var(--backgrounds-main);
|
|
6039
6004
|
z-index: 5001;
|
|
6040
|
-
box-shadow:
|
|
6005
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
|
|
6041
6006
|
border-spacing: 0;
|
|
6042
6007
|
overflow: hidden;
|
|
6043
6008
|
contain: strict;
|
|
@@ -6120,7 +6085,7 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6120
6085
|
display: flex;
|
|
6121
6086
|
align-items: center;
|
|
6122
6087
|
justify-content: center;
|
|
6123
|
-
padding: 0.5rem
|
|
6088
|
+
padding: 0.5rem;
|
|
6124
6089
|
cursor: pointer;
|
|
6125
6090
|
border-radius: var(--border-radius-default);
|
|
6126
6091
|
}
|
|
@@ -6141,8 +6106,7 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6141
6106
|
.zen-empty-state {
|
|
6142
6107
|
box-sizing: border-box;
|
|
6143
6108
|
display: grid;
|
|
6144
|
-
|
|
6145
|
-
align-content: center;
|
|
6109
|
+
place-content: center center;
|
|
6146
6110
|
text-align: center;
|
|
6147
6111
|
gap: 0.625rem;
|
|
6148
6112
|
grid-auto-flow: row;
|
|
@@ -6157,8 +6121,7 @@ html:lang(ar) .zen-columns-list__title {
|
|
|
6157
6121
|
.zen-empty-state__image {
|
|
6158
6122
|
width: 180px;
|
|
6159
6123
|
height: 180px;
|
|
6160
|
-
|
|
6161
|
-
justify-self: center;
|
|
6124
|
+
place-self: center center;
|
|
6162
6125
|
justify-content: center;
|
|
6163
6126
|
display: flex;
|
|
6164
6127
|
align-items: center;
|
|
@@ -6243,7 +6206,7 @@ html:lang(ar) .zen-empty-state__description {
|
|
|
6243
6206
|
display: flex;
|
|
6244
6207
|
gap: 0.75rem;
|
|
6245
6208
|
}
|
|
6246
|
-
@media (
|
|
6209
|
+
@media (width >= 641px) {
|
|
6247
6210
|
.zen-data-grid-actions__post-actions {
|
|
6248
6211
|
margin-inline-end: 1rem;
|
|
6249
6212
|
}
|
|
@@ -6313,7 +6276,7 @@ html:lang(ar) .zen-empty-state__description {
|
|
|
6313
6276
|
overflow: hidden;
|
|
6314
6277
|
text-overflow: ellipsis;
|
|
6315
6278
|
white-space: nowrap;
|
|
6316
|
-
|
|
6279
|
+
overflow-wrap: normal;
|
|
6317
6280
|
}
|
|
6318
6281
|
html:lang(ar) .zen-bulk-actions__number-of-selected {
|
|
6319
6282
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6370,8 +6333,7 @@ html:lang(ar) .zen-bulk-actions__number-of-selected {
|
|
|
6370
6333
|
border-block-start: 1px solid var(--borders-general);
|
|
6371
6334
|
background: var(--backgrounds-main);
|
|
6372
6335
|
padding: 0.75rem 1rem;
|
|
6373
|
-
inset-inline
|
|
6374
|
-
inset-inline-start: 0;
|
|
6336
|
+
inset-inline: 0;
|
|
6375
6337
|
inset-block-end: 0;
|
|
6376
6338
|
}
|
|
6377
6339
|
.zen-bulk-actions--screen-panel .zen-bulk-actions__button-close {
|
|
@@ -6441,8 +6403,7 @@ html:lang(ar) .zen-pagination__text {
|
|
|
6441
6403
|
}
|
|
6442
6404
|
.zen-table__detail-panel--header-content {
|
|
6443
6405
|
justify-content: space-between;
|
|
6444
|
-
|
|
6445
|
-
align-items: center;
|
|
6406
|
+
place-items: center center;
|
|
6446
6407
|
}
|
|
6447
6408
|
.zen-table__detail-panel--header-description {
|
|
6448
6409
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6556,24 +6517,21 @@ html:lang(ar) .zen-table__detail-panel--header-details {
|
|
|
6556
6517
|
max-width: 100%;
|
|
6557
6518
|
min-width: 0;
|
|
6558
6519
|
transform: translateX(100%);
|
|
6559
|
-
overflow-
|
|
6520
|
+
overflow-block: hidden;
|
|
6560
6521
|
will-change: opacity, transform;
|
|
6561
6522
|
transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6562
6523
|
}
|
|
6563
6524
|
.zen-table__detail-panel--shown {
|
|
6564
6525
|
opacity: 1;
|
|
6565
6526
|
transform: translateX(0);
|
|
6566
|
-
overflow-
|
|
6527
|
+
overflow-block: auto;
|
|
6567
6528
|
}
|
|
6568
6529
|
}
|
|
6569
6530
|
.zen-table__detail-panel-content {
|
|
6570
|
-
overflow-
|
|
6531
|
+
overflow-block: auto;
|
|
6571
6532
|
flex: 1;
|
|
6572
6533
|
padding: 0.75rem;
|
|
6573
6534
|
}
|
|
6574
|
-
.zen-table__detail-panel-footer {
|
|
6575
|
-
padding: 0.75rem;
|
|
6576
|
-
}
|
|
6577
6535
|
.zen-table__detail-panel .zen-page-header__page-name {
|
|
6578
6536
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6579
6537
|
font-size: 1rem;
|
|
@@ -6588,6 +6546,7 @@ html:lang(ar) .zen-table__detail-panel .zen-page-header__page-name {
|
|
|
6588
6546
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6589
6547
|
}
|
|
6590
6548
|
.zen-table__detail-panel-footer {
|
|
6549
|
+
padding: 0.75rem;
|
|
6591
6550
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6592
6551
|
font-size: 0.875rem;
|
|
6593
6552
|
font-style: normal;
|
|
@@ -6636,7 +6595,7 @@ html:lang(ar) .zen-table__detail-panel-footer {
|
|
|
6636
6595
|
cursor: pointer;
|
|
6637
6596
|
background: 0 0;
|
|
6638
6597
|
border: 0;
|
|
6639
|
-
|
|
6598
|
+
overflow-wrap: break-word;
|
|
6640
6599
|
}
|
|
6641
6600
|
html:lang(ar) .zen-table-link {
|
|
6642
6601
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -6684,6 +6643,19 @@ html:lang(ar) .zen-table-number {
|
|
|
6684
6643
|
min-width: 0;
|
|
6685
6644
|
transition: flex 0.35s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6686
6645
|
}
|
|
6646
|
+
.zen-table-wrapper--fit-content .zen-table__content {
|
|
6647
|
+
height: auto;
|
|
6648
|
+
}
|
|
6649
|
+
.zen-table-wrapper--fit-content .zen-table__table {
|
|
6650
|
+
height: auto;
|
|
6651
|
+
}
|
|
6652
|
+
.zen-table-wrapper--fit-content .zen-data-grid-wrapper {
|
|
6653
|
+
contain: layout style;
|
|
6654
|
+
height: auto;
|
|
6655
|
+
}
|
|
6656
|
+
.zen-table-wrapper--fit-content .zen-data-grid {
|
|
6657
|
+
flex-shrink: 0;
|
|
6658
|
+
}
|
|
6687
6659
|
.pie-chart-1 {
|
|
6688
6660
|
width: 100%;
|
|
6689
6661
|
height: 12.5rem;
|
|
@@ -6802,7 +6774,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6802
6774
|
.zen-summary-tile__content {
|
|
6803
6775
|
max-height: 2rem;
|
|
6804
6776
|
min-height: 2rem;
|
|
6805
|
-
overflow-
|
|
6777
|
+
overflow-block: hidden;
|
|
6806
6778
|
width: 100%;
|
|
6807
6779
|
}
|
|
6808
6780
|
.zen-summary-tile__title-text {
|
|
@@ -6821,7 +6793,6 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6821
6793
|
max-width: 17rem;
|
|
6822
6794
|
}
|
|
6823
6795
|
.zen-summary-tile--default {
|
|
6824
|
-
background-color: var(--backgrounds-content-1);
|
|
6825
6796
|
fill: var(--text-primary);
|
|
6826
6797
|
border: var(--border-width-default) solid var(--text-button-disabled);
|
|
6827
6798
|
background: var(--backgrounds-main);
|
|
@@ -6830,7 +6801,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6830
6801
|
fill: var(--text-secondary);
|
|
6831
6802
|
}
|
|
6832
6803
|
.zen-summary-tile--default:hover {
|
|
6833
|
-
box-shadow:
|
|
6804
|
+
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
|
|
6834
6805
|
}
|
|
6835
6806
|
.zen-summary-tile--error {
|
|
6836
6807
|
background-color: var(--accents-error--main);
|
|
@@ -6838,7 +6809,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6838
6809
|
border: var(--border-width-default) solid var(--accents-error--detail);
|
|
6839
6810
|
}
|
|
6840
6811
|
.zen-summary-tile--error:hover {
|
|
6841
|
-
box-shadow:
|
|
6812
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6842
6813
|
}
|
|
6843
6814
|
.zen-summary-tile--success {
|
|
6844
6815
|
background-color: var(--accents-success--main);
|
|
@@ -6846,7 +6817,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6846
6817
|
border: var(--border-width-default) solid var(--accents-success--detail);
|
|
6847
6818
|
}
|
|
6848
6819
|
.zen-summary-tile--success:hover {
|
|
6849
|
-
box-shadow:
|
|
6820
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6850
6821
|
}
|
|
6851
6822
|
.zen-summary-tile--warning {
|
|
6852
6823
|
background-color: var(--accents-warning--main);
|
|
@@ -6854,7 +6825,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6854
6825
|
border: var(--border-width-default) solid var(--accents-warning--detail);
|
|
6855
6826
|
}
|
|
6856
6827
|
.zen-summary-tile--warning:hover {
|
|
6857
|
-
box-shadow:
|
|
6828
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6858
6829
|
}
|
|
6859
6830
|
.zen-summary-tile--active {
|
|
6860
6831
|
background-color: var(--accents-general--main);
|
|
@@ -6862,7 +6833,7 @@ html:lang(ar) .zen-summary-tile {
|
|
|
6862
6833
|
border: var(--border-width-default) solid var(--borders-form-field--active);
|
|
6863
6834
|
}
|
|
6864
6835
|
.zen-summary-tile--active:hover {
|
|
6865
|
-
box-shadow:
|
|
6836
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
|
|
6866
6837
|
}
|
|
6867
6838
|
.zen-form-step-marker-inner {
|
|
6868
6839
|
display: flex;
|
|
@@ -7042,7 +7013,7 @@ html:lang(ar) .zen-form-step__item .zen-form-step__label-secondary {
|
|
|
7042
7013
|
padding: 0;
|
|
7043
7014
|
}
|
|
7044
7015
|
.zen-form-step__connector {
|
|
7045
|
-
border-
|
|
7016
|
+
border-block-start: 2px solid;
|
|
7046
7017
|
flex-grow: 1;
|
|
7047
7018
|
min-width: 0.6875rem;
|
|
7048
7019
|
width: 100%;
|
|
@@ -7112,7 +7083,6 @@ html:lang(ar) .zen-form-stepper .zen-form-stepper__mobile-label {
|
|
|
7112
7083
|
text-transform: none;
|
|
7113
7084
|
text-decoration: none;
|
|
7114
7085
|
padding-inline-start: 0.25rem;
|
|
7115
|
-
display: -webkit-box;
|
|
7116
7086
|
-webkit-box-orient: vertical;
|
|
7117
7087
|
-webkit-line-clamp: 1;
|
|
7118
7088
|
text-overflow: ellipsis;
|
|
@@ -7227,8 +7197,8 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7227
7197
|
.zen-toggler-component--drive::before {
|
|
7228
7198
|
content: "";
|
|
7229
7199
|
position: absolute;
|
|
7230
|
-
|
|
7231
|
-
|
|
7200
|
+
inset-block-start: 50%;
|
|
7201
|
+
inset-inline-start: 50%;
|
|
7232
7202
|
transform: translate(-50%, -50%);
|
|
7233
7203
|
width: var(--zen-toggler-tap-area-width-drive);
|
|
7234
7204
|
height: var(--zen-toggler-tap-area-height-drive);
|
|
@@ -7238,7 +7208,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7238
7208
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
7239
7209
|
height: var(--zen-toggler-runner-size-drive);
|
|
7240
7210
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
7241
|
-
margin-
|
|
7211
|
+
margin-block-start: 0.0625rem;
|
|
7242
7212
|
margin-inline-start: 0.0625rem;
|
|
7243
7213
|
}
|
|
7244
7214
|
.zen-toggler-component--drive .zen-toggler-component__focus {
|
|
@@ -7246,7 +7216,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7246
7216
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
7247
7217
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
7248
7218
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
7249
|
-
|
|
7219
|
+
inset-block-start: -0.25rem;
|
|
7250
7220
|
inset-inline-start: -0.25rem;
|
|
7251
7221
|
}
|
|
7252
7222
|
.zen-toggler-component--drive-tablet {
|
|
@@ -7259,8 +7229,8 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7259
7229
|
.zen-toggler-component--drive-tablet::before {
|
|
7260
7230
|
content: "";
|
|
7261
7231
|
position: absolute;
|
|
7262
|
-
|
|
7263
|
-
|
|
7232
|
+
inset-block-start: 50%;
|
|
7233
|
+
inset-inline-start: 50%;
|
|
7264
7234
|
transform: translate(-50%, -50%);
|
|
7265
7235
|
width: var(--zen-toggler-tap-area-width-drive);
|
|
7266
7236
|
height: var(--zen-toggler-tap-area-height-drive);
|
|
@@ -7270,7 +7240,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7270
7240
|
min-width: var(--zen-toggler-runner-size-drive);
|
|
7271
7241
|
height: var(--zen-toggler-runner-size-drive);
|
|
7272
7242
|
min-height: var(--zen-toggler-runner-size-drive);
|
|
7273
|
-
margin-
|
|
7243
|
+
margin-block-start: 0.0625rem;
|
|
7274
7244
|
margin-inline-start: 0.0625rem;
|
|
7275
7245
|
}
|
|
7276
7246
|
.zen-toggler-component--drive-tablet .zen-toggler-component__focus {
|
|
@@ -7278,7 +7248,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7278
7248
|
min-width: var(--zen-toggler-runner-focus-size-drive);
|
|
7279
7249
|
height: var(--zen-toggler-runner-focus-size-drive);
|
|
7280
7250
|
min-height: var(--zen-toggler-runner-focus-size-drive);
|
|
7281
|
-
|
|
7251
|
+
inset-block-start: -0.25rem;
|
|
7282
7252
|
inset-inline-start: -0.25rem;
|
|
7283
7253
|
}
|
|
7284
7254
|
.zen-toggler-component__runner {
|
|
@@ -7298,7 +7268,7 @@ html:lang(ar) .zen-review-text-control {
|
|
|
7298
7268
|
min-height: var(--zen-toggler-runner-focus-size);
|
|
7299
7269
|
border-radius: 50%;
|
|
7300
7270
|
opacity: 0.4;
|
|
7301
|
-
|
|
7271
|
+
inset-block-start: -0.3125rem;
|
|
7302
7272
|
background-color: var(--action-secondary--default);
|
|
7303
7273
|
inset-inline-start: -0.3125rem;
|
|
7304
7274
|
}
|
|
@@ -7352,8 +7322,7 @@ html:lang(ar) .zen-toggler__label-text {
|
|
|
7352
7322
|
flex-direction: row-reverse;
|
|
7353
7323
|
}
|
|
7354
7324
|
.zen-toggler__label--reverted .zen-toggler__label-text {
|
|
7355
|
-
margin-inline
|
|
7356
|
-
margin-inline-start: 0;
|
|
7325
|
+
margin-inline: 0 0.5rem;
|
|
7357
7326
|
}
|
|
7358
7327
|
.zen-toggler__input:focus-visible + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus,
|
|
7359
7328
|
.zen-toggler__input:hover + .zen-toggler__label > .zen-toggler-component .zen-toggler-component__focus {
|
|
@@ -7511,7 +7480,7 @@ html:lang(ar) .zen-toggler__label-text {
|
|
|
7511
7480
|
color: var(--text-primary);
|
|
7512
7481
|
align-items: center;
|
|
7513
7482
|
justify-content: space-between;
|
|
7514
|
-
padding: 0.25rem 0.75rem
|
|
7483
|
+
padding: 0.25rem 0.75rem;
|
|
7515
7484
|
border-radius: 1.875rem;
|
|
7516
7485
|
background: var(--backgrounds-content-1);
|
|
7517
7486
|
}
|
|
@@ -7554,22 +7523,22 @@ html:lang(ar) .zen-pill-content {
|
|
|
7554
7523
|
.zen-pill-actionable {
|
|
7555
7524
|
padding: 0 0.5rem;
|
|
7556
7525
|
-webkit-touch-callout: none;
|
|
7557
|
-
-webkit-user-select: none;
|
|
7558
|
-
-khtml-user-select: none;
|
|
7559
|
-
-moz-user-select: none;
|
|
7560
|
-
-ms-user-select: none;
|
|
7561
7526
|
user-select: none;
|
|
7562
7527
|
}
|
|
7563
|
-
.zen-pill-actionable:
|
|
7528
|
+
.zen-pill-actionable:hover {
|
|
7564
7529
|
cursor: pointer;
|
|
7565
7530
|
}
|
|
7531
|
+
.zen-pill-actionable--disabled:hover,
|
|
7532
|
+
.zen-pill-actionable--readonly:hover {
|
|
7533
|
+
cursor: default;
|
|
7534
|
+
}
|
|
7566
7535
|
.zen-pill-actionable:has(.zen-pill-actionable__input:focus-visible) {
|
|
7567
7536
|
outline: 1px solid var(--borders-form-field--active);
|
|
7568
7537
|
outline-offset: 2px;
|
|
7569
7538
|
}
|
|
7570
7539
|
.zen-pill-actionable__input {
|
|
7571
7540
|
position: absolute;
|
|
7572
|
-
|
|
7541
|
+
inset-inline-start: -5000px;
|
|
7573
7542
|
}
|
|
7574
7543
|
.zen-pill-actionable__content-wrapper {
|
|
7575
7544
|
margin: 0;
|
|
@@ -7616,7 +7585,6 @@ html:lang(ar) .zen-pill-content {
|
|
|
7616
7585
|
line-height: 1rem;
|
|
7617
7586
|
text-transform: none;
|
|
7618
7587
|
text-decoration: none;
|
|
7619
|
-
display: flex;
|
|
7620
7588
|
align-items: center;
|
|
7621
7589
|
justify-content: space-between;
|
|
7622
7590
|
border-radius: 1.875rem;
|
|
@@ -7842,9 +7810,8 @@ html:lang(ar) .zen-form-field-error {
|
|
|
7842
7810
|
flex: 0 0 auto;
|
|
7843
7811
|
}
|
|
7844
7812
|
.zen-form-field-error__icon-container {
|
|
7845
|
-
padding-block
|
|
7813
|
+
padding-block: 0.0625rem 0;
|
|
7846
7814
|
padding-inline: 0.125rem;
|
|
7847
|
-
padding-block-end: 0;
|
|
7848
7815
|
height: 1rem;
|
|
7849
7816
|
}
|
|
7850
7817
|
.zen-form-field-error.zen-form-field-error--drive .zen-form-field-error__icon-container,
|
|
@@ -7918,7 +7885,7 @@ html:lang(ar) .zen-form-field-error {
|
|
|
7918
7885
|
}
|
|
7919
7886
|
.zen-form-field__input-container:has(.zen-radio-group--horizontal) .zen-form-field__trailing-text {
|
|
7920
7887
|
align-self: flex-start;
|
|
7921
|
-
margin-
|
|
7888
|
+
margin-block-start: 0.75rem;
|
|
7922
7889
|
}
|
|
7923
7890
|
.zen-form-field.zen-form-field--form-item .zen-radio {
|
|
7924
7891
|
padding-block-end: 0.75rem;
|
|
@@ -7957,7 +7924,7 @@ html:lang(ar) .zen-form-field__trailing-text {
|
|
|
7957
7924
|
overflow: hidden;
|
|
7958
7925
|
text-overflow: ellipsis;
|
|
7959
7926
|
white-space: normal;
|
|
7960
|
-
|
|
7927
|
+
overflow-wrap: normal;
|
|
7961
7928
|
}
|
|
7962
7929
|
html:lang(ar) .zen-form-field__text {
|
|
7963
7930
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -7998,7 +7965,7 @@ html:lang(ar) .zen-form-field__text {
|
|
|
7998
7965
|
overflow: hidden;
|
|
7999
7966
|
text-overflow: ellipsis;
|
|
8000
7967
|
white-space: nowrap;
|
|
8001
|
-
|
|
7968
|
+
overflow-wrap: normal;
|
|
8002
7969
|
white-space: break-spaces;
|
|
8003
7970
|
}
|
|
8004
7971
|
.zen-form-field__length {
|
|
@@ -8070,7 +8037,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8070
8037
|
max-width: 100%;
|
|
8071
8038
|
}
|
|
8072
8039
|
.zen-dropdown--mobile .zen-mobile-sheet__title {
|
|
8073
|
-
border-
|
|
8040
|
+
border-block-end: none;
|
|
8074
8041
|
}
|
|
8075
8042
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search-container {
|
|
8076
8043
|
padding-block: 1rem;
|
|
@@ -8078,7 +8045,7 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8078
8045
|
}
|
|
8079
8046
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__checkbox-container {
|
|
8080
8047
|
padding: 1rem;
|
|
8081
|
-
border-
|
|
8048
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8082
8049
|
}
|
|
8083
8050
|
.zen-dropdown--mobile .zen-dropdown-mobile-sheet__search {
|
|
8084
8051
|
width: 100%;
|
|
@@ -8090,11 +8057,11 @@ html:lang(ar) .zen-form-field__length {
|
|
|
8090
8057
|
.zen-dropdown-popup__search-container .zen-input-adornments {
|
|
8091
8058
|
border-radius: 0;
|
|
8092
8059
|
border: none;
|
|
8093
|
-
border-
|
|
8060
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8094
8061
|
}
|
|
8095
8062
|
.zen-checkbox-list-with-action {
|
|
8096
8063
|
box-sizing: border-box;
|
|
8097
|
-
margin-
|
|
8064
|
+
margin-block-end: 1rem;
|
|
8098
8065
|
}
|
|
8099
8066
|
.zen-checkbox-list-with-action * {
|
|
8100
8067
|
box-sizing: border-box;
|
|
@@ -8135,8 +8102,7 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8135
8102
|
}
|
|
8136
8103
|
.zen-checkbox-list-with-action__action-item--action .zen-checkbox__label {
|
|
8137
8104
|
padding-inline-end: 0.5rem;
|
|
8138
|
-
padding-
|
|
8139
|
-
padding-top: 0.75rem;
|
|
8105
|
+
padding-block: 0.75rem;
|
|
8140
8106
|
}
|
|
8141
8107
|
.zen-checkbox-list-with-action__singled {
|
|
8142
8108
|
font-weight: 700;
|
|
@@ -8153,7 +8119,7 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8153
8119
|
overflow: hidden;
|
|
8154
8120
|
text-overflow: ellipsis;
|
|
8155
8121
|
white-space: nowrap;
|
|
8156
|
-
|
|
8122
|
+
overflow-wrap: normal;
|
|
8157
8123
|
width: 100%;
|
|
8158
8124
|
}
|
|
8159
8125
|
.zen-checkbox-list-with-action__action-checkbox--full-width .zen-checkbox__label {
|
|
@@ -8176,8 +8142,7 @@ html:lang(ar) .zen-checkbox-list-with-action__title {
|
|
|
8176
8142
|
color: var(--text-primary);
|
|
8177
8143
|
width: 100%;
|
|
8178
8144
|
padding-block: 0.4375rem;
|
|
8179
|
-
padding-inline
|
|
8180
|
-
padding-inline-end: 0.5rem;
|
|
8145
|
+
padding-inline: 0.25rem 0.5rem;
|
|
8181
8146
|
}
|
|
8182
8147
|
html:lang(ar) .zen-checkbox-list-with-action__label {
|
|
8183
8148
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -8333,7 +8298,7 @@ html:lang(ar) .zen-checkbox-list-with-action__counter {
|
|
|
8333
8298
|
text-transform: none;
|
|
8334
8299
|
text-decoration: none;
|
|
8335
8300
|
height: 100%;
|
|
8336
|
-
overflow-
|
|
8301
|
+
overflow-block: auto;
|
|
8337
8302
|
max-height: 15.3125rem;
|
|
8338
8303
|
}
|
|
8339
8304
|
html:lang(ar) .zen-dropdown-list__elements {
|
|
@@ -8360,20 +8325,20 @@ html:lang(ar) .zen-dropdown-list__label {
|
|
|
8360
8325
|
.zen-dropdown-list__checkbox-container {
|
|
8361
8326
|
padding-block: 0.5rem;
|
|
8362
8327
|
padding-inline: 1rem;
|
|
8363
|
-
border-
|
|
8328
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8364
8329
|
}
|
|
8365
8330
|
.zen-dropdown-list__checkbox-container .zen-checkbox__label-text {
|
|
8366
8331
|
overflow: hidden;
|
|
8367
8332
|
text-overflow: ellipsis;
|
|
8368
8333
|
white-space: nowrap;
|
|
8369
|
-
|
|
8334
|
+
overflow-wrap: normal;
|
|
8370
8335
|
}
|
|
8371
8336
|
.zen-dropdown-list__item-wrapper {
|
|
8372
8337
|
display: flex;
|
|
8373
8338
|
flex-wrap: nowrap;
|
|
8374
8339
|
align-items: center;
|
|
8375
8340
|
margin: 1px;
|
|
8376
|
-
border-
|
|
8341
|
+
border-block-end: var(--border-width-default) solid var(--borders-general);
|
|
8377
8342
|
}
|
|
8378
8343
|
.zen-dropdown-list__item {
|
|
8379
8344
|
display: flex;
|
|
@@ -8412,7 +8377,7 @@ html:lang(ar) .zen-dropdown-list__label {
|
|
|
8412
8377
|
}
|
|
8413
8378
|
.zen-dropdown-list__sentinel-item {
|
|
8414
8379
|
position: "absolute";
|
|
8415
|
-
|
|
8380
|
+
inset-inline-start: "-9999px";
|
|
8416
8381
|
width: "1px";
|
|
8417
8382
|
height: "1px";
|
|
8418
8383
|
opacity: 0;
|
|
@@ -8465,7 +8430,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8465
8430
|
.zen-dropdown-list__footer {
|
|
8466
8431
|
display: flex;
|
|
8467
8432
|
justify-content: flex-start;
|
|
8468
|
-
border-
|
|
8433
|
+
border-block-start: var(--border-width-default) solid var(--borders-general);
|
|
8469
8434
|
}
|
|
8470
8435
|
.zen-dropdown-list__action-button-back {
|
|
8471
8436
|
padding-block: 0.4375rem;
|
|
@@ -8480,8 +8445,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8480
8445
|
.zen-dropdown-list__cancel-button,
|
|
8481
8446
|
.zen-dropdown-list__apply-button {
|
|
8482
8447
|
margin-inline-end: 0.5rem;
|
|
8483
|
-
margin-block
|
|
8484
|
-
margin-block-end: 0.25rem;
|
|
8448
|
+
margin-block: 0.5rem 0.25rem;
|
|
8485
8449
|
}
|
|
8486
8450
|
.zen-dropdown-list__clear-button {
|
|
8487
8451
|
margin-inline-start: 0.5rem;
|
|
@@ -8596,7 +8560,7 @@ html:lang(ar) .zen-dropdown-list__action-label {
|
|
|
8596
8560
|
min-width: var(--chip-min-width-default);
|
|
8597
8561
|
max-width: var(--chip-max-width-default);
|
|
8598
8562
|
width: fit-content;
|
|
8599
|
-
box-shadow:
|
|
8563
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
|
|
8600
8564
|
border-radius: var(--chip-border-radius);
|
|
8601
8565
|
gap: 0.125rem;
|
|
8602
8566
|
}
|
|
@@ -8610,13 +8574,19 @@ html:lang(ar) .zen-chip {
|
|
|
8610
8574
|
outline: 1px solid var(--borders-form-field--active);
|
|
8611
8575
|
outline-offset: 1px;
|
|
8612
8576
|
}
|
|
8613
|
-
.zen-chip--default {
|
|
8614
|
-
max-width: var(--chip-max-width-default);
|
|
8615
|
-
width: fit-content;
|
|
8616
|
-
}
|
|
8617
8577
|
.zen-chip.zen-chip--drive {
|
|
8618
8578
|
border-radius: 0.5rem;
|
|
8619
8579
|
}
|
|
8580
|
+
.zen-chip.zen-chip--drive .zen-chip__quantity {
|
|
8581
|
+
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
8582
|
+
font-size: 1.25rem;
|
|
8583
|
+
font-style: normal;
|
|
8584
|
+
font-weight: 400;
|
|
8585
|
+
letter-spacing: 0rem;
|
|
8586
|
+
line-height: 1.875rem;
|
|
8587
|
+
text-transform: none;
|
|
8588
|
+
text-decoration: none;
|
|
8589
|
+
}
|
|
8620
8590
|
.zen-chip:not(.zen-chip--disabled):not(.zen-chip--readonly):hover {
|
|
8621
8591
|
cursor: pointer;
|
|
8622
8592
|
}
|
|
@@ -8625,12 +8595,11 @@ html:lang(ar) .zen-chip {
|
|
|
8625
8595
|
}
|
|
8626
8596
|
.zen-chip__input {
|
|
8627
8597
|
position: absolute;
|
|
8628
|
-
|
|
8598
|
+
inset-inline-start: -5000px;
|
|
8629
8599
|
}
|
|
8630
8600
|
.zen-chip__content-wrapper {
|
|
8631
8601
|
margin: 0;
|
|
8632
8602
|
gap: 0.25rem;
|
|
8633
|
-
display: flex;
|
|
8634
8603
|
align-items: center;
|
|
8635
8604
|
justify-content: space-between;
|
|
8636
8605
|
display: grid;
|
|
@@ -8638,6 +8607,8 @@ html:lang(ar) .zen-chip {
|
|
|
8638
8607
|
min-height: 16px;
|
|
8639
8608
|
}
|
|
8640
8609
|
.zen-chip--default {
|
|
8610
|
+
max-width: var(--chip-max-width-default);
|
|
8611
|
+
width: fit-content;
|
|
8641
8612
|
background-color: var(--backgrounds-main);
|
|
8642
8613
|
border: 1px solid var(--borders-general);
|
|
8643
8614
|
color: var(--text-secondary);
|
|
@@ -8805,22 +8776,12 @@ html:lang(ar) .zen-chip__quantity {
|
|
|
8805
8776
|
text-transform: none;
|
|
8806
8777
|
text-decoration: none;
|
|
8807
8778
|
}
|
|
8808
|
-
.zen-chip.zen-chip--drive .zen-chip__quantity {
|
|
8809
|
-
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
8810
|
-
font-size: 1.25rem;
|
|
8811
|
-
font-style: normal;
|
|
8812
|
-
font-weight: 400;
|
|
8813
|
-
letter-spacing: 0rem;
|
|
8814
|
-
line-height: 1.875rem;
|
|
8815
|
-
text-transform: none;
|
|
8816
|
-
text-decoration: none;
|
|
8817
|
-
}
|
|
8818
8779
|
.zen-chip-content {
|
|
8819
8780
|
display: flex;
|
|
8820
8781
|
color: var(--text-primary);
|
|
8821
8782
|
align-items: center;
|
|
8822
8783
|
justify-content: space-between;
|
|
8823
|
-
padding: 0.25rem 0.75rem
|
|
8784
|
+
padding: 0.25rem 0.75rem;
|
|
8824
8785
|
border-radius: 0.5rem;
|
|
8825
8786
|
background: var(--backgrounds-content-1);
|
|
8826
8787
|
}
|
|
@@ -9122,7 +9083,6 @@ html:lang(ar) .zen-filter-button.zen-filter-button--mobile .zen-filter-button__q
|
|
|
9122
9083
|
outline: none;
|
|
9123
9084
|
padding-block: 0;
|
|
9124
9085
|
padding-inline: 0 0.3125rem;
|
|
9125
|
-
-webkit-appearance: none;
|
|
9126
9086
|
appearance: none;
|
|
9127
9087
|
background-color: inherit;
|
|
9128
9088
|
color: inherit;
|
|
@@ -9132,7 +9092,6 @@ html:lang(ar) .zen-dropdown-searchable-trigger .zen-dropdown-searchable-trigger_
|
|
|
9132
9092
|
}
|
|
9133
9093
|
.zen-dropdown-searchable-trigger__popup-trigger {
|
|
9134
9094
|
display: flex;
|
|
9135
|
-
border-color: var(--borders-general);
|
|
9136
9095
|
border: 1px solid var(--borders-general);
|
|
9137
9096
|
border-radius: var(--border-radius-default);
|
|
9138
9097
|
justify-content: center;
|
|
@@ -9367,7 +9326,7 @@ html:lang(ar) .zen-dropdown-searchable-trigger__counter {
|
|
|
9367
9326
|
box-sizing: border-box;
|
|
9368
9327
|
border: var(--border-width-default) solid var(--borders-general);
|
|
9369
9328
|
border-radius: var(--border-radius-default);
|
|
9370
|
-
|
|
9329
|
+
appearance: none;
|
|
9371
9330
|
outline: none;
|
|
9372
9331
|
background-color: var(--backgrounds-main);
|
|
9373
9332
|
color: var(--text-primary);
|
|
@@ -9455,7 +9414,6 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9455
9414
|
outline: 0;
|
|
9456
9415
|
padding: 0;
|
|
9457
9416
|
padding-inline-start: 0.25rem;
|
|
9458
|
-
-webkit-appearance: none;
|
|
9459
9417
|
appearance: none;
|
|
9460
9418
|
background-color: inherit;
|
|
9461
9419
|
color: var(--text-primary);
|
|
@@ -9472,7 +9430,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9472
9430
|
overflow: hidden;
|
|
9473
9431
|
padding: 0.5rem;
|
|
9474
9432
|
display: grid;
|
|
9475
|
-
|
|
9433
|
+
gap: 0.5rem;
|
|
9476
9434
|
align-items: center;
|
|
9477
9435
|
}
|
|
9478
9436
|
.zen-input-adornments * {
|
|
@@ -9514,7 +9472,6 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9514
9472
|
fill: var(--text-placeholder);
|
|
9515
9473
|
}
|
|
9516
9474
|
.zen-input-adornments__input {
|
|
9517
|
-
height: 100%;
|
|
9518
9475
|
width: 100%;
|
|
9519
9476
|
height: 1rem;
|
|
9520
9477
|
}
|
|
@@ -9531,7 +9488,6 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9531
9488
|
outline: 0;
|
|
9532
9489
|
padding: 0;
|
|
9533
9490
|
padding-inline-start: 0.25rem;
|
|
9534
|
-
-webkit-appearance: none;
|
|
9535
9491
|
appearance: none;
|
|
9536
9492
|
background-color: inherit;
|
|
9537
9493
|
color: var(--text-primary);
|
|
@@ -9546,7 +9502,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9546
9502
|
.zen-input-adornments.zen-input-adornments--drive {
|
|
9547
9503
|
height: 2.75rem;
|
|
9548
9504
|
display: grid;
|
|
9549
|
-
|
|
9505
|
+
gap: 0.5rem;
|
|
9550
9506
|
align-items: center;
|
|
9551
9507
|
}
|
|
9552
9508
|
.zen-input-adornments.zen-input-adornments--drive.zen-input-adornments--has-start,
|
|
@@ -9576,7 +9532,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9576
9532
|
.zen-input-adornments.zen-input-adornments--mobile {
|
|
9577
9533
|
height: 2.75rem;
|
|
9578
9534
|
display: grid;
|
|
9579
|
-
|
|
9535
|
+
gap: 0.5rem;
|
|
9580
9536
|
align-items: center;
|
|
9581
9537
|
font-size: 1.0625rem;
|
|
9582
9538
|
}
|
|
@@ -9607,7 +9563,7 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9607
9563
|
.zen-input-adornments.zen-input-adornments--drive-tablet {
|
|
9608
9564
|
height: 2.875rem;
|
|
9609
9565
|
display: grid;
|
|
9610
|
-
|
|
9566
|
+
gap: 0.5rem;
|
|
9611
9567
|
align-items: center;
|
|
9612
9568
|
}
|
|
9613
9569
|
.zen-input-adornments.zen-input-adornments--drive-tablet.zen-input-adornments--has-start,
|
|
@@ -9708,9 +9664,8 @@ html:lang(ar) .zen-text-input.zen-text-input--mobile {
|
|
|
9708
9664
|
width: 100%;
|
|
9709
9665
|
height: auto;
|
|
9710
9666
|
max-height: 100%;
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
bottom: 0;
|
|
9667
|
+
inset-inline-start: 0;
|
|
9668
|
+
inset-block: auto 0;
|
|
9714
9669
|
z-index: 11005;
|
|
9715
9670
|
background-color: var(--backgrounds-main);
|
|
9716
9671
|
}
|
|
@@ -9857,7 +9812,7 @@ html:lang(ar) .zen-group-button {
|
|
|
9857
9812
|
width: 1px;
|
|
9858
9813
|
height: 1px;
|
|
9859
9814
|
margin: -1px;
|
|
9860
|
-
clip:
|
|
9815
|
+
clip-path: inset(50%);
|
|
9861
9816
|
position: absolute;
|
|
9862
9817
|
}
|
|
9863
9818
|
.zen-group-button__input:checked + .zen-group-button__label {
|
|
@@ -10024,7 +9979,7 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10024
9979
|
}
|
|
10025
9980
|
.zen-modal {
|
|
10026
9981
|
box-sizing: border-box;
|
|
10027
|
-
box-shadow:
|
|
9982
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
10028
9983
|
position: absolute;
|
|
10029
9984
|
width: 100%;
|
|
10030
9985
|
height: 100%;
|
|
@@ -10056,9 +10011,8 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10056
10011
|
background-color: var(--backgrounds-main);
|
|
10057
10012
|
color: var(--text-primary);
|
|
10058
10013
|
padding: 0;
|
|
10059
|
-
box-shadow:
|
|
10060
|
-
max-height:
|
|
10061
|
-
max-height: 90dvh;
|
|
10014
|
+
box-shadow: 0 2px 6px rgba(11, 32, 50, 0.2);
|
|
10015
|
+
max-height: 90vb;
|
|
10062
10016
|
border-radius: 4px;
|
|
10063
10017
|
overflow: hidden;
|
|
10064
10018
|
}
|
|
@@ -10066,7 +10020,7 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10066
10020
|
box-sizing: border-box;
|
|
10067
10021
|
}
|
|
10068
10022
|
.zen-modal-content--hidden-overflow.zen-modal-content--hidden-overflow {
|
|
10069
|
-
overflow-
|
|
10023
|
+
overflow-block: hidden;
|
|
10070
10024
|
}
|
|
10071
10025
|
.zen-modal-content__header {
|
|
10072
10026
|
display: flex;
|
|
@@ -10095,10 +10049,8 @@ html:lang(ar) .zen-pill-box__label {
|
|
|
10095
10049
|
}
|
|
10096
10050
|
.zen-modal-content__body {
|
|
10097
10051
|
overflow: auto;
|
|
10098
|
-
padding-block
|
|
10099
|
-
padding-
|
|
10100
|
-
padding-inline-start: 1.5rem;
|
|
10101
|
-
padding-inline-end: 1.5rem;
|
|
10052
|
+
padding-block: 0.75rem 2rem;
|
|
10053
|
+
padding-inline: 1.5rem;
|
|
10102
10054
|
}
|
|
10103
10055
|
.zen-modal-content__body--no-footer {
|
|
10104
10056
|
padding-block-end: 1rem;
|
|
@@ -10313,7 +10265,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10313
10265
|
border-color: var(--borders-form-field--active);
|
|
10314
10266
|
}
|
|
10315
10267
|
.zen-status-pill__text {
|
|
10316
|
-
margin-
|
|
10268
|
+
margin-inline-end: 4px;
|
|
10317
10269
|
color: var(--text-primary);
|
|
10318
10270
|
flex-shrink: 1;
|
|
10319
10271
|
min-width: 0;
|
|
@@ -10337,11 +10289,11 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10337
10289
|
color: var(--text-reverse-primary);
|
|
10338
10290
|
}
|
|
10339
10291
|
.zen-status-pill__text--centered {
|
|
10340
|
-
margin-
|
|
10292
|
+
margin-inline-end: 0;
|
|
10341
10293
|
}
|
|
10342
10294
|
.zen-status-pill__expand-button {
|
|
10343
10295
|
padding: 0;
|
|
10344
|
-
margin-
|
|
10296
|
+
margin-inline-start: auto;
|
|
10345
10297
|
flex-shrink: 0;
|
|
10346
10298
|
}
|
|
10347
10299
|
.zen-status-pill__expand-button--default {
|
|
@@ -10372,7 +10324,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10372
10324
|
display: flex;
|
|
10373
10325
|
align-items: center;
|
|
10374
10326
|
height: 12px;
|
|
10375
|
-
margin-
|
|
10327
|
+
margin-inline-end: 4px;
|
|
10376
10328
|
flex-shrink: 0;
|
|
10377
10329
|
}
|
|
10378
10330
|
.zen-status-pill__icon--large {
|
|
@@ -10403,13 +10355,13 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10403
10355
|
color: var(--text-reverse-primary);
|
|
10404
10356
|
}
|
|
10405
10357
|
.zen-status-pill__icon--standalone {
|
|
10406
|
-
margin-
|
|
10358
|
+
margin-inline-end: 0;
|
|
10407
10359
|
}
|
|
10408
10360
|
.zen-absolute:has(.zen-status-pill-popup) {
|
|
10409
10361
|
overflow: visible;
|
|
10410
10362
|
}
|
|
10411
10363
|
.zen-status-pill-popup {
|
|
10412
|
-
box-shadow:
|
|
10364
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
|
10413
10365
|
border-radius: 0.25rem;
|
|
10414
10366
|
background-color: white;
|
|
10415
10367
|
max-height: 560px;
|
|
@@ -10421,7 +10373,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10421
10373
|
flex-direction: column;
|
|
10422
10374
|
padding: 0.75rem 0.5rem;
|
|
10423
10375
|
gap: 1rem;
|
|
10424
|
-
overflow-
|
|
10376
|
+
overflow-block: auto;
|
|
10425
10377
|
max-height: 480px;
|
|
10426
10378
|
}
|
|
10427
10379
|
.zen-status-pill-popup__container--small {
|
|
@@ -10438,7 +10390,7 @@ html:lang(ar) .zen-status-pill__container {
|
|
|
10438
10390
|
align-items: center;
|
|
10439
10391
|
padding: 0.75rem 0.5rem;
|
|
10440
10392
|
gap: 1rem;
|
|
10441
|
-
border-
|
|
10393
|
+
border-block-end: 1px solid var(--borders-general);
|
|
10442
10394
|
}
|
|
10443
10395
|
.zen-status-pill-popup__title-item-text {
|
|
10444
10396
|
flex: 1;
|
|
@@ -10507,7 +10459,7 @@ html:lang(ar) .zen-status-pill-popup__header-text {
|
|
|
10507
10459
|
text-decoration: none;
|
|
10508
10460
|
}
|
|
10509
10461
|
.zen-status-pill-popup__header-text--left {
|
|
10510
|
-
margin-
|
|
10462
|
+
margin-inline-start: auto;
|
|
10511
10463
|
}
|
|
10512
10464
|
.zen-status-pill-popup__description {
|
|
10513
10465
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -10519,7 +10471,7 @@ html:lang(ar) .zen-status-pill-popup__header-text {
|
|
|
10519
10471
|
text-transform: none;
|
|
10520
10472
|
text-decoration: none;
|
|
10521
10473
|
color: var(--text-secondary);
|
|
10522
|
-
overflow-
|
|
10474
|
+
overflow-block: auto;
|
|
10523
10475
|
}
|
|
10524
10476
|
html:lang(ar) .zen-status-pill-popup__description {
|
|
10525
10477
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -10553,12 +10505,12 @@ html:lang(ar) .zen-status-pill-popup__description {
|
|
|
10553
10505
|
background-color: var(--borders-general);
|
|
10554
10506
|
}
|
|
10555
10507
|
.zen-status-pill-popup--mobile .zen-mobile-sheet__title {
|
|
10556
|
-
border-
|
|
10508
|
+
border-block-end: 1px solid var(--borders-general);
|
|
10557
10509
|
}
|
|
10558
10510
|
.zen-status-pill-popup--mobile .zen-mobile-sheet__content {
|
|
10559
10511
|
padding: 1rem;
|
|
10560
|
-
max-height:
|
|
10561
|
-
overflow-
|
|
10512
|
+
max-height: 90vb;
|
|
10513
|
+
overflow-block: auto;
|
|
10562
10514
|
}
|
|
10563
10515
|
.zen-status-pill-popup__mobile-title {
|
|
10564
10516
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -10620,7 +10572,6 @@ html:lang(ar) .zen-status-pill-popup__view-more-badge {
|
|
|
10620
10572
|
background: 0 0;
|
|
10621
10573
|
padding: 0.5rem;
|
|
10622
10574
|
vertical-align: middle;
|
|
10623
|
-
border-width: 0;
|
|
10624
10575
|
margin: 0.0625rem;
|
|
10625
10576
|
border: none;
|
|
10626
10577
|
background-color: transparent;
|
|
@@ -10669,7 +10620,7 @@ html:lang(ar) .zen-select {
|
|
|
10669
10620
|
transform: rotateZ(180deg);
|
|
10670
10621
|
}
|
|
10671
10622
|
.zen-select__popup {
|
|
10672
|
-
box-shadow:
|
|
10623
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
10673
10624
|
border-radius: var(--border-radius-default);
|
|
10674
10625
|
background-color: var(--backgrounds-main);
|
|
10675
10626
|
}
|
|
@@ -10761,10 +10712,6 @@ html:lang(ar) .zen-calendar__year-name {
|
|
|
10761
10712
|
.zen-calendar__table {
|
|
10762
10713
|
width: 100%;
|
|
10763
10714
|
-webkit-touch-callout: none;
|
|
10764
|
-
-webkit-user-select: none;
|
|
10765
|
-
-khtml-user-select: none;
|
|
10766
|
-
-moz-user-select: none;
|
|
10767
|
-
-ms-user-select: none;
|
|
10768
10715
|
user-select: none;
|
|
10769
10716
|
border-collapse: separate;
|
|
10770
10717
|
border-spacing: 0;
|
|
@@ -10820,7 +10767,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10820
10767
|
position: absolute;
|
|
10821
10768
|
padding: 0;
|
|
10822
10769
|
margin: 0;
|
|
10823
|
-
|
|
10770
|
+
inset-block-start: 0;
|
|
10824
10771
|
z-index: 1;
|
|
10825
10772
|
border-color: var(--action-primary--default);
|
|
10826
10773
|
background-color: var(--accents-general--main);
|
|
@@ -10831,7 +10778,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10831
10778
|
border: 1px solid var(--action-primary--default);
|
|
10832
10779
|
background-color: var(--accents-general--main);
|
|
10833
10780
|
position: absolute;
|
|
10834
|
-
|
|
10781
|
+
inset-block-start: 0;
|
|
10835
10782
|
z-index: 1;
|
|
10836
10783
|
width: 2rem;
|
|
10837
10784
|
border-radius: 1.5rem;
|
|
@@ -10852,7 +10799,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10852
10799
|
.zen-calendar__month-end {
|
|
10853
10800
|
position: absolute;
|
|
10854
10801
|
height: 1.5rem;
|
|
10855
|
-
|
|
10802
|
+
inset-block-start: 0;
|
|
10856
10803
|
width: 1rem;
|
|
10857
10804
|
z-index: 1;
|
|
10858
10805
|
border-block: 1px solid var(--action-primary--default);
|
|
@@ -10896,7 +10843,7 @@ html:lang(ar) .zen-calendar__column {
|
|
|
10896
10843
|
height: 1.5rem;
|
|
10897
10844
|
text-align: center;
|
|
10898
10845
|
position: absolute;
|
|
10899
|
-
|
|
10846
|
+
inset-block-start: 0;
|
|
10900
10847
|
z-index: 2;
|
|
10901
10848
|
border: 1px solid transparent;
|
|
10902
10849
|
}
|
|
@@ -11088,7 +11035,7 @@ html:lang(ar) .zen-calendar__day {
|
|
|
11088
11035
|
text-transform: none;
|
|
11089
11036
|
text-decoration: none;
|
|
11090
11037
|
}
|
|
11091
|
-
@media (
|
|
11038
|
+
@media (width <= 520px) {
|
|
11092
11039
|
.zen-calendar .zen-calendar__year {
|
|
11093
11040
|
max-width: calc(100% - 7.875rem);
|
|
11094
11041
|
}
|
|
@@ -11112,7 +11059,7 @@ html:lang(ar) .zen-calendar__day {
|
|
|
11112
11059
|
z-index: 11010;
|
|
11113
11060
|
width: 100%;
|
|
11114
11061
|
}
|
|
11115
|
-
@media (
|
|
11062
|
+
@media (width <= 640px) {
|
|
11116
11063
|
.zen-parallel-selection-popup {
|
|
11117
11064
|
width: 100%;
|
|
11118
11065
|
}
|
|
@@ -11163,9 +11110,8 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11163
11110
|
--pie-center-label-font-weight: 400;
|
|
11164
11111
|
}
|
|
11165
11112
|
.zen-chart--legend-right {
|
|
11166
|
-
flex-
|
|
11113
|
+
flex-flow: row wrap;
|
|
11167
11114
|
align-items: center;
|
|
11168
|
-
flex-wrap: wrap;
|
|
11169
11115
|
}
|
|
11170
11116
|
.zen-chart--legend-right .zen-chart__chart {
|
|
11171
11117
|
flex: 0 0 auto;
|
|
@@ -11175,8 +11121,7 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11175
11121
|
.zen-chart--legend-right .zen-chart__legend {
|
|
11176
11122
|
flex: 1 1 auto;
|
|
11177
11123
|
padding-inline-start: 1rem;
|
|
11178
|
-
overflow
|
|
11179
|
-
overflow-x: hidden;
|
|
11124
|
+
overflow: hidden auto;
|
|
11180
11125
|
}
|
|
11181
11126
|
@container (max-width: 640px) {
|
|
11182
11127
|
.zen-chart--legend-right .zen-chart__chart {
|
|
@@ -11187,7 +11132,7 @@ html:lang(ar) .zen-chart__x-axis {
|
|
|
11187
11132
|
.zen-chart--legend-right .zen-chart__legend {
|
|
11188
11133
|
flex: 0 0 100%;
|
|
11189
11134
|
padding-inline-start: 0;
|
|
11190
|
-
overflow-
|
|
11135
|
+
overflow-block: visible;
|
|
11191
11136
|
}
|
|
11192
11137
|
}
|
|
11193
11138
|
.zen-pie-legend {
|
|
@@ -11299,7 +11244,7 @@ html:lang(ar) .zen-pie-legend__item-percentage {
|
|
|
11299
11244
|
font-size: 1rem;
|
|
11300
11245
|
line-height: 1.125rem;
|
|
11301
11246
|
}
|
|
11302
|
-
@media (
|
|
11247
|
+
@media (width <= 640px) {
|
|
11303
11248
|
.zen-pie-legend--drive .zen-pie-legend__item-label,
|
|
11304
11249
|
.zen-pie-legend--drive .zen-pie-legend__item-value,
|
|
11305
11250
|
.zen-pie-legend--drive .zen-pie-legend__item-percentage {
|
|
@@ -11315,7 +11260,6 @@ html:lang(ar) .zen-pie-legend__item-percentage {
|
|
|
11315
11260
|
line-height: 1rem;
|
|
11316
11261
|
text-decoration: none;
|
|
11317
11262
|
box-sizing: border-box;
|
|
11318
|
-
background-color: var(--backgrounds-content-1);
|
|
11319
11263
|
background: var(--backgrounds-main);
|
|
11320
11264
|
border-radius: 8px;
|
|
11321
11265
|
color: var(--text-primary);
|
|
@@ -11363,7 +11307,7 @@ html:lang(ar) .zen-summary__header {
|
|
|
11363
11307
|
border-radius: 50%;
|
|
11364
11308
|
display: inline-block;
|
|
11365
11309
|
height: 0.5rem;
|
|
11366
|
-
margin: 0.125rem
|
|
11310
|
+
margin: 0.125rem;
|
|
11367
11311
|
min-height: 0.5rem;
|
|
11368
11312
|
min-width: 0.5rem;
|
|
11369
11313
|
padding-inline: 0;
|
|
@@ -11414,6 +11358,20 @@ button.zen-summary__clickable {
|
|
|
11414
11358
|
gap: 0.25rem;
|
|
11415
11359
|
justify-content: start;
|
|
11416
11360
|
}
|
|
11361
|
+
.zen-summary__prefix {
|
|
11362
|
+
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
11363
|
+
font-size: 1.5rem;
|
|
11364
|
+
font-style: normal;
|
|
11365
|
+
font-weight: 400;
|
|
11366
|
+
letter-spacing: 0.02rem;
|
|
11367
|
+
line-height: 2rem;
|
|
11368
|
+
text-transform: none;
|
|
11369
|
+
text-decoration: none;
|
|
11370
|
+
font-feature-settings: "liga" off, "clig" off;
|
|
11371
|
+
}
|
|
11372
|
+
html:lang(ar) .zen-summary__prefix {
|
|
11373
|
+
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
11374
|
+
}
|
|
11417
11375
|
.zen-summary__value,
|
|
11418
11376
|
.zen-summary__unit {
|
|
11419
11377
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11488,7 +11446,7 @@ html:lang(ar) .zen-summary__content {
|
|
|
11488
11446
|
position: absolute;
|
|
11489
11447
|
z-index: 11100;
|
|
11490
11448
|
border: 1px solid var(--borders-general);
|
|
11491
|
-
box-shadow:
|
|
11449
|
+
box-shadow: 0 1px 3px 0 rgba(0, 17, 30, 0.15);
|
|
11492
11450
|
}
|
|
11493
11451
|
.zen-chart-tooltip__header {
|
|
11494
11452
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11537,7 +11495,7 @@ html:lang(ar) .zen-chart-tooltip__subheader {
|
|
|
11537
11495
|
overflow: hidden;
|
|
11538
11496
|
text-overflow: ellipsis;
|
|
11539
11497
|
white-space: nowrap;
|
|
11540
|
-
|
|
11498
|
+
overflow-wrap: normal;
|
|
11541
11499
|
}
|
|
11542
11500
|
html:lang(ar) .zen-chart-tooltip__label {
|
|
11543
11501
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11605,29 +11563,29 @@ html:lang(ar) .zen-chart-tooltip__note {
|
|
|
11605
11563
|
}
|
|
11606
11564
|
.zen-chart-tooltip__arrow--top {
|
|
11607
11565
|
inset: -0.375rem auto auto calc(50% - 0.9375rem);
|
|
11608
|
-
/*rtl:ignore*/
|
|
11566
|
+
/* rtl:ignore */
|
|
11609
11567
|
transform: rotate(45deg);
|
|
11610
11568
|
}
|
|
11611
11569
|
.zen-chart-tooltip__arrow--bottom {
|
|
11612
11570
|
inset: auto auto -0.375rem calc(50% - 0.9375rem);
|
|
11613
|
-
/*rtl:ignore*/
|
|
11571
|
+
/* rtl:ignore */
|
|
11614
11572
|
transform: rotate(225deg);
|
|
11615
11573
|
}
|
|
11616
11574
|
.zen-chart-tooltip__arrow--right {
|
|
11617
11575
|
inset: calc(50% - 0.9375rem) -0.375rem auto auto;
|
|
11618
|
-
/*rtl:ignore*/
|
|
11576
|
+
/* rtl:ignore */
|
|
11619
11577
|
transform: rotate(135deg);
|
|
11620
11578
|
}
|
|
11621
11579
|
.zen-chart-tooltip__arrow--left {
|
|
11622
11580
|
inset: calc(50% - 0.9375rem) auto auto -0.375rem;
|
|
11623
|
-
/*rtl:ignore*/
|
|
11581
|
+
/* rtl:ignore */
|
|
11624
11582
|
transform: rotate(315deg);
|
|
11625
11583
|
}
|
|
11626
11584
|
.zen-chart-insight {
|
|
11627
11585
|
display: flex;
|
|
11628
11586
|
gap: 4px;
|
|
11629
11587
|
max-width: 560px;
|
|
11630
|
-
margin-
|
|
11588
|
+
margin-block-end: 8px;
|
|
11631
11589
|
}
|
|
11632
11590
|
.zen-chart-insight__icon {
|
|
11633
11591
|
fill: var(--text-primary);
|
|
@@ -11649,8 +11607,7 @@ html:lang(ar) .zen-chart-insight__text {
|
|
|
11649
11607
|
}
|
|
11650
11608
|
.zen-legend {
|
|
11651
11609
|
display: flex;
|
|
11652
|
-
|
|
11653
|
-
row-gap: 8px;
|
|
11610
|
+
gap: 8px 16px;
|
|
11654
11611
|
margin: 0;
|
|
11655
11612
|
padding: 0;
|
|
11656
11613
|
flex-wrap: wrap;
|
|
@@ -11687,7 +11644,7 @@ html:lang(ar) .zen-chart-insight__text {
|
|
|
11687
11644
|
overflow: hidden;
|
|
11688
11645
|
text-overflow: ellipsis;
|
|
11689
11646
|
white-space: nowrap;
|
|
11690
|
-
|
|
11647
|
+
overflow-wrap: normal;
|
|
11691
11648
|
}
|
|
11692
11649
|
html:lang(ar) .zen-legend__item-label {
|
|
11693
11650
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -11719,7 +11676,7 @@ html:lang(ar) .zen-legend__item-value {
|
|
|
11719
11676
|
font-size: 1rem;
|
|
11720
11677
|
line-height: 1.125rem;
|
|
11721
11678
|
}
|
|
11722
|
-
@media (
|
|
11679
|
+
@media (width <= 640px) {
|
|
11723
11680
|
.zen-legend.zen-legend--drive .zen-legend-list__item-text {
|
|
11724
11681
|
font-size: 0.875rem;
|
|
11725
11682
|
}
|
|
@@ -11727,8 +11684,7 @@ html:lang(ar) .zen-legend__item-value {
|
|
|
11727
11684
|
.zen-chart-axis {
|
|
11728
11685
|
display: flex;
|
|
11729
11686
|
justify-content: space-between;
|
|
11730
|
-
|
|
11731
|
-
row-gap: 0.25rem;
|
|
11687
|
+
gap: 0.25rem 1rem;
|
|
11732
11688
|
flex-wrap: wrap;
|
|
11733
11689
|
margin: 0 0.625rem;
|
|
11734
11690
|
}
|
|
@@ -11795,7 +11751,7 @@ html:lang(ar) .zen-chart-axis__value {
|
|
|
11795
11751
|
flex-basis: 100%;
|
|
11796
11752
|
justify-content: flex-end;
|
|
11797
11753
|
}
|
|
11798
|
-
@media (
|
|
11754
|
+
@media (width <= 640px) {
|
|
11799
11755
|
.zen-chart-axis__item--wide {
|
|
11800
11756
|
flex: 0 0 auto;
|
|
11801
11757
|
}
|
|
@@ -11807,7 +11763,7 @@ html:lang(ar) .zen-chart-axis__value {
|
|
|
11807
11763
|
margin: -1px;
|
|
11808
11764
|
padding: 0;
|
|
11809
11765
|
overflow: hidden;
|
|
11810
|
-
clip:
|
|
11766
|
+
clip-path: inset(50%);
|
|
11811
11767
|
border: 0;
|
|
11812
11768
|
}
|
|
11813
11769
|
.zen-columns-filter {
|
|
@@ -11919,6 +11875,9 @@ html:lang(ar) .zen-columns-filter__item {
|
|
|
11919
11875
|
transform: translateX(-88%);
|
|
11920
11876
|
position: absolute;
|
|
11921
11877
|
}
|
|
11878
|
+
[dir="rtl"] .zen-flexible-column .zen-flexible-column__draggable-icon {
|
|
11879
|
+
transform: translateX(88%);
|
|
11880
|
+
}
|
|
11922
11881
|
.zen-flexible-column__draggable {
|
|
11923
11882
|
width: 0.375rem;
|
|
11924
11883
|
height: 100%;
|
|
@@ -11932,7 +11891,6 @@ html:lang(ar) .zen-columns-filter__item {
|
|
|
11932
11891
|
.zen-flexible-column__content {
|
|
11933
11892
|
width: 100%;
|
|
11934
11893
|
text-align: start;
|
|
11935
|
-
-webkit-user-select: none;
|
|
11936
11894
|
user-select: none;
|
|
11937
11895
|
}
|
|
11938
11896
|
.zen-flexible-column:hover .zen-flexible-column__draggable-icon {
|
|
@@ -11965,7 +11923,7 @@ html:lang(ar) .zen-columns-filter__item {
|
|
|
11965
11923
|
.zen-date-input-popup {
|
|
11966
11924
|
width: 17.5rem;
|
|
11967
11925
|
min-width: 17.5rem;
|
|
11968
|
-
overflow-
|
|
11926
|
+
overflow-inline: hidden;
|
|
11969
11927
|
}
|
|
11970
11928
|
.zen-date-input-popup__button-clear {
|
|
11971
11929
|
margin-block: 0.5rem 0.25rem;
|
|
@@ -11998,10 +11956,6 @@ html:lang(ar) .zen-date-input-popup__header {
|
|
|
11998
11956
|
padding: 0 0.5rem;
|
|
11999
11957
|
border-block-start: 1px solid var(--backgrounds-content-1);
|
|
12000
11958
|
}
|
|
12001
|
-
.zen-date-input-popup.zen-date-input-popup--drive-tablet {
|
|
12002
|
-
width: 20rem;
|
|
12003
|
-
min-width: 20rem;
|
|
12004
|
-
}
|
|
12005
11959
|
.zen-date-input-popup.zen-date-input-popup--drive .zen-date-input-popup__header {
|
|
12006
11960
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
12007
11961
|
font-size: 1rem;
|
|
@@ -12012,16 +11966,6 @@ html:lang(ar) .zen-date-input-popup__header {
|
|
|
12012
11966
|
text-transform: none;
|
|
12013
11967
|
text-decoration: none;
|
|
12014
11968
|
}
|
|
12015
|
-
.zen-date-input-popup.zen-date-input-popup--drive-tablet .zen-date-input-popup__header {
|
|
12016
|
-
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
12017
|
-
font-size: 1rem;
|
|
12018
|
-
font-style: normal;
|
|
12019
|
-
font-weight: 700;
|
|
12020
|
-
letter-spacing: 0.02rem;
|
|
12021
|
-
line-height: 1.375rem;
|
|
12022
|
-
text-transform: none;
|
|
12023
|
-
text-decoration: none;
|
|
12024
|
-
}
|
|
12025
11969
|
.zen-date-input-mobile-sheet .zen-mobile-sheet__title {
|
|
12026
11970
|
border-block-end: none;
|
|
12027
11971
|
}
|
|
@@ -12133,7 +12077,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12133
12077
|
width: 76px;
|
|
12134
12078
|
height: 160px;
|
|
12135
12079
|
}
|
|
12136
|
-
@media (
|
|
12080
|
+
@media (width <= 640px) {
|
|
12137
12081
|
.zen-time-select {
|
|
12138
12082
|
width: 100%;
|
|
12139
12083
|
}
|
|
@@ -12167,10 +12111,13 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12167
12111
|
.zen-time-picker__trigger--error {
|
|
12168
12112
|
border: 1px solid var(--text-error-message);
|
|
12169
12113
|
}
|
|
12170
|
-
.zen-time-picker__trigger.zen-form-field__input
|
|
12114
|
+
.zen-time-picker__trigger.zen-form-field__input {
|
|
12171
12115
|
width: unset;
|
|
12172
12116
|
}
|
|
12173
|
-
|
|
12117
|
+
.zen-time-picker__trigger.zen-form-field__input.zen-time-picker__trigger--full-width {
|
|
12118
|
+
width: 100%;
|
|
12119
|
+
}
|
|
12120
|
+
@media (width <= 640px) {
|
|
12174
12121
|
.zen-time-picker__popup {
|
|
12175
12122
|
width: 100%;
|
|
12176
12123
|
}
|
|
@@ -12200,6 +12147,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12200
12147
|
width: 2rem;
|
|
12201
12148
|
cursor: pointer;
|
|
12202
12149
|
flex-shrink: 0;
|
|
12150
|
+
/* stylelint-disable-next-line selector-not-notation */
|
|
12203
12151
|
}
|
|
12204
12152
|
.zen-date-range-wrapper .zen-date-range__stepper--left {
|
|
12205
12153
|
margin-inline-end: -1px;
|
|
@@ -12276,7 +12224,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12276
12224
|
overflow: hidden;
|
|
12277
12225
|
text-overflow: ellipsis;
|
|
12278
12226
|
white-space: nowrap;
|
|
12279
|
-
|
|
12227
|
+
overflow-wrap: normal;
|
|
12280
12228
|
}
|
|
12281
12229
|
.zen-date-range--with-stepper.zen-date-range--with-stepper:hover,
|
|
12282
12230
|
.zen-date-range--with-stepper.zen-date-range--with-stepper:focus {
|
|
@@ -12291,7 +12239,7 @@ html:lang(ar) .zen-date-input-inner__control-block {
|
|
|
12291
12239
|
.zen-date-range-popup {
|
|
12292
12240
|
width: 17.5rem;
|
|
12293
12241
|
min-width: 17.5rem;
|
|
12294
|
-
overflow-
|
|
12242
|
+
overflow-inline: hidden;
|
|
12295
12243
|
}
|
|
12296
12244
|
.zen-date-range-popup__button-clear {
|
|
12297
12245
|
margin-block: 0.5rem 0.25rem;
|
|
@@ -12523,8 +12471,8 @@ html:lang(ar) .zen-radio__label {
|
|
|
12523
12471
|
.zen-radio--drive .zen-radio__input::before {
|
|
12524
12472
|
width: 0.875rem;
|
|
12525
12473
|
height: 0.875rem;
|
|
12526
|
-
|
|
12527
|
-
|
|
12474
|
+
inset-block-start: calc(50% - 0.875rem / 2);
|
|
12475
|
+
inset-inline-start: calc(50% - 0.875rem / 2);
|
|
12528
12476
|
}
|
|
12529
12477
|
.zen-radio__wrapper--mobile .zen-radio__label {
|
|
12530
12478
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -12547,8 +12495,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12547
12495
|
.zen-radio__wrapper--mobile .zen-radio__input::before {
|
|
12548
12496
|
width: 0.875rem;
|
|
12549
12497
|
height: 0.875rem;
|
|
12550
|
-
|
|
12551
|
-
|
|
12498
|
+
inset-block-start: calc(50% - 0.875rem / 2);
|
|
12499
|
+
inset-inline-start: calc(50% - 0.875rem / 2);
|
|
12552
12500
|
}
|
|
12553
12501
|
.zen-radio--drive-tablet .zen-radio__label {
|
|
12554
12502
|
font-family: "Roboto Mono", "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -12568,11 +12516,10 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12568
12516
|
.zen-radio--drive-tablet .zen-radio__input::before {
|
|
12569
12517
|
width: 0.875rem;
|
|
12570
12518
|
height: 0.875rem;
|
|
12571
|
-
|
|
12572
|
-
|
|
12519
|
+
inset-block-start: calc(50% - 0.875rem / 2);
|
|
12520
|
+
inset-inline-start: calc(50% - 0.875rem / 2);
|
|
12573
12521
|
}
|
|
12574
12522
|
.zen-radio__input {
|
|
12575
|
-
-webkit-appearance: none;
|
|
12576
12523
|
appearance: none;
|
|
12577
12524
|
position: relative;
|
|
12578
12525
|
cursor: pointer;
|
|
@@ -12595,8 +12542,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12595
12542
|
width: 0.625rem;
|
|
12596
12543
|
height: 0.625rem;
|
|
12597
12544
|
position: absolute;
|
|
12598
|
-
|
|
12599
|
-
|
|
12545
|
+
inset-block-start: calc(50% - 0.625rem / 2);
|
|
12546
|
+
inset-inline-start: calc(50% - 0.625rem / 2);
|
|
12600
12547
|
border-radius: 50%;
|
|
12601
12548
|
transform: scale(0);
|
|
12602
12549
|
transition: 120ms transform ease-in-out;
|
|
@@ -12679,10 +12626,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12679
12626
|
position: absolute;
|
|
12680
12627
|
width: 100%;
|
|
12681
12628
|
height: 100%;
|
|
12682
|
-
|
|
12683
|
-
bottom: 0;
|
|
12684
|
-
left: 0;
|
|
12685
|
-
right: 0;
|
|
12629
|
+
inset: 0;
|
|
12686
12630
|
display: flex;
|
|
12687
12631
|
align-items: center;
|
|
12688
12632
|
justify-content: center;
|
|
@@ -12693,10 +12637,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12693
12637
|
.zen-dialog__shield {
|
|
12694
12638
|
box-sizing: border-box;
|
|
12695
12639
|
position: absolute;
|
|
12696
|
-
|
|
12697
|
-
bottom: 0;
|
|
12698
|
-
left: 0;
|
|
12699
|
-
right: 0;
|
|
12640
|
+
inset: 0;
|
|
12700
12641
|
z-index: 11000;
|
|
12701
12642
|
background-color: var(--backgrounds-hover);
|
|
12702
12643
|
opacity: 0.5;
|
|
@@ -12713,9 +12654,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12713
12654
|
background-color: var(--backgrounds-main);
|
|
12714
12655
|
color: var(--text-primary);
|
|
12715
12656
|
padding: 0;
|
|
12716
|
-
box-shadow:
|
|
12717
|
-
max-height:
|
|
12718
|
-
max-height: 90dvh;
|
|
12657
|
+
box-shadow: 0 2px 6px rgba(11, 32, 50, 0.2);
|
|
12658
|
+
max-height: 90vb;
|
|
12719
12659
|
border-radius: var(--border-radius-default);
|
|
12720
12660
|
overflow: hidden;
|
|
12721
12661
|
}
|
|
@@ -12732,7 +12672,6 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12732
12672
|
}
|
|
12733
12673
|
.zen-dialog-content__header-title {
|
|
12734
12674
|
flex-grow: 2;
|
|
12735
|
-
padding-right: 12px;
|
|
12736
12675
|
padding: 12px 24px;
|
|
12737
12676
|
}
|
|
12738
12677
|
.zen-dialog-content__header-close-button {
|
|
@@ -12740,7 +12679,7 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12740
12679
|
align-items: center;
|
|
12741
12680
|
justify-content: center;
|
|
12742
12681
|
flex-shrink: 0;
|
|
12743
|
-
margin-
|
|
12682
|
+
margin-inline-end: 12px;
|
|
12744
12683
|
width: 24px;
|
|
12745
12684
|
height: 24px;
|
|
12746
12685
|
fill: var(--text-reverse-primary);
|
|
@@ -12764,11 +12703,11 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12764
12703
|
display: flex;
|
|
12765
12704
|
justify-content: space-between;
|
|
12766
12705
|
padding: 12px;
|
|
12767
|
-
border-
|
|
12706
|
+
border-block-start: 1px solid var(--borders-general);
|
|
12768
12707
|
min-height: auto;
|
|
12769
12708
|
}
|
|
12770
12709
|
.zen-dialog-content__footer-item {
|
|
12771
|
-
margin-
|
|
12710
|
+
margin-inline-end: 8px;
|
|
12772
12711
|
}
|
|
12773
12712
|
.zen-dialog-content--small {
|
|
12774
12713
|
max-width: 400px;
|
|
@@ -12777,49 +12716,47 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12777
12716
|
max-width: 600px;
|
|
12778
12717
|
}
|
|
12779
12718
|
.zen-popup-default {
|
|
12780
|
-
box-shadow:
|
|
12719
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
12781
12720
|
border-radius: var(--border-radius-default);
|
|
12782
12721
|
}
|
|
12783
12722
|
.zen-popup-body.zen-popup-body {
|
|
12784
|
-
overflow-
|
|
12723
|
+
overflow-block: auto;
|
|
12785
12724
|
}
|
|
12786
12725
|
.zen-popup-body.zen-popup-body--hidden {
|
|
12787
|
-
overflow-
|
|
12726
|
+
overflow-block: hidden;
|
|
12788
12727
|
}
|
|
12789
12728
|
.zen-alerts {
|
|
12790
12729
|
position: fixed;
|
|
12791
|
-
|
|
12792
|
-
|
|
12730
|
+
inset-block-start: 0;
|
|
12731
|
+
inset-inline-end: 0;
|
|
12793
12732
|
z-index: 11020;
|
|
12794
12733
|
display: grid;
|
|
12795
12734
|
gap: 16px;
|
|
12796
|
-
margin-
|
|
12797
|
-
padding-
|
|
12735
|
+
margin-block-start: 48px;
|
|
12736
|
+
padding-inline-end: 24px;
|
|
12798
12737
|
}
|
|
12799
12738
|
.zen-alerts--mobile {
|
|
12800
12739
|
width: 100%;
|
|
12801
12740
|
gap: 8px;
|
|
12802
|
-
margin-
|
|
12803
|
-
padding-
|
|
12804
|
-
padding-left: 12px;
|
|
12741
|
+
margin-block-start: 40px;
|
|
12742
|
+
padding-inline: 12px;
|
|
12805
12743
|
box-sizing: border-box;
|
|
12806
12744
|
}
|
|
12807
12745
|
.zen-toasts {
|
|
12808
12746
|
position: fixed;
|
|
12809
|
-
|
|
12810
|
-
|
|
12747
|
+
inset-block-end: 0;
|
|
12748
|
+
inset-inline-end: 0;
|
|
12811
12749
|
z-index: 11020;
|
|
12812
12750
|
display: grid;
|
|
12813
12751
|
gap: 16px;
|
|
12814
|
-
margin-
|
|
12815
|
-
padding-
|
|
12752
|
+
margin-block-end: 32px;
|
|
12753
|
+
padding-inline-end: 24px;
|
|
12816
12754
|
}
|
|
12817
12755
|
.zen-toasts--mobile {
|
|
12818
12756
|
width: 100%;
|
|
12819
12757
|
gap: 8px;
|
|
12820
|
-
margin-
|
|
12821
|
-
padding-
|
|
12822
|
-
padding-left: 12px;
|
|
12758
|
+
margin-block-end: 16px;
|
|
12759
|
+
padding-inline: 12px;
|
|
12823
12760
|
box-sizing: border-box;
|
|
12824
12761
|
}
|
|
12825
12762
|
@keyframes waiting {
|
|
@@ -12833,10 +12770,8 @@ html:lang(ar) .zen-radio__wrapper--mobile .zen-radio__label {
|
|
|
12833
12770
|
.zen-waiting {
|
|
12834
12771
|
box-sizing: border-box;
|
|
12835
12772
|
position: absolute;
|
|
12836
|
-
|
|
12837
|
-
|
|
12838
|
-
left: 0;
|
|
12839
|
-
right: 0;
|
|
12773
|
+
inset-block: 0;
|
|
12774
|
+
inset-inline: 0;
|
|
12840
12775
|
overflow: hidden;
|
|
12841
12776
|
z-index: 10005;
|
|
12842
12777
|
}
|
|
@@ -12886,13 +12821,11 @@ html:lang(ar) .zen-waiting__spinner-text {
|
|
|
12886
12821
|
}
|
|
12887
12822
|
.zen-waiting__overlay {
|
|
12888
12823
|
position: absolute;
|
|
12889
|
-
|
|
12890
|
-
|
|
12891
|
-
left: 0;
|
|
12892
|
-
right: 0;
|
|
12824
|
+
inset-block: 0;
|
|
12825
|
+
inset-inline: 0;
|
|
12893
12826
|
background-color: var(--backgrounds-overlay);
|
|
12894
12827
|
opacity: 0.12;
|
|
12895
|
-
text-align:
|
|
12828
|
+
text-align: start;
|
|
12896
12829
|
overflow: hidden;
|
|
12897
12830
|
}
|
|
12898
12831
|
.zen-waiting__overlay--hidden {
|
|
@@ -12927,7 +12860,7 @@ html:lang(ar) .zen-waiting__spinner-text {
|
|
|
12927
12860
|
max-width: 2.5rem;
|
|
12928
12861
|
max-height: 2.5rem;
|
|
12929
12862
|
}
|
|
12930
|
-
@media (
|
|
12863
|
+
@media (width <= 640px) {
|
|
12931
12864
|
.zen-waiting__spinner {
|
|
12932
12865
|
max-width: 2.5rem;
|
|
12933
12866
|
max-height: 2.5rem;
|
|
@@ -13191,7 +13124,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13191
13124
|
.zen-file-upload__remove-button {
|
|
13192
13125
|
flex-shrink: 0;
|
|
13193
13126
|
}
|
|
13194
|
-
@media (
|
|
13127
|
+
@media (width <= 640px) {
|
|
13195
13128
|
.zen-file-upload--mobile .zen-file-upload__drop-zone-text {
|
|
13196
13129
|
text-align: center;
|
|
13197
13130
|
}
|
|
@@ -13206,7 +13139,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13206
13139
|
.zen-filters__main-row {
|
|
13207
13140
|
display: flex;
|
|
13208
13141
|
align-items: center;
|
|
13209
|
-
box-shadow:
|
|
13142
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
|
|
13210
13143
|
border-radius: var(--border-radius-default);
|
|
13211
13144
|
border: var(--border-width-default) solid var(--borders-general);
|
|
13212
13145
|
background-color: var(--backgrounds-main);
|
|
@@ -13252,7 +13185,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13252
13185
|
overflow: hidden;
|
|
13253
13186
|
text-overflow: ellipsis;
|
|
13254
13187
|
white-space: nowrap;
|
|
13255
|
-
|
|
13188
|
+
overflow-wrap: normal;
|
|
13256
13189
|
}
|
|
13257
13190
|
.zen-filters__select-caption {
|
|
13258
13191
|
width: auto;
|
|
@@ -13330,8 +13263,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13330
13263
|
}
|
|
13331
13264
|
.zen-filters-container {
|
|
13332
13265
|
display: flex;
|
|
13333
|
-
flex-
|
|
13334
|
-
flex-wrap: wrap;
|
|
13266
|
+
flex-flow: row wrap;
|
|
13335
13267
|
gap: 0.25rem;
|
|
13336
13268
|
margin-block-start: 0.5rem;
|
|
13337
13269
|
padding: 0.5rem 0;
|
|
@@ -13350,8 +13282,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13350
13282
|
margin-inline-start: 0.5rem;
|
|
13351
13283
|
padding: 0.125rem;
|
|
13352
13284
|
display: flex;
|
|
13353
|
-
flex-
|
|
13354
|
-
flex-wrap: nowrap;
|
|
13285
|
+
flex-flow: row nowrap;
|
|
13355
13286
|
align-items: center;
|
|
13356
13287
|
gap: 0.5rem;
|
|
13357
13288
|
width: 100%;
|
|
@@ -13428,8 +13359,8 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13428
13359
|
height: 3rem;
|
|
13429
13360
|
}
|
|
13430
13361
|
.zen-groups-filter-menu__groups-box {
|
|
13431
|
-
overflow-
|
|
13432
|
-
overflow-
|
|
13362
|
+
overflow-block: auto;
|
|
13363
|
+
overflow-inline: hidden;
|
|
13433
13364
|
max-height: 16.25rem;
|
|
13434
13365
|
}
|
|
13435
13366
|
.zen-groups-filter-menu__groups-list--no-space,
|
|
@@ -13514,7 +13445,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13514
13445
|
padding-inline-end: 0;
|
|
13515
13446
|
}
|
|
13516
13447
|
.zen-groups-filter-menu__item--underlined {
|
|
13517
|
-
border-
|
|
13448
|
+
border-block-end: 1px solid;
|
|
13518
13449
|
}
|
|
13519
13450
|
.zen-groups-filter-menu__item--inline {
|
|
13520
13451
|
display: inline-block;
|
|
@@ -13559,7 +13490,7 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13559
13490
|
overflow: hidden;
|
|
13560
13491
|
text-overflow: ellipsis;
|
|
13561
13492
|
white-space: nowrap;
|
|
13562
|
-
|
|
13493
|
+
overflow-wrap: normal;
|
|
13563
13494
|
}
|
|
13564
13495
|
.zen-groups-filter-menu__advanced-button,
|
|
13565
13496
|
.zen-groups-filter-menu__action-button-home {
|
|
@@ -13667,14 +13598,13 @@ html:lang(ar) .zen-file-upload__file-name {
|
|
|
13667
13598
|
border: none;
|
|
13668
13599
|
outline: none;
|
|
13669
13600
|
padding-inline-end: 0.3125rem;
|
|
13670
|
-
-webkit-appearance: none;
|
|
13671
13601
|
appearance: none;
|
|
13672
13602
|
background-color: inherit;
|
|
13673
13603
|
color: inherit;
|
|
13674
13604
|
overflow: hidden;
|
|
13675
13605
|
text-overflow: ellipsis;
|
|
13676
13606
|
white-space: nowrap;
|
|
13677
|
-
|
|
13607
|
+
overflow-wrap: normal;
|
|
13678
13608
|
}
|
|
13679
13609
|
.zen-groups-filter .zen-groups-filter__input:hover {
|
|
13680
13610
|
background-color: var(--backgrounds-hover);
|
|
@@ -13701,7 +13631,6 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13701
13631
|
}
|
|
13702
13632
|
.zen-groups-filter__popup-trigger {
|
|
13703
13633
|
display: flex;
|
|
13704
|
-
border-color: var(--borders-general);
|
|
13705
13634
|
border: 1px solid var(--borders-general);
|
|
13706
13635
|
border-radius: var(--border-radius-default);
|
|
13707
13636
|
justify-content: center;
|
|
@@ -13772,7 +13701,7 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13772
13701
|
}
|
|
13773
13702
|
.zen-groups-filter__popup.zen-groups-filter__popup {
|
|
13774
13703
|
z-index: 11001;
|
|
13775
|
-
overflow-
|
|
13704
|
+
overflow-block: hidden;
|
|
13776
13705
|
}
|
|
13777
13706
|
.zen-groups-filter__popup.zen-groups-filter__popup.zen-groups-filter__popup--inactive {
|
|
13778
13707
|
z-index: 10999;
|
|
@@ -13803,7 +13732,7 @@ html:lang(ar) .zen-groups-filter .zen-groups-filter__input::placeholder {
|
|
|
13803
13732
|
display: flex;
|
|
13804
13733
|
}
|
|
13805
13734
|
.zen-item-data {
|
|
13806
|
-
padding: 0.75rem 0.75rem 0.6875rem
|
|
13735
|
+
padding: 0.75rem 0.75rem 0.6875rem;
|
|
13807
13736
|
background-color: var(--backgrounds-main);
|
|
13808
13737
|
border-block-end: 1px solid var(--borders-general);
|
|
13809
13738
|
display: flex;
|
|
@@ -13907,7 +13836,7 @@ html:lang(ar) .zen-item-data__identifier {
|
|
|
13907
13836
|
overflow: hidden;
|
|
13908
13837
|
text-overflow: ellipsis;
|
|
13909
13838
|
white-space: nowrap;
|
|
13910
|
-
|
|
13839
|
+
overflow-wrap: normal;
|
|
13911
13840
|
color: var(--text-primary);
|
|
13912
13841
|
flex: 1 1 auto;
|
|
13913
13842
|
}
|
|
@@ -13926,7 +13855,7 @@ html:lang(ar) .zen-item-data__name {
|
|
|
13926
13855
|
overflow: hidden;
|
|
13927
13856
|
text-overflow: ellipsis;
|
|
13928
13857
|
white-space: nowrap;
|
|
13929
|
-
|
|
13858
|
+
overflow-wrap: normal;
|
|
13930
13859
|
color: var(--text-hyperlink);
|
|
13931
13860
|
flex: 1 1 auto;
|
|
13932
13861
|
width: 100%;
|
|
@@ -14177,7 +14106,7 @@ html:lang(ar) .zen-item-data__data-value {
|
|
|
14177
14106
|
flex: 0 0 auto;
|
|
14178
14107
|
}
|
|
14179
14108
|
.zen-list-item-compact {
|
|
14180
|
-
padding: 0.5rem 0 0.4375rem
|
|
14109
|
+
padding: 0.5rem 0 0.4375rem;
|
|
14181
14110
|
background-color: var(--backgrounds-main);
|
|
14182
14111
|
border-block-end: 1px solid var(--borders-general);
|
|
14183
14112
|
display: flex;
|
|
@@ -14207,7 +14136,7 @@ html:lang(ar) .zen-item-data__data-value {
|
|
|
14207
14136
|
overflow: hidden;
|
|
14208
14137
|
text-overflow: ellipsis;
|
|
14209
14138
|
white-space: nowrap;
|
|
14210
|
-
|
|
14139
|
+
overflow-wrap: normal;
|
|
14211
14140
|
}
|
|
14212
14141
|
html:lang(ar) .zen-list-item-compact__name {
|
|
14213
14142
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -14314,15 +14243,15 @@ html:lang(ar) .zen-list-item-compact__data {
|
|
|
14314
14243
|
max-width: 31.25rem;
|
|
14315
14244
|
}
|
|
14316
14245
|
.zen-list-item {
|
|
14317
|
-
padding: 0.5rem 1rem 0.4375rem
|
|
14246
|
+
padding: 0.5rem 1rem 0.4375rem;
|
|
14318
14247
|
background-color: var(--backgrounds-main);
|
|
14319
14248
|
border-block-end: 1px solid var(--borders-general);
|
|
14320
14249
|
display: flex;
|
|
14321
14250
|
gap: 0.5rem;
|
|
14322
14251
|
align-items: center;
|
|
14323
14252
|
width: 100%;
|
|
14324
|
-
min-height: 3rem;
|
|
14325
14253
|
box-sizing: border-box;
|
|
14254
|
+
min-height: 3rem;
|
|
14326
14255
|
}
|
|
14327
14256
|
.zen-list-item:hover {
|
|
14328
14257
|
background-color: var(--backgrounds-content-1);
|
|
@@ -14369,7 +14298,7 @@ html:lang(ar) .zen-list-item__identifier {
|
|
|
14369
14298
|
overflow: hidden;
|
|
14370
14299
|
text-overflow: ellipsis;
|
|
14371
14300
|
white-space: nowrap;
|
|
14372
|
-
|
|
14301
|
+
overflow-wrap: normal;
|
|
14373
14302
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
14374
14303
|
font-size: 0.875rem;
|
|
14375
14304
|
font-style: normal;
|
|
@@ -14396,7 +14325,7 @@ html:lang(ar) .zen-list-item__name {
|
|
|
14396
14325
|
overflow: hidden;
|
|
14397
14326
|
text-overflow: ellipsis;
|
|
14398
14327
|
white-space: nowrap;
|
|
14399
|
-
|
|
14328
|
+
overflow-wrap: normal;
|
|
14400
14329
|
}
|
|
14401
14330
|
html:lang(ar) .zen-list-item__secondary {
|
|
14402
14331
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -14445,7 +14374,7 @@ html:lang(ar) .zen-list-item__secondary {
|
|
|
14445
14374
|
-webkit-line-clamp: 2;
|
|
14446
14375
|
-webkit-box-orient: vertical;
|
|
14447
14376
|
}
|
|
14448
|
-
@media (
|
|
14377
|
+
@media (width <= 640px) {
|
|
14449
14378
|
.zen-list-item__identifier {
|
|
14450
14379
|
flex-direction: column;
|
|
14451
14380
|
align-items: initial;
|
|
@@ -14593,7 +14522,7 @@ html:lang(ar) .zen-list-item__secondary {
|
|
|
14593
14522
|
}
|
|
14594
14523
|
.zen-filters-search-list--mobile {
|
|
14595
14524
|
padding: 1rem 0;
|
|
14596
|
-
overflow-
|
|
14525
|
+
overflow-block: auto;
|
|
14597
14526
|
}
|
|
14598
14527
|
.zen-filters-search-list__header {
|
|
14599
14528
|
display: flex;
|
|
@@ -14719,7 +14648,7 @@ html:lang(ar) .zen-filters-search-list__header-title {
|
|
|
14719
14648
|
align-items: center;
|
|
14720
14649
|
justify-content: center;
|
|
14721
14650
|
content: "\00d7";
|
|
14722
|
-
|
|
14651
|
+
inset-block-start: 0;
|
|
14723
14652
|
inset-inline-end: 0.5rem;
|
|
14724
14653
|
width: 1.25rem;
|
|
14725
14654
|
height: 100%;
|
|
@@ -14773,7 +14702,7 @@ html:lang(ar) .zen-search-item-data__identifier {
|
|
|
14773
14702
|
overflow: hidden;
|
|
14774
14703
|
text-overflow: ellipsis;
|
|
14775
14704
|
white-space: nowrap;
|
|
14776
|
-
|
|
14705
|
+
overflow-wrap: normal;
|
|
14777
14706
|
color: var(--text-primary);
|
|
14778
14707
|
flex: 1 1 auto;
|
|
14779
14708
|
align-content: center;
|
|
@@ -14930,14 +14859,13 @@ html:lang(ar) .zen-search-item-data-wrapper--mobile .zen-search-item-data__secon
|
|
|
14930
14859
|
padding-inline: 1rem;
|
|
14931
14860
|
align-items: center;
|
|
14932
14861
|
height: 3.8125rem;
|
|
14933
|
-
margin-inline
|
|
14934
|
-
margin-inline-start: 0.25rem;
|
|
14862
|
+
margin-inline: 0.25rem;
|
|
14935
14863
|
}
|
|
14936
14864
|
.zen-page-header__page-name {
|
|
14937
14865
|
overflow: hidden;
|
|
14938
14866
|
text-overflow: ellipsis;
|
|
14939
14867
|
white-space: nowrap;
|
|
14940
|
-
|
|
14868
|
+
overflow-wrap: normal;
|
|
14941
14869
|
max-width: 41rem;
|
|
14942
14870
|
padding: 0;
|
|
14943
14871
|
margin: 0;
|
|
@@ -14969,8 +14897,7 @@ html:lang(ar) .zen-page-header__page-name {
|
|
|
14969
14897
|
flex: 0 0 auto;
|
|
14970
14898
|
}
|
|
14971
14899
|
.zen-page-header__left-aligned-tool {
|
|
14972
|
-
margin-inline
|
|
14973
|
-
margin-inline-start: 0.375rem;
|
|
14900
|
+
margin-inline: 0.375rem auto;
|
|
14974
14901
|
}
|
|
14975
14902
|
.zen-page-header__sub-line {
|
|
14976
14903
|
align-items: flex-start;
|
|
@@ -15039,6 +14966,7 @@ html:lang(ar) .zen-page-header--new .zen-page-header__main-line {
|
|
|
15039
14966
|
}
|
|
15040
14967
|
.zen-page-header--mobile .zen-page-header__main-line {
|
|
15041
14968
|
gap: 0.25rem;
|
|
14969
|
+
justify-content: initial;
|
|
15042
14970
|
}
|
|
15043
14971
|
.zen-page-header--mobile .zen-page-header__page-name {
|
|
15044
14972
|
max-width: 11.25rem;
|
|
@@ -15080,9 +15008,6 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15080
15008
|
text-transform: none;
|
|
15081
15009
|
text-decoration: none;
|
|
15082
15010
|
}
|
|
15083
|
-
.zen-page-header--mobile .zen-page-header__main-line {
|
|
15084
|
-
justify-content: initial;
|
|
15085
|
-
}
|
|
15086
15011
|
.zen-tabs {
|
|
15087
15012
|
box-sizing: border-box;
|
|
15088
15013
|
width: 100%;
|
|
@@ -15106,8 +15031,8 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15106
15031
|
}
|
|
15107
15032
|
.zen-tabs__scrollable {
|
|
15108
15033
|
display: flex;
|
|
15109
|
-
overflow-
|
|
15110
|
-
overflow-
|
|
15034
|
+
overflow-inline: auto;
|
|
15035
|
+
overflow-block: hidden;
|
|
15111
15036
|
scrollbar-width: none;
|
|
15112
15037
|
-ms-overflow-style: none;
|
|
15113
15038
|
padding: 0.0625rem;
|
|
@@ -15202,6 +15127,11 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15202
15127
|
width: 2.875rem;
|
|
15203
15128
|
height: 2.875rem;
|
|
15204
15129
|
}
|
|
15130
|
+
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive,
|
|
15131
|
+
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive-tablet {
|
|
15132
|
+
width: 3rem;
|
|
15133
|
+
height: 3rem;
|
|
15134
|
+
}
|
|
15205
15135
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--mobile.zen-tabs__gradient--left::after {
|
|
15206
15136
|
position: absolute;
|
|
15207
15137
|
content: "";
|
|
@@ -15220,15 +15150,6 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15220
15150
|
inset-inline-end: calc(2.875rem - 0.5rem);
|
|
15221
15151
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15222
15152
|
}
|
|
15223
|
-
.zen-tabs.zen-tabs--drive,
|
|
15224
|
-
.zen-tabs.zen-tabs--drive-tablet {
|
|
15225
|
-
height: 3rem;
|
|
15226
|
-
}
|
|
15227
|
-
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive,
|
|
15228
|
-
.zen-tabs .zen-tabs__scroller.zen-tabs__scroller--drive-tablet {
|
|
15229
|
-
width: 3rem;
|
|
15230
|
-
height: 3rem;
|
|
15231
|
-
}
|
|
15232
15153
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--drive.zen-tabs__gradient--left::after,
|
|
15233
15154
|
.zen-tabs .zen-tabs__gradient.zen-tabs__gradient--drive-tablet.zen-tabs__gradient--left::after {
|
|
15234
15155
|
position: absolute;
|
|
@@ -15249,6 +15170,10 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15249
15170
|
inset-inline-end: calc(3rem - 0.5rem);
|
|
15250
15171
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15251
15172
|
}
|
|
15173
|
+
.zen-tabs.zen-tabs--drive,
|
|
15174
|
+
.zen-tabs.zen-tabs--drive-tablet {
|
|
15175
|
+
height: 3rem;
|
|
15176
|
+
}
|
|
15252
15177
|
.zen-tab-item {
|
|
15253
15178
|
box-sizing: border-box;
|
|
15254
15179
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15263,7 +15188,7 @@ html:lang(ar) .zen-page-header--mobile .zen-page-header__page-name {
|
|
|
15263
15188
|
padding: 5px 16px 4px;
|
|
15264
15189
|
height: 34px;
|
|
15265
15190
|
border: none;
|
|
15266
|
-
border-
|
|
15191
|
+
border-block-end: 3px solid transparent;
|
|
15267
15192
|
background-color: transparent;
|
|
15268
15193
|
color: var(--text-secondary);
|
|
15269
15194
|
fill: var(--text-secondary);
|
|
@@ -15277,13 +15202,13 @@ html:lang(ar) .zen-tab-item {
|
|
|
15277
15202
|
}
|
|
15278
15203
|
.zen-tab-item--active {
|
|
15279
15204
|
color: var(--text-hyperlink);
|
|
15280
|
-
border-
|
|
15205
|
+
border-block-end: 3px solid var(--borders-form-field--active);
|
|
15281
15206
|
}
|
|
15282
15207
|
.zen-tab-item.zen-tab-item--disabled {
|
|
15283
15208
|
cursor: default;
|
|
15284
15209
|
color: var(--text-button-disabled);
|
|
15285
15210
|
fill: var(--text-button-disabled);
|
|
15286
|
-
border-
|
|
15211
|
+
border-block-end: 3px solid transparent;
|
|
15287
15212
|
}
|
|
15288
15213
|
.zen-tab-item.zen-tab-item--disabled:hover,
|
|
15289
15214
|
.zen-tab-item.zen-tab-item--disabled:focus {
|
|
@@ -15325,8 +15250,8 @@ html:lang(ar) .zen-tab-item {
|
|
|
15325
15250
|
color: var(--text-reverse-primary);
|
|
15326
15251
|
min-width: 16px;
|
|
15327
15252
|
border-radius: 16px;
|
|
15328
|
-
padding:
|
|
15329
|
-
margin-
|
|
15253
|
+
padding: 0 4px;
|
|
15254
|
+
margin-inline-start: 8px;
|
|
15330
15255
|
}
|
|
15331
15256
|
html:lang(ar) .zen-tab-item__content-quantity {
|
|
15332
15257
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15334,7 +15259,7 @@ html:lang(ar) .zen-tab-item__content-quantity {
|
|
|
15334
15259
|
.zen-tab-item__content-icon {
|
|
15335
15260
|
display: flex;
|
|
15336
15261
|
align-items: center;
|
|
15337
|
-
margin-
|
|
15262
|
+
margin-inline-end: 10px;
|
|
15338
15263
|
max-height: 16px;
|
|
15339
15264
|
}
|
|
15340
15265
|
.zen-tab-item__content-icon--active {
|
|
@@ -15352,7 +15277,7 @@ html:lang(ar) .zen-tab-item__content-quantity {
|
|
|
15352
15277
|
overflow: hidden;
|
|
15353
15278
|
text-overflow: ellipsis;
|
|
15354
15279
|
white-space: nowrap;
|
|
15355
|
-
|
|
15280
|
+
overflow-wrap: normal;
|
|
15356
15281
|
max-width: 130px;
|
|
15357
15282
|
}
|
|
15358
15283
|
html:lang(ar) .zen-tab-item__content-text {
|
|
@@ -15474,8 +15399,8 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15474
15399
|
}
|
|
15475
15400
|
.zen-filters-toolbar__scrollable {
|
|
15476
15401
|
display: flex;
|
|
15477
|
-
overflow-
|
|
15478
|
-
overflow-
|
|
15402
|
+
overflow-inline: auto;
|
|
15403
|
+
overflow-block: hidden;
|
|
15479
15404
|
height: 100%;
|
|
15480
15405
|
scrollbar-width: none;
|
|
15481
15406
|
-ms-overflow-style: none;
|
|
@@ -15517,7 +15442,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15517
15442
|
content: "";
|
|
15518
15443
|
margin-inline-start: -2.5rem;
|
|
15519
15444
|
height: 100%;
|
|
15520
|
-
|
|
15445
|
+
inset-block-start: 0;
|
|
15521
15446
|
width: 2.5rem;
|
|
15522
15447
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15523
15448
|
}
|
|
@@ -15529,7 +15454,7 @@ html:lang(ar) .zen-tab-item.zen-tab-item--mobile .zen-tab-item__content-text {
|
|
|
15529
15454
|
content: "";
|
|
15530
15455
|
margin-inline-start: 2.5rem;
|
|
15531
15456
|
height: 100%;
|
|
15532
|
-
|
|
15457
|
+
inset-block-start: 0;
|
|
15533
15458
|
width: 2.5rem;
|
|
15534
15459
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15535
15460
|
}
|
|
@@ -15629,7 +15554,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15629
15554
|
content: "";
|
|
15630
15555
|
margin-inline-start: 3.5rem;
|
|
15631
15556
|
height: 100%;
|
|
15632
|
-
|
|
15557
|
+
inset-block-start: 0;
|
|
15633
15558
|
width: 3.25rem;
|
|
15634
15559
|
z-index: 1000;
|
|
15635
15560
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
@@ -15644,7 +15569,7 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15644
15569
|
content: "";
|
|
15645
15570
|
margin-inline-start: -3.25rem;
|
|
15646
15571
|
height: 100%;
|
|
15647
|
-
|
|
15572
|
+
inset-block-start: 0;
|
|
15648
15573
|
width: 3.25rem;
|
|
15649
15574
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15650
15575
|
}
|
|
@@ -15653,8 +15578,8 @@ html:lang(ar) .zen-filters-toolbar__action-quantity {
|
|
|
15653
15578
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--backgrounds-content-0) 100%);
|
|
15654
15579
|
}
|
|
15655
15580
|
.zen-side-panel-parent--open {
|
|
15656
|
-
max-height:
|
|
15657
|
-
overflow-
|
|
15581
|
+
max-height: 100vb;
|
|
15582
|
+
overflow-block: hidden;
|
|
15658
15583
|
}
|
|
15659
15584
|
.zen-filters-bar-dropdown {
|
|
15660
15585
|
box-sizing: border-box;
|
|
@@ -15832,7 +15757,7 @@ html:lang(ar) .zen-range-field {
|
|
|
15832
15757
|
text-decoration: none;
|
|
15833
15758
|
color: var(--text-error-message);
|
|
15834
15759
|
fill: var(--text-error-message);
|
|
15835
|
-
margin-
|
|
15760
|
+
margin-block-start: 0.25rem;
|
|
15836
15761
|
}
|
|
15837
15762
|
html:lang(ar) .zen-range-field__error {
|
|
15838
15763
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15873,7 +15798,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15873
15798
|
}
|
|
15874
15799
|
.zen-range-field__input::-webkit-inner-spin-button,
|
|
15875
15800
|
.zen-range-field__input::-webkit-outer-spin-button {
|
|
15876
|
-
|
|
15801
|
+
appearance: none;
|
|
15877
15802
|
margin: 0;
|
|
15878
15803
|
}
|
|
15879
15804
|
.zen-range-field__input--mobile {
|
|
@@ -15892,7 +15817,7 @@ html:lang(ar) .zen-range-field__label--mobile {
|
|
|
15892
15817
|
text-transform: none;
|
|
15893
15818
|
text-decoration: none;
|
|
15894
15819
|
color: var(--text-primary);
|
|
15895
|
-
text-align:
|
|
15820
|
+
text-align: end;
|
|
15896
15821
|
}
|
|
15897
15822
|
html:lang(ar) .zen-range-field__sense {
|
|
15898
15823
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15943,11 +15868,9 @@ html:lang(ar) .zen-range {
|
|
|
15943
15868
|
min-width: 18.5rem;
|
|
15944
15869
|
max-width: 20.5rem;
|
|
15945
15870
|
display: grid;
|
|
15946
|
-
|
|
15947
|
-
justify-items: start;
|
|
15871
|
+
place-items: center start;
|
|
15948
15872
|
grid-template-columns: minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem) minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem);
|
|
15949
|
-
|
|
15950
|
-
column-gap: 0.5rem;
|
|
15873
|
+
gap: 0.25rem 0.5rem;
|
|
15951
15874
|
}
|
|
15952
15875
|
.zen-range__fields-container--column {
|
|
15953
15876
|
min-width: 12.5rem;
|
|
@@ -15956,8 +15879,7 @@ html:lang(ar) .zen-range {
|
|
|
15956
15879
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
15957
15880
|
grid-template-rows: auto auto;
|
|
15958
15881
|
gap: 0.25rem 0.5rem;
|
|
15959
|
-
|
|
15960
|
-
justify-items: start;
|
|
15882
|
+
place-items: center start;
|
|
15961
15883
|
}
|
|
15962
15884
|
.zen-range__trigger-button {
|
|
15963
15885
|
max-width: 12.5rem;
|
|
@@ -15979,8 +15901,8 @@ html:lang(ar) .zen-range {
|
|
|
15979
15901
|
text-transform: none;
|
|
15980
15902
|
text-decoration: none;
|
|
15981
15903
|
color: var(--text-secondary);
|
|
15982
|
-
padding: 0.75rem 1rem 0.6875rem
|
|
15983
|
-
border-
|
|
15904
|
+
padding: 0.75rem 1rem 0.6875rem;
|
|
15905
|
+
border-block-end: 1px solid var(--backgrounds-content-1);
|
|
15984
15906
|
}
|
|
15985
15907
|
html:lang(ar) .zen-range__label {
|
|
15986
15908
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -15996,14 +15918,13 @@ html:lang(ar) .zen-range__label {
|
|
|
15996
15918
|
.zen-range__footer {
|
|
15997
15919
|
display: flex;
|
|
15998
15920
|
justify-content: flex-start;
|
|
15999
|
-
border-
|
|
15921
|
+
border-block-start: var(--border-width-default) solid var(--borders-general);
|
|
16000
15922
|
}
|
|
16001
15923
|
.zen-range__clear-button,
|
|
16002
15924
|
.zen-range__cancel-button,
|
|
16003
15925
|
.zen-range__apply-button {
|
|
16004
15926
|
margin-inline-end: 0.5rem;
|
|
16005
|
-
margin-
|
|
16006
|
-
margin-bottom: 0.25rem;
|
|
15927
|
+
margin-block: 0.5rem 0.25rem;
|
|
16007
15928
|
}
|
|
16008
15929
|
.zen-range__clear-button {
|
|
16009
15930
|
margin-inline-start: 0.5rem;
|
|
@@ -16041,17 +15962,14 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
16041
15962
|
grid-template-columns: minmax(min-content, auto) minmax(auto, 168px) minmax(0, auto);
|
|
16042
15963
|
grid-template-rows: auto auto;
|
|
16043
15964
|
gap: 0.25rem 0.5rem;
|
|
16044
|
-
|
|
16045
|
-
justify-items: start;
|
|
15965
|
+
place-items: center start;
|
|
16046
15966
|
}
|
|
16047
15967
|
.zen-filters-bar-side-panel-range__items-container--row {
|
|
16048
15968
|
max-width: 18.5rem;
|
|
16049
15969
|
display: grid;
|
|
16050
|
-
|
|
16051
|
-
justify-items: start;
|
|
15970
|
+
place-items: center start;
|
|
16052
15971
|
grid-template-columns: minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem) minmax(1.5rem, 2rem) minmax(4rem, 4rem) minmax(1.5rem, 2rem);
|
|
16053
|
-
|
|
16054
|
-
column-gap: 0.5rem;
|
|
15972
|
+
gap: 0.25rem 0.5rem;
|
|
16055
15973
|
}
|
|
16056
15974
|
.zen-filters-bar-side-panel-range__item--column {
|
|
16057
15975
|
min-width: 8.5rem;
|
|
@@ -16081,11 +15999,10 @@ html:lang(ar) .zen-range-popup.zen-range-popup {
|
|
|
16081
15999
|
}
|
|
16082
16000
|
.zen-header-button--with-dropdown.zen-header-button--mobile .zen-caption__pre-content,
|
|
16083
16001
|
.zen-header-button--with-dropdown.zen-header-button--hidden-name .zen-caption__pre-content {
|
|
16084
|
-
margin-
|
|
16002
|
+
margin-inline-end: 0;
|
|
16085
16003
|
}
|
|
16086
16004
|
.zen-header-button--with-dropdown.zen-header-button-with-dropdown--drive-tablet {
|
|
16087
|
-
padding-
|
|
16088
|
-
padding-bottom: 12px;
|
|
16005
|
+
padding-block: 12px;
|
|
16089
16006
|
}
|
|
16090
16007
|
.zen-filters-saved-popup__content {
|
|
16091
16008
|
margin: 1px;
|
|
@@ -16156,12 +16073,12 @@ html:lang(ar) .zen-filters-saved-popup__content {
|
|
|
16156
16073
|
border: none;
|
|
16157
16074
|
color: var(--text-primary);
|
|
16158
16075
|
flex-grow: 1;
|
|
16159
|
-
text-align:
|
|
16076
|
+
text-align: start;
|
|
16160
16077
|
cursor: pointer;
|
|
16161
16078
|
overflow: hidden;
|
|
16162
16079
|
text-overflow: ellipsis;
|
|
16163
16080
|
white-space: nowrap;
|
|
16164
|
-
|
|
16081
|
+
overflow-wrap: normal;
|
|
16165
16082
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
16166
16083
|
font-size: 0.875rem;
|
|
16167
16084
|
font-style: normal;
|
|
@@ -16398,8 +16315,8 @@ html:lang(ar) .zen-side-panel-filters__title--mobile {
|
|
|
16398
16315
|
fill: var(--text-primary);
|
|
16399
16316
|
}
|
|
16400
16317
|
.zen-side-panel-filters__content {
|
|
16401
|
-
overflow-
|
|
16402
|
-
overflow-
|
|
16318
|
+
overflow-inline: hidden;
|
|
16319
|
+
overflow-block: auto;
|
|
16403
16320
|
flex: 1 1 auto;
|
|
16404
16321
|
}
|
|
16405
16322
|
.zen-side-panel-filters__item {
|
|
@@ -16495,13 +16412,13 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16495
16412
|
display: flex;
|
|
16496
16413
|
flex-direction: column;
|
|
16497
16414
|
height: 100%;
|
|
16498
|
-
overflow-
|
|
16415
|
+
overflow-block: hidden;
|
|
16499
16416
|
}
|
|
16500
16417
|
.zen-side-panel-filters.zen-side-panel-filters {
|
|
16501
16418
|
min-width: 22.5rem;
|
|
16502
16419
|
max-width: 22.5rem;
|
|
16503
16420
|
}
|
|
16504
|
-
@media (
|
|
16421
|
+
@media (width <= 640px) {
|
|
16505
16422
|
.zen-side-panel-filters.zen-side-panel-filters {
|
|
16506
16423
|
width: 100%;
|
|
16507
16424
|
max-width: 100%;
|
|
@@ -16511,7 +16428,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16511
16428
|
.zen-filters-select-compact {
|
|
16512
16429
|
padding: 0.25rem 1rem;
|
|
16513
16430
|
width: 100%;
|
|
16514
|
-
overflow-
|
|
16431
|
+
overflow-inline: auto;
|
|
16515
16432
|
-ms-overflow-style: none;
|
|
16516
16433
|
/* IE and Edge */
|
|
16517
16434
|
scrollbar-width: none;
|
|
@@ -16642,8 +16559,7 @@ html:lang(ar) .zen-side-panel-filters__item-label--mobile {
|
|
|
16642
16559
|
padding: 0.0625rem;
|
|
16643
16560
|
width: 100%;
|
|
16644
16561
|
display: flex;
|
|
16645
|
-
flex-
|
|
16646
|
-
flex-wrap: nowrap;
|
|
16562
|
+
flex-flow: row nowrap;
|
|
16647
16563
|
}
|
|
16648
16564
|
.zen-filters-select__list-item-wrapper--expanded {
|
|
16649
16565
|
z-index: 2;
|
|
@@ -16830,8 +16746,8 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16830
16746
|
}
|
|
16831
16747
|
.zen-side-panel-filters-bar__content {
|
|
16832
16748
|
padding-block-start: 0.5rem;
|
|
16833
|
-
overflow-
|
|
16834
|
-
overflow-
|
|
16749
|
+
overflow-inline: hidden;
|
|
16750
|
+
overflow-block: auto;
|
|
16835
16751
|
flex: 1 1 auto;
|
|
16836
16752
|
}
|
|
16837
16753
|
.zen-side-panel-filters-bar__apply-button--desktop {
|
|
@@ -16861,13 +16777,13 @@ html:lang(ar) .zen-side-panel-filters-bar__title {
|
|
|
16861
16777
|
display: flex;
|
|
16862
16778
|
flex-direction: column;
|
|
16863
16779
|
height: 100%;
|
|
16864
|
-
overflow-
|
|
16780
|
+
overflow-block: hidden;
|
|
16865
16781
|
}
|
|
16866
16782
|
.zen-side-panel-filters-bar.zen-side-panel-filters-bar {
|
|
16867
16783
|
min-width: 20rem;
|
|
16868
16784
|
max-width: 20rem;
|
|
16869
16785
|
}
|
|
16870
|
-
@media (
|
|
16786
|
+
@media (width <= 640px) {
|
|
16871
16787
|
.zen-side-panel-filters-bar.zen-side-panel-filters-bar {
|
|
16872
16788
|
width: 100%;
|
|
16873
16789
|
max-width: 100%;
|
|
@@ -16922,7 +16838,7 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
16922
16838
|
min-width: fit-content;
|
|
16923
16839
|
max-width: fit-content;
|
|
16924
16840
|
}
|
|
16925
|
-
@media (
|
|
16841
|
+
@media (width >= 1025px) {
|
|
16926
16842
|
.zen-grid {
|
|
16927
16843
|
display: grid;
|
|
16928
16844
|
grid-template-columns: repeat(12, 1fr);
|
|
@@ -17045,14 +16961,14 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
17045
16961
|
max-width: fit-content;
|
|
17046
16962
|
}
|
|
17047
16963
|
}
|
|
17048
|
-
@media (
|
|
16964
|
+
@media (width >= 1440px) {
|
|
17049
16965
|
.zen-grid {
|
|
17050
16966
|
margin: 0 auto;
|
|
17051
16967
|
max-width: 1440px;
|
|
17052
16968
|
width: 100%;
|
|
17053
16969
|
}
|
|
17054
16970
|
}
|
|
17055
|
-
@media (
|
|
16971
|
+
@media (width <= 1024px) {
|
|
17056
16972
|
.zen-grid {
|
|
17057
16973
|
display: grid;
|
|
17058
16974
|
grid-template-columns: repeat(8, 1fr);
|
|
@@ -17145,7 +17061,7 @@ html:lang(ar) .zen-form-layout-title {
|
|
|
17145
17061
|
max-width: fit-content;
|
|
17146
17062
|
}
|
|
17147
17063
|
}
|
|
17148
|
-
@media (
|
|
17064
|
+
@media (width <= 640px) {
|
|
17149
17065
|
.zen-grid {
|
|
17150
17066
|
margin: 0 0.75rem;
|
|
17151
17067
|
grid-template-columns: repeat(4, 1fr);
|
|
@@ -17247,13 +17163,17 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17247
17163
|
.zen-form-layout {
|
|
17248
17164
|
padding: 0;
|
|
17249
17165
|
grid-template-rows: repeat(auto-fit, minmax(0, max-content));
|
|
17250
|
-
}
|
|
17251
|
-
.zen-form-layout:not(.zen-form-layout--has-wrapper) {
|
|
17252
17166
|
height: max-content;
|
|
17253
17167
|
}
|
|
17254
|
-
.zen-form-layout
|
|
17168
|
+
.zen-form-layout--has-wrapper {
|
|
17169
|
+
height: auto;
|
|
17170
|
+
}
|
|
17171
|
+
.zen-form-layout-stepper {
|
|
17255
17172
|
margin-block-end: 2.5rem;
|
|
17256
17173
|
}
|
|
17174
|
+
.zen-form-layout-stepper--with-banner {
|
|
17175
|
+
margin-block-end: 0;
|
|
17176
|
+
}
|
|
17257
17177
|
.zen-form-separator {
|
|
17258
17178
|
margin-block: 2rem;
|
|
17259
17179
|
margin-inline: 0;
|
|
@@ -17377,7 +17297,7 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17377
17297
|
.zen-mobile-search-control--expanded {
|
|
17378
17298
|
display: flex;
|
|
17379
17299
|
width: 100%;
|
|
17380
|
-
padding: 6px 12px
|
|
17300
|
+
padding: 6px 12px;
|
|
17381
17301
|
gap: 8px;
|
|
17382
17302
|
}
|
|
17383
17303
|
.zen-mobile-search-control__search {
|
|
@@ -17388,8 +17308,8 @@ html:lang(ar) .zen-form-layout-secondary {
|
|
|
17388
17308
|
}
|
|
17389
17309
|
.zen-mobile-filter-control__counter-wrapper {
|
|
17390
17310
|
position: absolute;
|
|
17391
|
-
|
|
17392
|
-
|
|
17311
|
+
inset-block-start: 0;
|
|
17312
|
+
inset-inline-end: 0;
|
|
17393
17313
|
}
|
|
17394
17314
|
.zen-mobile-filter-control__counter {
|
|
17395
17315
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -17422,8 +17342,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17422
17342
|
display: flex;
|
|
17423
17343
|
justify-content: space-between;
|
|
17424
17344
|
gap: 4px;
|
|
17425
|
-
|
|
17426
|
-
align-items: center;
|
|
17345
|
+
place-items: center center;
|
|
17427
17346
|
height: 56px;
|
|
17428
17347
|
width: 100%;
|
|
17429
17348
|
}
|
|
@@ -17440,8 +17359,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17440
17359
|
gap: 8px;
|
|
17441
17360
|
align-items: center;
|
|
17442
17361
|
flex-shrink: 0;
|
|
17443
|
-
padding-
|
|
17444
|
-
padding-left: 4px;
|
|
17362
|
+
padding-inline: 4px;
|
|
17445
17363
|
height: 100%;
|
|
17446
17364
|
}
|
|
17447
17365
|
.zen-header__section--middle {
|
|
@@ -17542,16 +17460,25 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17542
17460
|
.zen-layout__middle-element {
|
|
17543
17461
|
height: 0;
|
|
17544
17462
|
}
|
|
17545
|
-
.zen-layout .zen-layout__content--full-screen >
|
|
17463
|
+
.zen-layout .zen-layout__content--full-screen > * {
|
|
17546
17464
|
display: none;
|
|
17547
17465
|
}
|
|
17466
|
+
.zen-layout .zen-layout__content--full-screen > .zen-layout__full-screen-element--visible {
|
|
17467
|
+
display: block;
|
|
17468
|
+
}
|
|
17469
|
+
.zen-layout .zen-layout__content--full-screen > .zen-layout__full-screen-element--visible * {
|
|
17470
|
+
display: initial;
|
|
17471
|
+
}
|
|
17472
|
+
.zen-layout .zen-layout__content--full-screen > [data-full-screen-parent="true"] {
|
|
17473
|
+
display: block;
|
|
17474
|
+
}
|
|
17548
17475
|
.zen-layout .zen-layout__content:has(> :first-child > :first-child .zen-data-grid-actions),
|
|
17549
17476
|
.zen-layout .zen-layout__content:has(> :first-child > :first-child.zen-data-grid-actions),
|
|
17550
17477
|
.zen-layout .zen-layout__content--full-screen:has(.zen-layout__full-screen-element--visible .zen-data-grid-actions) {
|
|
17551
17478
|
padding-block-start: 0;
|
|
17552
17479
|
}
|
|
17553
17480
|
.zen-layout.zen-layout--no-scroll .zen-layout__content {
|
|
17554
|
-
overflow-
|
|
17481
|
+
overflow-block: auto;
|
|
17555
17482
|
}
|
|
17556
17483
|
.zen-card-deck {
|
|
17557
17484
|
box-sizing: border-box;
|
|
@@ -17567,8 +17494,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17567
17494
|
box-sizing: border-box;
|
|
17568
17495
|
}
|
|
17569
17496
|
.zen-card-deck--mobile {
|
|
17570
|
-
padding-block
|
|
17571
|
-
padding-block-end: 0.0625rem;
|
|
17497
|
+
padding-block: 0.125rem 0.0625rem;
|
|
17572
17498
|
padding-inline: 0.75rem;
|
|
17573
17499
|
}
|
|
17574
17500
|
.zen-card-deck__cards {
|
|
@@ -17613,8 +17539,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17613
17539
|
background-color: transparent;
|
|
17614
17540
|
display: flex;
|
|
17615
17541
|
justify-content: space-between;
|
|
17616
|
-
flex-
|
|
17617
|
-
flex-wrap: nowrap;
|
|
17542
|
+
flex-flow: row nowrap;
|
|
17618
17543
|
align-items: flex-start;
|
|
17619
17544
|
gap: 1.5rem;
|
|
17620
17545
|
}
|
|
@@ -17630,8 +17555,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17630
17555
|
}
|
|
17631
17556
|
.zen-page-header-component__actions {
|
|
17632
17557
|
display: flex;
|
|
17633
|
-
flex-
|
|
17634
|
-
flex-wrap: nowrap;
|
|
17558
|
+
flex-flow: row nowrap;
|
|
17635
17559
|
align-items: center;
|
|
17636
17560
|
gap: 0.75rem;
|
|
17637
17561
|
}
|
|
@@ -17660,10 +17584,9 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17660
17584
|
.zen-legend-list--flexible {
|
|
17661
17585
|
display: flex;
|
|
17662
17586
|
gap: 0.625rem;
|
|
17663
|
-
flex-
|
|
17587
|
+
flex-flow: row wrap;
|
|
17664
17588
|
margin: 0;
|
|
17665
17589
|
padding: 0;
|
|
17666
|
-
flex-wrap: wrap;
|
|
17667
17590
|
}
|
|
17668
17591
|
.zen-legend-list__item {
|
|
17669
17592
|
display: flex;
|
|
@@ -17692,7 +17615,7 @@ html:lang(ar) .zen-mobile-filter-control__counter {
|
|
|
17692
17615
|
font-size: 1rem;
|
|
17693
17616
|
line-height: 1.125rem;
|
|
17694
17617
|
}
|
|
17695
|
-
@media (
|
|
17618
|
+
@media (width <= 640px) {
|
|
17696
17619
|
.zen-legend-list.zen-legend-list--drive .zen-legend-list__item-text {
|
|
17697
17620
|
font-size: 0.875rem;
|
|
17698
17621
|
}
|
|
@@ -17787,8 +17710,8 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17787
17710
|
}
|
|
17788
17711
|
.zen-nav__content {
|
|
17789
17712
|
flex: 1 1 auto;
|
|
17790
|
-
overflow-
|
|
17791
|
-
overflow-
|
|
17713
|
+
overflow-block: auto;
|
|
17714
|
+
overflow-inline: hidden;
|
|
17792
17715
|
position: relative;
|
|
17793
17716
|
}
|
|
17794
17717
|
.zen-nav__content--has-scrollbar {
|
|
@@ -17847,7 +17770,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17847
17770
|
.zen-nav--mobile {
|
|
17848
17771
|
padding-block: var(--nav-top-bottom-mobile-padding);
|
|
17849
17772
|
padding-inline: var(--nav-left-right-padding);
|
|
17850
|
-
overflow-
|
|
17773
|
+
overflow-block: auto;
|
|
17851
17774
|
gap: 0.5rem;
|
|
17852
17775
|
}
|
|
17853
17776
|
.zen-nav--mobile .zen-nav__content {
|
|
@@ -17861,11 +17784,11 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17861
17784
|
padding-block: 0.375rem;
|
|
17862
17785
|
}
|
|
17863
17786
|
.zen-nav--mobile-edit {
|
|
17864
|
-
overflow-
|
|
17787
|
+
overflow-block: hidden;
|
|
17865
17788
|
}
|
|
17866
17789
|
.zen-nav--mobile-edit .zen-nav__content {
|
|
17867
17790
|
flex: 1 1 auto;
|
|
17868
|
-
overflow-
|
|
17791
|
+
overflow-block: auto;
|
|
17869
17792
|
}
|
|
17870
17793
|
.zen-nav--collapsed {
|
|
17871
17794
|
padding-inline: var(--nav-left-right-collapsed-padding);
|
|
@@ -17894,6 +17817,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17894
17817
|
background-color: initial;
|
|
17895
17818
|
}
|
|
17896
17819
|
}
|
|
17820
|
+
/* stylelint-disable-next-line selector-not-notation */
|
|
17897
17821
|
.zen-nav-popup.zen-nav-popup:not(.zen-nav-popup .zen-nav-popup):not(.zen-nav-popup--mobile) {
|
|
17898
17822
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
17899
17823
|
font-size: 0.875rem;
|
|
@@ -17903,7 +17827,7 @@ html:lang(ar) .zen-mini-tabs {
|
|
|
17903
17827
|
line-height: 1rem;
|
|
17904
17828
|
text-transform: none;
|
|
17905
17829
|
text-decoration: none;
|
|
17906
|
-
box-shadow:
|
|
17830
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
17907
17831
|
border-radius: var(--border-radius-default);
|
|
17908
17832
|
box-sizing: border-box;
|
|
17909
17833
|
max-height: 50rem;
|
|
@@ -17986,13 +17910,14 @@ html:lang(ar) .zen-nav-popup.zen-nav-popup:not(.zen-nav-popup .zen-nav-popup):no
|
|
|
17986
17910
|
html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
17987
17911
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
17988
17912
|
}
|
|
17989
|
-
.zen-nav-item
|
|
17913
|
+
.zen-nav-item .zen-nav-item__main {
|
|
17990
17914
|
min-height: 36px;
|
|
17991
17915
|
}
|
|
17992
17916
|
.zen-nav-item--collapsed {
|
|
17993
17917
|
width: auto;
|
|
17994
17918
|
}
|
|
17995
17919
|
.zen-nav-item--collapsed .zen-nav-item__main {
|
|
17920
|
+
min-height: auto;
|
|
17996
17921
|
padding: 0;
|
|
17997
17922
|
width: auto;
|
|
17998
17923
|
display: inline-flex;
|
|
@@ -18005,8 +17930,8 @@ html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
|
18005
17930
|
.zen-nav-item--collapsed .zen-nav-item__icon--with-counter::before {
|
|
18006
17931
|
content: "";
|
|
18007
17932
|
position: absolute;
|
|
18008
|
-
|
|
18009
|
-
|
|
17933
|
+
inset-block-start: 4px;
|
|
17934
|
+
inset-inline-end: 4px;
|
|
18010
17935
|
width: 8px;
|
|
18011
17936
|
height: 8px;
|
|
18012
17937
|
background-color: var(--action-destructive--default);
|
|
@@ -18019,12 +17944,12 @@ html:lang(ar) .zen-nav-item--active .zen-nav-item__title-text {
|
|
|
18019
17944
|
.zen-nav-item--button .zen-nav-item__main {
|
|
18020
17945
|
border: 0;
|
|
18021
17946
|
background: transparent;
|
|
18022
|
-
text-align:
|
|
17947
|
+
text-align: start;
|
|
18023
17948
|
}
|
|
18024
17949
|
.zen-nav-item--link .zen-nav-item__main {
|
|
18025
17950
|
text-decoration: none;
|
|
18026
17951
|
}
|
|
18027
|
-
.zen-nav-item--nested
|
|
17952
|
+
.zen-nav-item--nested .zen-nav-item__main {
|
|
18028
17953
|
min-height: 32px;
|
|
18029
17954
|
border-radius: 4px;
|
|
18030
17955
|
padding: 4px;
|
|
@@ -18071,7 +17996,7 @@ html:lang(ar) .zen-nav-item__main {
|
|
|
18071
17996
|
fill: var(--accents-general--detail);
|
|
18072
17997
|
border-radius: 1rem;
|
|
18073
17998
|
padding: 6px 8px;
|
|
18074
|
-
margin-
|
|
17999
|
+
margin-inline-end: 4px;
|
|
18075
18000
|
display: flex;
|
|
18076
18001
|
align-items: center;
|
|
18077
18002
|
flex: 0 0 auto;
|
|
@@ -18095,7 +18020,7 @@ html:lang(ar) .zen-nav-item__main {
|
|
|
18095
18020
|
overflow: hidden;
|
|
18096
18021
|
text-overflow: ellipsis;
|
|
18097
18022
|
white-space: nowrap;
|
|
18098
|
-
|
|
18023
|
+
overflow-wrap: normal;
|
|
18099
18024
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
18100
18025
|
font-size: 0.875rem;
|
|
18101
18026
|
font-style: normal;
|
|
@@ -18189,7 +18114,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18189
18114
|
display: flex;
|
|
18190
18115
|
align-items: center;
|
|
18191
18116
|
flex: 1 1 100%;
|
|
18192
|
-
margin-
|
|
18117
|
+
margin-block-end: -3px;
|
|
18193
18118
|
/* Adjust for visual centering (compensate y letter shift) */
|
|
18194
18119
|
}
|
|
18195
18120
|
.zen-nav-header--collapsed {
|
|
@@ -18236,7 +18161,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18236
18161
|
gap: 8px;
|
|
18237
18162
|
padding: 3px 12px;
|
|
18238
18163
|
background: var(--backgrounds-content-0);
|
|
18239
|
-
border-
|
|
18164
|
+
border-block-start: 1px solid var(--borders-general);
|
|
18240
18165
|
}
|
|
18241
18166
|
.zen-nav-edit-footer {
|
|
18242
18167
|
display: flex;
|
|
@@ -18247,7 +18172,7 @@ html:lang(ar) .zen-nav-item__title-text {
|
|
|
18247
18172
|
width: calc(50% - 4px);
|
|
18248
18173
|
}
|
|
18249
18174
|
.zen-nav-edit-footer__button--with-margin {
|
|
18250
|
-
margin-
|
|
18175
|
+
margin-block-end: 8px;
|
|
18251
18176
|
}
|
|
18252
18177
|
.zen-nav-edit-footer--mobile {
|
|
18253
18178
|
flex-direction: column;
|
|
@@ -18281,7 +18206,7 @@ html:lang(ar) .zen-nav-edit-list__header {
|
|
|
18281
18206
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
18282
18207
|
}
|
|
18283
18208
|
.zen-nav-edit-list__header--no-gap {
|
|
18284
|
-
margin-
|
|
18209
|
+
margin-block-end: calc(var(--nav-items-gap) * -1);
|
|
18285
18210
|
}
|
|
18286
18211
|
.zen-nav-edit-list .zen-nav-edit-list__item--placeholder {
|
|
18287
18212
|
list-style-type: none;
|
|
@@ -18302,7 +18227,7 @@ html:lang(ar) .zen-nav-edit-list__header {
|
|
|
18302
18227
|
line-height: 1rem;
|
|
18303
18228
|
text-transform: none;
|
|
18304
18229
|
text-decoration: none;
|
|
18305
|
-
box-shadow:
|
|
18230
|
+
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
|
|
18306
18231
|
position: relative;
|
|
18307
18232
|
display: flex;
|
|
18308
18233
|
flex-direction: row;
|
|
@@ -18321,7 +18246,7 @@ html:lang(ar) .zen-push {
|
|
|
18321
18246
|
.zen-push::before {
|
|
18322
18247
|
content: "";
|
|
18323
18248
|
position: absolute;
|
|
18324
|
-
|
|
18249
|
+
inset-block-start: 0;
|
|
18325
18250
|
inset-inline-start: -0.375rem;
|
|
18326
18251
|
width: 0.4375rem;
|
|
18327
18252
|
height: 100%;
|
|
@@ -18358,7 +18283,7 @@ html:lang(ar) .zen-push__header {
|
|
|
18358
18283
|
text-transform: none;
|
|
18359
18284
|
text-decoration: none;
|
|
18360
18285
|
flex-grow: 1;
|
|
18361
|
-
padding-
|
|
18286
|
+
padding-block-start: 0.5rem;
|
|
18362
18287
|
display: flex;
|
|
18363
18288
|
flex-direction: column;
|
|
18364
18289
|
}
|
|
@@ -18375,12 +18300,11 @@ html:lang(ar) .zen-push__body {
|
|
|
18375
18300
|
}
|
|
18376
18301
|
.zen-push__text {
|
|
18377
18302
|
font-size: 0.75rem;
|
|
18378
|
-
padding-
|
|
18303
|
+
padding-block-end: 1rem;
|
|
18379
18304
|
}
|
|
18380
18305
|
.zen-push__title {
|
|
18381
18306
|
font-style: normal;
|
|
18382
|
-
padding-
|
|
18383
|
-
padding-top: 0.125rem;
|
|
18307
|
+
padding-block: 0.125rem 0.5rem;
|
|
18384
18308
|
}
|
|
18385
18309
|
.zen-push__title--error {
|
|
18386
18310
|
color: var(--accents-error--detail);
|
|
@@ -18572,7 +18496,7 @@ html:lang(ar) .zen-push__body {
|
|
|
18572
18496
|
background-color: var(--accents-warning--detail);
|
|
18573
18497
|
border-color: var(--accents-warning--detail);
|
|
18574
18498
|
}
|
|
18575
|
-
@media (
|
|
18499
|
+
@media (width <= 540px) {
|
|
18576
18500
|
.zen-push {
|
|
18577
18501
|
min-width: 9.375rem;
|
|
18578
18502
|
}
|
|
@@ -18666,7 +18590,7 @@ html:lang(ar) .zen-overview__label {
|
|
|
18666
18590
|
color: var(--text-primary);
|
|
18667
18591
|
align-items: center;
|
|
18668
18592
|
justify-content: space-between;
|
|
18669
|
-
padding: 0.25rem 0.75rem
|
|
18593
|
+
padding: 0.25rem 0.75rem;
|
|
18670
18594
|
border-radius: 1.875rem;
|
|
18671
18595
|
background: var(--backgrounds-content-1);
|
|
18672
18596
|
}
|
|
@@ -18740,7 +18664,7 @@ html:lang(ar) .zen-pill {
|
|
|
18740
18664
|
fill: var(--accents-general--main);
|
|
18741
18665
|
}
|
|
18742
18666
|
.zen-pill--closable {
|
|
18743
|
-
padding-
|
|
18667
|
+
padding-inline-end: 0.25rem;
|
|
18744
18668
|
}
|
|
18745
18669
|
.zen-pill--long {
|
|
18746
18670
|
min-width: 12.5rem;
|
|
@@ -18757,7 +18681,7 @@ html:lang(ar) .zen-pill {
|
|
|
18757
18681
|
border-radius: 0.9375rem;
|
|
18758
18682
|
padding: 0;
|
|
18759
18683
|
margin: 0;
|
|
18760
|
-
margin-
|
|
18684
|
+
margin-inline-start: 8px;
|
|
18761
18685
|
cursor: pointer;
|
|
18762
18686
|
}
|
|
18763
18687
|
.zen-pill__close-button:active,
|
|
@@ -18777,8 +18701,8 @@ html:lang(ar) .zen-pill {
|
|
|
18777
18701
|
}
|
|
18778
18702
|
.zen-page-layout {
|
|
18779
18703
|
box-sizing: border-box;
|
|
18780
|
-
overflow-
|
|
18781
|
-
overflow-
|
|
18704
|
+
overflow-inline: hidden;
|
|
18705
|
+
overflow-block: auto;
|
|
18782
18706
|
z-index: 1000;
|
|
18783
18707
|
margin: 0;
|
|
18784
18708
|
touch-action: manipulation;
|
|
@@ -18858,7 +18782,7 @@ html:lang(ar) .zen-page-section__title {
|
|
|
18858
18782
|
color: var(--text-primary);
|
|
18859
18783
|
align-items: center;
|
|
18860
18784
|
justify-content: space-between;
|
|
18861
|
-
padding: 0.25rem 0.75rem
|
|
18785
|
+
padding: 0.25rem 0.75rem;
|
|
18862
18786
|
border-radius: 1.875rem;
|
|
18863
18787
|
background: var(--backgrounds-content-1);
|
|
18864
18788
|
}
|
|
@@ -18867,12 +18791,12 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
18867
18791
|
}
|
|
18868
18792
|
.zen-pill-actionable__icon {
|
|
18869
18793
|
display: none;
|
|
18870
|
-
margin-
|
|
18871
|
-
margin-
|
|
18794
|
+
margin-block-start: 2px;
|
|
18795
|
+
margin-inline-end: 8px;
|
|
18872
18796
|
}
|
|
18873
18797
|
.zen-pill-actionable__input {
|
|
18874
18798
|
position: absolute;
|
|
18875
|
-
|
|
18799
|
+
inset-inline-start: -5000px;
|
|
18876
18800
|
}
|
|
18877
18801
|
.zen-pill-actionable__input:hover + .zen-pill-actionable__block--actionable {
|
|
18878
18802
|
background-color: var(--backgrounds-content-2);
|
|
@@ -18935,7 +18859,6 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
18935
18859
|
.zen-sort-container__button {
|
|
18936
18860
|
display: flex;
|
|
18937
18861
|
padding: 0.4375rem 1rem;
|
|
18938
|
-
border-color: var(--borders-general);
|
|
18939
18862
|
border: 1px solid var(--borders-general);
|
|
18940
18863
|
border-radius: var(--border-radius-default);
|
|
18941
18864
|
justify-content: center;
|
|
@@ -19063,9 +18986,12 @@ html:lang(ar) .zen-sort-container__text-block {
|
|
|
19063
18986
|
html:lang(ar) .zen-stepper-field {
|
|
19064
18987
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
19065
18988
|
}
|
|
19066
|
-
.zen-stepper-field:
|
|
18989
|
+
.zen-stepper-field:hover .zen-stepper-field__controls {
|
|
19067
18990
|
visibility: visible;
|
|
19068
18991
|
}
|
|
18992
|
+
.zen-stepper-field--disabled:hover .zen-stepper-field__controls {
|
|
18993
|
+
visibility: hidden;
|
|
18994
|
+
}
|
|
19069
18995
|
.zen-stepper-field__input-wrapper {
|
|
19070
18996
|
position: relative;
|
|
19071
18997
|
}
|
|
@@ -19080,7 +19006,7 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19080
19006
|
width: 1rem;
|
|
19081
19007
|
height: 1rem;
|
|
19082
19008
|
position: absolute;
|
|
19083
|
-
|
|
19009
|
+
inset-block-start: 0.375rem;
|
|
19084
19010
|
}
|
|
19085
19011
|
.zen-stepper-field__controls:not(:hover),
|
|
19086
19012
|
.zen-stepper-field__controls:not(:active) {
|
|
@@ -19098,11 +19024,11 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19098
19024
|
}
|
|
19099
19025
|
.zen-stepper-field__input::-webkit-outer-spin-button,
|
|
19100
19026
|
.zen-stepper-field__input::-webkit-inner-spin-button {
|
|
19101
|
-
|
|
19027
|
+
appearance: none;
|
|
19102
19028
|
margin: 0;
|
|
19103
19029
|
}
|
|
19104
19030
|
.zen-stepper-field__input[type="number"] {
|
|
19105
|
-
|
|
19031
|
+
appearance: textfield;
|
|
19106
19032
|
}
|
|
19107
19033
|
.zen-stepper-field__input:hover:not(:disabled) + .zen-stepper-field__controls,
|
|
19108
19034
|
.zen-stepper-field__input:active:not(:disabled) + .zen-stepper-field__controls {
|
|
@@ -19142,15 +19068,12 @@ html:lang(ar) .zen-stepper-field {
|
|
|
19142
19068
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
19143
19069
|
width: 1.25rem;
|
|
19144
19070
|
height: 1.25rem;
|
|
19071
|
+
inset-block-start: 0.875rem;
|
|
19145
19072
|
}
|
|
19146
19073
|
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__input,
|
|
19147
19074
|
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__input {
|
|
19148
19075
|
min-height: 3rem;
|
|
19149
19076
|
}
|
|
19150
|
-
.zen-stepper-field.zen-stepper-field--drive .zen-stepper-field__controls,
|
|
19151
|
-
.zen-stepper-field.zen-stepper-field--drive-tablet .zen-stepper-field__controls {
|
|
19152
|
-
top: 0.875rem;
|
|
19153
|
-
}
|
|
19154
19077
|
.zen-stepper-field.zen-stepper-field--drive.zen-stepper-field--drive .zen-text-input,
|
|
19155
19078
|
.zen-stepper-field.zen-stepper-field--drive-tablet.zen-stepper-field--drive .zen-text-input {
|
|
19156
19079
|
padding-inline-end: 1.625rem;
|
|
@@ -19175,38 +19098,31 @@ html:lang(ar) .zen-stepper-field.zen-stepper-field--mobile {
|
|
|
19175
19098
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
19176
19099
|
width: 1.25rem;
|
|
19177
19100
|
height: 1.25rem;
|
|
19101
|
+
inset-block-start: 0.875rem;
|
|
19178
19102
|
}
|
|
19179
19103
|
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__input {
|
|
19180
19104
|
min-height: 3rem;
|
|
19181
19105
|
}
|
|
19182
|
-
.zen-stepper-field.zen-stepper-field--mobile .zen-stepper-field__controls {
|
|
19183
|
-
top: 0.875rem;
|
|
19184
|
-
}
|
|
19185
19106
|
.zen-stepper-field.zen-stepper-field--mobile.zen-stepper-field--mobile .zen-text-input {
|
|
19186
19107
|
padding-inline-end: 1.625rem;
|
|
19187
19108
|
}
|
|
19188
19109
|
.zen-summaries__row {
|
|
19189
19110
|
display: flex;
|
|
19190
19111
|
align-items: top;
|
|
19191
|
-
flex-
|
|
19192
|
-
|
|
19193
|
-
row-gap: 2rem;
|
|
19194
|
-
column-gap: 3.5rem;
|
|
19112
|
+
flex-flow: row wrap;
|
|
19113
|
+
gap: 2rem 3.5rem;
|
|
19195
19114
|
}
|
|
19196
19115
|
.zen-summaries__column,
|
|
19197
19116
|
.zen-summaries__two-columns {
|
|
19198
19117
|
display: flex;
|
|
19199
|
-
flex-
|
|
19200
|
-
flex-wrap: wrap;
|
|
19118
|
+
flex-flow: column wrap;
|
|
19201
19119
|
align-items: flex-start;
|
|
19202
|
-
|
|
19203
|
-
|
|
19204
|
-
max-height: 100vh;
|
|
19120
|
+
gap: 2rem;
|
|
19121
|
+
max-height: 100vb;
|
|
19205
19122
|
}
|
|
19206
19123
|
.zen-summaries__two-columns-container {
|
|
19207
19124
|
display: flex;
|
|
19208
|
-
|
|
19209
|
-
column-gap: 2rem;
|
|
19125
|
+
gap: 2rem;
|
|
19210
19126
|
}
|
|
19211
19127
|
.zen-tab-bar-content {
|
|
19212
19128
|
box-sizing: border-box;
|
|
@@ -19263,7 +19179,7 @@ html:lang(ar) .zen-tab-bar-content {
|
|
|
19263
19179
|
padding: 0.75rem;
|
|
19264
19180
|
background-color: var(--backgrounds-content-1);
|
|
19265
19181
|
width: 100%;
|
|
19266
|
-
overflow-
|
|
19182
|
+
overflow-inline: hidden;
|
|
19267
19183
|
}
|
|
19268
19184
|
.zen-toolbar * {
|
|
19269
19185
|
box-sizing: border-box;
|
|
@@ -19347,8 +19263,8 @@ html:lang(ar) .zen-toolbar__trigger-button {
|
|
|
19347
19263
|
text-transform: none;
|
|
19348
19264
|
text-decoration: none;
|
|
19349
19265
|
box-sizing: border-box;
|
|
19350
|
-
--
|
|
19351
|
-
--
|
|
19266
|
+
--background-switcher: var(--action-primary--default);
|
|
19267
|
+
--background-runner: var(--backgrounds-main);
|
|
19352
19268
|
display: flex;
|
|
19353
19269
|
align-items: center;
|
|
19354
19270
|
}
|
|
@@ -19394,7 +19310,7 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19394
19310
|
min-height: 1rem;
|
|
19395
19311
|
border-radius: 1rem;
|
|
19396
19312
|
padding: 0.125rem;
|
|
19397
|
-
background-color: var(--
|
|
19313
|
+
background-color: var(--background-switcher);
|
|
19398
19314
|
overflow: visible;
|
|
19399
19315
|
position: relative;
|
|
19400
19316
|
cursor: pointer;
|
|
@@ -19408,8 +19324,8 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19408
19324
|
min-height: 1.625rem;
|
|
19409
19325
|
border-radius: 50%;
|
|
19410
19326
|
opacity: 0.4;
|
|
19411
|
-
|
|
19412
|
-
background-color: var(--
|
|
19327
|
+
inset-block-start: -0.3125rem;
|
|
19328
|
+
background-color: var(--background-switcher);
|
|
19413
19329
|
inset-inline-start: -0.3125rem;
|
|
19414
19330
|
}
|
|
19415
19331
|
.zen-two-options-switcher-control__runner {
|
|
@@ -19418,7 +19334,7 @@ html:lang(ar) .zen-two-options-switcher {
|
|
|
19418
19334
|
height: 0.75rem;
|
|
19419
19335
|
min-height: 0.75rem;
|
|
19420
19336
|
border-radius: 50%;
|
|
19421
|
-
background-color: var(--
|
|
19337
|
+
background-color: var(--background-runner);
|
|
19422
19338
|
}
|
|
19423
19339
|
.zen-two-options-switcher-control--disabled {
|
|
19424
19340
|
opacity: 0.6;
|