isite 2025.8.8 → 2025.9.2
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/apps/client-side/site_files/css/bootstrap5-addon.css +2 -2
- package/apps/client-side/site_files/css/effect.css +4 -4
- package/apps/client-side/site_files/css/font-awesome.css +3104 -1590
- package/apps/client-side/site_files/css/font-cairo.css +2 -2
- package/apps/client-side/site_files/css/font-droid.css +2 -2
- package/apps/client-side/site_files/css/font-saudi.css +62 -58
- package/apps/client-side/site_files/css/layout.css +156 -159
- package/apps/client-side/site_files/css/modal.css +2 -2
- package/apps/client-side/site_files/css/theme.css +2 -2
- package/apps/client-side/site_files/css/theme_dark.css +2 -2
- package/apps/client-side/site_files/css/theme_paper.css +3 -3
- package/apps/client-side/site_files/js/site.js +1374 -1360
- package/apps/client-side/site_files/js/site.min.js +1 -1
- package/lib/cookie.js +15 -3
- package/lib/routing.js +7 -0
- package/lib/session.js +7 -5
- package/lib/ws.js +1 -1
- package/lib/wsClient.js +95 -97
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--font-family: Arabic, English, sans-serif, Tahoma, serif;
|
|
3
|
-
--bs-body-font-family: Arabic, English, sans-serif, Tahoma, serif;
|
|
2
|
+
--font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
|
|
3
|
+
--bs-body-font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
|
|
4
4
|
}
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: 'Arabic';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--font-family: Arabic, English, sans-serif, Tahoma, serif;
|
|
3
|
-
--bs-body-font-family: Arabic, English, sans-serif, Tahoma, serif;
|
|
2
|
+
--font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
|
|
3
|
+
--bs-body-font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
|
|
4
4
|
}
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: 'Arabic';
|
|
@@ -1,92 +1,96 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
--font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
|
|
3
|
+
--bs-body-font-family: 'Arabic', 'English', sans-serif, Tahoma, serif;
|
|
4
4
|
}
|
|
5
5
|
@font-face {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
font-family: 'Arabic';
|
|
7
|
+
src: url(/x-fonts/DINNextLTW23-Light.eot);
|
|
8
|
+
src: url(/x-fonts/DINNextLTW23-Light.eot?#iefix) format('embedded-opentype'), url(/x-fonts/DINNextLTW23-Light.woff2) format('woff2'), url(/x-fonts/DINNextLTW23-Light.woff) format('woff'),
|
|
9
|
+
url(/x-fonts/DINNextLTW23-Light.ttf) format('truetype');
|
|
10
|
+
font-weight: 300;
|
|
11
|
+
font-display: swap;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
@font-face {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
font-family: 'Arabic';
|
|
16
|
+
src: url(/x-fonts/DINNextLTW23-Medium.eot);
|
|
17
|
+
src: url(/x-fonts/DINNextLTW23-Medium.eot?#iefix) format('embedded-opentype'), url(/x-fonts/DINNextLTW23-Medium.woff2) format('woff2'), url(/x-fonts/DINNextLTW23-Medium.woff) format('woff'),
|
|
18
|
+
url(/x-fonts/DINNextLTW23-Medium.ttf) format('truetype');
|
|
19
|
+
font-weight: 500;
|
|
20
|
+
font-display: swap;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
@font-face {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
font-family: 'Arabic';
|
|
25
|
+
src: url(/x-fonts/DINNextLTW05-Bold.eot);
|
|
26
|
+
src: url(/x-fonts/DINNextLTW05-Bold.eot?#iefix) format('embedded-opentype'), url(/x-fonts/DINNextLTW05-Bold.woff2) format('woff2'), url(/x-fonts/DINNextLTW05-Bold.woff) format('woff'),
|
|
27
|
+
url(/x-fonts/DINNextLTW05-Bold.ttf) format('truetype');
|
|
28
|
+
font-weight: 600;
|
|
29
|
+
font-display: swap;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
32
|
@font-face {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
33
|
+
font-family: 'Arabic';
|
|
34
|
+
src: url(/x-fonts/DINNextLTW05-UltraLight.eot);
|
|
35
|
+
src: url(/x-fonts/DINNextLTW05-UltraLight.eot?#iefix) format('embedded-opentype'), url(/x-fonts/DINNextLTW05-UltraLight.woff2) format('woff2'),
|
|
36
|
+
url(/x-fonts/DINNextLTW05-UltraLight.woff) format('woff'), url(/x-fonts/DINNextLTW05-UltraLight.ttf) format('truetype');
|
|
37
|
+
font-weight: 200;
|
|
38
|
+
font-display: swap;
|
|
41
39
|
}
|
|
42
40
|
|
|
43
41
|
@font-face {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
font-family: 'Arabic';
|
|
43
|
+
src: url(/x-fonts/DINNextLTW05-Regular.eot);
|
|
44
|
+
src: url(/x-fonts/DINNextLTW05-Regular.eot?#iefix) format('embedded-opentype'), url(/x-fonts/DINNextLTW05-Regular.woff2) format('woff2'), url(/x-fonts/DINNextLTW05-Regular.woff) format('woff'),
|
|
45
|
+
url(/x-fonts/DINNextLTW05-Regular.ttf) format('truetype');
|
|
46
|
+
font-weight: 400;
|
|
47
|
+
font-display: swap;
|
|
50
48
|
}
|
|
51
49
|
|
|
52
50
|
@font-face {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
51
|
+
font-family: 'English';
|
|
52
|
+
font-style: normal;
|
|
53
|
+
font-weight: 400;
|
|
54
|
+
src: url(/x-fonts/HelveticaNeueLTStd55Roman_22526.woff) format('woff');
|
|
55
|
+
font-display: swap;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
@font-face {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
59
|
+
font-family: 'English';
|
|
60
|
+
font-style: normal;
|
|
61
|
+
font-weight: 200;
|
|
62
|
+
src: url(/x-fonts/HelveticaNeueLTStd45Light_22520.woff) format('woff');
|
|
63
|
+
font-display: swap;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
@font-face {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
67
|
+
font-family: 'English';
|
|
68
|
+
font-style: normal;
|
|
69
|
+
font-weight: 300;
|
|
70
|
+
src: url(/x-fonts/HelveticaNeueLTStdMd1.woff) format('woff');
|
|
71
|
+
font-display: swap;
|
|
71
72
|
}
|
|
72
73
|
|
|
73
74
|
@font-face {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
font-family: 'English';
|
|
76
|
+
font-style: normal;
|
|
77
|
+
font-weight: 500;
|
|
78
|
+
src: url(/x-fonts/HelveticaNeueLTStd75Bold_22539.woff) format('woff');
|
|
79
|
+
font-display: swap;
|
|
78
80
|
}
|
|
79
81
|
|
|
80
82
|
@font-face {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
font-family: 'English';
|
|
84
|
+
font-style: normal;
|
|
85
|
+
font-weight: 600;
|
|
86
|
+
src: url(/x-fonts/HelveticaNeueLTStd85Heavy_22545.woff) format('woff');
|
|
87
|
+
font-display: swap;
|
|
85
88
|
}
|
|
86
89
|
|
|
87
90
|
@font-face {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
91
|
+
font-family: 'English';
|
|
92
|
+
font-style: normal;
|
|
93
|
+
font-weight: 800;
|
|
94
|
+
src: url(/x-fonts/HelveticaNeueLTStd95Black_22551.woff) format('woff');
|
|
95
|
+
font-display: swap;
|
|
92
96
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@charset "utf-8";
|
|
2
2
|
|
|
3
3
|
* {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
margin: 0px;
|
|
6
|
+
line-height: var(--line-height);
|
|
7
|
+
min-height: 1px;
|
|
8
|
+
text-align: var(--text-align);
|
|
9
|
+
direction: var(--direction);
|
|
10
|
+
max-width: 100%;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
html {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
background-color: var(--body-background);
|
|
15
|
+
scroll-behavior: smooth;
|
|
16
|
+
scroll-padding-top: 70px;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
body {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
20
|
+
font-family: var(--font-family);
|
|
21
|
+
font-weight: var(--font-weight);
|
|
22
|
+
font-size: var(--font-size);
|
|
23
|
+
line-height: var(--line-height);
|
|
24
|
+
margin-top: var(--body-margin-top);
|
|
25
|
+
margin-bottom: var(--body-margin-bottom);
|
|
26
|
+
color: var(--color);
|
|
27
|
+
background: var(--body-background);
|
|
28
|
+
zoom: var(--zoom);
|
|
29
|
+
user-select: var(--user-select);
|
|
30
|
+
-webkit-user-select: var(--user-select);
|
|
31
|
+
-moz-user-select: var(--user-select);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
h1,
|
|
@@ -36,57 +36,54 @@ h2,
|
|
|
36
36
|
h3,
|
|
37
37
|
h4,
|
|
38
38
|
h5 {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
font-family: var(--font-family);
|
|
40
|
+
font-weight: var(--h-font-weight);
|
|
41
|
+
line-height: var(--line-height);
|
|
42
42
|
}
|
|
43
43
|
h1 {
|
|
44
|
-
|
|
44
|
+
font-size: clamp(18px, 2vw, 3vw);
|
|
45
45
|
}
|
|
46
46
|
h2 {
|
|
47
|
-
|
|
47
|
+
font-size: clamp(16px, 1.5vw, 2.5vw);
|
|
48
48
|
}
|
|
49
49
|
h3 {
|
|
50
|
-
|
|
50
|
+
font-size: clamp(14px, 1vw, 2vw);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
|
|
54
53
|
.hidden,
|
|
55
54
|
.hidden:is([class^='col']) {
|
|
56
|
-
|
|
55
|
+
display: none !important;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
|
-
|
|
60
|
-
|
|
61
58
|
.mobile {
|
|
62
|
-
|
|
59
|
+
display: none !important;
|
|
63
60
|
}
|
|
64
61
|
|
|
65
62
|
.container {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
63
|
+
display: block !important;
|
|
64
|
+
width: 100% !important;
|
|
65
|
+
margin: 0 auto !important;
|
|
66
|
+
padding: 1% !important;
|
|
70
67
|
}
|
|
71
68
|
|
|
72
69
|
.row,
|
|
73
70
|
.row10 {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
71
|
+
display: flex;
|
|
72
|
+
width: 100% !important;
|
|
73
|
+
padding: 0px !important;
|
|
74
|
+
margin: 0px !important;
|
|
75
|
+
flex-direction: row;
|
|
76
|
+
flex-wrap: wrap;
|
|
77
|
+
align-content: flex-start;
|
|
78
|
+
align-items: flex-start;
|
|
79
|
+
justify-content: flex-start;
|
|
83
80
|
}
|
|
84
81
|
|
|
85
82
|
.row::after,
|
|
86
83
|
.row10::after {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
84
|
+
content: '' !important;
|
|
85
|
+
clear: both !important;
|
|
86
|
+
display: table !important;
|
|
90
87
|
}
|
|
91
88
|
|
|
92
89
|
.col1,
|
|
@@ -101,16 +98,16 @@ h3 {
|
|
|
101
98
|
.col10,
|
|
102
99
|
.col11,
|
|
103
100
|
.col12 {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
101
|
+
vertical-align: top;
|
|
102
|
+
padding: 0;
|
|
103
|
+
margin: 0;
|
|
104
|
+
float: var(--float);
|
|
105
|
+
display: flex;
|
|
106
|
+
justify-content: flex-start;
|
|
107
|
+
align-items: stretch;
|
|
108
|
+
flex-direction: column;
|
|
109
|
+
align-content: stretch;
|
|
110
|
+
flex-wrap: nowrap;
|
|
114
111
|
}
|
|
115
112
|
.col-1,
|
|
116
113
|
.col-2,
|
|
@@ -124,194 +121,194 @@ h3 {
|
|
|
124
121
|
.col-10,
|
|
125
122
|
.col-11,
|
|
126
123
|
.col-12 {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
124
|
+
vertical-align: top;
|
|
125
|
+
padding: 0;
|
|
126
|
+
margin: 0;
|
|
127
|
+
float: var(--float);
|
|
128
|
+
display: inline-block !important;
|
|
132
129
|
}
|
|
133
130
|
|
|
134
131
|
.col1 {
|
|
135
|
-
|
|
132
|
+
width: calc(1 / 12 * 100%) !important;
|
|
136
133
|
}
|
|
137
134
|
|
|
138
135
|
.col2 {
|
|
139
|
-
|
|
136
|
+
width: calc(2 / 12 * 100%) !important;
|
|
140
137
|
}
|
|
141
138
|
|
|
142
139
|
.col3 {
|
|
143
|
-
|
|
140
|
+
width: calc(3 / 12 * 100%) !important;
|
|
144
141
|
}
|
|
145
142
|
|
|
146
143
|
.col4 {
|
|
147
|
-
|
|
144
|
+
width: calc(4 / 12 * 100%) !important;
|
|
148
145
|
}
|
|
149
146
|
|
|
150
147
|
.col5 {
|
|
151
|
-
|
|
148
|
+
width: calc(5 / 12 * 100%) !important;
|
|
152
149
|
}
|
|
153
150
|
|
|
154
151
|
.col6 {
|
|
155
|
-
|
|
152
|
+
width: calc(6 / 12 * 100%) !important;
|
|
156
153
|
}
|
|
157
154
|
|
|
158
155
|
.col7 {
|
|
159
|
-
|
|
156
|
+
width: calc(7 / 12 * 100%) !important;
|
|
160
157
|
}
|
|
161
158
|
|
|
162
159
|
.col8 {
|
|
163
|
-
|
|
160
|
+
width: calc(8 / 12 * 100%) !important;
|
|
164
161
|
}
|
|
165
162
|
|
|
166
163
|
.col9 {
|
|
167
|
-
|
|
164
|
+
width: calc(9 / 12 * 100%) !important;
|
|
168
165
|
}
|
|
169
166
|
|
|
170
167
|
.col10 {
|
|
171
|
-
|
|
168
|
+
width: calc(10 / 12 * 100%) !important;
|
|
172
169
|
}
|
|
173
170
|
|
|
174
171
|
.col11 {
|
|
175
|
-
|
|
172
|
+
width: calc(11 / 12 * 100%) !important;
|
|
176
173
|
}
|
|
177
174
|
|
|
178
175
|
.col12 {
|
|
179
|
-
|
|
176
|
+
width: calc(12 / 12 * 100%) !important;
|
|
180
177
|
}
|
|
181
178
|
|
|
182
179
|
.col-1 {
|
|
183
|
-
|
|
180
|
+
width: calc(0.9 / 12 * 100%) !important;
|
|
184
181
|
}
|
|
185
182
|
|
|
186
183
|
.col-2 {
|
|
187
|
-
|
|
184
|
+
width: calc(1.9 / 12 * 100%) !important;
|
|
188
185
|
}
|
|
189
186
|
|
|
190
187
|
.col-3 {
|
|
191
|
-
|
|
188
|
+
width: calc(2.9 / 12 * 100%) !important;
|
|
192
189
|
}
|
|
193
190
|
|
|
194
191
|
.col-4 {
|
|
195
|
-
|
|
192
|
+
width: calc(3.9 / 12 * 100%) !important;
|
|
196
193
|
}
|
|
197
194
|
|
|
198
195
|
.col-5 {
|
|
199
|
-
|
|
196
|
+
width: calc(4.9 / 12 * 100%) !important;
|
|
200
197
|
}
|
|
201
198
|
|
|
202
199
|
.col-6 {
|
|
203
|
-
|
|
200
|
+
width: calc(5.9 / 12 * 100%) !important;
|
|
204
201
|
}
|
|
205
202
|
|
|
206
203
|
.col-7 {
|
|
207
|
-
|
|
204
|
+
width: calc(6.9 / 12 * 100%) !important;
|
|
208
205
|
}
|
|
209
206
|
|
|
210
207
|
.col-8 {
|
|
211
|
-
|
|
208
|
+
width: calc(7.9 / 12 * 100%) !important;
|
|
212
209
|
}
|
|
213
210
|
|
|
214
211
|
.col-9 {
|
|
215
|
-
|
|
212
|
+
width: calc(8.9 / 12 * 100%) !important;
|
|
216
213
|
}
|
|
217
214
|
|
|
218
215
|
.col-10 {
|
|
219
|
-
|
|
216
|
+
width: calc(9.9 / 12 * 100%) !important;
|
|
220
217
|
}
|
|
221
218
|
|
|
222
219
|
.col-11 {
|
|
223
|
-
|
|
220
|
+
width: calc(10.9 / 12 * 100%) !important;
|
|
224
221
|
}
|
|
225
222
|
|
|
226
223
|
.col-12 {
|
|
227
|
-
|
|
224
|
+
width: calc(11.9 / 12 * 100%) !important;
|
|
228
225
|
}
|
|
229
226
|
|
|
230
227
|
/* Mobile */
|
|
231
228
|
@media screen and (max-width: 480px) {
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
229
|
+
div,
|
|
230
|
+
.row,
|
|
231
|
+
fieldset,
|
|
232
|
+
.container {
|
|
233
|
+
/*max-width: 100vw !important;*/
|
|
234
|
+
margin: 0 !important;
|
|
235
|
+
}
|
|
236
|
+
.row,
|
|
237
|
+
.row10 {
|
|
238
|
+
width: 100% !important;
|
|
239
|
+
}
|
|
240
|
+
.col1,
|
|
241
|
+
.col2,
|
|
242
|
+
.col3,
|
|
243
|
+
.col4,
|
|
244
|
+
.col5,
|
|
245
|
+
.col6,
|
|
246
|
+
.col7,
|
|
247
|
+
.col8,
|
|
248
|
+
.col9 {
|
|
249
|
+
vertical-align: top;
|
|
250
|
+
width: calc(12 / 12 * 100%) !important;
|
|
251
|
+
max-width: 100vw;
|
|
252
|
+
}
|
|
253
|
+
.mobile {
|
|
254
|
+
display: block !important;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.desktop {
|
|
258
|
+
display: none !important;
|
|
259
|
+
}
|
|
263
260
|
}
|
|
264
261
|
|
|
265
262
|
/* Small devices (landscape phones, 576px and down) */
|
|
266
263
|
@media (max-width: 575px) {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
264
|
+
.row,
|
|
265
|
+
.row10 {
|
|
266
|
+
width: 100% !important;
|
|
267
|
+
}
|
|
268
|
+
.col1,
|
|
269
|
+
.col2,
|
|
270
|
+
.col3,
|
|
271
|
+
.col4,
|
|
272
|
+
.col5,
|
|
273
|
+
.col6,
|
|
274
|
+
.col7,
|
|
275
|
+
.col8,
|
|
276
|
+
.col9 {
|
|
277
|
+
vertical-align: top;
|
|
278
|
+
width: calc(12 / 12 * 100%) !important;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.desktop {
|
|
282
|
+
display: none !important;
|
|
283
|
+
}
|
|
287
284
|
}
|
|
288
285
|
|
|
289
286
|
/* Medium devices (tablets, 768px and down) */
|
|
290
287
|
@media (max-width: 768px) {
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
288
|
+
.row,
|
|
289
|
+
.row10 {
|
|
290
|
+
width: 100% !important;
|
|
291
|
+
}
|
|
292
|
+
.col1,
|
|
293
|
+
.col2,
|
|
294
|
+
.col3,
|
|
295
|
+
.col4,
|
|
296
|
+
.col5 {
|
|
297
|
+
vertical-align: top;
|
|
298
|
+
width: calc(12 / 12 * 100%) !important;
|
|
299
|
+
}
|
|
303
300
|
}
|
|
304
301
|
|
|
305
302
|
/* Large devices (desktops, 992px and down) */
|
|
306
303
|
@media (max-width: 992px) {
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
304
|
+
.col1,
|
|
305
|
+
.col2,
|
|
306
|
+
.col3,
|
|
307
|
+
.col4,
|
|
308
|
+
.col5 {
|
|
309
|
+
vertical-align: top;
|
|
310
|
+
width: calc(12 / 12 * 100%) !important;
|
|
311
|
+
}
|
|
315
312
|
}
|
|
316
313
|
|
|
317
314
|
/* X-Large devices (large desktops, 1200px and down) */
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
.modal-header h2 {
|
|
154
154
|
font-size: 16px;
|
|
155
|
-
text-align: center;
|
|
155
|
+
text-align: center !important;
|
|
156
156
|
padding: 0px;
|
|
157
157
|
margin: 0 auto;
|
|
158
158
|
color: #ffffff;
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
}
|
|
161
161
|
.modal-header p {
|
|
162
162
|
width: 100%;
|
|
163
|
-
text-align: center;
|
|
163
|
+
text-align: center !important;
|
|
164
164
|
display: block;
|
|
165
165
|
}
|
|
166
166
|
.popup {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--theme-color: #283e4a;
|
|
3
3
|
--theme-color2: #2f8033;
|
|
4
|
-
--font-family: Arabic, sans-serif, Tahoma, serif;
|
|
4
|
+
--font-family: 'Arabic', sans-serif, Tahoma, serif;
|
|
5
5
|
--font-weight: normal;
|
|
6
6
|
--font-size: 14px;
|
|
7
7
|
--line-height: 1.4;
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
--fieldset-border: 2px solid #283e4a;
|
|
105
105
|
--fieldset-background: none;
|
|
106
|
-
--fieldset-margin : 1
|
|
106
|
+
--fieldset-margin : 1%;
|
|
107
107
|
--fieldset-padding: 5px;
|
|
108
108
|
--legend-color: #fff;
|
|
109
109
|
--legend-text-shadow: none;
|