1 | /*!
|
---|
2 | * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
|
---|
3 | * Copyright 2011-2021 The Bootstrap Authors
|
---|
4 | * Copyright 2011-2021 Twitter, Inc.
|
---|
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
---|
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
---|
7 | */
|
---|
8 | *,
|
---|
9 | *::before,
|
---|
10 | *::after {
|
---|
11 | box-sizing: border-box;
|
---|
12 | }
|
---|
13 |
|
---|
14 | @media (prefers-reduced-motion: no-preference) {
|
---|
15 | :root {
|
---|
16 | scroll-behavior: smooth;
|
---|
17 | }
|
---|
18 | }
|
---|
19 |
|
---|
20 | body {
|
---|
21 | margin: 0;
|
---|
22 | font-family: var(--bs-body-font-family);
|
---|
23 | font-size: var(--bs-body-font-size);
|
---|
24 | font-weight: var(--bs-body-font-weight);
|
---|
25 | line-height: var(--bs-body-line-height);
|
---|
26 | color: var(--bs-body-color);
|
---|
27 | text-align: var(--bs-body-text-align);
|
---|
28 | background-color: var(--bs-body-bg);
|
---|
29 | -webkit-text-size-adjust: 100%;
|
---|
30 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
---|
31 | }
|
---|
32 |
|
---|
33 | hr {
|
---|
34 | margin: 1rem 0;
|
---|
35 | color: inherit;
|
---|
36 | background-color: currentColor;
|
---|
37 | border: 0;
|
---|
38 | opacity: 0.25;
|
---|
39 | }
|
---|
40 |
|
---|
41 | hr:not([size]) {
|
---|
42 | height: 1px;
|
---|
43 | }
|
---|
44 |
|
---|
45 | h6, h5, h4, h3, h2, h1 {
|
---|
46 | margin-top: 0;
|
---|
47 | margin-bottom: 0.5rem;
|
---|
48 | font-weight: 500;
|
---|
49 | line-height: 1.2;
|
---|
50 | }
|
---|
51 |
|
---|
52 | h1 {
|
---|
53 | font-size: calc(1.375rem + 1.5vw);
|
---|
54 | }
|
---|
55 | @media (min-width: 1200px) {
|
---|
56 | h1 {
|
---|
57 | font-size: 2.5rem;
|
---|
58 | }
|
---|
59 | }
|
---|
60 |
|
---|
61 | h2 {
|
---|
62 | font-size: calc(1.325rem + 0.9vw);
|
---|
63 | }
|
---|
64 | @media (min-width: 1200px) {
|
---|
65 | h2 {
|
---|
66 | font-size: 2rem;
|
---|
67 | }
|
---|
68 | }
|
---|
69 |
|
---|
70 | h3 {
|
---|
71 | font-size: calc(1.3rem + 0.6vw);
|
---|
72 | }
|
---|
73 | @media (min-width: 1200px) {
|
---|
74 | h3 {
|
---|
75 | font-size: 1.75rem;
|
---|
76 | }
|
---|
77 | }
|
---|
78 |
|
---|
79 | h4 {
|
---|
80 | font-size: calc(1.275rem + 0.3vw);
|
---|
81 | }
|
---|
82 | @media (min-width: 1200px) {
|
---|
83 | h4 {
|
---|
84 | font-size: 1.5rem;
|
---|
85 | }
|
---|
86 | }
|
---|
87 |
|
---|
88 | h5 {
|
---|
89 | font-size: 1.25rem;
|
---|
90 | }
|
---|
91 |
|
---|
92 | h6 {
|
---|
93 | font-size: 1rem;
|
---|
94 | }
|
---|
95 |
|
---|
96 | p {
|
---|
97 | margin-top: 0;
|
---|
98 | margin-bottom: 1rem;
|
---|
99 | }
|
---|
100 |
|
---|
101 | abbr[title],
|
---|
102 | abbr[data-bs-original-title] {
|
---|
103 | -webkit-text-decoration: underline dotted;
|
---|
104 | text-decoration: underline dotted;
|
---|
105 | cursor: help;
|
---|
106 | -webkit-text-decoration-skip-ink: none;
|
---|
107 | text-decoration-skip-ink: none;
|
---|
108 | }
|
---|
109 |
|
---|
110 | address {
|
---|
111 | margin-bottom: 1rem;
|
---|
112 | font-style: normal;
|
---|
113 | line-height: inherit;
|
---|
114 | }
|
---|
115 |
|
---|
116 | ol,
|
---|
117 | ul {
|
---|
118 | padding-right: 2rem;
|
---|
119 | }
|
---|
120 |
|
---|
121 | ol,
|
---|
122 | ul,
|
---|
123 | dl {
|
---|
124 | margin-top: 0;
|
---|
125 | margin-bottom: 1rem;
|
---|
126 | }
|
---|
127 |
|
---|
128 | ol ol,
|
---|
129 | ul ul,
|
---|
130 | ol ul,
|
---|
131 | ul ol {
|
---|
132 | margin-bottom: 0;
|
---|
133 | }
|
---|
134 |
|
---|
135 | dt {
|
---|
136 | font-weight: 700;
|
---|
137 | }
|
---|
138 |
|
---|
139 | dd {
|
---|
140 | margin-bottom: 0.5rem;
|
---|
141 | margin-right: 0;
|
---|
142 | }
|
---|
143 |
|
---|
144 | blockquote {
|
---|
145 | margin: 0 0 1rem;
|
---|
146 | }
|
---|
147 |
|
---|
148 | b,
|
---|
149 | strong {
|
---|
150 | font-weight: bolder;
|
---|
151 | }
|
---|
152 |
|
---|
153 | small {
|
---|
154 | font-size: 0.875em;
|
---|
155 | }
|
---|
156 |
|
---|
157 | mark {
|
---|
158 | padding: 0.2em;
|
---|
159 | background-color: #fcf8e3;
|
---|
160 | }
|
---|
161 |
|
---|
162 | sub,
|
---|
163 | sup {
|
---|
164 | position: relative;
|
---|
165 | font-size: 0.75em;
|
---|
166 | line-height: 0;
|
---|
167 | vertical-align: baseline;
|
---|
168 | }
|
---|
169 |
|
---|
170 | sub {
|
---|
171 | bottom: -0.25em;
|
---|
172 | }
|
---|
173 |
|
---|
174 | sup {
|
---|
175 | top: -0.5em;
|
---|
176 | }
|
---|
177 |
|
---|
178 | a {
|
---|
179 | color: #0d6efd;
|
---|
180 | text-decoration: underline;
|
---|
181 | }
|
---|
182 | a:hover {
|
---|
183 | color: #0a58ca;
|
---|
184 | }
|
---|
185 |
|
---|
186 | a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
---|
187 | color: inherit;
|
---|
188 | text-decoration: none;
|
---|
189 | }
|
---|
190 |
|
---|
191 | pre,
|
---|
192 | code,
|
---|
193 | kbd,
|
---|
194 | samp {
|
---|
195 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
---|
196 | font-size: 1em;
|
---|
197 | direction: ltr ;
|
---|
198 | unicode-bidi: bidi-override;
|
---|
199 | }
|
---|
200 |
|
---|
201 | pre {
|
---|
202 | display: block;
|
---|
203 | margin-top: 0;
|
---|
204 | margin-bottom: 1rem;
|
---|
205 | overflow: auto;
|
---|
206 | font-size: 0.875em;
|
---|
207 | }
|
---|
208 | pre code {
|
---|
209 | font-size: inherit;
|
---|
210 | color: inherit;
|
---|
211 | word-break: normal;
|
---|
212 | }
|
---|
213 |
|
---|
214 | code {
|
---|
215 | font-size: 0.875em;
|
---|
216 | color: #d63384;
|
---|
217 | word-wrap: break-word;
|
---|
218 | }
|
---|
219 | a > code {
|
---|
220 | color: inherit;
|
---|
221 | }
|
---|
222 |
|
---|
223 | kbd {
|
---|
224 | padding: 0.2rem 0.4rem;
|
---|
225 | font-size: 0.875em;
|
---|
226 | color: #fff;
|
---|
227 | background-color: #212529;
|
---|
228 | border-radius: 0.2rem;
|
---|
229 | }
|
---|
230 | kbd kbd {
|
---|
231 | padding: 0;
|
---|
232 | font-size: 1em;
|
---|
233 | font-weight: 700;
|
---|
234 | }
|
---|
235 |
|
---|
236 | figure {
|
---|
237 | margin: 0 0 1rem;
|
---|
238 | }
|
---|
239 |
|
---|
240 | img,
|
---|
241 | svg {
|
---|
242 | vertical-align: middle;
|
---|
243 | }
|
---|
244 |
|
---|
245 | table {
|
---|
246 | caption-side: bottom;
|
---|
247 | border-collapse: collapse;
|
---|
248 | }
|
---|
249 |
|
---|
250 | caption {
|
---|
251 | padding-top: 0.5rem;
|
---|
252 | padding-bottom: 0.5rem;
|
---|
253 | color: #6c757d;
|
---|
254 | text-align: right;
|
---|
255 | }
|
---|
256 |
|
---|
257 | th {
|
---|
258 | text-align: inherit;
|
---|
259 | text-align: -webkit-match-parent;
|
---|
260 | }
|
---|
261 |
|
---|
262 | thead,
|
---|
263 | tbody,
|
---|
264 | tfoot,
|
---|
265 | tr,
|
---|
266 | td,
|
---|
267 | th {
|
---|
268 | border-color: inherit;
|
---|
269 | border-style: solid;
|
---|
270 | border-width: 0;
|
---|
271 | }
|
---|
272 |
|
---|
273 | label {
|
---|
274 | display: inline-block;
|
---|
275 | }
|
---|
276 |
|
---|
277 | button {
|
---|
278 | border-radius: 0;
|
---|
279 | }
|
---|
280 |
|
---|
281 | button:focus:not(:focus-visible) {
|
---|
282 | outline: 0;
|
---|
283 | }
|
---|
284 |
|
---|
285 | input,
|
---|
286 | button,
|
---|
287 | select,
|
---|
288 | optgroup,
|
---|
289 | textarea {
|
---|
290 | margin: 0;
|
---|
291 | font-family: inherit;
|
---|
292 | font-size: inherit;
|
---|
293 | line-height: inherit;
|
---|
294 | }
|
---|
295 |
|
---|
296 | button,
|
---|
297 | select {
|
---|
298 | text-transform: none;
|
---|
299 | }
|
---|
300 |
|
---|
301 | [role=button] {
|
---|
302 | cursor: pointer;
|
---|
303 | }
|
---|
304 |
|
---|
305 | select {
|
---|
306 | word-wrap: normal;
|
---|
307 | }
|
---|
308 | select:disabled {
|
---|
309 | opacity: 1;
|
---|
310 | }
|
---|
311 |
|
---|
312 | [list]::-webkit-calendar-picker-indicator {
|
---|
313 | display: none;
|
---|
314 | }
|
---|
315 |
|
---|
316 | button,
|
---|
317 | [type=button],
|
---|
318 | [type=reset],
|
---|
319 | [type=submit] {
|
---|
320 | -webkit-appearance: button;
|
---|
321 | }
|
---|
322 | button:not(:disabled),
|
---|
323 | [type=button]:not(:disabled),
|
---|
324 | [type=reset]:not(:disabled),
|
---|
325 | [type=submit]:not(:disabled) {
|
---|
326 | cursor: pointer;
|
---|
327 | }
|
---|
328 |
|
---|
329 | ::-moz-focus-inner {
|
---|
330 | padding: 0;
|
---|
331 | border-style: none;
|
---|
332 | }
|
---|
333 |
|
---|
334 | textarea {
|
---|
335 | resize: vertical;
|
---|
336 | }
|
---|
337 |
|
---|
338 | fieldset {
|
---|
339 | min-width: 0;
|
---|
340 | padding: 0;
|
---|
341 | margin: 0;
|
---|
342 | border: 0;
|
---|
343 | }
|
---|
344 |
|
---|
345 | legend {
|
---|
346 | float: right;
|
---|
347 | width: 100%;
|
---|
348 | padding: 0;
|
---|
349 | margin-bottom: 0.5rem;
|
---|
350 | font-size: calc(1.275rem + 0.3vw);
|
---|
351 | line-height: inherit;
|
---|
352 | }
|
---|
353 | @media (min-width: 1200px) {
|
---|
354 | legend {
|
---|
355 | font-size: 1.5rem;
|
---|
356 | }
|
---|
357 | }
|
---|
358 | legend + * {
|
---|
359 | clear: right;
|
---|
360 | }
|
---|
361 |
|
---|
362 | ::-webkit-datetime-edit-fields-wrapper,
|
---|
363 | ::-webkit-datetime-edit-text,
|
---|
364 | ::-webkit-datetime-edit-minute,
|
---|
365 | ::-webkit-datetime-edit-hour-field,
|
---|
366 | ::-webkit-datetime-edit-day-field,
|
---|
367 | ::-webkit-datetime-edit-month-field,
|
---|
368 | ::-webkit-datetime-edit-year-field {
|
---|
369 | padding: 0;
|
---|
370 | }
|
---|
371 |
|
---|
372 | ::-webkit-inner-spin-button {
|
---|
373 | height: auto;
|
---|
374 | }
|
---|
375 |
|
---|
376 | [type=search] {
|
---|
377 | outline-offset: -2px;
|
---|
378 | -webkit-appearance: textfield;
|
---|
379 | }
|
---|
380 |
|
---|
381 | [type="tel"],
|
---|
382 | [type="url"],
|
---|
383 | [type="email"],
|
---|
384 | [type="number"] {
|
---|
385 | direction: ltr;
|
---|
386 | }
|
---|
387 | ::-webkit-search-decoration {
|
---|
388 | -webkit-appearance: none;
|
---|
389 | }
|
---|
390 |
|
---|
391 | ::-webkit-color-swatch-wrapper {
|
---|
392 | padding: 0;
|
---|
393 | }
|
---|
394 |
|
---|
395 | ::file-selector-button {
|
---|
396 | font: inherit;
|
---|
397 | }
|
---|
398 |
|
---|
399 | ::-webkit-file-upload-button {
|
---|
400 | font: inherit;
|
---|
401 | -webkit-appearance: button;
|
---|
402 | }
|
---|
403 |
|
---|
404 | output {
|
---|
405 | display: inline-block;
|
---|
406 | }
|
---|
407 |
|
---|
408 | iframe {
|
---|
409 | border: 0;
|
---|
410 | }
|
---|
411 |
|
---|
412 | summary {
|
---|
413 | display: list-item;
|
---|
414 | cursor: pointer;
|
---|
415 | }
|
---|
416 |
|
---|
417 | progress {
|
---|
418 | vertical-align: baseline;
|
---|
419 | }
|
---|
420 |
|
---|
421 | [hidden] {
|
---|
422 | display: none !important;
|
---|
423 | }
|
---|
424 | /*# sourceMappingURL=bootstrap-reboot.rtl.css.map */ |
---|