1@charset "UTF-8";
2/*
3=========================================================
4*  Argon Dokuwiki Template
5*  Based on the Argon Design System by Creative Tim
6*  Ported to Dokuwiki by Anchit (@IceWreck)
7=========================================================
8*/
9/*
10* I know using important at multiple places is a bad thing, but
11* I need to overrule the css already provided by dokuwiki
12*/
13/*!
14=========================================================
15*  Argon Design System  - v 1.2.0
16=========================================================
17
18* Product Page:  https://www.creative-tim.com/product/argon-design-system
19* Copyright  2020  Creative Tim (http://www.creative-tim.com)
20
21Coded by www.creative-tim.com
22
23=========================================================
24
25* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26
27 */
28/*!
29 * Bootstrap v4.5.0 (https://getbootstrap.com/)
30 * Copyright 2011-2020 The Bootstrap Authors
31 * Copyright 2011-2020 Twitter, Inc.
32 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
33 */
34:root {
35  --blue: #5e72e4;
36  --indigo: #5603ad;
37  --purple: #8965e0;
38  --pink: #f3a4b5;
39  --red: #f5365c;
40  --orange: #fb6340;
41  --yellow: #ffd600;
42  --green: #2dce89;
43  --teal: #11cdef;
44  --cyan: #2bffc6;
45  --white: #fff;
46  --gray: #8898aa;
47  --gray-dark: #32325d;
48  --light: #ced4da;
49  --lighter: #e9ecef;
50  --primary: #5e72e4;
51  --secondary: #f4f5f7;
52  --success: #2dce89;
53  --info: #11cdef;
54  --warning: #fb6340;
55  --danger: #f5365c;
56  --light: #adb5bd;
57  --dark: #212529;
58  --default: #172b4d;
59  --white: #fff;
60  --neutral: #fff;
61  --darker:black;
62  --breakpoint-xs: 0;
63  --breakpoint-sm: 576px;
64  --breakpoint-md: 768px;
65  --breakpoint-lg: 992px;
66  --breakpoint-xl: 1200px;
67  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
68  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
69}
70
71*,
72*::before,
73*::after {
74  box-sizing: border-box;
75}
76
77html {
78  font-family: sans-serif;
79  line-height: 1.15;
80  -webkit-text-size-adjust: 100%;
81  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
82}
83
84article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
85  display: block;
86}
87
88body {
89  margin: 0;
90  font-family: "Open Sans", sans-serif;
91  font-size: 1rem;
92  font-weight: 400;
93  line-height: 1.5;
94  color: #525f7f;
95  text-align: left;
96  background-color: #fff;
97}
98
99[tabindex="-1"]:focus:not(:focus-visible) {
100  outline: 0 !important;
101}
102
103hr {
104  box-sizing: content-box;
105  height: 0;
106  overflow: visible;
107}
108
109h1, h2, h3, h4, h5, h6 {
110  margin-top: 0;
111  margin-bottom: 0.5rem;
112}
113
114p {
115  margin-top: 0;
116  margin-bottom: 1rem;
117}
118
119abbr[title],
120abbr[data-original-title] {
121  text-decoration: underline;
122  text-decoration: underline dotted;
123  cursor: help;
124  border-bottom: 0;
125  text-decoration-skip-ink: none;
126}
127
128address {
129  margin-bottom: 1rem;
130  font-style: normal;
131  line-height: inherit;
132}
133
134ol,
135ul,
136dl {
137  margin-top: 0;
138  margin-bottom: 1rem;
139}
140
141ol ol,
142ul ul,
143ol ul,
144ul ol {
145  margin-bottom: 0;
146}
147
148dt {
149  font-weight: 600;
150}
151
152dd {
153  margin-bottom: 0.5rem;
154  margin-left: 0;
155}
156
157blockquote {
158  margin: 0 0 1rem;
159}
160
161b,
162strong {
163  font-weight: bolder;
164}
165
166small {
167  font-size: 80%;
168}
169
170sub,
171sup {
172  position: relative;
173  font-size: 75%;
174  line-height: 0;
175  vertical-align: baseline;
176}
177
178sub {
179  bottom: -0.25em;
180}
181
182sup {
183  top: -0.5em;
184}
185
186a {
187  color: #5e72e4;
188  text-decoration: none;
189  background-color: transparent;
190}
191
192a:hover {
193  color: #233dd2;
194  text-decoration: none;
195}
196
197a:not([href]) {
198  color: inherit;
199  text-decoration: none;
200}
201
202a:not([href]):hover {
203  color: inherit;
204  text-decoration: none;
205}
206
207pre,
208code,
209kbd,
210samp {
211  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
212  font-size: 1em;
213}
214
215pre {
216  margin-top: 0;
217  margin-bottom: 1rem;
218  overflow: auto;
219  -ms-overflow-style: scrollbar;
220}
221
222figure {
223  margin: 0 0 1rem;
224}
225
226img {
227  vertical-align: middle;
228  border-style: none;
229}
230
231svg {
232  overflow: hidden;
233  vertical-align: middle;
234}
235
236table {
237  border-collapse: collapse;
238}
239
240caption {
241  padding-top: 1rem;
242  padding-bottom: 1rem;
243  color: #8898aa;
244  text-align: left;
245  caption-side: bottom;
246}
247
248th {
249  text-align: inherit;
250}
251
252label {
253  display: inline-block;
254  margin-bottom: 0.5rem;
255}
256
257button {
258  border-radius: 0;
259}
260
261button:focus {
262  outline: 1px dotted;
263  outline: 5px auto -webkit-focus-ring-color;
264}
265
266input,
267button,
268select,
269optgroup,
270textarea {
271  margin: 0;
272  font-family: inherit;
273  font-size: inherit;
274  line-height: inherit;
275}
276
277button,
278input {
279  overflow: visible;
280}
281
282button,
283select {
284  text-transform: none;
285}
286
287[role=button] {
288  cursor: pointer;
289}
290
291select {
292  word-wrap: normal;
293}
294
295button,
296[type=button],
297[type=reset],
298[type=submit] {
299  -webkit-appearance: button;
300}
301
302button:not(:disabled),
303[type=button]:not(:disabled),
304[type=reset]:not(:disabled),
305[type=submit]:not(:disabled) {
306  cursor: pointer;
307}
308
309button::-moz-focus-inner,
310[type=button]::-moz-focus-inner,
311[type=reset]::-moz-focus-inner,
312[type=submit]::-moz-focus-inner {
313  padding: 0;
314  border-style: none;
315}
316
317input[type=radio],
318input[type=checkbox] {
319  box-sizing: border-box;
320  padding: 0;
321}
322
323textarea {
324  overflow: auto;
325  resize: vertical;
326}
327
328fieldset {
329  min-width: 0;
330  padding: 0;
331  margin: 0;
332  border: 0;
333}
334
335legend {
336  display: block;
337  width: 100%;
338  max-width: 100%;
339  padding: 0;
340  margin-bottom: 0.5rem;
341  font-size: 1.5rem;
342  line-height: inherit;
343  color: inherit;
344  white-space: normal;
345}
346
347progress {
348  vertical-align: baseline;
349}
350
351[type=number]::-webkit-inner-spin-button,
352[type=number]::-webkit-outer-spin-button {
353  height: auto;
354}
355
356[type=search] {
357  outline-offset: -2px;
358  -webkit-appearance: none;
359}
360
361[type=search]::-webkit-search-decoration {
362  -webkit-appearance: none;
363}
364
365::-webkit-file-upload-button {
366  font: inherit;
367  -webkit-appearance: button;
368}
369
370output {
371  display: inline-block;
372}
373
374summary {
375  display: list-item;
376  cursor: pointer;
377}
378
379template {
380  display: none;
381}
382
383[hidden] {
384  display: none !important;
385}
386
387h1, h2, h3, h4, h5, h6,
388.h1, .h2, .h3, .dokuwiki #dw__register fieldset legend,
389#dw__profiledelete fieldset legend, legend, .h4, .h5, .h6 {
390  margin-bottom: 0.5rem;
391  font-family: inherit;
392  font-weight: 400;
393  line-height: 1.5;
394  color: #32325d;
395}
396
397h1, .h1 {
398  font-size: 2.5rem;
399}
400
401h2, .h2 {
402  font-size: 2rem;
403}
404
405h3, .h3, .dokuwiki #dw__register fieldset legend,
406#dw__profiledelete fieldset legend, legend {
407  font-size: 1.75rem;
408}
409
410h4, .h4 {
411  font-size: 1.5rem;
412}
413
414h5, .h5 {
415  font-size: 1.25rem;
416}
417
418h6, .h6 {
419  font-size: 1rem;
420}
421
422.lead {
423  font-size: 1.25rem;
424  font-weight: 300;
425}
426
427.display-1 {
428  font-size: 3.3rem;
429  font-weight: 600;
430  line-height: 1.5;
431}
432
433.display-2 {
434  font-size: 2.75rem;
435  font-weight: 600;
436  line-height: 1.5;
437}
438
439.display-3 {
440  font-size: 2.1875rem;
441  font-weight: 600;
442  line-height: 1.5;
443}
444
445.display-4 {
446  font-size: 1.6275rem;
447  font-weight: 600;
448  line-height: 1.5;
449}
450
451hr {
452  margin-top: 2rem;
453  margin-bottom: 2rem;
454  border: 0;
455  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
456}
457
458small,
459.small {
460  font-size: 80%;
461  font-weight: 400;
462}
463
464mark, .search_hit,
465.mark {
466  padding: 0.2em;
467  background-color: #fcf8e3;
468}
469
470.list-unstyled {
471  padding-left: 0;
472  list-style: none;
473}
474
475.list-inline {
476  padding-left: 0;
477  list-style: none;
478}
479
480.list-inline-item {
481  display: inline-block;
482}
483
484.list-inline-item:not(:last-child) {
485  margin-right: 0.5rem;
486}
487
488.initialism {
489  font-size: 90%;
490  text-transform: uppercase;
491}
492
493.blockquote {
494  margin-bottom: 1rem;
495  font-size: 1.25rem;
496}
497
498.blockquote-footer {
499  display: block;
500  font-size: 80%;
501  color: #8898aa;
502}
503
504.blockquote-footer::before {
505  content: "— ";
506}
507
508.img-fluid {
509  max-width: 100%;
510  height: auto;
511}
512
513.img-thumbnail {
514  padding: 0.25rem;
515  background-color: #fff;
516  border: 0.0625rem solid #dee2e6;
517  border-radius: 0.25rem;
518  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
519  max-width: 100%;
520  height: auto;
521}
522
523.figure {
524  display: inline-block;
525}
526
527.figure-img {
528  margin-bottom: 0.5rem;
529  line-height: 1;
530}
531
532.figure-caption {
533  font-size: 90%;
534  color: #8898aa;
535}
536
537code {
538  font-size: 87.5%;
539  color: #f3a4b5;
540  word-wrap: break-word;
541}
542
543a > code {
544  color: inherit;
545}
546
547kbd {
548  padding: 0.2rem 0.4rem;
549  font-size: 87.5%;
550  color: #fff;
551  background-color: #212529;
552  border-radius: 0.2rem;
553  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
554}
555
556kbd kbd {
557  padding: 0;
558  font-size: 100%;
559  font-weight: 600;
560  box-shadow: none;
561}
562
563pre {
564  display: block;
565  font-size: 87.5%;
566  color: #212529;
567}
568
569pre code {
570  font-size: inherit;
571  color: inherit;
572  word-break: normal;
573}
574
575.pre-scrollable {
576  max-height: 340px;
577  overflow-y: scroll;
578}
579
580.container {
581  width: 100%;
582  padding-right: 15px;
583  padding-left: 15px;
584  margin-right: auto;
585  margin-left: auto;
586}
587
588@media (min-width: 576px) {
589  .container {
590    max-width: 540px;
591  }
592}
593@media (min-width: 768px) {
594  .container {
595    max-width: 720px;
596  }
597}
598@media (min-width: 992px) {
599  .container {
600    max-width: 960px;
601  }
602}
603@media (min-width: 1200px) {
604  .container {
605    max-width: 1040px;
606  }
607}
608.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
609  width: 100%;
610  padding-right: 15px;
611  padding-left: 15px;
612  margin-right: auto;
613  margin-left: auto;
614}
615
616@media (min-width: 576px) {
617  .container-sm, .container {
618    max-width: 540px;
619  }
620}
621@media (min-width: 768px) {
622  .container-md, .container-sm, .container {
623    max-width: 720px;
624  }
625}
626@media (min-width: 992px) {
627  .container-lg, .container-md, .container-sm, .container {
628    max-width: 960px;
629  }
630}
631@media (min-width: 1200px) {
632  .container-xl, .container-lg, .container-md, .container-sm, .container {
633    max-width: 1040px;
634  }
635}
636.row {
637  display: flex;
638  flex-wrap: wrap;
639  margin-right: -15px;
640  margin-left: -15px;
641}
642
643.no-gutters {
644  margin-right: 0;
645  margin-left: 0;
646}
647
648.no-gutters > .col,
649.no-gutters > [class*=col-] {
650  padding-right: 0;
651  padding-left: 0;
652}
653
654.col-xl,
655.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
656.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
657.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
658.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
659.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
660  position: relative;
661  width: 100%;
662  padding-right: 15px;
663  padding-left: 15px;
664}
665
666.col {
667  flex-basis: 0;
668  flex-grow: 1;
669  min-width: 0;
670  max-width: 100%;
671}
672
673.row-cols-1 > * {
674  flex: 0 0 100%;
675  max-width: 100%;
676}
677
678.row-cols-2 > * {
679  flex: 0 0 50%;
680  max-width: 50%;
681}
682
683.row-cols-3 > * {
684  flex: 0 0 33.3333333333%;
685  max-width: 33.3333333333%;
686}
687
688.row-cols-4 > * {
689  flex: 0 0 25%;
690  max-width: 25%;
691}
692
693.row-cols-5 > * {
694  flex: 0 0 20%;
695  max-width: 20%;
696}
697
698.row-cols-6 > * {
699  flex: 0 0 16.6666666667%;
700  max-width: 16.6666666667%;
701}
702
703.col-auto {
704  flex: 0 0 auto;
705  width: auto;
706  max-width: 100%;
707}
708
709.col-1 {
710  flex: 0 0 8.3333333333%;
711  max-width: 8.3333333333%;
712}
713
714.col-2 {
715  flex: 0 0 16.6666666667%;
716  max-width: 16.6666666667%;
717}
718
719.col-3 {
720  flex: 0 0 25%;
721  max-width: 25%;
722}
723
724.col-4 {
725  flex: 0 0 33.3333333333%;
726  max-width: 33.3333333333%;
727}
728
729.col-5 {
730  flex: 0 0 41.6666666667%;
731  max-width: 41.6666666667%;
732}
733
734.col-6 {
735  flex: 0 0 50%;
736  max-width: 50%;
737}
738
739.col-7 {
740  flex: 0 0 58.3333333333%;
741  max-width: 58.3333333333%;
742}
743
744.col-8 {
745  flex: 0 0 66.6666666667%;
746  max-width: 66.6666666667%;
747}
748
749.col-9 {
750  flex: 0 0 75%;
751  max-width: 75%;
752}
753
754.col-10 {
755  flex: 0 0 83.3333333333%;
756  max-width: 83.3333333333%;
757}
758
759.col-11 {
760  flex: 0 0 91.6666666667%;
761  max-width: 91.6666666667%;
762}
763
764.col-12 {
765  flex: 0 0 100%;
766  max-width: 100%;
767}
768
769.order-first {
770  order: -1;
771}
772
773.order-last {
774  order: 13;
775}
776
777.order-0 {
778  order: 0;
779}
780
781.order-1 {
782  order: 1;
783}
784
785.order-2 {
786  order: 2;
787}
788
789.order-3 {
790  order: 3;
791}
792
793.order-4 {
794  order: 4;
795}
796
797.order-5 {
798  order: 5;
799}
800
801.order-6 {
802  order: 6;
803}
804
805.order-7 {
806  order: 7;
807}
808
809.order-8 {
810  order: 8;
811}
812
813.order-9 {
814  order: 9;
815}
816
817.order-10 {
818  order: 10;
819}
820
821.order-11 {
822  order: 11;
823}
824
825.order-12 {
826  order: 12;
827}
828
829.offset-1 {
830  margin-left: 8.3333333333%;
831}
832
833.offset-2 {
834  margin-left: 16.6666666667%;
835}
836
837.offset-3 {
838  margin-left: 25%;
839}
840
841.offset-4 {
842  margin-left: 33.3333333333%;
843}
844
845.offset-5 {
846  margin-left: 41.6666666667%;
847}
848
849.offset-6 {
850  margin-left: 50%;
851}
852
853.offset-7 {
854  margin-left: 58.3333333333%;
855}
856
857.offset-8 {
858  margin-left: 66.6666666667%;
859}
860
861.offset-9 {
862  margin-left: 75%;
863}
864
865.offset-10 {
866  margin-left: 83.3333333333%;
867}
868
869.offset-11 {
870  margin-left: 91.6666666667%;
871}
872
873@media (min-width: 576px) {
874  .col-sm {
875    flex-basis: 0;
876    flex-grow: 1;
877    min-width: 0;
878    max-width: 100%;
879  }
880
881  .row-cols-sm-1 > * {
882    flex: 0 0 100%;
883    max-width: 100%;
884  }
885
886  .row-cols-sm-2 > * {
887    flex: 0 0 50%;
888    max-width: 50%;
889  }
890
891  .row-cols-sm-3 > * {
892    flex: 0 0 33.3333333333%;
893    max-width: 33.3333333333%;
894  }
895
896  .row-cols-sm-4 > * {
897    flex: 0 0 25%;
898    max-width: 25%;
899  }
900
901  .row-cols-sm-5 > * {
902    flex: 0 0 20%;
903    max-width: 20%;
904  }
905
906  .row-cols-sm-6 > * {
907    flex: 0 0 16.6666666667%;
908    max-width: 16.6666666667%;
909  }
910
911  .col-sm-auto {
912    flex: 0 0 auto;
913    width: auto;
914    max-width: 100%;
915  }
916
917  .col-sm-1 {
918    flex: 0 0 8.3333333333%;
919    max-width: 8.3333333333%;
920  }
921
922  .col-sm-2 {
923    flex: 0 0 16.6666666667%;
924    max-width: 16.6666666667%;
925  }
926
927  .col-sm-3 {
928    flex: 0 0 25%;
929    max-width: 25%;
930  }
931
932  .col-sm-4 {
933    flex: 0 0 33.3333333333%;
934    max-width: 33.3333333333%;
935  }
936
937  .col-sm-5 {
938    flex: 0 0 41.6666666667%;
939    max-width: 41.6666666667%;
940  }
941
942  .col-sm-6 {
943    flex: 0 0 50%;
944    max-width: 50%;
945  }
946
947  .col-sm-7 {
948    flex: 0 0 58.3333333333%;
949    max-width: 58.3333333333%;
950  }
951
952  .col-sm-8 {
953    flex: 0 0 66.6666666667%;
954    max-width: 66.6666666667%;
955  }
956
957  .col-sm-9 {
958    flex: 0 0 75%;
959    max-width: 75%;
960  }
961
962  .col-sm-10 {
963    flex: 0 0 83.3333333333%;
964    max-width: 83.3333333333%;
965  }
966
967  .col-sm-11 {
968    flex: 0 0 91.6666666667%;
969    max-width: 91.6666666667%;
970  }
971
972  .col-sm-12 {
973    flex: 0 0 100%;
974    max-width: 100%;
975  }
976
977  .order-sm-first {
978    order: -1;
979  }
980
981  .order-sm-last {
982    order: 13;
983  }
984
985  .order-sm-0 {
986    order: 0;
987  }
988
989  .order-sm-1 {
990    order: 1;
991  }
992
993  .order-sm-2 {
994    order: 2;
995  }
996
997  .order-sm-3 {
998    order: 3;
999  }
1000
1001  .order-sm-4 {
1002    order: 4;
1003  }
1004
1005  .order-sm-5 {
1006    order: 5;
1007  }
1008
1009  .order-sm-6 {
1010    order: 6;
1011  }
1012
1013  .order-sm-7 {
1014    order: 7;
1015  }
1016
1017  .order-sm-8 {
1018    order: 8;
1019  }
1020
1021  .order-sm-9 {
1022    order: 9;
1023  }
1024
1025  .order-sm-10 {
1026    order: 10;
1027  }
1028
1029  .order-sm-11 {
1030    order: 11;
1031  }
1032
1033  .order-sm-12 {
1034    order: 12;
1035  }
1036
1037  .offset-sm-0 {
1038    margin-left: 0;
1039  }
1040
1041  .offset-sm-1 {
1042    margin-left: 8.3333333333%;
1043  }
1044
1045  .offset-sm-2 {
1046    margin-left: 16.6666666667%;
1047  }
1048
1049  .offset-sm-3 {
1050    margin-left: 25%;
1051  }
1052
1053  .offset-sm-4 {
1054    margin-left: 33.3333333333%;
1055  }
1056
1057  .offset-sm-5 {
1058    margin-left: 41.6666666667%;
1059  }
1060
1061  .offset-sm-6 {
1062    margin-left: 50%;
1063  }
1064
1065  .offset-sm-7 {
1066    margin-left: 58.3333333333%;
1067  }
1068
1069  .offset-sm-8 {
1070    margin-left: 66.6666666667%;
1071  }
1072
1073  .offset-sm-9 {
1074    margin-left: 75%;
1075  }
1076
1077  .offset-sm-10 {
1078    margin-left: 83.3333333333%;
1079  }
1080
1081  .offset-sm-11 {
1082    margin-left: 91.6666666667%;
1083  }
1084}
1085@media (min-width: 768px) {
1086  .col-md {
1087    flex-basis: 0;
1088    flex-grow: 1;
1089    min-width: 0;
1090    max-width: 100%;
1091  }
1092
1093  .row-cols-md-1 > * {
1094    flex: 0 0 100%;
1095    max-width: 100%;
1096  }
1097
1098  .row-cols-md-2 > * {
1099    flex: 0 0 50%;
1100    max-width: 50%;
1101  }
1102
1103  .row-cols-md-3 > * {
1104    flex: 0 0 33.3333333333%;
1105    max-width: 33.3333333333%;
1106  }
1107
1108  .row-cols-md-4 > * {
1109    flex: 0 0 25%;
1110    max-width: 25%;
1111  }
1112
1113  .row-cols-md-5 > * {
1114    flex: 0 0 20%;
1115    max-width: 20%;
1116  }
1117
1118  .row-cols-md-6 > * {
1119    flex: 0 0 16.6666666667%;
1120    max-width: 16.6666666667%;
1121  }
1122
1123  .col-md-auto {
1124    flex: 0 0 auto;
1125    width: auto;
1126    max-width: 100%;
1127  }
1128
1129  .col-md-1 {
1130    flex: 0 0 8.3333333333%;
1131    max-width: 8.3333333333%;
1132  }
1133
1134  .col-md-2 {
1135    flex: 0 0 16.6666666667%;
1136    max-width: 16.6666666667%;
1137  }
1138
1139  .col-md-3 {
1140    flex: 0 0 25%;
1141    max-width: 25%;
1142  }
1143
1144  .col-md-4 {
1145    flex: 0 0 33.3333333333%;
1146    max-width: 33.3333333333%;
1147  }
1148
1149  .col-md-5 {
1150    flex: 0 0 41.6666666667%;
1151    max-width: 41.6666666667%;
1152  }
1153
1154  .col-md-6 {
1155    flex: 0 0 50%;
1156    max-width: 50%;
1157  }
1158
1159  .col-md-7 {
1160    flex: 0 0 58.3333333333%;
1161    max-width: 58.3333333333%;
1162  }
1163
1164  .col-md-8 {
1165    flex: 0 0 66.6666666667%;
1166    max-width: 66.6666666667%;
1167  }
1168
1169  .col-md-9 {
1170    flex: 0 0 75%;
1171    max-width: 75%;
1172  }
1173
1174  .col-md-10 {
1175    flex: 0 0 83.3333333333%;
1176    max-width: 83.3333333333%;
1177  }
1178
1179  .col-md-11 {
1180    flex: 0 0 91.6666666667%;
1181    max-width: 91.6666666667%;
1182  }
1183
1184  .col-md-12 {
1185    flex: 0 0 100%;
1186    max-width: 100%;
1187  }
1188
1189  .order-md-first {
1190    order: -1;
1191  }
1192
1193  .order-md-last {
1194    order: 13;
1195  }
1196
1197  .order-md-0 {
1198    order: 0;
1199  }
1200
1201  .order-md-1 {
1202    order: 1;
1203  }
1204
1205  .order-md-2 {
1206    order: 2;
1207  }
1208
1209  .order-md-3 {
1210    order: 3;
1211  }
1212
1213  .order-md-4 {
1214    order: 4;
1215  }
1216
1217  .order-md-5 {
1218    order: 5;
1219  }
1220
1221  .order-md-6 {
1222    order: 6;
1223  }
1224
1225  .order-md-7 {
1226    order: 7;
1227  }
1228
1229  .order-md-8 {
1230    order: 8;
1231  }
1232
1233  .order-md-9 {
1234    order: 9;
1235  }
1236
1237  .order-md-10 {
1238    order: 10;
1239  }
1240
1241  .order-md-11 {
1242    order: 11;
1243  }
1244
1245  .order-md-12 {
1246    order: 12;
1247  }
1248
1249  .offset-md-0 {
1250    margin-left: 0;
1251  }
1252
1253  .offset-md-1 {
1254    margin-left: 8.3333333333%;
1255  }
1256
1257  .offset-md-2 {
1258    margin-left: 16.6666666667%;
1259  }
1260
1261  .offset-md-3 {
1262    margin-left: 25%;
1263  }
1264
1265  .offset-md-4 {
1266    margin-left: 33.3333333333%;
1267  }
1268
1269  .offset-md-5 {
1270    margin-left: 41.6666666667%;
1271  }
1272
1273  .offset-md-6 {
1274    margin-left: 50%;
1275  }
1276
1277  .offset-md-7 {
1278    margin-left: 58.3333333333%;
1279  }
1280
1281  .offset-md-8 {
1282    margin-left: 66.6666666667%;
1283  }
1284
1285  .offset-md-9 {
1286    margin-left: 75%;
1287  }
1288
1289  .offset-md-10 {
1290    margin-left: 83.3333333333%;
1291  }
1292
1293  .offset-md-11 {
1294    margin-left: 91.6666666667%;
1295  }
1296}
1297@media (min-width: 992px) {
1298  .col-lg {
1299    flex-basis: 0;
1300    flex-grow: 1;
1301    min-width: 0;
1302    max-width: 100%;
1303  }
1304
1305  .row-cols-lg-1 > * {
1306    flex: 0 0 100%;
1307    max-width: 100%;
1308  }
1309
1310  .row-cols-lg-2 > * {
1311    flex: 0 0 50%;
1312    max-width: 50%;
1313  }
1314
1315  .row-cols-lg-3 > * {
1316    flex: 0 0 33.3333333333%;
1317    max-width: 33.3333333333%;
1318  }
1319
1320  .row-cols-lg-4 > * {
1321    flex: 0 0 25%;
1322    max-width: 25%;
1323  }
1324
1325  .row-cols-lg-5 > * {
1326    flex: 0 0 20%;
1327    max-width: 20%;
1328  }
1329
1330  .row-cols-lg-6 > * {
1331    flex: 0 0 16.6666666667%;
1332    max-width: 16.6666666667%;
1333  }
1334
1335  .col-lg-auto {
1336    flex: 0 0 auto;
1337    width: auto;
1338    max-width: 100%;
1339  }
1340
1341  .col-lg-1 {
1342    flex: 0 0 8.3333333333%;
1343    max-width: 8.3333333333%;
1344  }
1345
1346  .col-lg-2 {
1347    flex: 0 0 16.6666666667%;
1348    max-width: 16.6666666667%;
1349  }
1350
1351  .col-lg-3 {
1352    flex: 0 0 25%;
1353    max-width: 25%;
1354  }
1355
1356  .col-lg-4 {
1357    flex: 0 0 33.3333333333%;
1358    max-width: 33.3333333333%;
1359  }
1360
1361  .col-lg-5 {
1362    flex: 0 0 41.6666666667%;
1363    max-width: 41.6666666667%;
1364  }
1365
1366  .col-lg-6 {
1367    flex: 0 0 50%;
1368    max-width: 50%;
1369  }
1370
1371  .col-lg-7 {
1372    flex: 0 0 58.3333333333%;
1373    max-width: 58.3333333333%;
1374  }
1375
1376  .col-lg-8 {
1377    flex: 0 0 66.6666666667%;
1378    max-width: 66.6666666667%;
1379  }
1380
1381  .col-lg-9 {
1382    flex: 0 0 75%;
1383    max-width: 75%;
1384  }
1385
1386  .col-lg-10 {
1387    flex: 0 0 83.3333333333%;
1388    max-width: 83.3333333333%;
1389  }
1390
1391  .col-lg-11 {
1392    flex: 0 0 91.6666666667%;
1393    max-width: 91.6666666667%;
1394  }
1395
1396  .col-lg-12 {
1397    flex: 0 0 100%;
1398    max-width: 100%;
1399  }
1400
1401  .order-lg-first {
1402    order: -1;
1403  }
1404
1405  .order-lg-last {
1406    order: 13;
1407  }
1408
1409  .order-lg-0 {
1410    order: 0;
1411  }
1412
1413  .order-lg-1 {
1414    order: 1;
1415  }
1416
1417  .order-lg-2 {
1418    order: 2;
1419  }
1420
1421  .order-lg-3 {
1422    order: 3;
1423  }
1424
1425  .order-lg-4 {
1426    order: 4;
1427  }
1428
1429  .order-lg-5 {
1430    order: 5;
1431  }
1432
1433  .order-lg-6 {
1434    order: 6;
1435  }
1436
1437  .order-lg-7 {
1438    order: 7;
1439  }
1440
1441  .order-lg-8 {
1442    order: 8;
1443  }
1444
1445  .order-lg-9 {
1446    order: 9;
1447  }
1448
1449  .order-lg-10 {
1450    order: 10;
1451  }
1452
1453  .order-lg-11 {
1454    order: 11;
1455  }
1456
1457  .order-lg-12 {
1458    order: 12;
1459  }
1460
1461  .offset-lg-0 {
1462    margin-left: 0;
1463  }
1464
1465  .offset-lg-1 {
1466    margin-left: 8.3333333333%;
1467  }
1468
1469  .offset-lg-2 {
1470    margin-left: 16.6666666667%;
1471  }
1472
1473  .offset-lg-3 {
1474    margin-left: 25%;
1475  }
1476
1477  .offset-lg-4 {
1478    margin-left: 33.3333333333%;
1479  }
1480
1481  .offset-lg-5 {
1482    margin-left: 41.6666666667%;
1483  }
1484
1485  .offset-lg-6 {
1486    margin-left: 50%;
1487  }
1488
1489  .offset-lg-7 {
1490    margin-left: 58.3333333333%;
1491  }
1492
1493  .offset-lg-8 {
1494    margin-left: 66.6666666667%;
1495  }
1496
1497  .offset-lg-9 {
1498    margin-left: 75%;
1499  }
1500
1501  .offset-lg-10 {
1502    margin-left: 83.3333333333%;
1503  }
1504
1505  .offset-lg-11 {
1506    margin-left: 91.6666666667%;
1507  }
1508}
1509@media (min-width: 1200px) {
1510  .col-xl {
1511    flex-basis: 0;
1512    flex-grow: 1;
1513    min-width: 0;
1514    max-width: 100%;
1515  }
1516
1517  .row-cols-xl-1 > * {
1518    flex: 0 0 100%;
1519    max-width: 100%;
1520  }
1521
1522  .row-cols-xl-2 > * {
1523    flex: 0 0 50%;
1524    max-width: 50%;
1525  }
1526
1527  .row-cols-xl-3 > * {
1528    flex: 0 0 33.3333333333%;
1529    max-width: 33.3333333333%;
1530  }
1531
1532  .row-cols-xl-4 > * {
1533    flex: 0 0 25%;
1534    max-width: 25%;
1535  }
1536
1537  .row-cols-xl-5 > * {
1538    flex: 0 0 20%;
1539    max-width: 20%;
1540  }
1541
1542  .row-cols-xl-6 > * {
1543    flex: 0 0 16.6666666667%;
1544    max-width: 16.6666666667%;
1545  }
1546
1547  .col-xl-auto {
1548    flex: 0 0 auto;
1549    width: auto;
1550    max-width: 100%;
1551  }
1552
1553  .col-xl-1 {
1554    flex: 0 0 8.3333333333%;
1555    max-width: 8.3333333333%;
1556  }
1557
1558  .col-xl-2 {
1559    flex: 0 0 16.6666666667%;
1560    max-width: 16.6666666667%;
1561  }
1562
1563  .col-xl-3 {
1564    flex: 0 0 25%;
1565    max-width: 25%;
1566  }
1567
1568  .col-xl-4 {
1569    flex: 0 0 33.3333333333%;
1570    max-width: 33.3333333333%;
1571  }
1572
1573  .col-xl-5 {
1574    flex: 0 0 41.6666666667%;
1575    max-width: 41.6666666667%;
1576  }
1577
1578  .col-xl-6 {
1579    flex: 0 0 50%;
1580    max-width: 50%;
1581  }
1582
1583  .col-xl-7 {
1584    flex: 0 0 58.3333333333%;
1585    max-width: 58.3333333333%;
1586  }
1587
1588  .col-xl-8 {
1589    flex: 0 0 66.6666666667%;
1590    max-width: 66.6666666667%;
1591  }
1592
1593  .col-xl-9 {
1594    flex: 0 0 75%;
1595    max-width: 75%;
1596  }
1597
1598  .col-xl-10 {
1599    flex: 0 0 83.3333333333%;
1600    max-width: 83.3333333333%;
1601  }
1602
1603  .col-xl-11 {
1604    flex: 0 0 91.6666666667%;
1605    max-width: 91.6666666667%;
1606  }
1607
1608  .col-xl-12 {
1609    flex: 0 0 100%;
1610    max-width: 100%;
1611  }
1612
1613  .order-xl-first {
1614    order: -1;
1615  }
1616
1617  .order-xl-last {
1618    order: 13;
1619  }
1620
1621  .order-xl-0 {
1622    order: 0;
1623  }
1624
1625  .order-xl-1 {
1626    order: 1;
1627  }
1628
1629  .order-xl-2 {
1630    order: 2;
1631  }
1632
1633  .order-xl-3 {
1634    order: 3;
1635  }
1636
1637  .order-xl-4 {
1638    order: 4;
1639  }
1640
1641  .order-xl-5 {
1642    order: 5;
1643  }
1644
1645  .order-xl-6 {
1646    order: 6;
1647  }
1648
1649  .order-xl-7 {
1650    order: 7;
1651  }
1652
1653  .order-xl-8 {
1654    order: 8;
1655  }
1656
1657  .order-xl-9 {
1658    order: 9;
1659  }
1660
1661  .order-xl-10 {
1662    order: 10;
1663  }
1664
1665  .order-xl-11 {
1666    order: 11;
1667  }
1668
1669  .order-xl-12 {
1670    order: 12;
1671  }
1672
1673  .offset-xl-0 {
1674    margin-left: 0;
1675  }
1676
1677  .offset-xl-1 {
1678    margin-left: 8.3333333333%;
1679  }
1680
1681  .offset-xl-2 {
1682    margin-left: 16.6666666667%;
1683  }
1684
1685  .offset-xl-3 {
1686    margin-left: 25%;
1687  }
1688
1689  .offset-xl-4 {
1690    margin-left: 33.3333333333%;
1691  }
1692
1693  .offset-xl-5 {
1694    margin-left: 41.6666666667%;
1695  }
1696
1697  .offset-xl-6 {
1698    margin-left: 50%;
1699  }
1700
1701  .offset-xl-7 {
1702    margin-left: 58.3333333333%;
1703  }
1704
1705  .offset-xl-8 {
1706    margin-left: 66.6666666667%;
1707  }
1708
1709  .offset-xl-9 {
1710    margin-left: 75%;
1711  }
1712
1713  .offset-xl-10 {
1714    margin-left: 83.3333333333%;
1715  }
1716
1717  .offset-xl-11 {
1718    margin-left: 91.6666666667%;
1719  }
1720}
1721.table, #dokuwiki__content table {
1722  width: 100%;
1723  margin-bottom: 1rem;
1724  color: #525f7f;
1725  background-color: transparent;
1726}
1727
1728.table th, #dokuwiki__content table th,
1729.table td,
1730#dokuwiki__content table td {
1731  padding: 1rem;
1732  vertical-align: top;
1733  border-top: 0.0625rem solid #dee2e6;
1734}
1735
1736.table thead th, #dokuwiki__content table thead th {
1737  vertical-align: bottom;
1738  border-bottom: 0.125rem solid #dee2e6;
1739}
1740
1741.table tbody + tbody, #dokuwiki__content table tbody + tbody {
1742  border-top: 0.125rem solid #dee2e6;
1743}
1744
1745.table-sm th,
1746.table-sm td {
1747  padding: 0.3rem;
1748}
1749
1750.table-bordered {
1751  border: 0.0625rem solid #dee2e6;
1752}
1753
1754.table-bordered th,
1755.table-bordered td {
1756  border: 0.0625rem solid #dee2e6;
1757}
1758
1759.table-bordered thead th,
1760.table-bordered thead td {
1761  border-bottom-width: 0.125rem;
1762}
1763
1764.table-borderless th,
1765.table-borderless td,
1766.table-borderless thead th,
1767.table-borderless tbody + tbody {
1768  border: 0;
1769}
1770
1771.table-striped tbody tr:nth-of-type(odd) {
1772  background-color: rgba(0, 0, 0, 0.05);
1773}
1774
1775.table-hover tbody tr:hover {
1776  color: #525f7f;
1777  background-color: rgba(0, 0, 0, 0.075);
1778}
1779
1780.table-primary,
1781.table-primary > th,
1782.table-primary > td {
1783  background-color: #d2d8f7;
1784}
1785
1786.table-primary th,
1787.table-primary td,
1788.table-primary thead th,
1789.table-primary tbody + tbody {
1790  border-color: #abb6f1;
1791}
1792
1793.table-hover .table-primary:hover {
1794  background-color: #bcc5f3;
1795}
1796
1797.table-hover .table-primary:hover > td,
1798.table-hover .table-primary:hover > th {
1799  background-color: #bcc5f3;
1800}
1801
1802.table-secondary,
1803.table-secondary > th,
1804.table-secondary > td {
1805  background-color: #fcfcfd;
1806}
1807
1808.table-secondary th,
1809.table-secondary td,
1810.table-secondary thead th,
1811.table-secondary tbody + tbody {
1812  border-color: #f9fafb;
1813}
1814
1815.table-hover .table-secondary:hover {
1816  background-color: #ededf3;
1817}
1818
1819.table-hover .table-secondary:hover > td,
1820.table-hover .table-secondary:hover > th {
1821  background-color: #ededf3;
1822}
1823
1824.table-success,
1825.table-success > th,
1826.table-success > td {
1827  background-color: #c4f1de;
1828}
1829
1830.table-success th,
1831.table-success td,
1832.table-success thead th,
1833.table-success tbody + tbody {
1834  border-color: #92e6c2;
1835}
1836
1837.table-hover .table-success:hover {
1838  background-color: #afecd2;
1839}
1840
1841.table-hover .table-success:hover > td,
1842.table-hover .table-success:hover > th {
1843  background-color: #afecd2;
1844}
1845
1846.table-info,
1847.table-info > th,
1848.table-info > td {
1849  background-color: #bcf1fb;
1850}
1851
1852.table-info th,
1853.table-info td,
1854.table-info thead th,
1855.table-info tbody + tbody {
1856  border-color: #83e5f7;
1857}
1858
1859.table-hover .table-info:hover {
1860  background-color: #a4ecfa;
1861}
1862
1863.table-hover .table-info:hover > td,
1864.table-hover .table-info:hover > th {
1865  background-color: #a4ecfa;
1866}
1867
1868.table-warning,
1869.table-warning > th,
1870.table-warning > td {
1871  background-color: #fed3ca;
1872}
1873
1874.table-warning th,
1875.table-warning td,
1876.table-warning thead th,
1877.table-warning tbody + tbody {
1878  border-color: #fdae9c;
1879}
1880
1881.table-hover .table-warning:hover {
1882  background-color: #febeb1;
1883}
1884
1885.table-hover .table-warning:hover > td,
1886.table-hover .table-warning:hover > th {
1887  background-color: #febeb1;
1888}
1889
1890.table-danger,
1891.table-danger > th,
1892.table-danger > td {
1893  background-color: #fcc7d1;
1894}
1895
1896.table-danger th,
1897.table-danger td,
1898.table-danger thead th,
1899.table-danger tbody + tbody {
1900  border-color: #fa96aa;
1901}
1902
1903.table-hover .table-danger:hover {
1904  background-color: #fbafbd;
1905}
1906
1907.table-hover .table-danger:hover > td,
1908.table-hover .table-danger:hover > th {
1909  background-color: #fbafbd;
1910}
1911
1912.table-light,
1913.table-light > th,
1914.table-light > td {
1915  background-color: #e8eaed;
1916}
1917
1918.table-light th,
1919.table-light td,
1920.table-light thead th,
1921.table-light tbody + tbody {
1922  border-color: #d4d9dd;
1923}
1924
1925.table-hover .table-light:hover {
1926  background-color: #dadde2;
1927}
1928
1929.table-hover .table-light:hover > td,
1930.table-hover .table-light:hover > th {
1931  background-color: #dadde2;
1932}
1933
1934.table-dark,
1935.table-dark > th,
1936.table-dark > td {
1937  background-color: #c1c2c3;
1938}
1939
1940.table-dark th,
1941.table-dark td,
1942.table-dark thead th,
1943.table-dark tbody + tbody {
1944  border-color: #8c8e90;
1945}
1946
1947.table-hover .table-dark:hover {
1948  background-color: #b4b5b6;
1949}
1950
1951.table-hover .table-dark:hover > td,
1952.table-hover .table-dark:hover > th {
1953  background-color: #b4b5b6;
1954}
1955
1956.table-default,
1957.table-default > th,
1958.table-default > td {
1959  background-color: #bec4cd;
1960}
1961
1962.table-default th,
1963.table-default td,
1964.table-default thead th,
1965.table-default tbody + tbody {
1966  border-color: #8691a2;
1967}
1968
1969.table-hover .table-default:hover {
1970  background-color: #b0b7c2;
1971}
1972
1973.table-hover .table-default:hover > td,
1974.table-hover .table-default:hover > th {
1975  background-color: #b0b7c2;
1976}
1977
1978.table-white,
1979.table-white > th,
1980.table-white > td {
1981  background-color: white;
1982}
1983
1984.table-white th,
1985.table-white td,
1986.table-white thead th,
1987.table-white tbody + tbody {
1988  border-color: white;
1989}
1990
1991.table-hover .table-white:hover {
1992  background-color: #f2f2f2;
1993}
1994
1995.table-hover .table-white:hover > td,
1996.table-hover .table-white:hover > th {
1997  background-color: #f2f2f2;
1998}
1999
2000.table-neutral,
2001.table-neutral > th,
2002.table-neutral > td {
2003  background-color: white;
2004}
2005
2006.table-neutral th,
2007.table-neutral td,
2008.table-neutral thead th,
2009.table-neutral tbody + tbody {
2010  border-color: white;
2011}
2012
2013.table-hover .table-neutral:hover {
2014  background-color: #f2f2f2;
2015}
2016
2017.table-hover .table-neutral:hover > td,
2018.table-hover .table-neutral:hover > th {
2019  background-color: #f2f2f2;
2020}
2021
2022.table-darker,
2023.table-darker > th,
2024.table-darker > td {
2025  background-color: #b8b8b8;
2026}
2027
2028.table-darker th,
2029.table-darker td,
2030.table-darker thead th,
2031.table-darker tbody + tbody {
2032  border-color: #7a7a7a;
2033}
2034
2035.table-hover .table-darker:hover {
2036  background-color: #ababab;
2037}
2038
2039.table-hover .table-darker:hover > td,
2040.table-hover .table-darker:hover > th {
2041  background-color: #ababab;
2042}
2043
2044.table-active,
2045.table-active > th,
2046.table-active > td {
2047  background-color: rgba(0, 0, 0, 0.075);
2048}
2049
2050.table-hover .table-active:hover {
2051  background-color: rgba(0, 0, 0, 0.075);
2052}
2053
2054.table-hover .table-active:hover > td,
2055.table-hover .table-active:hover > th {
2056  background-color: rgba(0, 0, 0, 0.075);
2057}
2058
2059.table .thead-dark th, #dokuwiki__content table .thead-dark th {
2060  color: #fff;
2061  background-color: #212529;
2062  border-color: #32383e;
2063}
2064
2065.table .thead-light th, #dokuwiki__content table .thead-light th {
2066  color: #525f7f;
2067  background-color: #e9ecef;
2068  border-color: #dee2e6;
2069}
2070
2071.table-dark {
2072  color: #fff;
2073  background-color: #212529;
2074}
2075
2076.table-dark th,
2077.table-dark td,
2078.table-dark thead th {
2079  border-color: #32383e;
2080}
2081
2082.table-dark.table-bordered {
2083  border: 0;
2084}
2085
2086.table-dark.table-striped tbody tr:nth-of-type(odd) {
2087  background-color: rgba(255, 255, 255, 0.05);
2088}
2089
2090.table-dark.table-hover tbody tr:hover {
2091  color: #fff;
2092  background-color: rgba(255, 255, 255, 0.075);
2093}
2094
2095@media (max-width: 575.98px) {
2096  .table-responsive-sm {
2097    display: block;
2098    width: 100%;
2099    overflow-x: auto;
2100    -webkit-overflow-scrolling: touch;
2101  }
2102
2103  .table-responsive-sm > .table-bordered {
2104    border: 0;
2105  }
2106}
2107@media (max-width: 767.98px) {
2108  .table-responsive-md {
2109    display: block;
2110    width: 100%;
2111    overflow-x: auto;
2112    -webkit-overflow-scrolling: touch;
2113  }
2114
2115  .table-responsive-md > .table-bordered {
2116    border: 0;
2117  }
2118}
2119@media (max-width: 991.98px) {
2120  .table-responsive-lg {
2121    display: block;
2122    width: 100%;
2123    overflow-x: auto;
2124    -webkit-overflow-scrolling: touch;
2125  }
2126
2127  .table-responsive-lg > .table-bordered {
2128    border: 0;
2129  }
2130}
2131@media (max-width: 1199.98px) {
2132  .table-responsive-xl {
2133    display: block;
2134    width: 100%;
2135    overflow-x: auto;
2136    -webkit-overflow-scrolling: touch;
2137  }
2138
2139  .table-responsive-xl > .table-bordered {
2140    border: 0;
2141  }
2142}
2143.table-responsive, #dokuwiki__content table {
2144  display: block;
2145  width: 100%;
2146  overflow-x: auto;
2147  -webkit-overflow-scrolling: touch;
2148}
2149
2150.table-responsive > .table-bordered, #dokuwiki__content table > .table-bordered {
2151  border: 0;
2152}
2153
2154.form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset input, .doku_form .no #qsearch__in, textarea {
2155  display: block;
2156  width: 100%;
2157  height: calc(1.5em + 1.25rem + 2px);
2158  padding: 0.625rem 0.75rem;
2159  font-size: 0.875rem;
2160  font-weight: 400;
2161  line-height: 1.5;
2162  color: #8898aa;
2163  background-color: #fff;
2164  background-clip: padding-box;
2165  border: 1px solid #cad1d7;
2166  border-radius: 0.25rem;
2167  box-shadow: none;
2168  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
2169}
2170
2171@media (prefers-reduced-motion: reduce) {
2172  .form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset input, .doku_form .no #qsearch__in, textarea {
2173    transition: none;
2174  }
2175}
2176.form-control::-ms-expand, #dw__login input::-ms-expand, #config__manager td input.edit::-ms-expand, .search-results-form fieldset input::-ms-expand, .doku_form .no #qsearch__in::-ms-expand, textarea::-ms-expand {
2177  background-color: transparent;
2178  border: 0;
2179}
2180
2181.form-control:-moz-focusring, #dw__login input:-moz-focusring, #config__manager td input.edit:-moz-focusring, .search-results-form fieldset input:-moz-focusring, .doku_form .no #qsearch__in:-moz-focusring, textarea:-moz-focusring {
2182  color: transparent;
2183  text-shadow: 0 0 0 #8898aa;
2184}
2185
2186.form-control:focus, #dw__login input:focus, #config__manager td input.edit:focus, .search-results-form fieldset input:focus, .doku_form .no #qsearch__in:focus, textarea:focus {
2187  color: #8898aa;
2188  background-color: #fff;
2189  border-color: rgba(50, 151, 211, 0.25);
2190  outline: 0;
2191}
2192
2193.form-control::placeholder, #dw__login input::placeholder, #config__manager td input.edit::placeholder, .search-results-form fieldset input::placeholder, .doku_form .no #qsearch__in::placeholder, textarea::placeholder {
2194  color: #adb5bd;
2195  opacity: 1;
2196}
2197
2198.form-control:disabled, #dw__login input:disabled, #config__manager td input.edit:disabled, .search-results-form fieldset input:disabled, .doku_form .no #qsearch__in:disabled, textarea:disabled, .form-control[readonly], #dw__login input[readonly], #config__manager td input[readonly].edit, .search-results-form fieldset input[readonly], .doku_form .no [readonly]#qsearch__in, textarea[readonly] {
2199  background-color: #e9ecef;
2200  opacity: 1;
2201}
2202
2203input[type=date].form-control, #dw__login input[type=date], #config__manager td input[type=date].edit, .search-results-form fieldset input[type=date], .doku_form .no input[type=date]#qsearch__in,
2204input[type=time].form-control,
2205#dw__login input[type=time],
2206#config__manager td input[type=time].edit,
2207.search-results-form fieldset input[type=time],
2208.doku_form .no input[type=time]#qsearch__in,
2209input[type=datetime-local].form-control,
2210#dw__login input[type=datetime-local],
2211#config__manager td input[type=datetime-local].edit,
2212.search-results-form fieldset input[type=datetime-local],
2213.doku_form .no input[type=datetime-local]#qsearch__in,
2214input[type=month].form-control,
2215#dw__login input[type=month],
2216#config__manager td input[type=month].edit,
2217.search-results-form fieldset input[type=month],
2218.doku_form .no input[type=month]#qsearch__in {
2219  appearance: none;
2220}
2221
2222select.form-control:focus::-ms-value, .doku_form .no select#qsearch__in:focus::-ms-value {
2223  color: #8898aa;
2224  background-color: #fff;
2225}
2226
2227.form-control-file,
2228.form-control-range {
2229  display: block;
2230  width: 100%;
2231}
2232
2233.col-form-label {
2234  padding-top: calc(0.625rem + 1px);
2235  padding-bottom: calc(0.625rem + 1px);
2236  margin-bottom: 0;
2237  font-size: inherit;
2238  line-height: 1.5;
2239}
2240
2241.col-form-label-lg {
2242  padding-top: calc(0.875rem + 1px);
2243  padding-bottom: calc(0.875rem + 1px);
2244  font-size: 0.875rem;
2245  line-height: 1.5;
2246}
2247
2248.col-form-label-sm {
2249  padding-top: calc(0.25rem + 1px);
2250  padding-bottom: calc(0.25rem + 1px);
2251  font-size: 0.75rem;
2252  line-height: 1.5;
2253}
2254
2255.form-control-plaintext {
2256  display: block;
2257  width: 100%;
2258  padding: 0.625rem 0;
2259  margin-bottom: 0;
2260  font-size: 0.875rem;
2261  line-height: 1.5;
2262  color: #525f7f;
2263  background-color: transparent;
2264  border: solid transparent;
2265  border-width: 1px 0;
2266}
2267
2268.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
2269  padding-right: 0;
2270  padding-left: 0;
2271}
2272
2273.form-control-sm {
2274  height: calc(1.5em + 0.5rem + 2px);
2275  padding: 0.25rem 0.5rem;
2276  font-size: 0.75rem;
2277  line-height: 1.5;
2278  border-radius: 0.2rem;
2279}
2280
2281.form-control-lg {
2282  height: calc(1.5em + 1.75rem + 2px);
2283  padding: 0.875rem 1rem;
2284  font-size: 0.875rem;
2285  line-height: 1.5;
2286  border-radius: 0.3rem;
2287}
2288
2289select.form-control[size], .doku_form .no select[size]#qsearch__in, select.form-control[multiple], .doku_form .no select[multiple]#qsearch__in {
2290  height: auto;
2291}
2292
2293textarea.form-control, .doku_form .no textarea#qsearch__in, textarea {
2294  height: auto;
2295}
2296
2297.form-group, .doku_form .no {
2298  margin-bottom: 1rem;
2299}
2300
2301.form-text {
2302  display: block;
2303  margin-top: 0.25rem;
2304}
2305
2306.form-row {
2307  display: flex;
2308  flex-wrap: wrap;
2309  margin-right: -5px;
2310  margin-left: -5px;
2311}
2312
2313.form-row > .col,
2314.form-row > [class*=col-] {
2315  padding-right: 5px;
2316  padding-left: 5px;
2317}
2318
2319.form-check {
2320  position: relative;
2321  display: block;
2322  padding-left: 1.25rem;
2323}
2324
2325.form-check-input {
2326  position: absolute;
2327  margin-top: 0.3rem;
2328  margin-left: -1.25rem;
2329}
2330
2331.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
2332  color: #8898aa;
2333}
2334
2335.form-check-label {
2336  margin-bottom: 0;
2337}
2338
2339.form-check-inline {
2340  display: inline-flex;
2341  align-items: center;
2342  padding-left: 0;
2343  margin-right: 0.75rem;
2344}
2345
2346.form-check-inline .form-check-input {
2347  position: static;
2348  margin-top: 0;
2349  margin-right: 0.3125rem;
2350  margin-left: 0;
2351}
2352
2353.valid-feedback {
2354  display: none;
2355  width: 100%;
2356  margin-top: 0.25rem;
2357  font-size: 80%;
2358  color: #2dce89;
2359}
2360
2361.valid-tooltip {
2362  position: absolute;
2363  top: 100%;
2364  z-index: 5;
2365  display: none;
2366  max-width: 100%;
2367  padding: 0.25rem 0.5rem;
2368  margin-top: 0.1rem;
2369  font-size: 0.875rem;
2370  line-height: 1.5;
2371  color: #fff;
2372  background-color: rgba(45, 206, 137, 0.9);
2373  border-radius: 0.25rem;
2374}
2375
2376.was-validated :valid ~ .valid-feedback,
2377.was-validated :valid ~ .valid-tooltip,
2378.is-valid ~ .valid-feedback,
2379.is-valid ~ .valid-tooltip {
2380  display: block;
2381}
2382
2383.was-validated .form-control:valid, .was-validated #dw__login input:valid, #dw__login .was-validated input:valid, .was-validated #config__manager td input.edit:valid, #config__manager td .was-validated input.edit:valid, .was-validated .search-results-form fieldset input:valid, .search-results-form fieldset .was-validated input:valid, .was-validated .doku_form .no #qsearch__in:valid, .doku_form .no .was-validated #qsearch__in:valid, .was-validated textarea:valid, .form-control.is-valid, #dw__login input.is-valid, #config__manager td input.is-valid.edit, .search-results-form fieldset input.is-valid, .doku_form .no .is-valid#qsearch__in, textarea.is-valid {
2384  border-color: #2dce89;
2385  padding-right: calc(1.5em + 1.25rem);
2386  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232dce89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2387  background-repeat: no-repeat;
2388  background-position: right calc(0.375em + 0.3125rem) center;
2389  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
2390}
2391
2392.was-validated .form-control:valid:focus, .was-validated #dw__login input:valid:focus, #dw__login .was-validated input:valid:focus, .was-validated #config__manager td input.edit:valid:focus, #config__manager td .was-validated input.edit:valid:focus, .was-validated .search-results-form fieldset input:valid:focus, .search-results-form fieldset .was-validated input:valid:focus, .was-validated .doku_form .no #qsearch__in:valid:focus, .doku_form .no .was-validated #qsearch__in:valid:focus, .was-validated textarea:valid:focus, .form-control.is-valid:focus, #dw__login input.is-valid:focus, #config__manager td input.is-valid.edit:focus, .search-results-form fieldset input.is-valid:focus, .doku_form .no .is-valid#qsearch__in:focus, textarea.is-valid:focus {
2393  border-color: #2dce89;
2394  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2395}
2396
2397.was-validated textarea.form-control:valid, .was-validated .doku_form .no textarea#qsearch__in:valid, .doku_form .no .was-validated textarea#qsearch__in:valid, .was-validated textarea:valid, textarea.form-control.is-valid, .doku_form .no textarea.is-valid#qsearch__in, textarea.is-valid {
2398  padding-right: calc(1.5em + 1.25rem);
2399  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
2400}
2401
2402.was-validated .custom-select:valid, .custom-select.is-valid {
2403  border-color: #2dce89;
2404  padding-right: calc(0.75em + 2.6875rem);
2405  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232dce89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
2406}
2407
2408.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
2409  border-color: #2dce89;
2410  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2411}
2412
2413.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
2414  color: #2dce89;
2415}
2416
2417.was-validated .form-check-input:valid ~ .valid-feedback,
2418.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
2419.form-check-input.is-valid ~ .valid-tooltip {
2420  display: block;
2421}
2422
2423.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
2424  color: #2dce89;
2425}
2426
2427.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
2428  border-color: #2dce89;
2429}
2430
2431.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
2432  border-color: #54daa1;
2433  background-color: #54daa1;
2434}
2435
2436.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
2437  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2438}
2439
2440.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
2441  border-color: #2dce89;
2442}
2443
2444.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
2445  border-color: #2dce89;
2446}
2447
2448.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
2449  border-color: #2dce89;
2450  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
2451}
2452
2453.invalid-feedback {
2454  display: none;
2455  width: 100%;
2456  margin-top: 0.25rem;
2457  font-size: 80%;
2458  color: #fb6340;
2459}
2460
2461.invalid-tooltip {
2462  position: absolute;
2463  top: 100%;
2464  z-index: 5;
2465  display: none;
2466  max-width: 100%;
2467  padding: 0.25rem 0.5rem;
2468  margin-top: 0.1rem;
2469  font-size: 0.875rem;
2470  line-height: 1.5;
2471  color: #fff;
2472  background-color: rgba(251, 99, 64, 0.9);
2473  border-radius: 0.25rem;
2474}
2475
2476.was-validated :invalid ~ .invalid-feedback,
2477.was-validated :invalid ~ .invalid-tooltip,
2478.is-invalid ~ .invalid-feedback,
2479.is-invalid ~ .invalid-tooltip {
2480  display: block;
2481}
2482
2483.was-validated .form-control:invalid, .was-validated #dw__login input:invalid, #dw__login .was-validated input:invalid, .was-validated #config__manager td input.edit:invalid, #config__manager td .was-validated input.edit:invalid, .was-validated .search-results-form fieldset input:invalid, .search-results-form fieldset .was-validated input:invalid, .was-validated .doku_form .no #qsearch__in:invalid, .doku_form .no .was-validated #qsearch__in:invalid, .was-validated textarea:invalid, .form-control.is-invalid, #dw__login input.is-invalid, #config__manager td input.is-invalid.edit, .search-results-form fieldset input.is-invalid, .doku_form .no .is-invalid#qsearch__in, textarea.is-invalid {
2484  border-color: #fb6340;
2485  padding-right: calc(1.5em + 1.25rem);
2486  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fb6340' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fb6340' stroke='none'/%3e%3c/svg%3e");
2487  background-repeat: no-repeat;
2488  background-position: right calc(0.375em + 0.3125rem) center;
2489  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
2490}
2491
2492.was-validated .form-control:invalid:focus, .was-validated #dw__login input:invalid:focus, #dw__login .was-validated input:invalid:focus, .was-validated #config__manager td input.edit:invalid:focus, #config__manager td .was-validated input.edit:invalid:focus, .was-validated .search-results-form fieldset input:invalid:focus, .search-results-form fieldset .was-validated input:invalid:focus, .was-validated .doku_form .no #qsearch__in:invalid:focus, .doku_form .no .was-validated #qsearch__in:invalid:focus, .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, #dw__login input.is-invalid:focus, #config__manager td input.is-invalid.edit:focus, .search-results-form fieldset input.is-invalid:focus, .doku_form .no .is-invalid#qsearch__in:focus, textarea.is-invalid:focus {
2493  border-color: #fb6340;
2494  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2495}
2496
2497.was-validated textarea.form-control:invalid, .was-validated .doku_form .no textarea#qsearch__in:invalid, .doku_form .no .was-validated textarea#qsearch__in:invalid, .was-validated textarea:invalid, textarea.form-control.is-invalid, .doku_form .no textarea.is-invalid#qsearch__in, textarea.is-invalid {
2498  padding-right: calc(1.5em + 1.25rem);
2499  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
2500}
2501
2502.was-validated .custom-select:invalid, .custom-select.is-invalid {
2503  border-color: #fb6340;
2504  padding-right: calc(0.75em + 2.6875rem);
2505  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fb6340' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fb6340' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
2506}
2507
2508.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
2509  border-color: #fb6340;
2510  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2511}
2512
2513.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
2514  color: #fb6340;
2515}
2516
2517.was-validated .form-check-input:invalid ~ .invalid-feedback,
2518.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
2519.form-check-input.is-invalid ~ .invalid-tooltip {
2520  display: block;
2521}
2522
2523.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
2524  color: #fb6340;
2525}
2526
2527.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
2528  border-color: #fb6340;
2529}
2530
2531.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
2532  border-color: #fc8c72;
2533  background-color: #fc8c72;
2534}
2535
2536.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
2537  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2538}
2539
2540.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
2541  border-color: #fb6340;
2542}
2543
2544.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
2545  border-color: #fb6340;
2546}
2547
2548.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
2549  border-color: #fb6340;
2550  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
2551}
2552
2553.form-inline {
2554  display: flex;
2555  flex-flow: row wrap;
2556  align-items: center;
2557}
2558
2559.form-inline .form-check {
2560  width: 100%;
2561}
2562
2563@media (min-width: 576px) {
2564  .form-inline label {
2565    display: flex;
2566    align-items: center;
2567    justify-content: center;
2568    margin-bottom: 0;
2569  }
2570
2571  .form-inline .form-group, .form-inline .doku_form .no, .doku_form .form-inline .no {
2572    display: flex;
2573    flex: 0 0 auto;
2574    flex-flow: row wrap;
2575    align-items: center;
2576    margin-bottom: 0;
2577  }
2578
2579  .form-inline .form-control, .form-inline #dw__login input, #dw__login .form-inline input, .form-inline #config__manager td input.edit, #config__manager td .form-inline input.edit, .form-inline .search-results-form fieldset input, .search-results-form fieldset .form-inline input, .form-inline .doku_form .no #qsearch__in, .doku_form .no .form-inline #qsearch__in, .form-inline textarea {
2580    display: inline-block;
2581    width: auto;
2582    vertical-align: middle;
2583  }
2584
2585  .form-inline .form-control-plaintext {
2586    display: inline-block;
2587  }
2588
2589  .form-inline .input-group, .form-inline .doku_form .no, .doku_form .form-inline .no,
2590.form-inline .custom-select {
2591    width: auto;
2592  }
2593
2594  .form-inline .form-check {
2595    display: flex;
2596    align-items: center;
2597    justify-content: center;
2598    width: auto;
2599    padding-left: 0;
2600  }
2601
2602  .form-inline .form-check-input {
2603    position: relative;
2604    flex-shrink: 0;
2605    margin-top: 0;
2606    margin-right: 0.25rem;
2607    margin-left: 0;
2608  }
2609
2610  .form-inline .custom-control {
2611    align-items: center;
2612    justify-content: center;
2613  }
2614
2615  .form-inline .custom-control-label {
2616    margin-bottom: 0;
2617  }
2618}
2619.btn, #dw__login button, .qq-upload-button, .search-results-form .toggleAssistant, .search-results-form button, .toggleAssistant, .doku_form .no button, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button, #dokuwiki__content .secedit button, button {
2620  display: inline-block;
2621  font-weight: 600;
2622  color: #525f7f;
2623  text-align: center;
2624  vertical-align: middle;
2625  user-select: none;
2626  background-color: transparent;
2627  border: 1px solid transparent;
2628  padding: 0.625rem 1.25rem;
2629  font-size: 0.875rem;
2630  line-height: 1.5;
2631  border-radius: 0.25rem;
2632  transition: all 0.15s ease;
2633}
2634
2635@media (prefers-reduced-motion: reduce) {
2636  .btn, #dw__login button, .qq-upload-button, .search-results-form .toggleAssistant, .search-results-form button, .toggleAssistant, .doku_form .no button, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button, #dokuwiki__content .secedit button, button {
2637    transition: none;
2638  }
2639}
2640.btn:hover, #dw__login button:hover, .qq-upload-button:hover, .toggleAssistant:hover, .doku_form .no button:hover, #tool__bar button:hover, #dokuwiki__content .editButtons button:hover, #dokuwiki__content #page__revisions button:hover, #dokuwiki__content .secedit button:hover, button:hover {
2641  color: #525f7f;
2642  text-decoration: none;
2643}
2644
2645.btn:focus, #dw__login button:focus, .qq-upload-button:focus, .toggleAssistant:focus, .doku_form .no button:focus, #tool__bar button:focus, #dokuwiki__content .editButtons button:focus, #dokuwiki__content #page__revisions button:focus, #dokuwiki__content .secedit button:focus, button:focus, .btn.focus, #dw__login button.focus, .focus.qq-upload-button, .focus.toggleAssistant, .doku_form .no button.focus, #tool__bar button.focus, #dokuwiki__content .editButtons button.focus, #dokuwiki__content #page__revisions button.focus, #dokuwiki__content .secedit button.focus, button.focus {
2646  outline: 0;
2647  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
2648}
2649
2650.btn.disabled, #dw__login button.disabled, .disabled.qq-upload-button, .disabled.toggleAssistant, .doku_form .no button.disabled, #tool__bar button.disabled, #dokuwiki__content .editButtons button.disabled, #dokuwiki__content #page__revisions button.disabled, #dokuwiki__content .secedit button.disabled, button.disabled, .btn:disabled, #dw__login button:disabled, .qq-upload-button:disabled, .toggleAssistant:disabled, .doku_form .no button:disabled, #tool__bar button:disabled, #dokuwiki__content .editButtons button:disabled, #dokuwiki__content #page__revisions button:disabled, #dokuwiki__content .secedit button:disabled, button:disabled {
2651  opacity: 0.65;
2652  box-shadow: none;
2653}
2654
2655.btn:not(:disabled):not(.disabled), #dw__login button:not(:disabled):not(.disabled), .qq-upload-button:not(:disabled):not(.disabled), .toggleAssistant:not(:disabled):not(.disabled), #tool__bar button:not(:disabled):not(.disabled), #dokuwiki__content .editButtons button:not(:disabled):not(.disabled), #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled), #dokuwiki__content .secedit button:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled) {
2656  cursor: pointer;
2657}
2658
2659.btn:not(:disabled):not(.disabled):active, #dw__login button:not(:disabled):not(.disabled):active, .qq-upload-button:not(:disabled):not(.disabled):active, .toggleAssistant:not(:disabled):not(.disabled):active, #tool__bar button:not(:disabled):not(.disabled):active, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled):active, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled):active, #dokuwiki__content .secedit button:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, #dw__login button:not(:disabled):not(.disabled).active, .qq-upload-button:not(:disabled):not(.disabled).active, .toggleAssistant:not(:disabled):not(.disabled).active, #tool__bar button:not(:disabled):not(.disabled).active, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active, #dokuwiki__content .secedit button:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active {
2660  box-shadow: none;
2661}
2662
2663.btn:not(:disabled):not(.disabled):active:focus, #dw__login button:not(:disabled):not(.disabled):active:focus, .qq-upload-button:not(:disabled):not(.disabled):active:focus, .toggleAssistant:not(:disabled):not(.disabled):active:focus, #tool__bar button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content .secedit button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, #dw__login button:not(:disabled):not(.disabled).active:focus, .qq-upload-button:not(:disabled):not(.disabled).active:focus, .toggleAssistant:not(:disabled):not(.disabled).active:focus, #tool__bar button:not(:disabled):not(.disabled).active:focus, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active:focus, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active:focus, #dokuwiki__content .secedit button:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus {
2664  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
2665}
2666
2667a.btn.disabled, a.disabled.qq-upload-button, a.disabled.toggleAssistant,
2668fieldset:disabled a.btn,
2669fieldset:disabled a.qq-upload-button,
2670fieldset:disabled a.toggleAssistant {
2671  pointer-events: none;
2672}
2673
2674.btn-primary, #dw__login button, .search-results-form button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button, #dokuwiki__content .secedit button {
2675  color: #fff;
2676  background-color: #5e72e4;
2677  border-color: #5e72e4;
2678  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2679}
2680
2681.btn-primary:hover, #dw__login button:hover, .search-results-form button:hover, #dokuwiki__content .editButtons button:hover, #dokuwiki__content #page__revisions button:hover, #dokuwiki__content .secedit button:hover {
2682  color: #fff;
2683  background-color: #3d55df;
2684  border-color: #324cdd;
2685}
2686
2687.btn-primary:focus, #dw__login button:focus, .search-results-form button:focus, #dokuwiki__content .editButtons button:focus, #dokuwiki__content #page__revisions button:focus, #dokuwiki__content .secedit button:focus, .btn-primary.focus, #dw__login button.focus, .search-results-form button.focus, #dokuwiki__content .editButtons button.focus, #dokuwiki__content #page__revisions button.focus, #dokuwiki__content .secedit button.focus {
2688  color: #fff;
2689  background-color: #3d55df;
2690  border-color: #324cdd;
2691  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(118, 135, 232, 0.5);
2692}
2693
2694.btn-primary.disabled, #dw__login button.disabled, .search-results-form button.disabled, #dokuwiki__content .editButtons button.disabled, #dokuwiki__content #page__revisions button.disabled, #dokuwiki__content .secedit button.disabled, .btn-primary:disabled, #dw__login button:disabled, .search-results-form button:disabled, #dokuwiki__content .editButtons button:disabled, #dokuwiki__content #page__revisions button:disabled, #dokuwiki__content .secedit button:disabled {
2695  color: #fff;
2696  background-color: #5e72e4;
2697  border-color: #5e72e4;
2698}
2699
2700.btn-primary:not(:disabled):not(.disabled):active, #dw__login button:not(:disabled):not(.disabled):active, .search-results-form button:not(:disabled):not(.disabled):active, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled):active, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled):active, #dokuwiki__content .secedit button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, #dw__login button:not(:disabled):not(.disabled).active, .search-results-form button:not(:disabled):not(.disabled).active, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active, #dokuwiki__content .secedit button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, #dw__login .show > button.dropdown-toggle, .search-results-form .show > button.dropdown-toggle, #dokuwiki__content .editButtons .show > button.dropdown-toggle, #dokuwiki__content #page__revisions .show > button.dropdown-toggle, #dokuwiki__content .secedit .show > button.dropdown-toggle {
2701  color: #fff;
2702  background-color: #324cdd;
2703  border-color: #2742db;
2704}
2705
2706.btn-primary:not(:disabled):not(.disabled):active:focus, #dw__login button:not(:disabled):not(.disabled):active:focus, .search-results-form button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content .secedit button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, #dw__login button:not(:disabled):not(.disabled).active:focus, .search-results-form button:not(:disabled):not(.disabled).active:focus, #dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active:focus, #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active:focus, #dokuwiki__content .secedit button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, #dw__login .show > button.dropdown-toggle:focus, .search-results-form .show > button.dropdown-toggle:focus, #dokuwiki__content .editButtons .show > button.dropdown-toggle:focus, #dokuwiki__content #page__revisions .show > button.dropdown-toggle:focus, #dokuwiki__content .secedit .show > button.dropdown-toggle:focus {
2707  box-shadow: 0 0 0 0 rgba(118, 135, 232, 0.5);
2708}
2709
2710.btn-secondary, #tool__bar button {
2711  color: #212529;
2712  background-color: #f4f5f7;
2713  border-color: #f4f5f7;
2714  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2715}
2716
2717.btn-secondary:hover, #tool__bar button:hover {
2718  color: #212529;
2719  background-color: #dee1e7;
2720  border-color: #d6dae2;
2721}
2722
2723.btn-secondary:focus, #tool__bar button:focus, .btn-secondary.focus, #tool__bar button.focus {
2724  color: #212529;
2725  background-color: #dee1e7;
2726  border-color: #d6dae2;
2727  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(212, 214, 216, 0.5);
2728}
2729
2730.btn-secondary.disabled, #tool__bar button.disabled, .btn-secondary:disabled, #tool__bar button:disabled {
2731  color: #212529;
2732  background-color: #f4f5f7;
2733  border-color: #f4f5f7;
2734}
2735
2736.btn-secondary:not(:disabled):not(.disabled):active, #tool__bar button:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, #tool__bar button:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, #tool__bar .show > button.dropdown-toggle {
2737  color: #212529;
2738  background-color: #d6dae2;
2739  border-color: #cfd3dc;
2740}
2741
2742.btn-secondary:not(:disabled):not(.disabled):active:focus, #tool__bar button:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, #tool__bar button:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, #tool__bar .show > button.dropdown-toggle:focus {
2743  box-shadow: 0 0 0 0 rgba(212, 214, 216, 0.5);
2744}
2745
2746.btn-success {
2747  color: #fff;
2748  background-color: #2dce89;
2749  border-color: #2dce89;
2750  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2751}
2752
2753.btn-success:hover {
2754  color: #fff;
2755  background-color: #26af74;
2756  border-color: #24a46d;
2757}
2758
2759.btn-success:focus, .btn-success.focus {
2760  color: #fff;
2761  background-color: #26af74;
2762  border-color: #24a46d;
2763  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(77, 213, 155, 0.5);
2764}
2765
2766.btn-success.disabled, .btn-success:disabled {
2767  color: #fff;
2768  background-color: #2dce89;
2769  border-color: #2dce89;
2770}
2771
2772.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
2773  color: #fff;
2774  background-color: #24a46d;
2775  border-color: #229a66;
2776}
2777
2778.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
2779  box-shadow: 0 0 0 0 rgba(77, 213, 155, 0.5);
2780}
2781
2782.btn-info {
2783  color: #fff;
2784  background-color: #11cdef;
2785  border-color: #11cdef;
2786  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2787}
2788
2789.btn-info:hover {
2790  color: #fff;
2791  background-color: #0eafcc;
2792  border-color: #0da5c0;
2793}
2794
2795.btn-info:focus, .btn-info.focus {
2796  color: #fff;
2797  background-color: #0eafcc;
2798  border-color: #0da5c0;
2799  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(53, 213, 241, 0.5);
2800}
2801
2802.btn-info.disabled, .btn-info:disabled {
2803  color: #fff;
2804  background-color: #11cdef;
2805  border-color: #11cdef;
2806}
2807
2808.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
2809  color: #fff;
2810  background-color: #0da5c0;
2811  border-color: #0c9ab4;
2812}
2813
2814.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
2815  box-shadow: 0 0 0 0 rgba(53, 213, 241, 0.5);
2816}
2817
2818.btn-warning {
2819  color: #fff;
2820  background-color: #fb6340;
2821  border-color: #fb6340;
2822  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2823}
2824
2825.btn-warning:hover {
2826  color: #fff;
2827  background-color: #fa441b;
2828  border-color: #fa3a0e;
2829}
2830
2831.btn-warning:focus, .btn-warning.focus {
2832  color: #fff;
2833  background-color: #fa441b;
2834  border-color: #fa3a0e;
2835  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(252, 122, 93, 0.5);
2836}
2837
2838.btn-warning.disabled, .btn-warning:disabled {
2839  color: #fff;
2840  background-color: #fb6340;
2841  border-color: #fb6340;
2842}
2843
2844.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
2845  color: #fff;
2846  background-color: #fa3a0e;
2847  border-color: #f63205;
2848}
2849
2850.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
2851  box-shadow: 0 0 0 0 rgba(252, 122, 93, 0.5);
2852}
2853
2854.btn-danger {
2855  color: #fff;
2856  background-color: #f5365c;
2857  border-color: #f5365c;
2858  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2859}
2860
2861.btn-danger:hover {
2862  color: #fff;
2863  background-color: #f3123e;
2864  border-color: #ec0c38;
2865}
2866
2867.btn-danger:focus, .btn-danger.focus {
2868  color: #fff;
2869  background-color: #f3123e;
2870  border-color: #ec0c38;
2871  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(247, 84, 116, 0.5);
2872}
2873
2874.btn-danger.disabled, .btn-danger:disabled {
2875  color: #fff;
2876  background-color: #f5365c;
2877  border-color: #f5365c;
2878}
2879
2880.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
2881  color: #fff;
2882  background-color: #ec0c38;
2883  border-color: #e00b36;
2884}
2885
2886.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
2887  box-shadow: 0 0 0 0 rgba(247, 84, 116, 0.5);
2888}
2889
2890.btn-light {
2891  color: #fff;
2892  background-color: #adb5bd;
2893  border-color: #adb5bd;
2894  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2895}
2896
2897.btn-light:hover {
2898  color: #fff;
2899  background-color: #98a2ac;
2900  border-color: #919ca6;
2901}
2902
2903.btn-light:focus, .btn-light.focus {
2904  color: #fff;
2905  background-color: #98a2ac;
2906  border-color: #919ca6;
2907  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(185, 192, 199, 0.5);
2908}
2909
2910.btn-light.disabled, .btn-light:disabled {
2911  color: #fff;
2912  background-color: #adb5bd;
2913  border-color: #adb5bd;
2914}
2915
2916.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
2917  color: #fff;
2918  background-color: #919ca6;
2919  border-color: #8a95a1;
2920}
2921
2922.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
2923  box-shadow: 0 0 0 0 rgba(185, 192, 199, 0.5);
2924}
2925
2926.btn-dark {
2927  color: #fff;
2928  background-color: #212529;
2929  border-color: #212529;
2930  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2931}
2932
2933.btn-dark:hover {
2934  color: #fff;
2935  background-color: #101214;
2936  border-color: #0a0c0d;
2937}
2938
2939.btn-dark:focus, .btn-dark.focus {
2940  color: #fff;
2941  background-color: #101214;
2942  border-color: #0a0c0d;
2943  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(66, 70, 73, 0.5);
2944}
2945
2946.btn-dark.disabled, .btn-dark:disabled {
2947  color: #fff;
2948  background-color: #212529;
2949  border-color: #212529;
2950}
2951
2952.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
2953  color: #fff;
2954  background-color: #0a0c0d;
2955  border-color: #050506;
2956}
2957
2958.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
2959  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
2960}
2961
2962.btn-default, .search-results-form .toggleAssistant, .toggleAssistant {
2963  color: #fff;
2964  background-color: #172b4d;
2965  border-color: #172b4d;
2966  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
2967}
2968
2969.btn-default:hover, .toggleAssistant:hover {
2970  color: #fff;
2971  background-color: #0e1b30;
2972  border-color: #0b1526;
2973}
2974
2975.btn-default:focus, .toggleAssistant:focus, .btn-default.focus, .focus.toggleAssistant {
2976  color: #fff;
2977  background-color: #0e1b30;
2978  border-color: #0b1526;
2979  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(58, 75, 104, 0.5);
2980}
2981
2982.btn-default.disabled, .disabled.toggleAssistant, .btn-default:disabled, .toggleAssistant:disabled {
2983  color: #fff;
2984  background-color: #172b4d;
2985  border-color: #172b4d;
2986}
2987
2988.btn-default:not(:disabled):not(.disabled):active, .toggleAssistant:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .toggleAssistant:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle, .search-results-form .show > .dropdown-toggle.toggleAssistant, .show > .dropdown-toggle.toggleAssistant {
2989  color: #fff;
2990  background-color: #0b1526;
2991  border-color: #08101c;
2992}
2993
2994.btn-default:not(:disabled):not(.disabled):active:focus, .toggleAssistant:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .toggleAssistant:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus, .search-results-form .show > .dropdown-toggle.toggleAssistant:focus, .show > .dropdown-toggle.toggleAssistant:focus {
2995  box-shadow: 0 0 0 0 rgba(58, 75, 104, 0.5);
2996}
2997
2998.btn-white {
2999  color: #212529;
3000  background-color: #fff;
3001  border-color: #fff;
3002  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3003}
3004
3005.btn-white:hover {
3006  color: #212529;
3007  background-color: #ececec;
3008  border-color: #e6e6e6;
3009}
3010
3011.btn-white:focus, .btn-white.focus {
3012  color: #212529;
3013  background-color: #ececec;
3014  border-color: #e6e6e6;
3015  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(222, 222, 223, 0.5);
3016}
3017
3018.btn-white.disabled, .btn-white:disabled {
3019  color: #212529;
3020  background-color: #fff;
3021  border-color: #fff;
3022}
3023
3024.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
3025  color: #212529;
3026  background-color: #e6e6e6;
3027  border-color: #dfdfdf;
3028}
3029
3030.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
3031  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
3032}
3033
3034.btn-neutral, .qq-upload-button, .doku_form .no button, button {
3035  color: #212529;
3036  background-color: #fff;
3037  border-color: #fff;
3038  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3039}
3040
3041.btn-neutral:hover, .qq-upload-button:hover, .doku_form .no button:hover, button:hover {
3042  color: #212529;
3043  background-color: #ececec;
3044  border-color: #e6e6e6;
3045}
3046
3047.btn-neutral:focus, .qq-upload-button:focus, .doku_form .no button:focus, button:focus, .btn-neutral.focus, .focus.qq-upload-button, .doku_form .no button.focus, button.focus {
3048  color: #212529;
3049  background-color: #ececec;
3050  border-color: #e6e6e6;
3051  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(222, 222, 223, 0.5);
3052}
3053
3054.btn-neutral.disabled, .disabled.qq-upload-button, .doku_form .no button.disabled, button.disabled, .btn-neutral:disabled, .qq-upload-button:disabled, .doku_form .no button:disabled, button:disabled {
3055  color: #212529;
3056  background-color: #fff;
3057  border-color: #fff;
3058}
3059
3060.btn-neutral:not(:disabled):not(.disabled):active, .qq-upload-button:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .qq-upload-button:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active, .show > .btn-neutral.dropdown-toggle, .show > .dropdown-toggle.qq-upload-button, .doku_form .no .show > button.dropdown-toggle, .show > button.dropdown-toggle {
3061  color: #212529;
3062  background-color: #e6e6e6;
3063  border-color: #dfdfdf;
3064}
3065
3066.btn-neutral:not(:disabled):not(.disabled):active:focus, .qq-upload-button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .qq-upload-button:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral.dropdown-toggle:focus, .show > .dropdown-toggle.qq-upload-button:focus, .doku_form .no .show > button.dropdown-toggle:focus, .show > button.dropdown-toggle:focus {
3067  box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
3068}
3069
3070.btn-darker {
3071  color: #fff;
3072  background-color: black;
3073  border-color: black;
3074  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
3075}
3076
3077.btn-darker:hover {
3078  color: #fff;
3079  background-color: black;
3080  border-color: black;
3081}
3082
3083.btn-darker:focus, .btn-darker.focus {
3084  color: #fff;
3085  background-color: black;
3086  border-color: black;
3087  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(38, 38, 38, 0.5);
3088}
3089
3090.btn-darker.disabled, .btn-darker:disabled {
3091  color: #fff;
3092  background-color: black;
3093  border-color: black;
3094}
3095
3096.btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active, .show > .btn-darker.dropdown-toggle {
3097  color: #fff;
3098  background-color: black;
3099  border-color: black;
3100}
3101
3102.btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-darker.dropdown-toggle:focus {
3103  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
3104}
3105
3106.btn-outline-primary {
3107  color: #5e72e4;
3108  border-color: #5e72e4;
3109}
3110
3111.btn-outline-primary:hover {
3112  color: #fff;
3113  background-color: #5e72e4;
3114  border-color: #5e72e4;
3115}
3116
3117.btn-outline-primary:focus, .btn-outline-primary.focus {
3118  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
3119}
3120
3121.btn-outline-primary.disabled, .btn-outline-primary:disabled {
3122  color: #5e72e4;
3123  background-color: transparent;
3124}
3125
3126.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
3127  color: #fff;
3128  background-color: #5e72e4;
3129  border-color: #5e72e4;
3130}
3131
3132.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
3133  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
3134}
3135
3136.btn-outline-secondary {
3137  color: #f4f5f7;
3138  border-color: #f4f5f7;
3139}
3140
3141.btn-outline-secondary:hover {
3142  color: #212529;
3143  background-color: #f4f5f7;
3144  border-color: #f4f5f7;
3145}
3146
3147.btn-outline-secondary:focus, .btn-outline-secondary.focus {
3148  box-shadow: 0 0 0 0 rgba(244, 245, 247, 0.5);
3149}
3150
3151.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
3152  color: #f4f5f7;
3153  background-color: transparent;
3154}
3155
3156.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
3157  color: #212529;
3158  background-color: #f4f5f7;
3159  border-color: #f4f5f7;
3160}
3161
3162.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
3163  box-shadow: 0 0 0 0 rgba(244, 245, 247, 0.5);
3164}
3165
3166.btn-outline-success {
3167  color: #2dce89;
3168  border-color: #2dce89;
3169}
3170
3171.btn-outline-success:hover {
3172  color: #fff;
3173  background-color: #2dce89;
3174  border-color: #2dce89;
3175}
3176
3177.btn-outline-success:focus, .btn-outline-success.focus {
3178  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
3179}
3180
3181.btn-outline-success.disabled, .btn-outline-success:disabled {
3182  color: #2dce89;
3183  background-color: transparent;
3184}
3185
3186.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
3187  color: #fff;
3188  background-color: #2dce89;
3189  border-color: #2dce89;
3190}
3191
3192.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
3193  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
3194}
3195
3196.btn-outline-info {
3197  color: #11cdef;
3198  border-color: #11cdef;
3199}
3200
3201.btn-outline-info:hover {
3202  color: #fff;
3203  background-color: #11cdef;
3204  border-color: #11cdef;
3205}
3206
3207.btn-outline-info:focus, .btn-outline-info.focus {
3208  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
3209}
3210
3211.btn-outline-info.disabled, .btn-outline-info:disabled {
3212  color: #11cdef;
3213  background-color: transparent;
3214}
3215
3216.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
3217  color: #fff;
3218  background-color: #11cdef;
3219  border-color: #11cdef;
3220}
3221
3222.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
3223  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
3224}
3225
3226.btn-outline-warning {
3227  color: #fb6340;
3228  border-color: #fb6340;
3229}
3230
3231.btn-outline-warning:hover {
3232  color: #fff;
3233  background-color: #fb6340;
3234  border-color: #fb6340;
3235}
3236
3237.btn-outline-warning:focus, .btn-outline-warning.focus {
3238  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
3239}
3240
3241.btn-outline-warning.disabled, .btn-outline-warning:disabled {
3242  color: #fb6340;
3243  background-color: transparent;
3244}
3245
3246.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
3247  color: #fff;
3248  background-color: #fb6340;
3249  border-color: #fb6340;
3250}
3251
3252.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
3253  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
3254}
3255
3256.btn-outline-danger {
3257  color: #f5365c;
3258  border-color: #f5365c;
3259}
3260
3261.btn-outline-danger:hover {
3262  color: #fff;
3263  background-color: #f5365c;
3264  border-color: #f5365c;
3265}
3266
3267.btn-outline-danger:focus, .btn-outline-danger.focus {
3268  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
3269}
3270
3271.btn-outline-danger.disabled, .btn-outline-danger:disabled {
3272  color: #f5365c;
3273  background-color: transparent;
3274}
3275
3276.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
3277  color: #fff;
3278  background-color: #f5365c;
3279  border-color: #f5365c;
3280}
3281
3282.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
3283  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
3284}
3285
3286.btn-outline-light {
3287  color: #adb5bd;
3288  border-color: #adb5bd;
3289}
3290
3291.btn-outline-light:hover {
3292  color: #fff;
3293  background-color: #adb5bd;
3294  border-color: #adb5bd;
3295}
3296
3297.btn-outline-light:focus, .btn-outline-light.focus {
3298  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
3299}
3300
3301.btn-outline-light.disabled, .btn-outline-light:disabled {
3302  color: #adb5bd;
3303  background-color: transparent;
3304}
3305
3306.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
3307  color: #fff;
3308  background-color: #adb5bd;
3309  border-color: #adb5bd;
3310}
3311
3312.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
3313  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
3314}
3315
3316.btn-outline-dark {
3317  color: #212529;
3318  border-color: #212529;
3319}
3320
3321.btn-outline-dark:hover {
3322  color: #fff;
3323  background-color: #212529;
3324  border-color: #212529;
3325}
3326
3327.btn-outline-dark:focus, .btn-outline-dark.focus {
3328  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
3329}
3330
3331.btn-outline-dark.disabled, .btn-outline-dark:disabled {
3332  color: #212529;
3333  background-color: transparent;
3334}
3335
3336.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
3337  color: #fff;
3338  background-color: #212529;
3339  border-color: #212529;
3340}
3341
3342.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
3343  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
3344}
3345
3346.btn-outline-default {
3347  color: #172b4d;
3348  border-color: #172b4d;
3349}
3350
3351.btn-outline-default:hover {
3352  color: #fff;
3353  background-color: #172b4d;
3354  border-color: #172b4d;
3355}
3356
3357.btn-outline-default:focus, .btn-outline-default.focus {
3358  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
3359}
3360
3361.btn-outline-default.disabled, .btn-outline-default:disabled {
3362  color: #172b4d;
3363  background-color: transparent;
3364}
3365
3366.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
3367  color: #fff;
3368  background-color: #172b4d;
3369  border-color: #172b4d;
3370}
3371
3372.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
3373  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
3374}
3375
3376.btn-outline-white {
3377  color: #fff;
3378  border-color: #fff;
3379}
3380
3381.btn-outline-white:hover {
3382  color: #212529;
3383  background-color: #fff;
3384  border-color: #fff;
3385}
3386
3387.btn-outline-white:focus, .btn-outline-white.focus {
3388  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3389}
3390
3391.btn-outline-white.disabled, .btn-outline-white:disabled {
3392  color: #fff;
3393  background-color: transparent;
3394}
3395
3396.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
3397  color: #212529;
3398  background-color: #fff;
3399  border-color: #fff;
3400}
3401
3402.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
3403  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3404}
3405
3406.btn-outline-neutral {
3407  color: #fff;
3408  border-color: #fff;
3409}
3410
3411.btn-outline-neutral:hover {
3412  color: #212529;
3413  background-color: #fff;
3414  border-color: #fff;
3415}
3416
3417.btn-outline-neutral:focus, .btn-outline-neutral.focus {
3418  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3419}
3420
3421.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
3422  color: #fff;
3423  background-color: transparent;
3424}
3425
3426.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral.dropdown-toggle {
3427  color: #212529;
3428  background-color: #fff;
3429  border-color: #fff;
3430}
3431
3432.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral.dropdown-toggle:focus {
3433  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
3434}
3435
3436.btn-outline-darker {
3437  color: black;
3438  border-color: black;
3439}
3440
3441.btn-outline-darker:hover {
3442  color: #fff;
3443  background-color: black;
3444  border-color: black;
3445}
3446
3447.btn-outline-darker:focus, .btn-outline-darker.focus {
3448  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
3449}
3450
3451.btn-outline-darker.disabled, .btn-outline-darker:disabled {
3452  color: black;
3453  background-color: transparent;
3454}
3455
3456.btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
3457  color: #fff;
3458  background-color: black;
3459  border-color: black;
3460}
3461
3462.btn-outline-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darker.dropdown-toggle:focus {
3463  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
3464}
3465
3466.btn-link {
3467  font-weight: 400;
3468  color: #5e72e4;
3469  text-decoration: none;
3470}
3471
3472.btn-link:hover {
3473  color: #233dd2;
3474  text-decoration: none;
3475}
3476
3477.btn-link:focus, .btn-link.focus {
3478  text-decoration: none;
3479}
3480
3481.btn-link:disabled, .btn-link.disabled {
3482  color: #8898aa;
3483  pointer-events: none;
3484}
3485
3486.btn-lg, .btn-group-lg > .btn, #dw__login .btn-group-lg > button, .btn-group-lg > .qq-upload-button, .search-results-form .btn-group-lg > .toggleAssistant, .search-results-form .btn-group-lg > button, .btn-group-lg > .toggleAssistant, .doku_form .no .btn-group-lg > button, #tool__bar .btn-group-lg > button, #dokuwiki__content .editButtons .btn-group-lg > button, #dokuwiki__content #page__revisions .btn-group-lg > button, #dokuwiki__content .secedit .btn-group-lg > button, .btn-group-lg > button {
3487  padding: 0.875rem 1rem;
3488  font-size: 0.875rem;
3489  line-height: 1.5;
3490  border-radius: 0.3rem;
3491}
3492
3493.btn-sm, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content .secedit button, .btn-group-sm > .btn, #dw__login .btn-group-sm > button, .btn-group-sm > .qq-upload-button, .search-results-form .btn-group-sm > .toggleAssistant, .search-results-form .btn-group-sm > button, .btn-group-sm > .toggleAssistant, .doku_form .no .btn-group-sm > button, #dokuwiki__content #page__revisions .btn-group-sm > button, .btn-group-sm > button {
3494  padding: 0.25rem 0.5rem;
3495  font-size: 0.75rem;
3496  line-height: 1.5;
3497  border-radius: 0.25rem;
3498}
3499
3500.btn-block {
3501  display: block;
3502  width: 100%;
3503}
3504
3505.btn-block + .btn-block {
3506  margin-top: 0.5rem;
3507}
3508
3509input[type=submit].btn-block,
3510input[type=reset].btn-block,
3511input[type=button].btn-block {
3512  width: 100%;
3513}
3514
3515.fade {
3516  transition: opacity 0.15s linear;
3517}
3518
3519@media (prefers-reduced-motion: reduce) {
3520  .fade {
3521    transition: none;
3522  }
3523}
3524.fade:not(.show) {
3525  opacity: 0;
3526}
3527
3528.collapse:not(.show) {
3529  display: none;
3530}
3531
3532.collapsing {
3533  position: relative;
3534  height: 0;
3535  overflow: hidden;
3536  transition: height 0.35s ease;
3537}
3538
3539@media (prefers-reduced-motion: reduce) {
3540  .collapsing {
3541    transition: none;
3542  }
3543}
3544.dropup,
3545.dropright,
3546.dropdown,
3547.dropleft {
3548  position: relative;
3549}
3550
3551.dropdown-toggle {
3552  white-space: nowrap;
3553}
3554
3555.dropdown-toggle::after {
3556  display: inline-block;
3557  margin-left: 0.255em;
3558  vertical-align: 0.255em;
3559  content: "";
3560  border-top: 0.3em solid;
3561  border-right: 0.3em solid transparent;
3562  border-bottom: 0;
3563  border-left: 0.3em solid transparent;
3564}
3565
3566.dropdown-toggle:empty::after {
3567  margin-left: 0;
3568}
3569
3570.dropdown-menu {
3571  position: absolute;
3572  top: 100%;
3573  left: 0;
3574  z-index: 1000;
3575  display: none;
3576  float: left;
3577  min-width: 10rem;
3578  padding: 0.5rem 0;
3579  margin: 0.125rem 0 0;
3580  font-size: 1rem;
3581  color: #525f7f;
3582  text-align: left;
3583  list-style: none;
3584  background-color: #fff;
3585  background-clip: padding-box;
3586  border: 0 solid rgba(0, 0, 0, 0.15);
3587  border-radius: 0.3rem;
3588  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
3589}
3590
3591.dropdown-menu-left {
3592  right: auto;
3593  left: 0;
3594}
3595
3596.dropdown-menu-right {
3597  right: 0;
3598  left: auto;
3599}
3600
3601@media (min-width: 576px) {
3602  .dropdown-menu-sm-left {
3603    right: auto;
3604    left: 0;
3605  }
3606
3607  .dropdown-menu-sm-right {
3608    right: 0;
3609    left: auto;
3610  }
3611}
3612@media (min-width: 768px) {
3613  .dropdown-menu-md-left {
3614    right: auto;
3615    left: 0;
3616  }
3617
3618  .dropdown-menu-md-right {
3619    right: 0;
3620    left: auto;
3621  }
3622}
3623@media (min-width: 992px) {
3624  .dropdown-menu-lg-left {
3625    right: auto;
3626    left: 0;
3627  }
3628
3629  .dropdown-menu-lg-right {
3630    right: 0;
3631    left: auto;
3632  }
3633}
3634@media (min-width: 1200px) {
3635  .dropdown-menu-xl-left {
3636    right: auto;
3637    left: 0;
3638  }
3639
3640  .dropdown-menu-xl-right {
3641    right: 0;
3642    left: auto;
3643  }
3644}
3645.dropup .dropdown-menu {
3646  top: auto;
3647  bottom: 100%;
3648  margin-top: 0;
3649  margin-bottom: 0.125rem;
3650}
3651
3652.dropup .dropdown-toggle::after {
3653  display: inline-block;
3654  margin-left: 0.255em;
3655  vertical-align: 0.255em;
3656  content: "";
3657  border-top: 0;
3658  border-right: 0.3em solid transparent;
3659  border-bottom: 0.3em solid;
3660  border-left: 0.3em solid transparent;
3661}
3662
3663.dropup .dropdown-toggle:empty::after {
3664  margin-left: 0;
3665}
3666
3667.dropright .dropdown-menu {
3668  top: 0;
3669  right: auto;
3670  left: 100%;
3671  margin-top: 0;
3672  margin-left: 0.125rem;
3673}
3674
3675.dropright .dropdown-toggle::after {
3676  display: inline-block;
3677  margin-left: 0.255em;
3678  vertical-align: 0.255em;
3679  content: "";
3680  border-top: 0.3em solid transparent;
3681  border-right: 0;
3682  border-bottom: 0.3em solid transparent;
3683  border-left: 0.3em solid;
3684}
3685
3686.dropright .dropdown-toggle:empty::after {
3687  margin-left: 0;
3688}
3689
3690.dropright .dropdown-toggle::after {
3691  vertical-align: 0;
3692}
3693
3694.dropleft .dropdown-menu {
3695  top: 0;
3696  right: 100%;
3697  left: auto;
3698  margin-top: 0;
3699  margin-right: 0.125rem;
3700}
3701
3702.dropleft .dropdown-toggle::after {
3703  display: inline-block;
3704  margin-left: 0.255em;
3705  vertical-align: 0.255em;
3706  content: "";
3707}
3708
3709.dropleft .dropdown-toggle::after {
3710  display: none;
3711}
3712
3713.dropleft .dropdown-toggle::before {
3714  display: inline-block;
3715  margin-right: 0.255em;
3716  vertical-align: 0.255em;
3717  content: "";
3718  border-top: 0.3em solid transparent;
3719  border-right: 0.3em solid;
3720  border-bottom: 0.3em solid transparent;
3721}
3722
3723.dropleft .dropdown-toggle:empty::after {
3724  margin-left: 0;
3725}
3726
3727.dropleft .dropdown-toggle::before {
3728  vertical-align: 0;
3729}
3730
3731.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
3732  right: auto;
3733  bottom: auto;
3734}
3735
3736.dropdown-divider {
3737  height: 0;
3738  margin: 0.5rem 0;
3739  overflow: hidden;
3740  border-top: 1px solid #e9ecef;
3741}
3742
3743.dropdown-item {
3744  display: block;
3745  width: 100%;
3746  padding: 0.25rem 1.5rem;
3747  clear: both;
3748  font-weight: 400;
3749  color: #212529;
3750  text-align: inherit;
3751  white-space: nowrap;
3752  background-color: transparent;
3753  border: 0;
3754}
3755
3756.dropdown-item:hover, .dropdown-item:focus {
3757  color: #16181b;
3758  text-decoration: none;
3759  background-color: #f6f9fc;
3760}
3761
3762.dropdown-item.active, .dropdown-item:active {
3763  color: #fff;
3764  text-decoration: none;
3765  background-color: #5e72e4;
3766}
3767
3768.dropdown-item.disabled, .dropdown-item:disabled {
3769  color: #8898aa;
3770  pointer-events: none;
3771  background-color: transparent;
3772}
3773
3774.dropdown-menu.show {
3775  display: block;
3776}
3777
3778.dropdown-header {
3779  display: block;
3780  padding: 0.5rem 1.5rem;
3781  margin-bottom: 0;
3782  font-size: 0.875rem;
3783  color: #8898aa;
3784  white-space: nowrap;
3785}
3786
3787.dropdown-item-text {
3788  display: block;
3789  padding: 0.25rem 1.5rem;
3790  color: #212529;
3791}
3792
3793.btn-group,
3794.btn-group-vertical {
3795  position: relative;
3796  display: inline-flex;
3797  vertical-align: middle;
3798}
3799
3800.btn-group > .btn, #dw__login .btn-group > button, .btn-group > .qq-upload-button, .search-results-form .btn-group > .toggleAssistant, .search-results-form .btn-group > button, .btn-group > .toggleAssistant, .doku_form .no .btn-group > button, #tool__bar .btn-group > button, #dokuwiki__content .editButtons .btn-group > button, #dokuwiki__content #page__revisions .btn-group > button, #dokuwiki__content .secedit .btn-group > button, .btn-group > button,
3801.btn-group-vertical > .btn,
3802#dw__login .btn-group-vertical > button,
3803.btn-group-vertical > .qq-upload-button,
3804.search-results-form .btn-group-vertical > .toggleAssistant,
3805.search-results-form .btn-group-vertical > button,
3806.btn-group-vertical > .toggleAssistant,
3807.doku_form .no .btn-group-vertical > button,
3808#tool__bar .btn-group-vertical > button,
3809#dokuwiki__content .editButtons .btn-group-vertical > button,
3810#dokuwiki__content #page__revisions .btn-group-vertical > button,
3811#dokuwiki__content .secedit .btn-group-vertical > button,
3812.btn-group-vertical > button {
3813  position: relative;
3814  flex: 1 1 auto;
3815}
3816
3817.btn-group > .btn:hover, #dw__login .btn-group > button:hover, .btn-group > .qq-upload-button:hover, .search-results-form .btn-group > .toggleAssistant:hover, .search-results-form .btn-group > button:hover, .btn-group > .toggleAssistant:hover, .doku_form .no .btn-group > button:hover, #tool__bar .btn-group > button:hover, #dokuwiki__content .editButtons .btn-group > button:hover, #dokuwiki__content #page__revisions .btn-group > button:hover, #dokuwiki__content .secedit .btn-group > button:hover, .btn-group > button:hover,
3818.btn-group-vertical > .btn:hover,
3819#dw__login .btn-group-vertical > button:hover,
3820.btn-group-vertical > .qq-upload-button:hover,
3821.search-results-form .btn-group-vertical > .toggleAssistant:hover,
3822.search-results-form .btn-group-vertical > button:hover,
3823.btn-group-vertical > .toggleAssistant:hover,
3824.doku_form .no .btn-group-vertical > button:hover,
3825#tool__bar .btn-group-vertical > button:hover,
3826#dokuwiki__content .editButtons .btn-group-vertical > button:hover,
3827#dokuwiki__content #page__revisions .btn-group-vertical > button:hover,
3828#dokuwiki__content .secedit .btn-group-vertical > button:hover,
3829.btn-group-vertical > button:hover {
3830  z-index: 1;
3831}
3832
3833.btn-group > .btn:focus, #dw__login .btn-group > button:focus, .btn-group > .qq-upload-button:focus, .search-results-form .btn-group > .toggleAssistant:focus, .search-results-form .btn-group > button:focus, .btn-group > .toggleAssistant:focus, .doku_form .no .btn-group > button:focus, #tool__bar .btn-group > button:focus, #dokuwiki__content .editButtons .btn-group > button:focus, #dokuwiki__content #page__revisions .btn-group > button:focus, #dokuwiki__content .secedit .btn-group > button:focus, .btn-group > button:focus, .btn-group > .btn:active, #dw__login .btn-group > button:active, .btn-group > .qq-upload-button:active, .search-results-form .btn-group > .toggleAssistant:active, .search-results-form .btn-group > button:active, .btn-group > .toggleAssistant:active, .doku_form .no .btn-group > button:active, #tool__bar .btn-group > button:active, #dokuwiki__content .editButtons .btn-group > button:active, #dokuwiki__content #page__revisions .btn-group > button:active, #dokuwiki__content .secedit .btn-group > button:active, .btn-group > button:active, .btn-group > .btn.active, #dw__login .btn-group > button.active, .btn-group > .active.qq-upload-button, .search-results-form .btn-group > .active.toggleAssistant, .search-results-form .btn-group > button.active, .btn-group > .active.toggleAssistant, .doku_form .no .btn-group > button.active, #tool__bar .btn-group > button.active, #dokuwiki__content .editButtons .btn-group > button.active, #dokuwiki__content #page__revisions .btn-group > button.active, #dokuwiki__content .secedit .btn-group > button.active, .btn-group > button.active,
3834.btn-group-vertical > .btn:focus,
3835#dw__login .btn-group-vertical > button:focus,
3836.btn-group-vertical > .qq-upload-button:focus,
3837.search-results-form .btn-group-vertical > .toggleAssistant:focus,
3838.search-results-form .btn-group-vertical > button:focus,
3839.btn-group-vertical > .toggleAssistant:focus,
3840.doku_form .no .btn-group-vertical > button:focus,
3841#tool__bar .btn-group-vertical > button:focus,
3842#dokuwiki__content .editButtons .btn-group-vertical > button:focus,
3843#dokuwiki__content #page__revisions .btn-group-vertical > button:focus,
3844#dokuwiki__content .secedit .btn-group-vertical > button:focus,
3845.btn-group-vertical > button:focus,
3846.btn-group-vertical > .btn:active,
3847#dw__login .btn-group-vertical > button:active,
3848.btn-group-vertical > .qq-upload-button:active,
3849.search-results-form .btn-group-vertical > .toggleAssistant:active,
3850.search-results-form .btn-group-vertical > button:active,
3851.btn-group-vertical > .toggleAssistant:active,
3852.doku_form .no .btn-group-vertical > button:active,
3853#tool__bar .btn-group-vertical > button:active,
3854#dokuwiki__content .editButtons .btn-group-vertical > button:active,
3855#dokuwiki__content #page__revisions .btn-group-vertical > button:active,
3856#dokuwiki__content .secedit .btn-group-vertical > button:active,
3857.btn-group-vertical > button:active,
3858.btn-group-vertical > .btn.active,
3859#dw__login .btn-group-vertical > button.active,
3860.btn-group-vertical > .active.qq-upload-button,
3861.search-results-form .btn-group-vertical > .active.toggleAssistant,
3862.search-results-form .btn-group-vertical > button.active,
3863.btn-group-vertical > .active.toggleAssistant,
3864.doku_form .no .btn-group-vertical > button.active,
3865#tool__bar .btn-group-vertical > button.active,
3866#dokuwiki__content .editButtons .btn-group-vertical > button.active,
3867#dokuwiki__content #page__revisions .btn-group-vertical > button.active,
3868#dokuwiki__content .secedit .btn-group-vertical > button.active,
3869.btn-group-vertical > button.active {
3870  z-index: 1;
3871}
3872
3873.btn-toolbar {
3874  display: flex;
3875  flex-wrap: wrap;
3876  justify-content: flex-start;
3877}
3878
3879.btn-toolbar .input-group, .btn-toolbar .doku_form .no, .doku_form .btn-toolbar .no {
3880  width: auto;
3881}
3882
3883.btn-group > .btn:not(:first-child), #dw__login .btn-group > button:not(:first-child), .btn-group > .qq-upload-button:not(:first-child), .search-results-form .btn-group > .toggleAssistant:not(:first-child), .search-results-form .btn-group > button:not(:first-child), .btn-group > .toggleAssistant:not(:first-child), .doku_form .no .btn-group > button:not(:first-child), #tool__bar .btn-group > button:not(:first-child), #dokuwiki__content .editButtons .btn-group > button:not(:first-child), #dokuwiki__content #page__revisions .btn-group > button:not(:first-child), #dokuwiki__content .secedit .btn-group > button:not(:first-child), .btn-group > button:not(:first-child),
3884.btn-group > .btn-group:not(:first-child) {
3885  margin-left: -1px;
3886}
3887
3888.btn-group > .btn:not(:last-child):not(.dropdown-toggle), #dw__login .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .qq-upload-button:not(:last-child):not(.dropdown-toggle), .search-results-form .btn-group > .toggleAssistant:not(:last-child):not(.dropdown-toggle), .search-results-form .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .toggleAssistant:not(:last-child):not(.dropdown-toggle), .doku_form .no .btn-group > button:not(:last-child):not(.dropdown-toggle), #tool__bar .btn-group > button:not(:last-child):not(.dropdown-toggle), #dokuwiki__content .editButtons .btn-group > button:not(:last-child):not(.dropdown-toggle), #dokuwiki__content #page__revisions .btn-group > button:not(:last-child):not(.dropdown-toggle), #dokuwiki__content .secedit .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:last-child):not(.dropdown-toggle),
3889.btn-group > .btn-group:not(:last-child) > .btn,
3890#dw__login .btn-group > .btn-group:not(:last-child) > button,
3891.btn-group > .btn-group:not(:last-child) > .qq-upload-button,
3892.btn-group > .btn-group:not(:last-child) > .toggleAssistant,
3893#tool__bar .btn-group > .btn-group:not(:last-child) > button,
3894#dokuwiki__content .editButtons .btn-group > .btn-group:not(:last-child) > button,
3895#dokuwiki__content #page__revisions .btn-group > .btn-group:not(:last-child) > button,
3896#dokuwiki__content .secedit .btn-group > .btn-group:not(:last-child) > button,
3897.btn-group > .btn-group:not(:last-child) > button {
3898  border-top-right-radius: 0;
3899  border-bottom-right-radius: 0;
3900}
3901
3902.btn-group > .btn:not(:first-child), #dw__login .btn-group > button:not(:first-child), .btn-group > .qq-upload-button:not(:first-child), .search-results-form .btn-group > .toggleAssistant:not(:first-child), .search-results-form .btn-group > button:not(:first-child), .btn-group > .toggleAssistant:not(:first-child), .doku_form .no .btn-group > button:not(:first-child), #tool__bar .btn-group > button:not(:first-child), #dokuwiki__content .editButtons .btn-group > button:not(:first-child), #dokuwiki__content #page__revisions .btn-group > button:not(:first-child), #dokuwiki__content .secedit .btn-group > button:not(:first-child), .btn-group > button:not(:first-child),
3903.btn-group > .btn-group:not(:first-child) > .btn,
3904#dw__login .btn-group > .btn-group:not(:first-child) > button,
3905.btn-group > .btn-group:not(:first-child) > .qq-upload-button,
3906.btn-group > .btn-group:not(:first-child) > .toggleAssistant,
3907#tool__bar .btn-group > .btn-group:not(:first-child) > button,
3908#dokuwiki__content .editButtons .btn-group > .btn-group:not(:first-child) > button,
3909#dokuwiki__content #page__revisions .btn-group > .btn-group:not(:first-child) > button,
3910#dokuwiki__content .secedit .btn-group > .btn-group:not(:first-child) > button,
3911.btn-group > .btn-group:not(:first-child) > button {
3912  border-top-left-radius: 0;
3913  border-bottom-left-radius: 0;
3914}
3915
3916.dropdown-toggle-split {
3917  padding-right: 0.9375rem;
3918  padding-left: 0.9375rem;
3919}
3920
3921.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
3922  margin-left: 0;
3923}
3924
3925.dropleft .dropdown-toggle-split::before {
3926  margin-right: 0;
3927}
3928
3929.btn-sm + .dropdown-toggle-split, #tool__bar button + .dropdown-toggle-split, #dokuwiki__content .editButtons button + .dropdown-toggle-split, #dokuwiki__content .secedit button + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, #dw__login .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > .qq-upload-button + .dropdown-toggle-split, .btn-group-sm > .toggleAssistant + .dropdown-toggle-split, #tool__bar .btn-group-sm > button + .dropdown-toggle-split, #dokuwiki__content .editButtons .btn-group-sm > button + .dropdown-toggle-split, #dokuwiki__content #page__revisions .btn-group-sm > button + .dropdown-toggle-split, #dokuwiki__content .secedit .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > button + .dropdown-toggle-split {
3930  padding-right: 0.375rem;
3931  padding-left: 0.375rem;
3932}
3933
3934.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, #dw__login .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > .qq-upload-button + .dropdown-toggle-split, .btn-group-lg > .toggleAssistant + .dropdown-toggle-split, #tool__bar .btn-group-lg > button + .dropdown-toggle-split, #dokuwiki__content .editButtons .btn-group-lg > button + .dropdown-toggle-split, #dokuwiki__content #page__revisions .btn-group-lg > button + .dropdown-toggle-split, #dokuwiki__content .secedit .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > button + .dropdown-toggle-split {
3935  padding-right: 0.75rem;
3936  padding-left: 0.75rem;
3937}
3938
3939.btn-group.show .dropdown-toggle {
3940  box-shadow: none;
3941}
3942
3943.btn-group.show .dropdown-toggle.btn-link {
3944  box-shadow: none;
3945}
3946
3947.btn-group-vertical {
3948  flex-direction: column;
3949  align-items: flex-start;
3950  justify-content: center;
3951}
3952
3953.btn-group-vertical > .btn, #dw__login .btn-group-vertical > button, .btn-group-vertical > .qq-upload-button, .search-results-form .btn-group-vertical > .toggleAssistant, .search-results-form .btn-group-vertical > button, .btn-group-vertical > .toggleAssistant, .doku_form .no .btn-group-vertical > button, #tool__bar .btn-group-vertical > button, #dokuwiki__content .editButtons .btn-group-vertical > button, #dokuwiki__content #page__revisions .btn-group-vertical > button, #dokuwiki__content .secedit .btn-group-vertical > button, .btn-group-vertical > button,
3954.btn-group-vertical > .btn-group {
3955  width: 100%;
3956}
3957
3958.btn-group-vertical > .btn:not(:first-child), #dw__login .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .qq-upload-button:not(:first-child), .search-results-form .btn-group-vertical > .toggleAssistant:not(:first-child), .search-results-form .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .toggleAssistant:not(:first-child), .doku_form .no .btn-group-vertical > button:not(:first-child), #tool__bar .btn-group-vertical > button:not(:first-child), #dokuwiki__content .editButtons .btn-group-vertical > button:not(:first-child), #dokuwiki__content #page__revisions .btn-group-vertical > button:not(:first-child), #dokuwiki__content .secedit .btn-group-vertical > button:not(:first-child), .btn-group-vertical > button:not(:first-child),
3959.btn-group-vertical > .btn-group:not(:first-child) {
3960  margin-top: -1px;
3961}
3962
3963.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), #dw__login .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .qq-upload-button:not(:last-child):not(.dropdown-toggle), .search-results-form .btn-group-vertical > .toggleAssistant:not(:last-child):not(.dropdown-toggle), .search-results-form .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .toggleAssistant:not(:last-child):not(.dropdown-toggle), .doku_form .no .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), #tool__bar .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), #dokuwiki__content .editButtons .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), #dokuwiki__content #page__revisions .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), #dokuwiki__content .secedit .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
3964.btn-group-vertical > .btn-group:not(:last-child) > .btn,
3965#dw__login .btn-group-vertical > .btn-group:not(:last-child) > button,
3966.btn-group-vertical > .btn-group:not(:last-child) > .qq-upload-button,
3967.btn-group-vertical > .btn-group:not(:last-child) > .toggleAssistant,
3968#tool__bar .btn-group-vertical > .btn-group:not(:last-child) > button,
3969#dokuwiki__content .editButtons .btn-group-vertical > .btn-group:not(:last-child) > button,
3970#dokuwiki__content #page__revisions .btn-group-vertical > .btn-group:not(:last-child) > button,
3971#dokuwiki__content .secedit .btn-group-vertical > .btn-group:not(:last-child) > button,
3972.btn-group-vertical > .btn-group:not(:last-child) > button {
3973  border-bottom-right-radius: 0;
3974  border-bottom-left-radius: 0;
3975}
3976
3977.btn-group-vertical > .btn:not(:first-child), #dw__login .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .qq-upload-button:not(:first-child), .search-results-form .btn-group-vertical > .toggleAssistant:not(:first-child), .search-results-form .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .toggleAssistant:not(:first-child), .doku_form .no .btn-group-vertical > button:not(:first-child), #tool__bar .btn-group-vertical > button:not(:first-child), #dokuwiki__content .editButtons .btn-group-vertical > button:not(:first-child), #dokuwiki__content #page__revisions .btn-group-vertical > button:not(:first-child), #dokuwiki__content .secedit .btn-group-vertical > button:not(:first-child), .btn-group-vertical > button:not(:first-child),
3978.btn-group-vertical > .btn-group:not(:first-child) > .btn,
3979#dw__login .btn-group-vertical > .btn-group:not(:first-child) > button,
3980.btn-group-vertical > .btn-group:not(:first-child) > .qq-upload-button,
3981.btn-group-vertical > .btn-group:not(:first-child) > .toggleAssistant,
3982#tool__bar .btn-group-vertical > .btn-group:not(:first-child) > button,
3983#dokuwiki__content .editButtons .btn-group-vertical > .btn-group:not(:first-child) > button,
3984#dokuwiki__content #page__revisions .btn-group-vertical > .btn-group:not(:first-child) > button,
3985#dokuwiki__content .secedit .btn-group-vertical > .btn-group:not(:first-child) > button,
3986.btn-group-vertical > .btn-group:not(:first-child) > button {
3987  border-top-left-radius: 0;
3988  border-top-right-radius: 0;
3989}
3990
3991.btn-group-toggle > .btn, #dw__login .btn-group-toggle > button, .btn-group-toggle > .qq-upload-button, .search-results-form .btn-group-toggle > .toggleAssistant, .search-results-form .btn-group-toggle > button, .btn-group-toggle > .toggleAssistant, .doku_form .no .btn-group-toggle > button, #tool__bar .btn-group-toggle > button, #dokuwiki__content .editButtons .btn-group-toggle > button, #dokuwiki__content #page__revisions .btn-group-toggle > button, #dokuwiki__content .secedit .btn-group-toggle > button, .btn-group-toggle > button,
3992.btn-group-toggle > .btn-group > .btn,
3993#dw__login .btn-group-toggle > .btn-group > button,
3994.btn-group-toggle > .btn-group > .qq-upload-button,
3995.btn-group-toggle > .btn-group > .toggleAssistant,
3996#tool__bar .btn-group-toggle > .btn-group > button,
3997#dokuwiki__content .editButtons .btn-group-toggle > .btn-group > button,
3998#dokuwiki__content #page__revisions .btn-group-toggle > .btn-group > button,
3999#dokuwiki__content .secedit .btn-group-toggle > .btn-group > button,
4000.btn-group-toggle > .btn-group > button {
4001  margin-bottom: 0;
4002}
4003
4004.btn-group-toggle > .btn input[type=radio], #dw__login .btn-group-toggle > button input[type=radio], .btn-group-toggle > .qq-upload-button input[type=radio], .btn-group-toggle > .toggleAssistant input[type=radio], #tool__bar .btn-group-toggle > button input[type=radio], #dokuwiki__content .editButtons .btn-group-toggle > button input[type=radio], #dokuwiki__content #page__revisions .btn-group-toggle > button input[type=radio], #dokuwiki__content .secedit .btn-group-toggle > button input[type=radio], .btn-group-toggle > button input[type=radio],
4005.btn-group-toggle > .btn input[type=checkbox],
4006#dw__login .btn-group-toggle > button input[type=checkbox],
4007.btn-group-toggle > .qq-upload-button input[type=checkbox],
4008.btn-group-toggle > .toggleAssistant input[type=checkbox],
4009#tool__bar .btn-group-toggle > button input[type=checkbox],
4010#dokuwiki__content .editButtons .btn-group-toggle > button input[type=checkbox],
4011#dokuwiki__content #page__revisions .btn-group-toggle > button input[type=checkbox],
4012#dokuwiki__content .secedit .btn-group-toggle > button input[type=checkbox],
4013.btn-group-toggle > button input[type=checkbox],
4014.btn-group-toggle > .btn-group > .btn input[type=radio],
4015.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
4016  position: absolute;
4017  clip: rect(0, 0, 0, 0);
4018  pointer-events: none;
4019}
4020
4021.input-group, .doku_form .no {
4022  position: relative;
4023  display: flex;
4024  flex-wrap: wrap;
4025  align-items: stretch;
4026  width: 100%;
4027}
4028
4029.input-group > .form-control, #dw__login .input-group > input, #config__manager td .input-group > input.edit, .search-results-form fieldset .input-group > input, .doku_form .no .input-group > #qsearch__in, .doku_form .no > .form-control, .doku_form #dw__login .no > input, #dw__login .doku_form .no > input, .doku_form #config__manager td .no > input.edit, #config__manager td .doku_form .no > input.edit, .doku_form .search-results-form fieldset .no > input, .search-results-form fieldset .doku_form .no > input, .doku_form .no > #qsearch__in, .input-group > textarea, .doku_form .no > textarea,
4030.input-group > .form-control-plaintext,
4031.doku_form .no > .form-control-plaintext,
4032.input-group > .custom-select,
4033.doku_form .no > .custom-select,
4034.input-group > .custom-file,
4035.doku_form .no > .custom-file {
4036  position: relative;
4037  flex: 1 1 auto;
4038  width: 1%;
4039  min-width: 0;
4040  margin-bottom: 0;
4041}
4042
4043.input-group > .form-control + .form-control, #dw__login .input-group > input + .form-control, #dw__login .input-group > .form-control + input, #dw__login .input-group > input + input, #config__manager td .input-group > input.edit + .form-control, #config__manager td #dw__login .input-group > input.edit + input, #dw__login #config__manager td .input-group > input.edit + input, #config__manager td .input-group > .form-control + input.edit, #config__manager td #dw__login .input-group > input + input.edit, #dw__login #config__manager td .input-group > input + input.edit, #config__manager td .input-group > input.edit + input.edit, .search-results-form fieldset .input-group > input + .form-control, .search-results-form fieldset #dw__login .input-group > input + input, #dw__login .search-results-form fieldset .input-group > input + input, .search-results-form fieldset #config__manager td .input-group > input + input.edit, #config__manager td .search-results-form fieldset .input-group > input + input.edit, .search-results-form fieldset .input-group > .form-control + input, .search-results-form fieldset #dw__login .input-group > input + input, #dw__login .search-results-form fieldset .input-group > input + input, .search-results-form fieldset #config__manager td .input-group > input.edit + input, #config__manager td .search-results-form fieldset .input-group > input.edit + input, .search-results-form fieldset .input-group > input + input, .doku_form .no .input-group > #qsearch__in + .form-control, .doku_form .no #dw__login .input-group > #qsearch__in + input, #dw__login .doku_form .no .input-group > #qsearch__in + input, .doku_form .no #config__manager td .input-group > #qsearch__in + input.edit, #config__manager td .doku_form .no .input-group > #qsearch__in + input.edit, .doku_form .no .search-results-form fieldset .input-group > #qsearch__in + input, .search-results-form fieldset .doku_form .no .input-group > #qsearch__in + input, .doku_form .no .input-group > .form-control + #qsearch__in, .doku_form .no #dw__login .input-group > input + #qsearch__in, #dw__login .doku_form .no .input-group > input + #qsearch__in, .doku_form .no #config__manager td .input-group > input.edit + #qsearch__in, #config__manager td .doku_form .no .input-group > input.edit + #qsearch__in, .doku_form .no .search-results-form fieldset .input-group > input + #qsearch__in, .search-results-form fieldset .doku_form .no .input-group > input + #qsearch__in, .doku_form .no .input-group > #qsearch__in + #qsearch__in, .doku_form .no > .form-control + .form-control, .doku_form #dw__login .no > input + .form-control, #dw__login .doku_form .no > input + .form-control, .doku_form #dw__login .no > .form-control + input, #dw__login .doku_form .no > .form-control + input, .doku_form #dw__login .no > input + input, #dw__login .doku_form .no > input + input, .doku_form #config__manager td .no > input.edit + .form-control, .doku_form #config__manager td #dw__login .no > input.edit + input, #dw__login .doku_form #config__manager td .no > input.edit + input, #config__manager td .doku_form .no > input.edit + .form-control, #config__manager td .doku_form #dw__login .no > input.edit + input, #dw__login #config__manager td .doku_form .no > input.edit + input, .doku_form #config__manager td .no > .form-control + input.edit, .doku_form #config__manager td #dw__login .no > input + input.edit, #dw__login .doku_form #config__manager td .no > input + input.edit, #config__manager td .doku_form .no > .form-control + input.edit, #config__manager td .doku_form #dw__login .no > input + input.edit, #dw__login #config__manager td .doku_form .no > input + input.edit, .doku_form #config__manager td .no > input.edit + input.edit, #config__manager td .doku_form .no > input.edit + input.edit, .doku_form .search-results-form fieldset .no > input + .form-control, .doku_form .search-results-form fieldset #dw__login .no > input + input, #dw__login .doku_form .search-results-form fieldset .no > input + input, .doku_form .search-results-form fieldset #config__manager td .no > input + input.edit, #config__manager td .doku_form .search-results-form fieldset .no > input + input.edit, .search-results-form fieldset .doku_form .no > input + .form-control, .search-results-form fieldset .doku_form #dw__login .no > input + input, #dw__login .search-results-form fieldset .doku_form .no > input + input, .search-results-form fieldset .doku_form #config__manager td .no > input + input.edit, #config__manager td .search-results-form fieldset .doku_form .no > input + input.edit, .doku_form .search-results-form fieldset .no > .form-control + input, .doku_form .search-results-form fieldset #dw__login .no > input + input, #dw__login .doku_form .search-results-form fieldset .no > input + input, .doku_form .search-results-form fieldset #config__manager td .no > input.edit + input, #config__manager td .doku_form .search-results-form fieldset .no > input.edit + input, .search-results-form fieldset .doku_form .no > .form-control + input, .search-results-form fieldset .doku_form #dw__login .no > input + input, #dw__login .search-results-form fieldset .doku_form .no > input + input, .search-results-form fieldset .doku_form #config__manager td .no > input.edit + input, #config__manager td .search-results-form fieldset .doku_form .no > input.edit + input, .doku_form .search-results-form fieldset .no > input + input, .search-results-form fieldset .doku_form .no > input + input, .doku_form .no > #qsearch__in + .form-control, .doku_form #dw__login .no > #qsearch__in + input, #dw__login .doku_form .no > #qsearch__in + input, .doku_form #config__manager td .no > #qsearch__in + input.edit, #config__manager td .doku_form .no > #qsearch__in + input.edit, .doku_form .search-results-form fieldset .no > #qsearch__in + input, .search-results-form fieldset .doku_form .no > #qsearch__in + input, .doku_form .no > .form-control + #qsearch__in, .doku_form #dw__login .no > input + #qsearch__in, #dw__login .doku_form .no > input + #qsearch__in, .doku_form #config__manager td .no > input.edit + #qsearch__in, #config__manager td .doku_form .no > input.edit + #qsearch__in, .doku_form .search-results-form fieldset .no > input + #qsearch__in, .search-results-form fieldset .doku_form .no > input + #qsearch__in, .doku_form .no > #qsearch__in + #qsearch__in, .input-group > textarea + .form-control, #dw__login .input-group > textarea + input, #config__manager td .input-group > textarea + input.edit, .search-results-form fieldset .input-group > textarea + input, .doku_form .no .input-group > textarea + #qsearch__in, .doku_form .no > textarea + .form-control, .doku_form #dw__login .no > textarea + input, #dw__login .doku_form .no > textarea + input, .doku_form #config__manager td .no > textarea + input.edit, #config__manager td .doku_form .no > textarea + input.edit, .doku_form .search-results-form fieldset .no > textarea + input, .search-results-form fieldset .doku_form .no > textarea + input, .doku_form .no > textarea + #qsearch__in, .input-group > .form-control + textarea, #dw__login .input-group > input + textarea, #config__manager td .input-group > input.edit + textarea, .search-results-form fieldset .input-group > input + textarea, .doku_form .no .input-group > #qsearch__in + textarea, .doku_form .no > .form-control + textarea, .doku_form #dw__login .no > input + textarea, #dw__login .doku_form .no > input + textarea, .doku_form #config__manager td .no > input.edit + textarea, #config__manager td .doku_form .no > input.edit + textarea, .doku_form .search-results-form fieldset .no > input + textarea, .search-results-form fieldset .doku_form .no > input + textarea, .doku_form .no > #qsearch__in + textarea, .input-group > textarea + textarea, .doku_form .no > textarea + textarea,
4044.input-group > .form-control + .custom-select,
4045#dw__login .input-group > input + .custom-select,
4046#config__manager td .input-group > input.edit + .custom-select,
4047.search-results-form fieldset .input-group > input + .custom-select,
4048.doku_form .no .input-group > #qsearch__in + .custom-select,
4049.doku_form .no > .form-control + .custom-select,
4050.doku_form #dw__login .no > input + .custom-select,
4051#dw__login .doku_form .no > input + .custom-select,
4052.doku_form #config__manager td .no > input.edit + .custom-select,
4053#config__manager td .doku_form .no > input.edit + .custom-select,
4054.doku_form .search-results-form fieldset .no > input + .custom-select,
4055.search-results-form fieldset .doku_form .no > input + .custom-select,
4056.doku_form .no > #qsearch__in + .custom-select,
4057.input-group > textarea + .custom-select,
4058.doku_form .no > textarea + .custom-select,
4059.input-group > .form-control + .custom-file,
4060#dw__login .input-group > input + .custom-file,
4061#config__manager td .input-group > input.edit + .custom-file,
4062.search-results-form fieldset .input-group > input + .custom-file,
4063.doku_form .no .input-group > #qsearch__in + .custom-file,
4064.doku_form .no > .form-control + .custom-file,
4065.doku_form #dw__login .no > input + .custom-file,
4066#dw__login .doku_form .no > input + .custom-file,
4067.doku_form #config__manager td .no > input.edit + .custom-file,
4068#config__manager td .doku_form .no > input.edit + .custom-file,
4069.doku_form .search-results-form fieldset .no > input + .custom-file,
4070.search-results-form fieldset .doku_form .no > input + .custom-file,
4071.doku_form .no > #qsearch__in + .custom-file,
4072.input-group > textarea + .custom-file,
4073.doku_form .no > textarea + .custom-file,
4074.input-group > .form-control-plaintext + .form-control,
4075#dw__login .input-group > .form-control-plaintext + input,
4076#config__manager td .input-group > .form-control-plaintext + input.edit,
4077.search-results-form fieldset .input-group > .form-control-plaintext + input,
4078.doku_form .no .input-group > .form-control-plaintext + #qsearch__in,
4079.doku_form .no > .form-control-plaintext + .form-control,
4080.doku_form #dw__login .no > .form-control-plaintext + input,
4081#dw__login .doku_form .no > .form-control-plaintext + input,
4082.doku_form #config__manager td .no > .form-control-plaintext + input.edit,
4083#config__manager td .doku_form .no > .form-control-plaintext + input.edit,
4084.doku_form .search-results-form fieldset .no > .form-control-plaintext + input,
4085.search-results-form fieldset .doku_form .no > .form-control-plaintext + input,
4086.doku_form .no > .form-control-plaintext + #qsearch__in,
4087.input-group > .form-control-plaintext + textarea,
4088.doku_form .no > .form-control-plaintext + textarea,
4089.input-group > .form-control-plaintext + .custom-select,
4090.doku_form .no > .form-control-plaintext + .custom-select,
4091.input-group > .form-control-plaintext + .custom-file,
4092.doku_form .no > .form-control-plaintext + .custom-file,
4093.input-group > .custom-select + .form-control,
4094#dw__login .input-group > .custom-select + input,
4095#config__manager td .input-group > .custom-select + input.edit,
4096.search-results-form fieldset .input-group > .custom-select + input,
4097.doku_form .no .input-group > .custom-select + #qsearch__in,
4098.doku_form .no > .custom-select + .form-control,
4099.doku_form #dw__login .no > .custom-select + input,
4100#dw__login .doku_form .no > .custom-select + input,
4101.doku_form #config__manager td .no > .custom-select + input.edit,
4102#config__manager td .doku_form .no > .custom-select + input.edit,
4103.doku_form .search-results-form fieldset .no > .custom-select + input,
4104.search-results-form fieldset .doku_form .no > .custom-select + input,
4105.doku_form .no > .custom-select + #qsearch__in,
4106.input-group > .custom-select + textarea,
4107.doku_form .no > .custom-select + textarea,
4108.input-group > .custom-select + .custom-select,
4109.doku_form .no > .custom-select + .custom-select,
4110.input-group > .custom-select + .custom-file,
4111.doku_form .no > .custom-select + .custom-file,
4112.input-group > .custom-file + .form-control,
4113#dw__login .input-group > .custom-file + input,
4114#config__manager td .input-group > .custom-file + input.edit,
4115.search-results-form fieldset .input-group > .custom-file + input,
4116.doku_form .no .input-group > .custom-file + #qsearch__in,
4117.doku_form .no > .custom-file + .form-control,
4118.doku_form #dw__login .no > .custom-file + input,
4119#dw__login .doku_form .no > .custom-file + input,
4120.doku_form #config__manager td .no > .custom-file + input.edit,
4121#config__manager td .doku_form .no > .custom-file + input.edit,
4122.doku_form .search-results-form fieldset .no > .custom-file + input,
4123.search-results-form fieldset .doku_form .no > .custom-file + input,
4124.doku_form .no > .custom-file + #qsearch__in,
4125.input-group > .custom-file + textarea,
4126.doku_form .no > .custom-file + textarea,
4127.input-group > .custom-file + .custom-select,
4128.doku_form .no > .custom-file + .custom-select,
4129.input-group > .custom-file + .custom-file,
4130.doku_form .no > .custom-file + .custom-file {
4131  margin-left: -1px;
4132}
4133
4134.input-group > .form-control:focus, #dw__login .input-group > input:focus, #config__manager td .input-group > input.edit:focus, .search-results-form fieldset .input-group > input:focus, .doku_form .no .input-group > #qsearch__in:focus, .doku_form .no > .form-control:focus, .doku_form #dw__login .no > input:focus, #dw__login .doku_form .no > input:focus, .doku_form #config__manager td .no > input.edit:focus, #config__manager td .doku_form .no > input.edit:focus, .doku_form .search-results-form fieldset .no > input:focus, .search-results-form fieldset .doku_form .no > input:focus, .doku_form .no > #qsearch__in:focus, .input-group > textarea:focus, .doku_form .no > textarea:focus,
4135.input-group > .custom-select:focus,
4136.doku_form .no > .custom-select:focus,
4137.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
4138.doku_form .no > .custom-file .custom-file-input:focus ~ .custom-file-label {
4139  z-index: 3;
4140}
4141
4142.input-group > .custom-file .custom-file-input:focus, .doku_form .no > .custom-file .custom-file-input:focus {
4143  z-index: 4;
4144}
4145
4146.input-group > .form-control:not(:last-child), #dw__login .input-group > input:not(:last-child), #config__manager td .input-group > input.edit:not(:last-child), .search-results-form fieldset .input-group > input:not(:last-child), .doku_form .no .input-group > #qsearch__in:not(:last-child), .doku_form .no > .form-control:not(:last-child), .doku_form #dw__login .no > input:not(:last-child), #dw__login .doku_form .no > input:not(:last-child), .doku_form #config__manager td .no > input.edit:not(:last-child), #config__manager td .doku_form .no > input.edit:not(:last-child), .doku_form .search-results-form fieldset .no > input:not(:last-child), .search-results-form fieldset .doku_form .no > input:not(:last-child), .doku_form .no > #qsearch__in:not(:last-child), .input-group > textarea:not(:last-child), .doku_form .no > textarea:not(:last-child),
4147.input-group > .custom-select:not(:last-child),
4148.doku_form .no > .custom-select:not(:last-child) {
4149  border-top-right-radius: 0;
4150  border-bottom-right-radius: 0;
4151}
4152
4153.input-group > .form-control:not(:first-child), #dw__login .input-group > input:not(:first-child), #config__manager td .input-group > input.edit:not(:first-child), .search-results-form fieldset .input-group > input:not(:first-child), .doku_form .no .input-group > #qsearch__in:not(:first-child), .doku_form .no > .form-control:not(:first-child), .doku_form #dw__login .no > input:not(:first-child), #dw__login .doku_form .no > input:not(:first-child), .doku_form #config__manager td .no > input.edit:not(:first-child), #config__manager td .doku_form .no > input.edit:not(:first-child), .doku_form .search-results-form fieldset .no > input:not(:first-child), .search-results-form fieldset .doku_form .no > input:not(:first-child), .doku_form .no > #qsearch__in:not(:first-child), .input-group > textarea:not(:first-child), .doku_form .no > textarea:not(:first-child),
4154.input-group > .custom-select:not(:first-child),
4155.doku_form .no > .custom-select:not(:first-child) {
4156  border-top-left-radius: 0;
4157  border-bottom-left-radius: 0;
4158}
4159
4160.input-group > .custom-file, .doku_form .no > .custom-file {
4161  display: flex;
4162  align-items: center;
4163}
4164
4165.input-group > .custom-file:not(:last-child) .custom-file-label, .doku_form .no > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after, .doku_form .no > .custom-file:not(:last-child) .custom-file-label::after {
4166  border-top-right-radius: 0;
4167  border-bottom-right-radius: 0;
4168}
4169
4170.input-group > .custom-file:not(:first-child) .custom-file-label, .doku_form .no > .custom-file:not(:first-child) .custom-file-label {
4171  border-top-left-radius: 0;
4172  border-bottom-left-radius: 0;
4173}
4174
4175.input-group-prepend,
4176.input-group-append {
4177  display: flex;
4178}
4179
4180.input-group-prepend .btn, .input-group-prepend #dw__login button, #dw__login .input-group-prepend button, .input-group-prepend .qq-upload-button, .input-group-prepend .toggleAssistant, .input-group-prepend .doku_form .no button, .doku_form .no .input-group-prepend button, .input-group-prepend #tool__bar button, #tool__bar .input-group-prepend button, .input-group-prepend #dokuwiki__content .editButtons button, #dokuwiki__content .editButtons .input-group-prepend button, .input-group-prepend #dokuwiki__content #page__revisions button, #dokuwiki__content #page__revisions .input-group-prepend button, .input-group-prepend #dokuwiki__content .secedit button, #dokuwiki__content .secedit .input-group-prepend button, .input-group-prepend button,
4181.input-group-append .btn,
4182.input-group-append #dw__login button,
4183#dw__login .input-group-append button,
4184.input-group-append .qq-upload-button,
4185.input-group-append .toggleAssistant,
4186.input-group-append .doku_form .no button,
4187.doku_form .no .input-group-append button,
4188.input-group-append #tool__bar button,
4189#tool__bar .input-group-append button,
4190.input-group-append #dokuwiki__content .editButtons button,
4191#dokuwiki__content .editButtons .input-group-append button,
4192.input-group-append #dokuwiki__content #page__revisions button,
4193#dokuwiki__content #page__revisions .input-group-append button,
4194.input-group-append #dokuwiki__content .secedit button,
4195#dokuwiki__content .secedit .input-group-append button,
4196.input-group-append button {
4197  position: relative;
4198  z-index: 2;
4199}
4200
4201.input-group-prepend .btn:focus, .input-group-prepend #dw__login button:focus, #dw__login .input-group-prepend button:focus, .input-group-prepend .qq-upload-button:focus, .input-group-prepend .toggleAssistant:focus, .input-group-prepend #tool__bar button:focus, #tool__bar .input-group-prepend button:focus, .input-group-prepend #dokuwiki__content .editButtons button:focus, #dokuwiki__content .editButtons .input-group-prepend button:focus, .input-group-prepend #dokuwiki__content #page__revisions button:focus, #dokuwiki__content #page__revisions .input-group-prepend button:focus, .input-group-prepend #dokuwiki__content .secedit button:focus, #dokuwiki__content .secedit .input-group-prepend button:focus, .input-group-prepend button:focus,
4202.input-group-append .btn:focus,
4203.input-group-append #dw__login button:focus,
4204#dw__login .input-group-append button:focus,
4205.input-group-append .qq-upload-button:focus,
4206.input-group-append .toggleAssistant:focus,
4207.input-group-append #tool__bar button:focus,
4208#tool__bar .input-group-append button:focus,
4209.input-group-append #dokuwiki__content .editButtons button:focus,
4210#dokuwiki__content .editButtons .input-group-append button:focus,
4211.input-group-append #dokuwiki__content #page__revisions button:focus,
4212#dokuwiki__content #page__revisions .input-group-append button:focus,
4213.input-group-append #dokuwiki__content .secedit button:focus,
4214#dokuwiki__content .secedit .input-group-append button:focus,
4215.input-group-append button:focus {
4216  z-index: 3;
4217}
4218
4219.input-group-prepend .btn + .btn, .input-group-prepend #dw__login button + .btn, #dw__login .input-group-prepend button + .btn, .input-group-prepend #dw__login .btn + button, #dw__login .input-group-prepend .btn + button, .input-group-prepend #dw__login button + button, #dw__login .input-group-prepend button + button, .input-group-prepend .qq-upload-button + .btn, .input-group-prepend #dw__login .qq-upload-button + button, #dw__login .input-group-prepend .qq-upload-button + button, .input-group-prepend .btn + .qq-upload-button, .input-group-prepend #dw__login button + .qq-upload-button, #dw__login .input-group-prepend button + .qq-upload-button, .input-group-prepend .qq-upload-button + .qq-upload-button, .input-group-prepend .search-results-form .toggleAssistant + .btn, .input-group-prepend .search-results-form #dw__login .toggleAssistant + button, #dw__login .input-group-prepend .search-results-form .toggleAssistant + button, .input-group-prepend .search-results-form .toggleAssistant + .qq-upload-button, .search-results-form .input-group-prepend .toggleAssistant + .btn, .search-results-form .input-group-prepend #dw__login .toggleAssistant + button, #dw__login .search-results-form .input-group-prepend .toggleAssistant + button, .search-results-form .input-group-prepend .toggleAssistant + .qq-upload-button, .input-group-prepend .search-results-form .btn + .toggleAssistant, .input-group-prepend .search-results-form #dw__login button + .toggleAssistant, #dw__login .input-group-prepend .search-results-form button + .toggleAssistant, .input-group-prepend .search-results-form .qq-upload-button + .toggleAssistant, .search-results-form .input-group-prepend .btn + .toggleAssistant, .search-results-form .input-group-prepend #dw__login button + .toggleAssistant, #dw__login .search-results-form .input-group-prepend button + .toggleAssistant, .search-results-form .input-group-prepend .qq-upload-button + .toggleAssistant, .input-group-prepend .search-results-form .toggleAssistant + .toggleAssistant, .search-results-form .input-group-prepend .toggleAssistant + .toggleAssistant, .input-group-prepend .search-results-form button + .btn, .input-group-prepend .search-results-form #dw__login button + button, #dw__login .input-group-prepend .search-results-form button + button, .input-group-prepend .search-results-form button + .qq-upload-button, .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend button + .btn, .search-results-form .input-group-prepend #dw__login button + button, #dw__login .search-results-form .input-group-prepend button + button, .search-results-form .input-group-prepend button + .qq-upload-button, .search-results-form .input-group-prepend button + .toggleAssistant, .input-group-prepend .search-results-form .btn + button, .input-group-prepend .search-results-form #dw__login button + button, #dw__login .input-group-prepend .search-results-form button + button, .input-group-prepend .search-results-form .qq-upload-button + button, .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend .btn + button, .search-results-form .input-group-prepend #dw__login button + button, #dw__login .search-results-form .input-group-prepend button + button, .search-results-form .input-group-prepend .qq-upload-button + button, .search-results-form .input-group-prepend .toggleAssistant + button, .input-group-prepend .search-results-form button + button, .search-results-form .input-group-prepend button + button, .input-group-prepend .toggleAssistant + .btn, .input-group-prepend #dw__login .toggleAssistant + button, #dw__login .input-group-prepend .toggleAssistant + button, .input-group-prepend .toggleAssistant + .qq-upload-button, .input-group-prepend .search-results-form .toggleAssistant + .toggleAssistant, .search-results-form .input-group-prepend .toggleAssistant + .toggleAssistant, .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend .toggleAssistant + button, .input-group-prepend .btn + .toggleAssistant, .input-group-prepend #dw__login button + .toggleAssistant, #dw__login .input-group-prepend button + .toggleAssistant, .input-group-prepend .qq-upload-button + .toggleAssistant, .input-group-prepend .search-results-form .toggleAssistant + .toggleAssistant, .search-results-form .input-group-prepend .toggleAssistant + .toggleAssistant, .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend button + .toggleAssistant, .input-group-prepend .toggleAssistant + .toggleAssistant, .input-group-prepend .doku_form .no button + .btn, .input-group-prepend .doku_form .no #dw__login button + button, #dw__login .input-group-prepend .doku_form .no button + button, .input-group-prepend .doku_form .no button + .qq-upload-button, .input-group-prepend .doku_form .no .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend .doku_form .no button + .toggleAssistant, .input-group-prepend .doku_form .no .search-results-form button + button, .search-results-form .input-group-prepend .doku_form .no button + button, .input-group-prepend .doku_form .no button + .toggleAssistant, .doku_form .no .input-group-prepend button + .btn, .doku_form .no .input-group-prepend #dw__login button + button, #dw__login .doku_form .no .input-group-prepend button + button, .doku_form .no .input-group-prepend button + .qq-upload-button, .doku_form .no .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form .doku_form .no .input-group-prepend button + .toggleAssistant, .doku_form .no .input-group-prepend .search-results-form button + button, .search-results-form .doku_form .no .input-group-prepend button + button, .doku_form .no .input-group-prepend button + .toggleAssistant, .input-group-prepend .doku_form .no .btn + button, .input-group-prepend .doku_form .no #dw__login button + button, #dw__login .input-group-prepend .doku_form .no button + button, .input-group-prepend .doku_form .no .qq-upload-button + button, .input-group-prepend .doku_form .no .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend .doku_form .no .toggleAssistant + button, .input-group-prepend .doku_form .no .search-results-form button + button, .search-results-form .input-group-prepend .doku_form .no button + button, .input-group-prepend .doku_form .no .toggleAssistant + button, .doku_form .no .input-group-prepend .btn + button, .doku_form .no .input-group-prepend #dw__login button + button, #dw__login .doku_form .no .input-group-prepend button + button, .doku_form .no .input-group-prepend .qq-upload-button + button, .doku_form .no .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form .doku_form .no .input-group-prepend .toggleAssistant + button, .doku_form .no .input-group-prepend .search-results-form button + button, .search-results-form .doku_form .no .input-group-prepend button + button, .doku_form .no .input-group-prepend .toggleAssistant + button, .input-group-prepend .doku_form .no button + button, .doku_form .no .input-group-prepend button + button, .input-group-prepend #tool__bar button + .btn, .input-group-prepend #tool__bar #dw__login button + button, #dw__login .input-group-prepend #tool__bar button + button, .input-group-prepend #tool__bar button + .qq-upload-button, .input-group-prepend #tool__bar .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend #tool__bar button + .toggleAssistant, .input-group-prepend #tool__bar .search-results-form button + button, .search-results-form .input-group-prepend #tool__bar button + button, .input-group-prepend #tool__bar button + .toggleAssistant, .input-group-prepend #tool__bar .doku_form .no button + button, .doku_form .no .input-group-prepend #tool__bar button + button, #tool__bar .input-group-prepend button + .btn, #tool__bar .input-group-prepend #dw__login button + button, #dw__login #tool__bar .input-group-prepend button + button, #tool__bar .input-group-prepend button + .qq-upload-button, #tool__bar .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form #tool__bar .input-group-prepend button + .toggleAssistant, #tool__bar .input-group-prepend .search-results-form button + button, .search-results-form #tool__bar .input-group-prepend button + button, #tool__bar .input-group-prepend button + .toggleAssistant, #tool__bar .input-group-prepend .doku_form .no button + button, .doku_form .no #tool__bar .input-group-prepend button + button, .input-group-prepend #tool__bar .btn + button, .input-group-prepend #tool__bar #dw__login button + button, #dw__login .input-group-prepend #tool__bar button + button, .input-group-prepend #tool__bar .qq-upload-button + button, .input-group-prepend #tool__bar .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend #tool__bar .toggleAssistant + button, .input-group-prepend #tool__bar .search-results-form button + button, .search-results-form .input-group-prepend #tool__bar button + button, .input-group-prepend #tool__bar .toggleAssistant + button, .input-group-prepend #tool__bar .doku_form .no button + button, .doku_form .no .input-group-prepend #tool__bar button + button, #tool__bar .input-group-prepend .btn + button, #tool__bar .input-group-prepend #dw__login button + button, #dw__login #tool__bar .input-group-prepend button + button, #tool__bar .input-group-prepend .qq-upload-button + button, #tool__bar .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form #tool__bar .input-group-prepend .toggleAssistant + button, #tool__bar .input-group-prepend .search-results-form button + button, .search-results-form #tool__bar .input-group-prepend button + button, #tool__bar .input-group-prepend .toggleAssistant + button, #tool__bar .input-group-prepend .doku_form .no button + button, .doku_form .no #tool__bar .input-group-prepend button + button, .input-group-prepend #tool__bar button + button, #tool__bar .input-group-prepend button + button, .input-group-prepend #dokuwiki__content .editButtons button + .btn, .input-group-prepend #dokuwiki__content .editButtons #dw__login button + button, #dw__login .input-group-prepend #dokuwiki__content .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons button + .qq-upload-button, .input-group-prepend #dokuwiki__content .editButtons .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend #dokuwiki__content .editButtons button + .toggleAssistant, .input-group-prepend #dokuwiki__content .editButtons .search-results-form button + button, .search-results-form .input-group-prepend #dokuwiki__content .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons button + .toggleAssistant, .input-group-prepend #dokuwiki__content .editButtons .doku_form .no button + button, .doku_form .no .input-group-prepend #dokuwiki__content .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons #tool__bar button + button, #tool__bar .input-group-prepend #dokuwiki__content .editButtons button + button, #dokuwiki__content .editButtons .input-group-prepend button + .btn, #dokuwiki__content .editButtons .input-group-prepend #dw__login button + button, #dw__login #dokuwiki__content .editButtons .input-group-prepend button + button, #dokuwiki__content .editButtons .input-group-prepend button + .qq-upload-button, #dokuwiki__content .editButtons .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form #dokuwiki__content .editButtons .input-group-prepend button + .toggleAssistant, #dokuwiki__content .editButtons .input-group-prepend .search-results-form button + button, .search-results-form #dokuwiki__content .editButtons .input-group-prepend button + button, #dokuwiki__content .editButtons .input-group-prepend button + .toggleAssistant, #dokuwiki__content .editButtons .input-group-prepend .doku_form .no button + button, .doku_form .no #dokuwiki__content .editButtons .input-group-prepend button + button, #dokuwiki__content .editButtons .input-group-prepend #tool__bar button + button, #tool__bar #dokuwiki__content .editButtons .input-group-prepend button + button, .input-group-prepend #dokuwiki__content .editButtons .btn + button, .input-group-prepend #dokuwiki__content .editButtons #dw__login button + button, #dw__login .input-group-prepend #dokuwiki__content .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons .qq-upload-button + button, .input-group-prepend #dokuwiki__content .editButtons .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend #dokuwiki__content .editButtons .toggleAssistant + button, .input-group-prepend #dokuwiki__content .editButtons .search-results-form button + button, .search-results-form .input-group-prepend #dokuwiki__content .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons .toggleAssistant + button, .input-group-prepend #dokuwiki__content .editButtons .doku_form .no button + button, .doku_form .no .input-group-prepend #dokuwiki__content .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons #tool__bar button + button, #tool__bar .input-group-prepend #dokuwiki__content .editButtons button + button, #dokuwiki__content .editButtons .input-group-prepend .btn + button, #dokuwiki__content .editButtons .input-group-prepend #dw__login button + button, #dw__login #dokuwiki__content .editButtons .input-group-prepend button + button, #dokuwiki__content .editButtons .input-group-prepend .qq-upload-button + button, #dokuwiki__content .editButtons .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form #dokuwiki__content .editButtons .input-group-prepend .toggleAssistant + button, #dokuwiki__content .editButtons .input-group-prepend .search-results-form button + button, .search-results-form #dokuwiki__content .editButtons .input-group-prepend button + button, #dokuwiki__content .editButtons .input-group-prepend .toggleAssistant + button, #dokuwiki__content .editButtons .input-group-prepend .doku_form .no button + button, .doku_form .no #dokuwiki__content .editButtons .input-group-prepend button + button, #dokuwiki__content .editButtons .input-group-prepend #tool__bar button + button, #tool__bar #dokuwiki__content .editButtons .input-group-prepend button + button, .input-group-prepend #dokuwiki__content .editButtons button + button, #dokuwiki__content .editButtons .input-group-prepend button + button, .input-group-prepend #dokuwiki__content #page__revisions button + .btn, .input-group-prepend #dokuwiki__content #page__revisions #dw__login button + button, #dw__login .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions button + .qq-upload-button, .input-group-prepend #dokuwiki__content #page__revisions .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend #dokuwiki__content #page__revisions button + .toggleAssistant, .input-group-prepend #dokuwiki__content #page__revisions .search-results-form button + button, .search-results-form .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions button + .toggleAssistant, .input-group-prepend #dokuwiki__content #page__revisions .doku_form .no button + button, .doku_form .no .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions #tool__bar button + button, #tool__bar .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons #page__revisions button + button, #dokuwiki__content #page__revisions .input-group-prepend button + .btn, #dokuwiki__content #page__revisions .input-group-prepend #dw__login button + button, #dw__login #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend button + .qq-upload-button, #dokuwiki__content #page__revisions .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form #dokuwiki__content #page__revisions .input-group-prepend button + .toggleAssistant, #dokuwiki__content #page__revisions .input-group-prepend .search-results-form button + button, .search-results-form #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend button + .toggleAssistant, #dokuwiki__content #page__revisions .input-group-prepend .doku_form .no button + button, .doku_form .no #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend #tool__bar button + button, #tool__bar #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend .editButtons button + button, #dokuwiki__content .editButtons #page__revisions .input-group-prepend button + button, .input-group-prepend #dokuwiki__content #page__revisions .btn + button, .input-group-prepend #dokuwiki__content #page__revisions #dw__login button + button, #dw__login .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions .qq-upload-button + button, .input-group-prepend #dokuwiki__content #page__revisions .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend #dokuwiki__content #page__revisions .toggleAssistant + button, .input-group-prepend #dokuwiki__content #page__revisions .search-results-form button + button, .search-results-form .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions .toggleAssistant + button, .input-group-prepend #dokuwiki__content #page__revisions .doku_form .no button + button, .doku_form .no .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions #tool__bar button + button, #tool__bar .input-group-prepend #dokuwiki__content #page__revisions button + button, .input-group-prepend #dokuwiki__content #page__revisions .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons #page__revisions button + button, #dokuwiki__content #page__revisions .input-group-prepend .btn + button, #dokuwiki__content #page__revisions .input-group-prepend #dw__login button + button, #dw__login #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend .qq-upload-button + button, #dokuwiki__content #page__revisions .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form #dokuwiki__content #page__revisions .input-group-prepend .toggleAssistant + button, #dokuwiki__content #page__revisions .input-group-prepend .search-results-form button + button, .search-results-form #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend .toggleAssistant + button, #dokuwiki__content #page__revisions .input-group-prepend .doku_form .no button + button, .doku_form .no #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend #tool__bar button + button, #tool__bar #dokuwiki__content #page__revisions .input-group-prepend button + button, #dokuwiki__content #page__revisions .input-group-prepend .editButtons button + button, #dokuwiki__content .editButtons #page__revisions .input-group-prepend button + button, .input-group-prepend #dokuwiki__content #page__revisions button + button, #dokuwiki__content #page__revisions .input-group-prepend button + button, .input-group-prepend #dokuwiki__content .secedit button + .btn, .input-group-prepend #dokuwiki__content .secedit #dw__login button + button, #dw__login .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit button + .qq-upload-button, .input-group-prepend #dokuwiki__content .secedit .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend #dokuwiki__content .secedit button + .toggleAssistant, .input-group-prepend #dokuwiki__content .secedit .search-results-form button + button, .search-results-form .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit button + .toggleAssistant, .input-group-prepend #dokuwiki__content .secedit .doku_form .no button + button, .doku_form .no .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit #tool__bar button + button, #tool__bar .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons .secedit button + button, .input-group-prepend #dokuwiki__content #page__revisions .secedit button + button, #dokuwiki__content .secedit .input-group-prepend button + .btn, #dokuwiki__content .secedit .input-group-prepend #dw__login button + button, #dw__login #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend button + .qq-upload-button, #dokuwiki__content .secedit .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form #dokuwiki__content .secedit .input-group-prepend button + .toggleAssistant, #dokuwiki__content .secedit .input-group-prepend .search-results-form button + button, .search-results-form #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend button + .toggleAssistant, #dokuwiki__content .secedit .input-group-prepend .doku_form .no button + button, .doku_form .no #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend #tool__bar button + button, #tool__bar #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend .editButtons button + button, #dokuwiki__content .editButtons .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend #page__revisions button + button, .input-group-prepend #dokuwiki__content .secedit .btn + button, .input-group-prepend #dokuwiki__content .secedit #dw__login button + button, #dw__login .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit .qq-upload-button + button, .input-group-prepend #dokuwiki__content .secedit .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend #dokuwiki__content .secedit .toggleAssistant + button, .input-group-prepend #dokuwiki__content .secedit .search-results-form button + button, .search-results-form .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit .toggleAssistant + button, .input-group-prepend #dokuwiki__content .secedit .doku_form .no button + button, .doku_form .no .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit #tool__bar button + button, #tool__bar .input-group-prepend #dokuwiki__content .secedit button + button, .input-group-prepend #dokuwiki__content .secedit .editButtons button + button, .input-group-prepend #dokuwiki__content .editButtons .secedit button + button, #dokuwiki__content .secedit .input-group-prepend .btn + button, #dokuwiki__content .secedit .input-group-prepend #dw__login button + button, #dw__login #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend .qq-upload-button + button, #dokuwiki__content .secedit .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form #dokuwiki__content .secedit .input-group-prepend .toggleAssistant + button, #dokuwiki__content .secedit .input-group-prepend .search-results-form button + button, .search-results-form #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend .toggleAssistant + button, #dokuwiki__content .secedit .input-group-prepend .doku_form .no button + button, .doku_form .no #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend #tool__bar button + button, #tool__bar #dokuwiki__content .secedit .input-group-prepend button + button, #dokuwiki__content .secedit .input-group-prepend .editButtons button + button, #dokuwiki__content .editButtons .secedit .input-group-prepend button + button, .input-group-prepend #dokuwiki__content .secedit button + button, #dokuwiki__content .secedit .input-group-prepend button + button, .input-group-prepend button + .btn, .input-group-prepend #dw__login button + button, #dw__login .input-group-prepend button + button, .input-group-prepend button + .qq-upload-button, .input-group-prepend .search-results-form button + .toggleAssistant, .search-results-form .input-group-prepend button + .toggleAssistant, .input-group-prepend .search-results-form button + button, .search-results-form .input-group-prepend button + button, .input-group-prepend button + .toggleAssistant, .input-group-prepend .doku_form .no button + button, .doku_form .no .input-group-prepend button + button, .input-group-prepend #tool__bar button + button, #tool__bar .input-group-prepend button + button, .input-group-prepend #dokuwiki__content .editButtons button + button, #dokuwiki__content .editButtons .input-group-prepend button + button, .input-group-prepend .btn + button, .input-group-prepend #dw__login button + button, #dw__login .input-group-prepend button + button, .input-group-prepend .qq-upload-button + button, .input-group-prepend .search-results-form .toggleAssistant + button, .search-results-form .input-group-prepend .toggleAssistant + button, .input-group-prepend .search-results-form button + button, .search-results-form .input-group-prepend button + button, .input-group-prepend .toggleAssistant + button, .input-group-prepend .doku_form .no button + button, .doku_form .no .input-group-prepend button + button, .input-group-prepend #tool__bar button + button, #tool__bar .input-group-prepend button + button, .input-group-prepend #dokuwiki__content .editButtons button + button, #dokuwiki__content .editButtons .input-group-prepend button + button, .input-group-prepend button + button,
4220.input-group-prepend .btn + .input-group-text,
4221.input-group-prepend #dw__login button + .input-group-text,
4222#dw__login .input-group-prepend button + .input-group-text,
4223.input-group-prepend .qq-upload-button + .input-group-text,
4224.input-group-prepend .search-results-form .toggleAssistant + .input-group-text,
4225.search-results-form .input-group-prepend .toggleAssistant + .input-group-text,
4226.input-group-prepend .search-results-form button + .input-group-text,
4227.search-results-form .input-group-prepend button + .input-group-text,
4228.input-group-prepend .toggleAssistant + .input-group-text,
4229.input-group-prepend .doku_form .no button + .input-group-text,
4230.doku_form .no .input-group-prepend button + .input-group-text,
4231.input-group-prepend #tool__bar button + .input-group-text,
4232#tool__bar .input-group-prepend button + .input-group-text,
4233.input-group-prepend #dokuwiki__content .editButtons button + .input-group-text,
4234#dokuwiki__content .editButtons .input-group-prepend button + .input-group-text,
4235.input-group-prepend #dokuwiki__content #page__revisions button + .input-group-text,
4236#dokuwiki__content #page__revisions .input-group-prepend button + .input-group-text,
4237.input-group-prepend #dokuwiki__content .secedit button + .input-group-text,
4238#dokuwiki__content .secedit .input-group-prepend button + .input-group-text,
4239.input-group-prepend button + .input-group-text,
4240.input-group-prepend .input-group-text + .input-group-text,
4241.input-group-prepend .input-group-text + .btn,
4242.input-group-prepend #dw__login .input-group-text + button,
4243#dw__login .input-group-prepend .input-group-text + button,
4244.input-group-prepend .input-group-text + .qq-upload-button,
4245.input-group-prepend .search-results-form .input-group-text + .toggleAssistant,
4246.search-results-form .input-group-prepend .input-group-text + .toggleAssistant,
4247.input-group-prepend .search-results-form .input-group-text + button,
4248.search-results-form .input-group-prepend .input-group-text + button,
4249.input-group-prepend .input-group-text + .toggleAssistant,
4250.input-group-prepend .doku_form .no .input-group-text + button,
4251.doku_form .no .input-group-prepend .input-group-text + button,
4252.input-group-prepend #tool__bar .input-group-text + button,
4253#tool__bar .input-group-prepend .input-group-text + button,
4254.input-group-prepend #dokuwiki__content .editButtons .input-group-text + button,
4255#dokuwiki__content .editButtons .input-group-prepend .input-group-text + button,
4256.input-group-prepend #dokuwiki__content #page__revisions .input-group-text + button,
4257#dokuwiki__content #page__revisions .input-group-prepend .input-group-text + button,
4258.input-group-prepend #dokuwiki__content .secedit .input-group-text + button,
4259#dokuwiki__content .secedit .input-group-prepend .input-group-text + button,
4260.input-group-prepend .input-group-text + button,
4261.input-group-append .btn + .btn,
4262.input-group-append #dw__login button + .btn,
4263#dw__login .input-group-append button + .btn,
4264.input-group-append #dw__login .btn + button,
4265#dw__login .input-group-append .btn + button,
4266.input-group-append #dw__login button + button,
4267#dw__login .input-group-append button + button,
4268.input-group-append .qq-upload-button + .btn,
4269.input-group-append #dw__login .qq-upload-button + button,
4270#dw__login .input-group-append .qq-upload-button + button,
4271.input-group-append .btn + .qq-upload-button,
4272.input-group-append #dw__login button + .qq-upload-button,
4273#dw__login .input-group-append button + .qq-upload-button,
4274.input-group-append .qq-upload-button + .qq-upload-button,
4275.input-group-append .search-results-form .toggleAssistant + .btn,
4276.input-group-append .search-results-form #dw__login .toggleAssistant + button,
4277#dw__login .input-group-append .search-results-form .toggleAssistant + button,
4278.input-group-append .search-results-form .toggleAssistant + .qq-upload-button,
4279.search-results-form .input-group-append .toggleAssistant + .btn,
4280.search-results-form .input-group-append #dw__login .toggleAssistant + button,
4281#dw__login .search-results-form .input-group-append .toggleAssistant + button,
4282.search-results-form .input-group-append .toggleAssistant + .qq-upload-button,
4283.input-group-append .search-results-form .btn + .toggleAssistant,
4284.input-group-append .search-results-form #dw__login button + .toggleAssistant,
4285#dw__login .input-group-append .search-results-form button + .toggleAssistant,
4286.input-group-append .search-results-form .qq-upload-button + .toggleAssistant,
4287.search-results-form .input-group-append .btn + .toggleAssistant,
4288.search-results-form .input-group-append #dw__login button + .toggleAssistant,
4289#dw__login .search-results-form .input-group-append button + .toggleAssistant,
4290.search-results-form .input-group-append .qq-upload-button + .toggleAssistant,
4291.input-group-append .search-results-form .toggleAssistant + .toggleAssistant,
4292.search-results-form .input-group-append .toggleAssistant + .toggleAssistant,
4293.input-group-append .search-results-form button + .btn,
4294.input-group-append .search-results-form #dw__login button + button,
4295#dw__login .input-group-append .search-results-form button + button,
4296.input-group-append .search-results-form button + .qq-upload-button,
4297.input-group-append .search-results-form button + .toggleAssistant,
4298.search-results-form .input-group-append button + .btn,
4299.search-results-form .input-group-append #dw__login button + button,
4300#dw__login .search-results-form .input-group-append button + button,
4301.search-results-form .input-group-append button + .qq-upload-button,
4302.search-results-form .input-group-append button + .toggleAssistant,
4303.input-group-append .search-results-form .btn + button,
4304.input-group-append .search-results-form #dw__login button + button,
4305#dw__login .input-group-append .search-results-form button + button,
4306.input-group-append .search-results-form .qq-upload-button + button,
4307.input-group-append .search-results-form .toggleAssistant + button,
4308.search-results-form .input-group-append .btn + button,
4309.search-results-form .input-group-append #dw__login button + button,
4310#dw__login .search-results-form .input-group-append button + button,
4311.search-results-form .input-group-append .qq-upload-button + button,
4312.search-results-form .input-group-append .toggleAssistant + button,
4313.input-group-append .search-results-form button + button,
4314.search-results-form .input-group-append button + button,
4315.input-group-append .toggleAssistant + .btn,
4316.input-group-append #dw__login .toggleAssistant + button,
4317#dw__login .input-group-append .toggleAssistant + button,
4318.input-group-append .toggleAssistant + .qq-upload-button,
4319.input-group-append .search-results-form .toggleAssistant + .toggleAssistant,
4320.search-results-form .input-group-append .toggleAssistant + .toggleAssistant,
4321.input-group-append .search-results-form .toggleAssistant + button,
4322.search-results-form .input-group-append .toggleAssistant + button,
4323.input-group-append .btn + .toggleAssistant,
4324.input-group-append #dw__login button + .toggleAssistant,
4325#dw__login .input-group-append button + .toggleAssistant,
4326.input-group-append .qq-upload-button + .toggleAssistant,
4327.input-group-append .search-results-form .toggleAssistant + .toggleAssistant,
4328.search-results-form .input-group-append .toggleAssistant + .toggleAssistant,
4329.input-group-append .search-results-form button + .toggleAssistant,
4330.search-results-form .input-group-append button + .toggleAssistant,
4331.input-group-append .toggleAssistant + .toggleAssistant,
4332.input-group-append .doku_form .no button + .btn,
4333.input-group-append .doku_form .no #dw__login button + button,
4334#dw__login .input-group-append .doku_form .no button + button,
4335.input-group-append .doku_form .no button + .qq-upload-button,
4336.input-group-append .doku_form .no .search-results-form button + .toggleAssistant,
4337.search-results-form .input-group-append .doku_form .no button + .toggleAssistant,
4338.input-group-append .doku_form .no .search-results-form button + button,
4339.search-results-form .input-group-append .doku_form .no button + button,
4340.input-group-append .doku_form .no button + .toggleAssistant,
4341.doku_form .no .input-group-append button + .btn,
4342.doku_form .no .input-group-append #dw__login button + button,
4343#dw__login .doku_form .no .input-group-append button + button,
4344.doku_form .no .input-group-append button + .qq-upload-button,
4345.doku_form .no .input-group-append .search-results-form button + .toggleAssistant,
4346.search-results-form .doku_form .no .input-group-append button + .toggleAssistant,
4347.doku_form .no .input-group-append .search-results-form button + button,
4348.search-results-form .doku_form .no .input-group-append button + button,
4349.doku_form .no .input-group-append button + .toggleAssistant,
4350.input-group-append .doku_form .no .btn + button,
4351.input-group-append .doku_form .no #dw__login button + button,
4352#dw__login .input-group-append .doku_form .no button + button,
4353.input-group-append .doku_form .no .qq-upload-button + button,
4354.input-group-append .doku_form .no .search-results-form .toggleAssistant + button,
4355.search-results-form .input-group-append .doku_form .no .toggleAssistant + button,
4356.input-group-append .doku_form .no .search-results-form button + button,
4357.search-results-form .input-group-append .doku_form .no button + button,
4358.input-group-append .doku_form .no .toggleAssistant + button,
4359.doku_form .no .input-group-append .btn + button,
4360.doku_form .no .input-group-append #dw__login button + button,
4361#dw__login .doku_form .no .input-group-append button + button,
4362.doku_form .no .input-group-append .qq-upload-button + button,
4363.doku_form .no .input-group-append .search-results-form .toggleAssistant + button,
4364.search-results-form .doku_form .no .input-group-append .toggleAssistant + button,
4365.doku_form .no .input-group-append .search-results-form button + button,
4366.search-results-form .doku_form .no .input-group-append button + button,
4367.doku_form .no .input-group-append .toggleAssistant + button,
4368.input-group-append .doku_form .no button + button,
4369.doku_form .no .input-group-append button + button,
4370.input-group-append #tool__bar button + .btn,
4371.input-group-append #tool__bar #dw__login button + button,
4372#dw__login .input-group-append #tool__bar button + button,
4373.input-group-append #tool__bar button + .qq-upload-button,
4374.input-group-append #tool__bar .search-results-form button + .toggleAssistant,
4375.search-results-form .input-group-append #tool__bar button + .toggleAssistant,
4376.input-group-append #tool__bar .search-results-form button + button,
4377.search-results-form .input-group-append #tool__bar button + button,
4378.input-group-append #tool__bar button + .toggleAssistant,
4379.input-group-append #tool__bar .doku_form .no button + button,
4380.doku_form .no .input-group-append #tool__bar button + button,
4381#tool__bar .input-group-append button + .btn,
4382#tool__bar .input-group-append #dw__login button + button,
4383#dw__login #tool__bar .input-group-append button + button,
4384#tool__bar .input-group-append button + .qq-upload-button,
4385#tool__bar .input-group-append .search-results-form button + .toggleAssistant,
4386.search-results-form #tool__bar .input-group-append button + .toggleAssistant,
4387#tool__bar .input-group-append .search-results-form button + button,
4388.search-results-form #tool__bar .input-group-append button + button,
4389#tool__bar .input-group-append button + .toggleAssistant,
4390#tool__bar .input-group-append .doku_form .no button + button,
4391.doku_form .no #tool__bar .input-group-append button + button,
4392.input-group-append #tool__bar .btn + button,
4393.input-group-append #tool__bar #dw__login button + button,
4394#dw__login .input-group-append #tool__bar button + button,
4395.input-group-append #tool__bar .qq-upload-button + button,
4396.input-group-append #tool__bar .search-results-form .toggleAssistant + button,
4397.search-results-form .input-group-append #tool__bar .toggleAssistant + button,
4398.input-group-append #tool__bar .search-results-form button + button,
4399.search-results-form .input-group-append #tool__bar button + button,
4400.input-group-append #tool__bar .toggleAssistant + button,
4401.input-group-append #tool__bar .doku_form .no button + button,
4402.doku_form .no .input-group-append #tool__bar button + button,
4403#tool__bar .input-group-append .btn + button,
4404#tool__bar .input-group-append #dw__login button + button,
4405#dw__login #tool__bar .input-group-append button + button,
4406#tool__bar .input-group-append .qq-upload-button + button,
4407#tool__bar .input-group-append .search-results-form .toggleAssistant + button,
4408.search-results-form #tool__bar .input-group-append .toggleAssistant + button,
4409#tool__bar .input-group-append .search-results-form button + button,
4410.search-results-form #tool__bar .input-group-append button + button,
4411#tool__bar .input-group-append .toggleAssistant + button,
4412#tool__bar .input-group-append .doku_form .no button + button,
4413.doku_form .no #tool__bar .input-group-append button + button,
4414.input-group-append #tool__bar button + button,
4415#tool__bar .input-group-append button + button,
4416.input-group-append #dokuwiki__content .editButtons button + .btn,
4417.input-group-append #dokuwiki__content .editButtons #dw__login button + button,
4418#dw__login .input-group-append #dokuwiki__content .editButtons button + button,
4419.input-group-append #dokuwiki__content .editButtons button + .qq-upload-button,
4420.input-group-append #dokuwiki__content .editButtons .search-results-form button + .toggleAssistant,
4421.search-results-form .input-group-append #dokuwiki__content .editButtons button + .toggleAssistant,
4422.input-group-append #dokuwiki__content .editButtons .search-results-form button + button,
4423.search-results-form .input-group-append #dokuwiki__content .editButtons button + button,
4424.input-group-append #dokuwiki__content .editButtons button + .toggleAssistant,
4425.input-group-append #dokuwiki__content .editButtons .doku_form .no button + button,
4426.doku_form .no .input-group-append #dokuwiki__content .editButtons button + button,
4427.input-group-append #dokuwiki__content .editButtons #tool__bar button + button,
4428#tool__bar .input-group-append #dokuwiki__content .editButtons button + button,
4429#dokuwiki__content .editButtons .input-group-append button + .btn,
4430#dokuwiki__content .editButtons .input-group-append #dw__login button + button,
4431#dw__login #dokuwiki__content .editButtons .input-group-append button + button,
4432#dokuwiki__content .editButtons .input-group-append button + .qq-upload-button,
4433#dokuwiki__content .editButtons .input-group-append .search-results-form button + .toggleAssistant,
4434.search-results-form #dokuwiki__content .editButtons .input-group-append button + .toggleAssistant,
4435#dokuwiki__content .editButtons .input-group-append .search-results-form button + button,
4436.search-results-form #dokuwiki__content .editButtons .input-group-append button + button,
4437#dokuwiki__content .editButtons .input-group-append button + .toggleAssistant,
4438#dokuwiki__content .editButtons .input-group-append .doku_form .no button + button,
4439.doku_form .no #dokuwiki__content .editButtons .input-group-append button + button,
4440#dokuwiki__content .editButtons .input-group-append #tool__bar button + button,
4441#tool__bar #dokuwiki__content .editButtons .input-group-append button + button,
4442.input-group-append #dokuwiki__content .editButtons .btn + button,
4443.input-group-append #dokuwiki__content .editButtons #dw__login button + button,
4444#dw__login .input-group-append #dokuwiki__content .editButtons button + button,
4445.input-group-append #dokuwiki__content .editButtons .qq-upload-button + button,
4446.input-group-append #dokuwiki__content .editButtons .search-results-form .toggleAssistant + button,
4447.search-results-form .input-group-append #dokuwiki__content .editButtons .toggleAssistant + button,
4448.input-group-append #dokuwiki__content .editButtons .search-results-form button + button,
4449.search-results-form .input-group-append #dokuwiki__content .editButtons button + button,
4450.input-group-append #dokuwiki__content .editButtons .toggleAssistant + button,
4451.input-group-append #dokuwiki__content .editButtons .doku_form .no button + button,
4452.doku_form .no .input-group-append #dokuwiki__content .editButtons button + button,
4453.input-group-append #dokuwiki__content .editButtons #tool__bar button + button,
4454#tool__bar .input-group-append #dokuwiki__content .editButtons button + button,
4455#dokuwiki__content .editButtons .input-group-append .btn + button,
4456#dokuwiki__content .editButtons .input-group-append #dw__login button + button,
4457#dw__login #dokuwiki__content .editButtons .input-group-append button + button,
4458#dokuwiki__content .editButtons .input-group-append .qq-upload-button + button,
4459#dokuwiki__content .editButtons .input-group-append .search-results-form .toggleAssistant + button,
4460.search-results-form #dokuwiki__content .editButtons .input-group-append .toggleAssistant + button,
4461#dokuwiki__content .editButtons .input-group-append .search-results-form button + button,
4462.search-results-form #dokuwiki__content .editButtons .input-group-append button + button,
4463#dokuwiki__content .editButtons .input-group-append .toggleAssistant + button,
4464#dokuwiki__content .editButtons .input-group-append .doku_form .no button + button,
4465.doku_form .no #dokuwiki__content .editButtons .input-group-append button + button,
4466#dokuwiki__content .editButtons .input-group-append #tool__bar button + button,
4467#tool__bar #dokuwiki__content .editButtons .input-group-append button + button,
4468.input-group-append #dokuwiki__content .editButtons button + button,
4469#dokuwiki__content .editButtons .input-group-append button + button,
4470.input-group-append #dokuwiki__content #page__revisions button + .btn,
4471.input-group-append #dokuwiki__content #page__revisions #dw__login button + button,
4472#dw__login .input-group-append #dokuwiki__content #page__revisions button + button,
4473.input-group-append #dokuwiki__content #page__revisions button + .qq-upload-button,
4474.input-group-append #dokuwiki__content #page__revisions .search-results-form button + .toggleAssistant,
4475.search-results-form .input-group-append #dokuwiki__content #page__revisions button + .toggleAssistant,
4476.input-group-append #dokuwiki__content #page__revisions .search-results-form button + button,
4477.search-results-form .input-group-append #dokuwiki__content #page__revisions button + button,
4478.input-group-append #dokuwiki__content #page__revisions button + .toggleAssistant,
4479.input-group-append #dokuwiki__content #page__revisions .doku_form .no button + button,
4480.doku_form .no .input-group-append #dokuwiki__content #page__revisions button + button,
4481.input-group-append #dokuwiki__content #page__revisions #tool__bar button + button,
4482#tool__bar .input-group-append #dokuwiki__content #page__revisions button + button,
4483.input-group-append #dokuwiki__content #page__revisions .editButtons button + button,
4484.input-group-append #dokuwiki__content .editButtons #page__revisions button + button,
4485#dokuwiki__content #page__revisions .input-group-append button + .btn,
4486#dokuwiki__content #page__revisions .input-group-append #dw__login button + button,
4487#dw__login #dokuwiki__content #page__revisions .input-group-append button + button,
4488#dokuwiki__content #page__revisions .input-group-append button + .qq-upload-button,
4489#dokuwiki__content #page__revisions .input-group-append .search-results-form button + .toggleAssistant,
4490.search-results-form #dokuwiki__content #page__revisions .input-group-append button + .toggleAssistant,
4491#dokuwiki__content #page__revisions .input-group-append .search-results-form button + button,
4492.search-results-form #dokuwiki__content #page__revisions .input-group-append button + button,
4493#dokuwiki__content #page__revisions .input-group-append button + .toggleAssistant,
4494#dokuwiki__content #page__revisions .input-group-append .doku_form .no button + button,
4495.doku_form .no #dokuwiki__content #page__revisions .input-group-append button + button,
4496#dokuwiki__content #page__revisions .input-group-append #tool__bar button + button,
4497#tool__bar #dokuwiki__content #page__revisions .input-group-append button + button,
4498#dokuwiki__content #page__revisions .input-group-append .editButtons button + button,
4499#dokuwiki__content .editButtons #page__revisions .input-group-append button + button,
4500.input-group-append #dokuwiki__content #page__revisions .btn + button,
4501.input-group-append #dokuwiki__content #page__revisions #dw__login button + button,
4502#dw__login .input-group-append #dokuwiki__content #page__revisions button + button,
4503.input-group-append #dokuwiki__content #page__revisions .qq-upload-button + button,
4504.input-group-append #dokuwiki__content #page__revisions .search-results-form .toggleAssistant + button,
4505.search-results-form .input-group-append #dokuwiki__content #page__revisions .toggleAssistant + button,
4506.input-group-append #dokuwiki__content #page__revisions .search-results-form button + button,
4507.search-results-form .input-group-append #dokuwiki__content #page__revisions button + button,
4508.input-group-append #dokuwiki__content #page__revisions .toggleAssistant + button,
4509.input-group-append #dokuwiki__content #page__revisions .doku_form .no button + button,
4510.doku_form .no .input-group-append #dokuwiki__content #page__revisions button + button,
4511.input-group-append #dokuwiki__content #page__revisions #tool__bar button + button,
4512#tool__bar .input-group-append #dokuwiki__content #page__revisions button + button,
4513.input-group-append #dokuwiki__content #page__revisions .editButtons button + button,
4514.input-group-append #dokuwiki__content .editButtons #page__revisions button + button,
4515#dokuwiki__content #page__revisions .input-group-append .btn + button,
4516#dokuwiki__content #page__revisions .input-group-append #dw__login button + button,
4517#dw__login #dokuwiki__content #page__revisions .input-group-append button + button,
4518#dokuwiki__content #page__revisions .input-group-append .qq-upload-button + button,
4519#dokuwiki__content #page__revisions .input-group-append .search-results-form .toggleAssistant + button,
4520.search-results-form #dokuwiki__content #page__revisions .input-group-append .toggleAssistant + button,
4521#dokuwiki__content #page__revisions .input-group-append .search-results-form button + button,
4522.search-results-form #dokuwiki__content #page__revisions .input-group-append button + button,
4523#dokuwiki__content #page__revisions .input-group-append .toggleAssistant + button,
4524#dokuwiki__content #page__revisions .input-group-append .doku_form .no button + button,
4525.doku_form .no #dokuwiki__content #page__revisions .input-group-append button + button,
4526#dokuwiki__content #page__revisions .input-group-append #tool__bar button + button,
4527#tool__bar #dokuwiki__content #page__revisions .input-group-append button + button,
4528#dokuwiki__content #page__revisions .input-group-append .editButtons button + button,
4529#dokuwiki__content .editButtons #page__revisions .input-group-append button + button,
4530.input-group-append #dokuwiki__content #page__revisions button + button,
4531#dokuwiki__content #page__revisions .input-group-append button + button,
4532.input-group-append #dokuwiki__content .secedit button + .btn,
4533.input-group-append #dokuwiki__content .secedit #dw__login button + button,
4534#dw__login .input-group-append #dokuwiki__content .secedit button + button,
4535.input-group-append #dokuwiki__content .secedit button + .qq-upload-button,
4536.input-group-append #dokuwiki__content .secedit .search-results-form button + .toggleAssistant,
4537.search-results-form .input-group-append #dokuwiki__content .secedit button + .toggleAssistant,
4538.input-group-append #dokuwiki__content .secedit .search-results-form button + button,
4539.search-results-form .input-group-append #dokuwiki__content .secedit button + button,
4540.input-group-append #dokuwiki__content .secedit button + .toggleAssistant,
4541.input-group-append #dokuwiki__content .secedit .doku_form .no button + button,
4542.doku_form .no .input-group-append #dokuwiki__content .secedit button + button,
4543.input-group-append #dokuwiki__content .secedit #tool__bar button + button,
4544#tool__bar .input-group-append #dokuwiki__content .secedit button + button,
4545.input-group-append #dokuwiki__content .secedit .editButtons button + button,
4546.input-group-append #dokuwiki__content .editButtons .secedit button + button,
4547.input-group-append #dokuwiki__content #page__revisions .secedit button + button,
4548#dokuwiki__content .secedit .input-group-append button + .btn,
4549#dokuwiki__content .secedit .input-group-append #dw__login button + button,
4550#dw__login #dokuwiki__content .secedit .input-group-append button + button,
4551#dokuwiki__content .secedit .input-group-append button + .qq-upload-button,
4552#dokuwiki__content .secedit .input-group-append .search-results-form button + .toggleAssistant,
4553.search-results-form #dokuwiki__content .secedit .input-group-append button + .toggleAssistant,
4554#dokuwiki__content .secedit .input-group-append .search-results-form button + button,
4555.search-results-form #dokuwiki__content .secedit .input-group-append button + button,
4556#dokuwiki__content .secedit .input-group-append button + .toggleAssistant,
4557#dokuwiki__content .secedit .input-group-append .doku_form .no button + button,
4558.doku_form .no #dokuwiki__content .secedit .input-group-append button + button,
4559#dokuwiki__content .secedit .input-group-append #tool__bar button + button,
4560#tool__bar #dokuwiki__content .secedit .input-group-append button + button,
4561#dokuwiki__content .secedit .input-group-append .editButtons button + button,
4562#dokuwiki__content .editButtons .secedit .input-group-append button + button,
4563#dokuwiki__content .secedit .input-group-append #page__revisions button + button,
4564.input-group-append #dokuwiki__content .secedit .btn + button,
4565.input-group-append #dokuwiki__content .secedit #dw__login button + button,
4566#dw__login .input-group-append #dokuwiki__content .secedit button + button,
4567.input-group-append #dokuwiki__content .secedit .qq-upload-button + button,
4568.input-group-append #dokuwiki__content .secedit .search-results-form .toggleAssistant + button,
4569.search-results-form .input-group-append #dokuwiki__content .secedit .toggleAssistant + button,
4570.input-group-append #dokuwiki__content .secedit .search-results-form button + button,
4571.search-results-form .input-group-append #dokuwiki__content .secedit button + button,
4572.input-group-append #dokuwiki__content .secedit .toggleAssistant + button,
4573.input-group-append #dokuwiki__content .secedit .doku_form .no button + button,
4574.doku_form .no .input-group-append #dokuwiki__content .secedit button + button,
4575.input-group-append #dokuwiki__content .secedit #tool__bar button + button,
4576#tool__bar .input-group-append #dokuwiki__content .secedit button + button,
4577.input-group-append #dokuwiki__content .secedit .editButtons button + button,
4578.input-group-append #dokuwiki__content .editButtons .secedit button + button,
4579#dokuwiki__content .secedit .input-group-append .btn + button,
4580#dokuwiki__content .secedit .input-group-append #dw__login button + button,
4581#dw__login #dokuwiki__content .secedit .input-group-append button + button,
4582#dokuwiki__content .secedit .input-group-append .qq-upload-button + button,
4583#dokuwiki__content .secedit .input-group-append .search-results-form .toggleAssistant + button,
4584.search-results-form #dokuwiki__content .secedit .input-group-append .toggleAssistant + button,
4585#dokuwiki__content .secedit .input-group-append .search-results-form button + button,
4586.search-results-form #dokuwiki__content .secedit .input-group-append button + button,
4587#dokuwiki__content .secedit .input-group-append .toggleAssistant + button,
4588#dokuwiki__content .secedit .input-group-append .doku_form .no button + button,
4589.doku_form .no #dokuwiki__content .secedit .input-group-append button + button,
4590#dokuwiki__content .secedit .input-group-append #tool__bar button + button,
4591#tool__bar #dokuwiki__content .secedit .input-group-append button + button,
4592#dokuwiki__content .secedit .input-group-append .editButtons button + button,
4593#dokuwiki__content .editButtons .secedit .input-group-append button + button,
4594.input-group-append #dokuwiki__content .secedit button + button,
4595#dokuwiki__content .secedit .input-group-append button + button,
4596.input-group-append button + .btn,
4597.input-group-append #dw__login button + button,
4598#dw__login .input-group-append button + button,
4599.input-group-append button + .qq-upload-button,
4600.input-group-append .search-results-form button + .toggleAssistant,
4601.search-results-form .input-group-append button + .toggleAssistant,
4602.input-group-append .search-results-form button + button,
4603.search-results-form .input-group-append button + button,
4604.input-group-append button + .toggleAssistant,
4605.input-group-append .doku_form .no button + button,
4606.doku_form .no .input-group-append button + button,
4607.input-group-append #tool__bar button + button,
4608#tool__bar .input-group-append button + button,
4609.input-group-append #dokuwiki__content .editButtons button + button,
4610#dokuwiki__content .editButtons .input-group-append button + button,
4611.input-group-append .btn + button,
4612.input-group-append #dw__login button + button,
4613#dw__login .input-group-append button + button,
4614.input-group-append .qq-upload-button + button,
4615.input-group-append .search-results-form .toggleAssistant + button,
4616.search-results-form .input-group-append .toggleAssistant + button,
4617.input-group-append .search-results-form button + button,
4618.search-results-form .input-group-append button + button,
4619.input-group-append .toggleAssistant + button,
4620.input-group-append .doku_form .no button + button,
4621.doku_form .no .input-group-append button + button,
4622.input-group-append #tool__bar button + button,
4623#tool__bar .input-group-append button + button,
4624.input-group-append #dokuwiki__content .editButtons button + button,
4625#dokuwiki__content .editButtons .input-group-append button + button,
4626.input-group-append button + button,
4627.input-group-append .btn + .input-group-text,
4628.input-group-append #dw__login button + .input-group-text,
4629#dw__login .input-group-append button + .input-group-text,
4630.input-group-append .qq-upload-button + .input-group-text,
4631.input-group-append .search-results-form .toggleAssistant + .input-group-text,
4632.search-results-form .input-group-append .toggleAssistant + .input-group-text,
4633.input-group-append .search-results-form button + .input-group-text,
4634.search-results-form .input-group-append button + .input-group-text,
4635.input-group-append .toggleAssistant + .input-group-text,
4636.input-group-append .doku_form .no button + .input-group-text,
4637.doku_form .no .input-group-append button + .input-group-text,
4638.input-group-append #tool__bar button + .input-group-text,
4639#tool__bar .input-group-append button + .input-group-text,
4640.input-group-append #dokuwiki__content .editButtons button + .input-group-text,
4641#dokuwiki__content .editButtons .input-group-append button + .input-group-text,
4642.input-group-append #dokuwiki__content #page__revisions button + .input-group-text,
4643#dokuwiki__content #page__revisions .input-group-append button + .input-group-text,
4644.input-group-append #dokuwiki__content .secedit button + .input-group-text,
4645#dokuwiki__content .secedit .input-group-append button + .input-group-text,
4646.input-group-append button + .input-group-text,
4647.input-group-append .input-group-text + .input-group-text,
4648.input-group-append .input-group-text + .btn,
4649.input-group-append #dw__login .input-group-text + button,
4650#dw__login .input-group-append .input-group-text + button,
4651.input-group-append .input-group-text + .qq-upload-button,
4652.input-group-append .search-results-form .input-group-text + .toggleAssistant,
4653.search-results-form .input-group-append .input-group-text + .toggleAssistant,
4654.input-group-append .search-results-form .input-group-text + button,
4655.search-results-form .input-group-append .input-group-text + button,
4656.input-group-append .input-group-text + .toggleAssistant,
4657.input-group-append .doku_form .no .input-group-text + button,
4658.doku_form .no .input-group-append .input-group-text + button,
4659.input-group-append #tool__bar .input-group-text + button,
4660#tool__bar .input-group-append .input-group-text + button,
4661.input-group-append #dokuwiki__content .editButtons .input-group-text + button,
4662#dokuwiki__content .editButtons .input-group-append .input-group-text + button,
4663.input-group-append #dokuwiki__content #page__revisions .input-group-text + button,
4664#dokuwiki__content #page__revisions .input-group-append .input-group-text + button,
4665.input-group-append #dokuwiki__content .secedit .input-group-text + button,
4666#dokuwiki__content .secedit .input-group-append .input-group-text + button,
4667.input-group-append .input-group-text + button {
4668  margin-left: -1px;
4669}
4670
4671.input-group-prepend {
4672  margin-right: -1px;
4673}
4674
4675.input-group-append {
4676  margin-left: -1px;
4677}
4678
4679.input-group-text {
4680  display: flex;
4681  align-items: center;
4682  padding: 0.625rem 0.75rem;
4683  margin-bottom: 0;
4684  font-size: 0.875rem;
4685  font-weight: 400;
4686  line-height: 1.5;
4687  color: #adb5bd;
4688  text-align: center;
4689  white-space: nowrap;
4690  background-color: #fff;
4691  border: 1px solid #cad1d7;
4692  border-radius: 0.25rem;
4693}
4694
4695.input-group-text input[type=radio],
4696.input-group-text input[type=checkbox] {
4697  margin-top: 0;
4698}
4699
4700.input-group-lg > .form-control:not(textarea), #dw__login .input-group-lg > input:not(textarea), #config__manager td .input-group-lg > input.edit:not(textarea), .search-results-form fieldset .input-group-lg > input:not(textarea), .doku_form .no .input-group-lg > #qsearch__in:not(textarea), .input-group-lg > textarea:not(textarea),
4701.input-group-lg > .custom-select {
4702  height: calc(1.5em + 1.75rem + 2px);
4703}
4704
4705.input-group-lg > .form-control, #dw__login .input-group-lg > input, #config__manager td .input-group-lg > input.edit, .search-results-form fieldset .input-group-lg > input, .doku_form .no .input-group-lg > #qsearch__in, .input-group-lg > textarea,
4706.input-group-lg > .custom-select,
4707.input-group-lg > .input-group-prepend > .input-group-text,
4708.input-group-lg > .input-group-append > .input-group-text,
4709.input-group-lg > .input-group-prepend > .btn,
4710#dw__login .input-group-lg > .input-group-prepend > button,
4711.input-group-lg > .input-group-prepend > .qq-upload-button,
4712.input-group-lg > .input-group-prepend > .toggleAssistant,
4713#tool__bar .input-group-lg > .input-group-prepend > button,
4714#dokuwiki__content .editButtons .input-group-lg > .input-group-prepend > button,
4715#dokuwiki__content #page__revisions .input-group-lg > .input-group-prepend > button,
4716#dokuwiki__content .secedit .input-group-lg > .input-group-prepend > button,
4717.input-group-lg > .input-group-prepend > button,
4718.input-group-lg > .input-group-append > .btn,
4719#dw__login .input-group-lg > .input-group-append > button,
4720.input-group-lg > .input-group-append > .qq-upload-button,
4721.input-group-lg > .input-group-append > .toggleAssistant,
4722#tool__bar .input-group-lg > .input-group-append > button,
4723#dokuwiki__content .editButtons .input-group-lg > .input-group-append > button,
4724#dokuwiki__content #page__revisions .input-group-lg > .input-group-append > button,
4725#dokuwiki__content .secedit .input-group-lg > .input-group-append > button,
4726.input-group-lg > .input-group-append > button {
4727  padding: 0.875rem 1rem;
4728  font-size: 0.875rem;
4729  line-height: 1.5;
4730  border-radius: 0.3rem;
4731}
4732
4733.input-group-sm > .form-control:not(textarea), #dw__login .input-group-sm > input:not(textarea), #config__manager td .input-group-sm > input.edit:not(textarea), .search-results-form fieldset .input-group-sm > input:not(textarea), .doku_form .no .input-group-sm > #qsearch__in:not(textarea), .input-group-sm > textarea:not(textarea),
4734.input-group-sm > .custom-select {
4735  height: calc(1.5em + 0.5rem + 2px);
4736}
4737
4738.input-group-sm > .form-control, #dw__login .input-group-sm > input, #config__manager td .input-group-sm > input.edit, .search-results-form fieldset .input-group-sm > input, .doku_form .no .input-group-sm > #qsearch__in, .input-group-sm > textarea,
4739.input-group-sm > .custom-select,
4740.input-group-sm > .input-group-prepend > .input-group-text,
4741.input-group-sm > .input-group-append > .input-group-text,
4742.input-group-sm > .input-group-prepend > .btn,
4743#dw__login .input-group-sm > .input-group-prepend > button,
4744.input-group-sm > .input-group-prepend > .qq-upload-button,
4745.input-group-sm > .input-group-prepend > .toggleAssistant,
4746#tool__bar .input-group-sm > .input-group-prepend > button,
4747#dokuwiki__content .editButtons .input-group-sm > .input-group-prepend > button,
4748#dokuwiki__content #page__revisions .input-group-sm > .input-group-prepend > button,
4749#dokuwiki__content .secedit .input-group-sm > .input-group-prepend > button,
4750.input-group-sm > .input-group-prepend > button,
4751.input-group-sm > .input-group-append > .btn,
4752#dw__login .input-group-sm > .input-group-append > button,
4753.input-group-sm > .input-group-append > .qq-upload-button,
4754.input-group-sm > .input-group-append > .toggleAssistant,
4755#tool__bar .input-group-sm > .input-group-append > button,
4756#dokuwiki__content .editButtons .input-group-sm > .input-group-append > button,
4757#dokuwiki__content #page__revisions .input-group-sm > .input-group-append > button,
4758#dokuwiki__content .secedit .input-group-sm > .input-group-append > button,
4759.input-group-sm > .input-group-append > button {
4760  padding: 0.25rem 0.5rem;
4761  font-size: 0.75rem;
4762  line-height: 1.5;
4763  border-radius: 0.2rem;
4764}
4765
4766.input-group-lg > .custom-select,
4767.input-group-sm > .custom-select {
4768  padding-right: 1.75rem;
4769}
4770
4771.input-group > .input-group-prepend > .btn, #dw__login .input-group > .input-group-prepend > button, .input-group > .input-group-prepend > .qq-upload-button, .input-group > .input-group-prepend > .toggleAssistant, .doku_form .no > .input-group-prepend > .btn, .doku_form #dw__login .no > .input-group-prepend > button, #dw__login .doku_form .no > .input-group-prepend > button, .doku_form .no > .input-group-prepend > .qq-upload-button, .doku_form .no > .input-group-prepend > .toggleAssistant, .doku_form .no > .input-group-prepend > button, #tool__bar .input-group > .input-group-prepend > button, #tool__bar .doku_form .no > .input-group-prepend > button, .doku_form #tool__bar .no > .input-group-prepend > button, #dokuwiki__content .editButtons .input-group > .input-group-prepend > button, #dokuwiki__content .editButtons .doku_form .no > .input-group-prepend > button, .doku_form #dokuwiki__content .editButtons .no > .input-group-prepend > button, #dokuwiki__content #page__revisions .input-group > .input-group-prepend > button, #dokuwiki__content #page__revisions .doku_form .no > .input-group-prepend > button, .doku_form #dokuwiki__content #page__revisions .no > .input-group-prepend > button, #dokuwiki__content .secedit .input-group > .input-group-prepend > button, #dokuwiki__content .secedit .doku_form .no > .input-group-prepend > button, .doku_form #dokuwiki__content .secedit .no > .input-group-prepend > button, .input-group > .input-group-prepend > button,
4772.input-group > .input-group-prepend > .input-group-text,
4773.doku_form .no > .input-group-prepend > .input-group-text,
4774.input-group > .input-group-append:not(:last-child) > .btn,
4775#dw__login .input-group > .input-group-append:not(:last-child) > button,
4776.input-group > .input-group-append:not(:last-child) > .qq-upload-button,
4777.input-group > .input-group-append:not(:last-child) > .toggleAssistant,
4778.doku_form .no > .input-group-append:not(:last-child) > .btn,
4779.doku_form #dw__login .no > .input-group-append:not(:last-child) > button,
4780#dw__login .doku_form .no > .input-group-append:not(:last-child) > button,
4781.doku_form .no > .input-group-append:not(:last-child) > .qq-upload-button,
4782.doku_form .no > .input-group-append:not(:last-child) > .toggleAssistant,
4783.doku_form .no > .input-group-append:not(:last-child) > button,
4784#tool__bar .input-group > .input-group-append:not(:last-child) > button,
4785#tool__bar .doku_form .no > .input-group-append:not(:last-child) > button,
4786.doku_form #tool__bar .no > .input-group-append:not(:last-child) > button,
4787#dokuwiki__content .editButtons .input-group > .input-group-append:not(:last-child) > button,
4788#dokuwiki__content .editButtons .doku_form .no > .input-group-append:not(:last-child) > button,
4789.doku_form #dokuwiki__content .editButtons .no > .input-group-append:not(:last-child) > button,
4790#dokuwiki__content #page__revisions .input-group > .input-group-append:not(:last-child) > button,
4791#dokuwiki__content #page__revisions .doku_form .no > .input-group-append:not(:last-child) > button,
4792.doku_form #dokuwiki__content #page__revisions .no > .input-group-append:not(:last-child) > button,
4793#dokuwiki__content .secedit .input-group > .input-group-append:not(:last-child) > button,
4794#dokuwiki__content .secedit .doku_form .no > .input-group-append:not(:last-child) > button,
4795.doku_form #dokuwiki__content .secedit .no > .input-group-append:not(:last-child) > button,
4796.input-group > .input-group-append:not(:last-child) > button,
4797.input-group > .input-group-append:not(:last-child) > .input-group-text,
4798.doku_form .no > .input-group-append:not(:last-child) > .input-group-text,
4799.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
4800#dw__login .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4801.input-group > .input-group-append:last-child > .qq-upload-button:not(:last-child):not(.dropdown-toggle),
4802.input-group > .input-group-append:last-child > .toggleAssistant:not(:last-child):not(.dropdown-toggle),
4803.doku_form .no > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
4804.doku_form #dw__login .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4805#dw__login .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4806.doku_form .no > .input-group-append:last-child > .qq-upload-button:not(:last-child):not(.dropdown-toggle),
4807.doku_form .no > .input-group-append:last-child > .toggleAssistant:not(:last-child):not(.dropdown-toggle),
4808.doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4809#tool__bar .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4810#tool__bar .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4811.doku_form #tool__bar .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4812#dokuwiki__content .editButtons .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4813#dokuwiki__content .editButtons .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4814.doku_form #dokuwiki__content .editButtons .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4815#dokuwiki__content #page__revisions .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4816#dokuwiki__content #page__revisions .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4817.doku_form #dokuwiki__content #page__revisions .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4818#dokuwiki__content .secedit .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4819#dokuwiki__content .secedit .doku_form .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4820.doku_form #dokuwiki__content .secedit .no > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4821.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
4822.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
4823.doku_form .no > .input-group-append:last-child > .input-group-text:not(:last-child) {
4824  border-top-right-radius: 0;
4825  border-bottom-right-radius: 0;
4826}
4827
4828.input-group > .input-group-append > .btn, #dw__login .input-group > .input-group-append > button, .input-group > .input-group-append > .qq-upload-button, .input-group > .input-group-append > .toggleAssistant, .doku_form .no > .input-group-append > .btn, .doku_form #dw__login .no > .input-group-append > button, #dw__login .doku_form .no > .input-group-append > button, .doku_form .no > .input-group-append > .qq-upload-button, .doku_form .no > .input-group-append > .toggleAssistant, .doku_form .no > .input-group-append > button, #tool__bar .input-group > .input-group-append > button, #tool__bar .doku_form .no > .input-group-append > button, .doku_form #tool__bar .no > .input-group-append > button, #dokuwiki__content .editButtons .input-group > .input-group-append > button, #dokuwiki__content .editButtons .doku_form .no > .input-group-append > button, .doku_form #dokuwiki__content .editButtons .no > .input-group-append > button, #dokuwiki__content #page__revisions .input-group > .input-group-append > button, #dokuwiki__content #page__revisions .doku_form .no > .input-group-append > button, .doku_form #dokuwiki__content #page__revisions .no > .input-group-append > button, #dokuwiki__content .secedit .input-group > .input-group-append > button, #dokuwiki__content .secedit .doku_form .no > .input-group-append > button, .doku_form #dokuwiki__content .secedit .no > .input-group-append > button, .input-group > .input-group-append > button,
4829.input-group > .input-group-append > .input-group-text,
4830.doku_form .no > .input-group-append > .input-group-text,
4831.input-group > .input-group-prepend:not(:first-child) > .btn,
4832#dw__login .input-group > .input-group-prepend:not(:first-child) > button,
4833.input-group > .input-group-prepend:not(:first-child) > .qq-upload-button,
4834.input-group > .input-group-prepend:not(:first-child) > .toggleAssistant,
4835.doku_form .no > .input-group-prepend:not(:first-child) > .btn,
4836.doku_form #dw__login .no > .input-group-prepend:not(:first-child) > button,
4837#dw__login .doku_form .no > .input-group-prepend:not(:first-child) > button,
4838.doku_form .no > .input-group-prepend:not(:first-child) > .qq-upload-button,
4839.doku_form .no > .input-group-prepend:not(:first-child) > .toggleAssistant,
4840.doku_form .no > .input-group-prepend:not(:first-child) > button,
4841#tool__bar .input-group > .input-group-prepend:not(:first-child) > button,
4842#tool__bar .doku_form .no > .input-group-prepend:not(:first-child) > button,
4843.doku_form #tool__bar .no > .input-group-prepend:not(:first-child) > button,
4844#dokuwiki__content .editButtons .input-group > .input-group-prepend:not(:first-child) > button,
4845#dokuwiki__content .editButtons .doku_form .no > .input-group-prepend:not(:first-child) > button,
4846.doku_form #dokuwiki__content .editButtons .no > .input-group-prepend:not(:first-child) > button,
4847#dokuwiki__content #page__revisions .input-group > .input-group-prepend:not(:first-child) > button,
4848#dokuwiki__content #page__revisions .doku_form .no > .input-group-prepend:not(:first-child) > button,
4849.doku_form #dokuwiki__content #page__revisions .no > .input-group-prepend:not(:first-child) > button,
4850#dokuwiki__content .secedit .input-group > .input-group-prepend:not(:first-child) > button,
4851#dokuwiki__content .secedit .doku_form .no > .input-group-prepend:not(:first-child) > button,
4852.doku_form #dokuwiki__content .secedit .no > .input-group-prepend:not(:first-child) > button,
4853.input-group > .input-group-prepend:not(:first-child) > button,
4854.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
4855.doku_form .no > .input-group-prepend:not(:first-child) > .input-group-text,
4856.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
4857#dw__login .input-group > .input-group-prepend:first-child > button:not(:first-child),
4858.input-group > .input-group-prepend:first-child > .qq-upload-button:not(:first-child),
4859.input-group > .input-group-prepend:first-child > .toggleAssistant:not(:first-child),
4860.doku_form .no > .input-group-prepend:first-child > .btn:not(:first-child),
4861.doku_form #dw__login .no > .input-group-prepend:first-child > button:not(:first-child),
4862#dw__login .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
4863.doku_form .no > .input-group-prepend:first-child > .qq-upload-button:not(:first-child),
4864.doku_form .no > .input-group-prepend:first-child > .toggleAssistant:not(:first-child),
4865.doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
4866#tool__bar .input-group > .input-group-prepend:first-child > button:not(:first-child),
4867#tool__bar .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
4868.doku_form #tool__bar .no > .input-group-prepend:first-child > button:not(:first-child),
4869#dokuwiki__content .editButtons .input-group > .input-group-prepend:first-child > button:not(:first-child),
4870#dokuwiki__content .editButtons .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
4871.doku_form #dokuwiki__content .editButtons .no > .input-group-prepend:first-child > button:not(:first-child),
4872#dokuwiki__content #page__revisions .input-group > .input-group-prepend:first-child > button:not(:first-child),
4873#dokuwiki__content #page__revisions .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
4874.doku_form #dokuwiki__content #page__revisions .no > .input-group-prepend:first-child > button:not(:first-child),
4875#dokuwiki__content .secedit .input-group > .input-group-prepend:first-child > button:not(:first-child),
4876#dokuwiki__content .secedit .doku_form .no > .input-group-prepend:first-child > button:not(:first-child),
4877.doku_form #dokuwiki__content .secedit .no > .input-group-prepend:first-child > button:not(:first-child),
4878.input-group > .input-group-prepend:first-child > button:not(:first-child),
4879.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
4880.doku_form .no > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
4881  border-top-left-radius: 0;
4882  border-bottom-left-radius: 0;
4883}
4884
4885.custom-control {
4886  position: relative;
4887  display: block;
4888  min-height: 1.5rem;
4889  padding-left: 3rem;
4890}
4891
4892.custom-control-inline {
4893  display: inline-flex;
4894  margin-right: 1rem;
4895}
4896
4897.custom-control-input {
4898  position: absolute;
4899  left: 0;
4900  z-index: -1;
4901  width: 1.25rem;
4902  height: 1.375rem;
4903  opacity: 0;
4904}
4905
4906.custom-control-input:checked ~ .custom-control-label::before {
4907  color: #fff;
4908  border-color: #5e72e4;
4909  background-color: #5e72e4;
4910  box-shadow: none;
4911}
4912
4913.custom-control-input:focus ~ .custom-control-label::before {
4914  box-shadow: none, none;
4915}
4916
4917.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
4918  border-color: rgba(50, 151, 211, 0.25);
4919}
4920
4921.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
4922  color: #fff;
4923  background-color: #5e72e4;
4924  border-color: #5e72e4;
4925  box-shadow: none;
4926}
4927
4928.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
4929  color: #8898aa;
4930}
4931
4932.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
4933  background-color: #e9ecef;
4934}
4935
4936.custom-control-label {
4937  position: relative;
4938  margin-bottom: 0;
4939  vertical-align: top;
4940}
4941
4942.custom-control-label::before {
4943  position: absolute;
4944  top: 0.125rem;
4945  left: -3rem;
4946  display: block;
4947  width: 1.25rem;
4948  height: 1.25rem;
4949  pointer-events: none;
4950  content: "";
4951  background-color: #fff;
4952  border: #cad1d7 solid 1px;
4953  box-shadow: none;
4954}
4955
4956.custom-control-label::after {
4957  position: absolute;
4958  top: 0.125rem;
4959  left: -3rem;
4960  display: block;
4961  width: 1.25rem;
4962  height: 1.25rem;
4963  content: "";
4964  background: no-repeat 50%/50% 50%;
4965}
4966
4967.custom-checkbox .custom-control-label::before {
4968  border-radius: 0.2rem;
4969}
4970
4971.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
4972  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
4973}
4974
4975.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
4976  border-color: #5e72e4;
4977  background-color: #5e72e4;
4978  box-shadow: none;
4979}
4980
4981.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
4982  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
4983}
4984
4985.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
4986  background-color: rgba(94, 114, 228, 0.5);
4987}
4988
4989.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
4990  background-color: rgba(94, 114, 228, 0.5);
4991}
4992
4993.custom-radio .custom-control-label::before {
4994  border-radius: 50%;
4995}
4996
4997.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
4998  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
4999}
5000
5001.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
5002  background-color: rgba(94, 114, 228, 0.5);
5003}
5004
5005.custom-switch {
5006  padding-left: 3.9375rem;
5007}
5008
5009.custom-switch .custom-control-label::before {
5010  left: -3.9375rem;
5011  width: 2.1875rem;
5012  pointer-events: all;
5013  border-radius: 0.625rem;
5014}
5015
5016.custom-switch .custom-control-label::after {
5017  top: calc(0.125rem + 2px);
5018  left: calc(-3.9375rem + 2px);
5019  width: calc(1.25rem - 4px);
5020  height: calc(1.25rem - 4px);
5021  background-color: #cad1d7;
5022  border-radius: 0.625rem;
5023  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5024}
5025
5026@media (prefers-reduced-motion: reduce) {
5027  .custom-switch .custom-control-label::after {
5028    transition: none;
5029  }
5030}
5031.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
5032  background-color: #fff;
5033  transform: translateX(0.9375rem);
5034}
5035
5036.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
5037  background-color: rgba(94, 114, 228, 0.5);
5038}
5039
5040.custom-select {
5041  display: inline-block;
5042  width: 100%;
5043  height: calc(1.5em + 1.25rem + 2px);
5044  padding: 0.625rem 1.75rem 0.625rem 0.75rem;
5045  font-size: 0.875rem;
5046  font-weight: 400;
5047  line-height: 1.5;
5048  color: #8898aa;
5049  vertical-align: middle;
5050  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
5051  border: 1px solid #cad1d7;
5052  border-radius: 0.25rem;
5053  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
5054  appearance: none;
5055}
5056
5057.custom-select:focus {
5058  border-color: rgba(50, 151, 211, 0.25);
5059  outline: 0;
5060  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 #5e72e4;
5061}
5062
5063.custom-select:focus::-ms-value {
5064  color: #8898aa;
5065  background-color: #fff;
5066}
5067
5068.custom-select[multiple], .custom-select[size]:not([size="1"]) {
5069  height: auto;
5070  padding-right: 0.75rem;
5071  background-image: none;
5072}
5073
5074.custom-select:disabled {
5075  color: #8898aa;
5076  background-color: #e9ecef;
5077}
5078
5079.custom-select::-ms-expand {
5080  display: none;
5081}
5082
5083.custom-select:-moz-focusring {
5084  color: transparent;
5085  text-shadow: 0 0 0 #8898aa;
5086}
5087
5088.custom-select-sm {
5089  height: calc(1.5em + 0.5rem + 2px);
5090  padding-top: 0.25rem;
5091  padding-bottom: 0.25rem;
5092  padding-left: 0.5rem;
5093  font-size: 0.75rem;
5094}
5095
5096.custom-select-lg {
5097  height: calc(1.5em + 1.75rem + 2px);
5098  padding-top: 0.875rem;
5099  padding-bottom: 0.875rem;
5100  padding-left: 1rem;
5101  font-size: 0.875rem;
5102}
5103
5104.custom-file {
5105  position: relative;
5106  display: inline-block;
5107  width: 100%;
5108  height: calc(1.5em + 1.25rem + 2px);
5109  margin-bottom: 0;
5110}
5111
5112.custom-file-input {
5113  position: relative;
5114  z-index: 2;
5115  width: 100%;
5116  height: calc(1.5em + 1.25rem + 2px);
5117  margin: 0;
5118  opacity: 0;
5119}
5120
5121.custom-file-input:focus ~ .custom-file-label {
5122  border-color: rgba(50, 151, 211, 0.25);
5123  box-shadow: none;
5124}
5125
5126.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
5127  background-color: #e9ecef;
5128}
5129
5130.custom-file-input:lang(en) ~ .custom-file-label::after {
5131  content: "Browse";
5132}
5133
5134.custom-file-input ~ .custom-file-label[data-browse]::after {
5135  content: attr(data-browse);
5136}
5137
5138.custom-file-label {
5139  position: absolute;
5140  top: 0;
5141  right: 0;
5142  left: 0;
5143  z-index: 1;
5144  height: calc(1.5em + 1.25rem + 2px);
5145  padding: 0.625rem 0.75rem;
5146  font-weight: 400;
5147  line-height: 1.5;
5148  color: #8898aa;
5149  background-color: #fff;
5150  border: 1px solid #cad1d7;
5151  border-radius: 0.25rem;
5152  box-shadow: none;
5153}
5154
5155.custom-file-label::after {
5156  position: absolute;
5157  top: 0;
5158  right: 0;
5159  bottom: 0;
5160  z-index: 3;
5161  display: block;
5162  height: calc(1.5em + 1.25rem);
5163  padding: 0.625rem 0.75rem;
5164  line-height: 1.5;
5165  color: #8898aa;
5166  content: "Browse";
5167  background-color: #fff;
5168  border-left: inherit;
5169  border-radius: 0 0.25rem 0.25rem 0;
5170}
5171
5172.custom-range {
5173  width: 100%;
5174  height: 1rem;
5175  padding: 0;
5176  background-color: transparent;
5177  appearance: none;
5178}
5179
5180.custom-range:focus {
5181  outline: none;
5182}
5183
5184.custom-range:focus::-webkit-slider-thumb {
5185  box-shadow: 0 0 0 1px #fff, none;
5186}
5187
5188.custom-range:focus::-moz-range-thumb {
5189  box-shadow: 0 0 0 1px #fff, none;
5190}
5191
5192.custom-range:focus::-ms-thumb {
5193  box-shadow: 0 0 0 1px #fff, none;
5194}
5195
5196.custom-range::-moz-focus-outer {
5197  border: 0;
5198}
5199
5200.custom-range::-webkit-slider-thumb {
5201  width: 1rem;
5202  height: 1rem;
5203  margin-top: -0.25rem;
5204  background-color: #5e72e4;
5205  border: 0;
5206  border-radius: 1rem;
5207  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
5208  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5209  appearance: none;
5210}
5211
5212@media (prefers-reduced-motion: reduce) {
5213  .custom-range::-webkit-slider-thumb {
5214    transition: none;
5215  }
5216}
5217.custom-range::-webkit-slider-thumb:active {
5218  background-color: #f7f8fe;
5219}
5220
5221.custom-range::-webkit-slider-runnable-track {
5222  width: 100%;
5223  height: 0.5rem;
5224  color: transparent;
5225  cursor: pointer;
5226  background-color: #dee2e6;
5227  border-color: transparent;
5228  border-radius: 1rem;
5229  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
5230}
5231
5232.custom-range::-moz-range-thumb {
5233  width: 1rem;
5234  height: 1rem;
5235  background-color: #5e72e4;
5236  border: 0;
5237  border-radius: 1rem;
5238  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
5239  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5240  appearance: none;
5241}
5242
5243@media (prefers-reduced-motion: reduce) {
5244  .custom-range::-moz-range-thumb {
5245    transition: none;
5246  }
5247}
5248.custom-range::-moz-range-thumb:active {
5249  background-color: #f7f8fe;
5250}
5251
5252.custom-range::-moz-range-track {
5253  width: 100%;
5254  height: 0.5rem;
5255  color: transparent;
5256  cursor: pointer;
5257  background-color: #dee2e6;
5258  border-color: transparent;
5259  border-radius: 1rem;
5260  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
5261}
5262
5263.custom-range::-ms-thumb {
5264  width: 1rem;
5265  height: 1rem;
5266  margin-top: 0;
5267  margin-right: 0;
5268  margin-left: 0;
5269  background-color: #5e72e4;
5270  border: 0;
5271  border-radius: 1rem;
5272  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
5273  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5274  appearance: none;
5275}
5276
5277@media (prefers-reduced-motion: reduce) {
5278  .custom-range::-ms-thumb {
5279    transition: none;
5280  }
5281}
5282.custom-range::-ms-thumb:active {
5283  background-color: #f7f8fe;
5284}
5285
5286.custom-range::-ms-track {
5287  width: 100%;
5288  height: 0.5rem;
5289  color: transparent;
5290  cursor: pointer;
5291  background-color: transparent;
5292  border-color: transparent;
5293  border-width: 0.5rem;
5294  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
5295}
5296
5297.custom-range::-ms-fill-lower {
5298  background-color: #dee2e6;
5299  border-radius: 1rem;
5300}
5301
5302.custom-range::-ms-fill-upper {
5303  margin-right: 15px;
5304  background-color: #dee2e6;
5305  border-radius: 1rem;
5306}
5307
5308.custom-range:disabled::-webkit-slider-thumb {
5309  background-color: #adb5bd;
5310}
5311
5312.custom-range:disabled::-webkit-slider-runnable-track {
5313  cursor: default;
5314}
5315
5316.custom-range:disabled::-moz-range-thumb {
5317  background-color: #adb5bd;
5318}
5319
5320.custom-range:disabled::-moz-range-track {
5321  cursor: default;
5322}
5323
5324.custom-range:disabled::-ms-thumb {
5325  background-color: #adb5bd;
5326}
5327
5328.custom-control-label::before,
5329.custom-file-label,
5330.custom-select {
5331  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5332}
5333
5334@media (prefers-reduced-motion: reduce) {
5335  .custom-control-label::before,
5336.custom-file-label,
5337.custom-select {
5338    transition: none;
5339  }
5340}
5341.nav, .leftsidebar .leftsidebar ul {
5342  display: flex;
5343  flex-wrap: wrap;
5344  padding-left: 0;
5345  margin-bottom: 0;
5346  list-style: none;
5347}
5348
5349.nav-link {
5350  display: block;
5351  padding: 0.25rem 0.75rem;
5352}
5353
5354.nav-link:hover, .nav-link:focus {
5355  text-decoration: none;
5356}
5357
5358.nav-link.disabled {
5359  color: #8898aa;
5360  pointer-events: none;
5361  cursor: default;
5362}
5363
5364.nav-tabs {
5365  border-bottom: 0.0625rem solid #dee2e6;
5366}
5367
5368.nav-tabs .nav-item {
5369  margin-bottom: -0.0625rem;
5370}
5371
5372.nav-tabs .nav-link {
5373  border: 0.0625rem solid transparent;
5374  border-top-left-radius: 0.25rem;
5375  border-top-right-radius: 0.25rem;
5376}
5377
5378.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
5379  border-color: #e9ecef #e9ecef #dee2e6;
5380}
5381
5382.nav-tabs .nav-link.disabled {
5383  color: #8898aa;
5384  background-color: transparent;
5385  border-color: transparent;
5386}
5387
5388.nav-tabs .nav-link.active,
5389.nav-tabs .nav-item.show .nav-link {
5390  color: #525f7f;
5391  background-color: #fff;
5392  border-color: #dee2e6 #dee2e6 #fff;
5393}
5394
5395.nav-tabs .dropdown-menu {
5396  margin-top: -0.0625rem;
5397  border-top-left-radius: 0;
5398  border-top-right-radius: 0;
5399}
5400
5401.nav-pills .nav-link {
5402  border-radius: 0.25rem;
5403}
5404
5405.nav-pills .nav-link.active,
5406.nav-pills .show > .nav-link {
5407  color: #fff;
5408  background-color: #5e72e4;
5409}
5410
5411.nav-fill .nav-item {
5412  flex: 1 1 auto;
5413  text-align: center;
5414}
5415
5416.nav-justified .nav-item {
5417  flex-basis: 0;
5418  flex-grow: 1;
5419  text-align: center;
5420}
5421
5422.tab-content > .tab-pane {
5423  display: none;
5424}
5425
5426.tab-content > .active {
5427  display: block;
5428}
5429
5430.navbar {
5431  position: relative;
5432  display: flex;
5433  flex-wrap: wrap;
5434  align-items: center;
5435  justify-content: space-between;
5436  padding: 1rem 1rem;
5437}
5438
5439.navbar .container,
5440.navbar .container-fluid,
5441.navbar .container-sm,
5442.navbar .container-md,
5443.navbar .container-lg,
5444.navbar .container-xl {
5445  display: flex;
5446  flex-wrap: wrap;
5447  align-items: center;
5448  justify-content: space-between;
5449}
5450
5451.navbar-brand {
5452  display: inline-block;
5453  padding-top: 0.0625rem;
5454  padding-bottom: 0.0625rem;
5455  margin-right: 1rem;
5456  font-size: 1.25rem;
5457  line-height: inherit;
5458  white-space: nowrap;
5459}
5460
5461.navbar-brand:hover, .navbar-brand:focus {
5462  text-decoration: none;
5463}
5464
5465.navbar-nav {
5466  display: flex;
5467  flex-direction: column;
5468  padding-left: 0;
5469  margin-bottom: 0;
5470  list-style: none;
5471}
5472
5473.navbar-nav .nav-link {
5474  padding-right: 0;
5475  padding-left: 0;
5476}
5477
5478.navbar-nav .dropdown-menu {
5479  position: static;
5480  float: none;
5481}
5482
5483.navbar-text {
5484  display: inline-block;
5485  padding-top: 0.25rem;
5486  padding-bottom: 0.25rem;
5487}
5488
5489.navbar-collapse {
5490  flex-basis: 100%;
5491  flex-grow: 1;
5492  align-items: center;
5493}
5494
5495.navbar-toggler {
5496  padding: 0.25rem 0.75rem;
5497  font-size: 1.25rem;
5498  line-height: 1;
5499  background-color: transparent;
5500  border: 0.0625rem solid transparent;
5501  border-radius: 0.25rem;
5502}
5503
5504.navbar-toggler:hover, .navbar-toggler:focus {
5505  text-decoration: none;
5506}
5507
5508.navbar-toggler-icon {
5509  display: inline-block;
5510  width: 1.5em;
5511  height: 1.5em;
5512  vertical-align: middle;
5513  content: "";
5514  background: no-repeat center center;
5515  background-size: 100% 100%;
5516}
5517
5518@media (max-width: 575.98px) {
5519  .navbar-expand-sm > .container,
5520.navbar-expand-sm > .container-fluid,
5521.navbar-expand-sm > .container-sm,
5522.navbar-expand-sm > .container-md,
5523.navbar-expand-sm > .container-lg,
5524.navbar-expand-sm > .container-xl {
5525    padding-right: 0;
5526    padding-left: 0;
5527  }
5528}
5529@media (min-width: 576px) {
5530  .navbar-expand-sm {
5531    flex-flow: row nowrap;
5532    justify-content: flex-start;
5533  }
5534
5535  .navbar-expand-sm .navbar-nav {
5536    flex-direction: row;
5537  }
5538
5539  .navbar-expand-sm .navbar-nav .dropdown-menu {
5540    position: absolute;
5541  }
5542
5543  .navbar-expand-sm .navbar-nav .nav-link {
5544    padding-right: 1rem;
5545    padding-left: 1rem;
5546  }
5547
5548  .navbar-expand-sm > .container,
5549.navbar-expand-sm > .container-fluid,
5550.navbar-expand-sm > .container-sm,
5551.navbar-expand-sm > .container-md,
5552.navbar-expand-sm > .container-lg,
5553.navbar-expand-sm > .container-xl {
5554    flex-wrap: nowrap;
5555  }
5556
5557  .navbar-expand-sm .navbar-collapse {
5558    display: flex !important;
5559    flex-basis: auto;
5560  }
5561
5562  .navbar-expand-sm .navbar-toggler {
5563    display: none;
5564  }
5565}
5566@media (max-width: 767.98px) {
5567  .navbar-expand-md > .container,
5568.navbar-expand-md > .container-fluid,
5569.navbar-expand-md > .container-sm,
5570.navbar-expand-md > .container-md,
5571.navbar-expand-md > .container-lg,
5572.navbar-expand-md > .container-xl {
5573    padding-right: 0;
5574    padding-left: 0;
5575  }
5576}
5577@media (min-width: 768px) {
5578  .navbar-expand-md {
5579    flex-flow: row nowrap;
5580    justify-content: flex-start;
5581  }
5582
5583  .navbar-expand-md .navbar-nav {
5584    flex-direction: row;
5585  }
5586
5587  .navbar-expand-md .navbar-nav .dropdown-menu {
5588    position: absolute;
5589  }
5590
5591  .navbar-expand-md .navbar-nav .nav-link {
5592    padding-right: 1rem;
5593    padding-left: 1rem;
5594  }
5595
5596  .navbar-expand-md > .container,
5597.navbar-expand-md > .container-fluid,
5598.navbar-expand-md > .container-sm,
5599.navbar-expand-md > .container-md,
5600.navbar-expand-md > .container-lg,
5601.navbar-expand-md > .container-xl {
5602    flex-wrap: nowrap;
5603  }
5604
5605  .navbar-expand-md .navbar-collapse {
5606    display: flex !important;
5607    flex-basis: auto;
5608  }
5609
5610  .navbar-expand-md .navbar-toggler {
5611    display: none;
5612  }
5613}
5614@media (max-width: 991.98px) {
5615  .navbar-expand-lg > .container,
5616.navbar-expand-lg > .container-fluid,
5617.navbar-expand-lg > .container-sm,
5618.navbar-expand-lg > .container-md,
5619.navbar-expand-lg > .container-lg,
5620.navbar-expand-lg > .container-xl {
5621    padding-right: 0;
5622    padding-left: 0;
5623  }
5624}
5625@media (min-width: 992px) {
5626  .navbar-expand-lg {
5627    flex-flow: row nowrap;
5628    justify-content: flex-start;
5629  }
5630
5631  .navbar-expand-lg .navbar-nav {
5632    flex-direction: row;
5633  }
5634
5635  .navbar-expand-lg .navbar-nav .dropdown-menu {
5636    position: absolute;
5637  }
5638
5639  .navbar-expand-lg .navbar-nav .nav-link {
5640    padding-right: 1rem;
5641    padding-left: 1rem;
5642  }
5643
5644  .navbar-expand-lg > .container,
5645.navbar-expand-lg > .container-fluid,
5646.navbar-expand-lg > .container-sm,
5647.navbar-expand-lg > .container-md,
5648.navbar-expand-lg > .container-lg,
5649.navbar-expand-lg > .container-xl {
5650    flex-wrap: nowrap;
5651  }
5652
5653  .navbar-expand-lg .navbar-collapse {
5654    display: flex !important;
5655    flex-basis: auto;
5656  }
5657
5658  .navbar-expand-lg .navbar-toggler {
5659    display: none;
5660  }
5661}
5662@media (max-width: 1199.98px) {
5663  .navbar-expand-xl > .container,
5664.navbar-expand-xl > .container-fluid,
5665.navbar-expand-xl > .container-sm,
5666.navbar-expand-xl > .container-md,
5667.navbar-expand-xl > .container-lg,
5668.navbar-expand-xl > .container-xl {
5669    padding-right: 0;
5670    padding-left: 0;
5671  }
5672}
5673@media (min-width: 1200px) {
5674  .navbar-expand-xl {
5675    flex-flow: row nowrap;
5676    justify-content: flex-start;
5677  }
5678
5679  .navbar-expand-xl .navbar-nav {
5680    flex-direction: row;
5681  }
5682
5683  .navbar-expand-xl .navbar-nav .dropdown-menu {
5684    position: absolute;
5685  }
5686
5687  .navbar-expand-xl .navbar-nav .nav-link {
5688    padding-right: 1rem;
5689    padding-left: 1rem;
5690  }
5691
5692  .navbar-expand-xl > .container,
5693.navbar-expand-xl > .container-fluid,
5694.navbar-expand-xl > .container-sm,
5695.navbar-expand-xl > .container-md,
5696.navbar-expand-xl > .container-lg,
5697.navbar-expand-xl > .container-xl {
5698    flex-wrap: nowrap;
5699  }
5700
5701  .navbar-expand-xl .navbar-collapse {
5702    display: flex !important;
5703    flex-basis: auto;
5704  }
5705
5706  .navbar-expand-xl .navbar-toggler {
5707    display: none;
5708  }
5709}
5710.navbar-expand {
5711  flex-flow: row nowrap;
5712  justify-content: flex-start;
5713}
5714
5715.navbar-expand > .container,
5716.navbar-expand > .container-fluid,
5717.navbar-expand > .container-sm,
5718.navbar-expand > .container-md,
5719.navbar-expand > .container-lg,
5720.navbar-expand > .container-xl {
5721  padding-right: 0;
5722  padding-left: 0;
5723}
5724
5725.navbar-expand .navbar-nav {
5726  flex-direction: row;
5727}
5728
5729.navbar-expand .navbar-nav .dropdown-menu {
5730  position: absolute;
5731}
5732
5733.navbar-expand .navbar-nav .nav-link {
5734  padding-right: 1rem;
5735  padding-left: 1rem;
5736}
5737
5738.navbar-expand > .container,
5739.navbar-expand > .container-fluid,
5740.navbar-expand > .container-sm,
5741.navbar-expand > .container-md,
5742.navbar-expand > .container-lg,
5743.navbar-expand > .container-xl {
5744  flex-wrap: nowrap;
5745}
5746
5747.navbar-expand .navbar-collapse {
5748  display: flex !important;
5749  flex-basis: auto;
5750}
5751
5752.navbar-expand .navbar-toggler {
5753  display: none;
5754}
5755
5756.navbar-light .navbar-brand {
5757  color: rgba(0, 0, 0, 0.9);
5758}
5759
5760.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
5761  color: rgba(0, 0, 0, 0.9);
5762}
5763
5764.navbar-light .navbar-nav .nav-link {
5765  color: rgba(0, 0, 0, 0.5);
5766}
5767
5768.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
5769  color: rgba(0, 0, 0, 0.7);
5770}
5771
5772.navbar-light .navbar-nav .nav-link.disabled {
5773  color: rgba(0, 0, 0, 0.3);
5774}
5775
5776.navbar-light .navbar-nav .show > .nav-link,
5777.navbar-light .navbar-nav .active > .nav-link,
5778.navbar-light .navbar-nav .nav-link.show,
5779.navbar-light .navbar-nav .nav-link.active {
5780  color: rgba(0, 0, 0, 0.9);
5781}
5782
5783.navbar-light .navbar-toggler {
5784  color: rgba(0, 0, 0, 0.5);
5785  border-color: transparent;
5786}
5787
5788.navbar-light .navbar-toggler-icon {
5789  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
5790}
5791
5792.navbar-light .navbar-text {
5793  color: rgba(0, 0, 0, 0.5);
5794}
5795
5796.navbar-light .navbar-text a {
5797  color: rgba(0, 0, 0, 0.9);
5798}
5799
5800.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
5801  color: rgba(0, 0, 0, 0.9);
5802}
5803
5804.navbar-dark .navbar-brand {
5805  color: rgba(255, 255, 255, 0.65);
5806}
5807
5808.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
5809  color: rgba(255, 255, 255, 0.65);
5810}
5811
5812.navbar-dark .navbar-nav .nav-link {
5813  color: rgba(255, 255, 255, 0.95);
5814}
5815
5816.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
5817  color: rgba(255, 255, 255, 0.65);
5818}
5819
5820.navbar-dark .navbar-nav .nav-link.disabled {
5821  color: rgba(255, 255, 255, 0.25);
5822}
5823
5824.navbar-dark .navbar-nav .show > .nav-link,
5825.navbar-dark .navbar-nav .active > .nav-link,
5826.navbar-dark .navbar-nav .nav-link.show,
5827.navbar-dark .navbar-nav .nav-link.active {
5828  color: rgba(255, 255, 255, 0.65);
5829}
5830
5831.navbar-dark .navbar-toggler {
5832  color: rgba(255, 255, 255, 0.95);
5833  border-color: transparent;
5834}
5835
5836.navbar-dark .navbar-toggler-icon {
5837  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
5838}
5839
5840.navbar-dark .navbar-text {
5841  color: rgba(255, 255, 255, 0.95);
5842}
5843
5844.navbar-dark .navbar-text a {
5845  color: rgba(255, 255, 255, 0.65);
5846}
5847
5848.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
5849  color: rgba(255, 255, 255, 0.65);
5850}
5851
5852.card, #dw__login {
5853  position: relative;
5854  display: flex;
5855  flex-direction: column;
5856  min-width: 0;
5857  word-wrap: break-word;
5858  background-color: #fff;
5859  background-clip: border-box;
5860  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
5861  border-radius: 0.25rem;
5862}
5863
5864.card > hr, #dw__login > hr {
5865  margin-right: 0;
5866  margin-left: 0;
5867}
5868
5869.card > .list-group, #dw__login > .list-group {
5870  border-top: inherit;
5871  border-bottom: inherit;
5872}
5873
5874.card > .list-group:first-child, #dw__login > .list-group:first-child {
5875  border-top-width: 0;
5876  border-top-left-radius: calc(0.25rem - 0.0625rem);
5877  border-top-right-radius: calc(0.25rem - 0.0625rem);
5878}
5879
5880.card > .list-group:last-child, #dw__login > .list-group:last-child {
5881  border-bottom-width: 0;
5882  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
5883  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
5884}
5885
5886.card-body {
5887  flex: 1 1 auto;
5888  min-height: 1px;
5889  padding: 1.5rem;
5890}
5891
5892.card-title {
5893  margin-bottom: 1.25rem;
5894}
5895
5896.card-subtitle {
5897  margin-top: -0.625rem;
5898  margin-bottom: 0;
5899}
5900
5901.card-text:last-child {
5902  margin-bottom: 0;
5903}
5904
5905.card-link:hover {
5906  text-decoration: none;
5907}
5908
5909.card-link + .card-link {
5910  margin-left: 1.5rem;
5911}
5912
5913.card-header {
5914  padding: 1.25rem 1.5rem;
5915  margin-bottom: 0;
5916  background-color: #f6f9fc;
5917  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
5918}
5919
5920.card-header:first-child {
5921  border-radius: calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem) 0 0;
5922}
5923
5924.card-header + .list-group .list-group-item:first-child {
5925  border-top: 0;
5926}
5927
5928.card-footer {
5929  padding: 1.25rem 1.5rem;
5930  background-color: #f6f9fc;
5931  border-top: 0.0625rem solid rgba(0, 0, 0, 0.05);
5932}
5933
5934.card-footer:last-child {
5935  border-radius: 0 0 calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem);
5936}
5937
5938.card-header-tabs {
5939  margin-right: -0.75rem;
5940  margin-bottom: -1.25rem;
5941  margin-left: -0.75rem;
5942  border-bottom: 0;
5943}
5944
5945.card-header-pills {
5946  margin-right: -0.75rem;
5947  margin-left: -0.75rem;
5948}
5949
5950.card-img-overlay {
5951  position: absolute;
5952  top: 0;
5953  right: 0;
5954  bottom: 0;
5955  left: 0;
5956  padding: 1.25rem;
5957}
5958
5959.card-img,
5960.card-img-top,
5961.card-img-bottom {
5962  flex-shrink: 0;
5963  width: 100%;
5964}
5965
5966.card-img,
5967.card-img-top {
5968  border-top-left-radius: calc(0.25rem - 0.0625rem);
5969  border-top-right-radius: calc(0.25rem - 0.0625rem);
5970}
5971
5972.card-img,
5973.card-img-bottom {
5974  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
5975  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
5976}
5977
5978.card-deck .card, .card-deck #dw__login {
5979  margin-bottom: 15px;
5980}
5981
5982@media (min-width: 576px) {
5983  .card-deck {
5984    display: flex;
5985    flex-flow: row wrap;
5986    margin-right: -15px;
5987    margin-left: -15px;
5988  }
5989
5990  .card-deck .card, .card-deck #dw__login {
5991    flex: 1 0 0%;
5992    margin-right: 15px;
5993    margin-bottom: 0;
5994    margin-left: 15px;
5995  }
5996}
5997.card-group > .card, .card-group > #dw__login {
5998  margin-bottom: 15px;
5999}
6000
6001@media (min-width: 576px) {
6002  .card-group {
6003    display: flex;
6004    flex-flow: row wrap;
6005  }
6006
6007  .card-group > .card, .card-group > #dw__login {
6008    flex: 1 0 0%;
6009    margin-bottom: 0;
6010  }
6011
6012  .card-group > .card + .card, .card-group > #dw__login + .card, .card-group > .card + #dw__login, .card-group > #dw__login + #dw__login {
6013    margin-left: 0;
6014    border-left: 0;
6015  }
6016
6017  .card-group > .card:not(:last-child), .card-group > #dw__login:not(:last-child) {
6018    border-top-right-radius: 0;
6019    border-bottom-right-radius: 0;
6020  }
6021
6022  .card-group > .card:not(:last-child) .card-img-top, .card-group > #dw__login:not(:last-child) .card-img-top,
6023.card-group > .card:not(:last-child) .card-header,
6024.card-group > #dw__login:not(:last-child) .card-header {
6025    border-top-right-radius: 0;
6026  }
6027
6028  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > #dw__login:not(:last-child) .card-img-bottom,
6029.card-group > .card:not(:last-child) .card-footer,
6030.card-group > #dw__login:not(:last-child) .card-footer {
6031    border-bottom-right-radius: 0;
6032  }
6033
6034  .card-group > .card:not(:first-child), .card-group > #dw__login:not(:first-child) {
6035    border-top-left-radius: 0;
6036    border-bottom-left-radius: 0;
6037  }
6038
6039  .card-group > .card:not(:first-child) .card-img-top, .card-group > #dw__login:not(:first-child) .card-img-top,
6040.card-group > .card:not(:first-child) .card-header,
6041.card-group > #dw__login:not(:first-child) .card-header {
6042    border-top-left-radius: 0;
6043  }
6044
6045  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > #dw__login:not(:first-child) .card-img-bottom,
6046.card-group > .card:not(:first-child) .card-footer,
6047.card-group > #dw__login:not(:first-child) .card-footer {
6048    border-bottom-left-radius: 0;
6049  }
6050}
6051.card-columns .card, .card-columns #dw__login {
6052  margin-bottom: 1.25rem;
6053}
6054
6055@media (min-width: 576px) {
6056  .card-columns {
6057    column-count: 3;
6058    column-gap: 1.25rem;
6059    orphans: 1;
6060    widows: 1;
6061  }
6062
6063  .card-columns .card, .card-columns #dw__login {
6064    display: inline-block;
6065    width: 100%;
6066  }
6067}
6068.accordion > .card, .accordion > #dw__login {
6069  overflow: hidden;
6070}
6071
6072.accordion > .card:not(:last-of-type), .accordion > #dw__login:not(:last-of-type) {
6073  border-bottom: 0;
6074  border-bottom-right-radius: 0;
6075  border-bottom-left-radius: 0;
6076}
6077
6078.accordion > .card:not(:first-of-type), .accordion > #dw__login:not(:first-of-type) {
6079  border-top-left-radius: 0;
6080  border-top-right-radius: 0;
6081}
6082
6083.accordion > .card > .card-header, .accordion > #dw__login > .card-header {
6084  border-radius: 0;
6085  margin-bottom: -0.0625rem;
6086}
6087
6088.breadcrumb {
6089  display: flex;
6090  flex-wrap: wrap;
6091  padding: 0.75rem 1rem;
6092  margin-bottom: 1rem;
6093  list-style: none;
6094  background-color: #e9ecef;
6095  border-radius: 0.25rem;
6096}
6097
6098.breadcrumb-item {
6099  display: flex;
6100}
6101
6102.breadcrumb-item + .breadcrumb-item {
6103  padding-left: 0.5rem;
6104}
6105
6106.breadcrumb-item + .breadcrumb-item::before {
6107  display: inline-block;
6108  padding-right: 0.5rem;
6109  color: #8898aa;
6110  content: "/";
6111}
6112
6113.breadcrumb-item + .breadcrumb-item:hover::before {
6114  text-decoration: underline;
6115}
6116
6117.breadcrumb-item + .breadcrumb-item:hover::before {
6118  text-decoration: none;
6119}
6120
6121.breadcrumb-item.active {
6122  color: #8898aa;
6123}
6124
6125.pagination {
6126  display: flex;
6127  padding-left: 0;
6128  list-style: none;
6129  border-radius: 0.25rem;
6130}
6131
6132.page-link {
6133  position: relative;
6134  display: block;
6135  padding: 0.5rem 0.75rem;
6136  margin-left: -0.0625rem;
6137  line-height: 1.25;
6138  color: #8898aa;
6139  background-color: #fff;
6140  border: 0.0625rem solid #dee2e6;
6141}
6142
6143.page-link:hover {
6144  z-index: 2;
6145  color: #8898aa;
6146  text-decoration: none;
6147  background-color: #dee2e6;
6148  border-color: #dee2e6;
6149}
6150
6151.page-link:focus {
6152  z-index: 3;
6153  outline: 0;
6154  box-shadow: none;
6155}
6156
6157.page-item:first-child .page-link {
6158  margin-left: 0;
6159  border-top-left-radius: 0.25rem;
6160  border-bottom-left-radius: 0.25rem;
6161}
6162
6163.page-item:last-child .page-link {
6164  border-top-right-radius: 0.25rem;
6165  border-bottom-right-radius: 0.25rem;
6166}
6167
6168.page-item.active .page-link {
6169  z-index: 3;
6170  color: #fff;
6171  background-color: #5e72e4;
6172  border-color: #5e72e4;
6173}
6174
6175.page-item.disabled .page-link {
6176  color: #8898aa;
6177  pointer-events: none;
6178  cursor: auto;
6179  background-color: #fff;
6180  border-color: #dee2e6;
6181}
6182
6183.pagination-lg .page-link {
6184  padding: 0.75rem 1.5rem;
6185  font-size: 1.25rem;
6186  line-height: 1.5;
6187}
6188
6189.pagination-lg .page-item:first-child .page-link {
6190  border-top-left-radius: 0.3rem;
6191  border-bottom-left-radius: 0.3rem;
6192}
6193
6194.pagination-lg .page-item:last-child .page-link {
6195  border-top-right-radius: 0.3rem;
6196  border-bottom-right-radius: 0.3rem;
6197}
6198
6199.pagination-sm .page-link {
6200  padding: 0.25rem 0.5rem;
6201  font-size: 0.875rem;
6202  line-height: 1.5;
6203}
6204
6205.pagination-sm .page-item:first-child .page-link {
6206  border-top-left-radius: 0.2rem;
6207  border-bottom-left-radius: 0.2rem;
6208}
6209
6210.pagination-sm .page-item:last-child .page-link {
6211  border-top-right-radius: 0.2rem;
6212  border-bottom-right-radius: 0.2rem;
6213}
6214
6215.badge {
6216  display: inline-block;
6217  padding: 0.35rem 0.375rem;
6218  font-size: 66%;
6219  font-weight: 600;
6220  line-height: 1;
6221  text-align: center;
6222  white-space: nowrap;
6223  vertical-align: baseline;
6224  border-radius: 0.25rem;
6225  transition: all 0.15s ease;
6226}
6227
6228@media (prefers-reduced-motion: reduce) {
6229  .badge {
6230    transition: none;
6231  }
6232}
6233a.badge:hover, a.badge:focus {
6234  text-decoration: none;
6235}
6236
6237.badge:empty {
6238  display: none;
6239}
6240
6241.btn .badge, #dw__login button .badge, .qq-upload-button .badge, .toggleAssistant .badge, .doku_form .no button .badge, #tool__bar button .badge, #dokuwiki__content .editButtons button .badge, #dokuwiki__content #page__revisions button .badge, #dokuwiki__content .secedit button .badge, button .badge {
6242  position: relative;
6243  top: -1px;
6244}
6245
6246.badge-pill {
6247  padding-right: 0.875em;
6248  padding-left: 0.875em;
6249  border-radius: 10rem;
6250}
6251
6252.badge-primary {
6253  color: #fff;
6254  background-color: #5e72e4;
6255}
6256
6257a.badge-primary:hover, a.badge-primary:focus {
6258  color: #fff;
6259  background-color: #324cdd;
6260}
6261
6262a.badge-primary:focus, a.badge-primary.focus {
6263  outline: 0;
6264  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
6265}
6266
6267.badge-secondary {
6268  color: #212529;
6269  background-color: #f4f5f7;
6270}
6271
6272a.badge-secondary:hover, a.badge-secondary:focus {
6273  color: #212529;
6274  background-color: #d6dae2;
6275}
6276
6277a.badge-secondary:focus, a.badge-secondary.focus {
6278  outline: 0;
6279  box-shadow: 0 0 0 0 rgba(244, 245, 247, 0.5);
6280}
6281
6282.badge-success {
6283  color: #fff;
6284  background-color: #2dce89;
6285}
6286
6287a.badge-success:hover, a.badge-success:focus {
6288  color: #fff;
6289  background-color: #24a46d;
6290}
6291
6292a.badge-success:focus, a.badge-success.focus {
6293  outline: 0;
6294  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
6295}
6296
6297.badge-info {
6298  color: #fff;
6299  background-color: #11cdef;
6300}
6301
6302a.badge-info:hover, a.badge-info:focus {
6303  color: #fff;
6304  background-color: #0da5c0;
6305}
6306
6307a.badge-info:focus, a.badge-info.focus {
6308  outline: 0;
6309  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
6310}
6311
6312.badge-warning {
6313  color: #fff;
6314  background-color: #fb6340;
6315}
6316
6317a.badge-warning:hover, a.badge-warning:focus {
6318  color: #fff;
6319  background-color: #fa3a0e;
6320}
6321
6322a.badge-warning:focus, a.badge-warning.focus {
6323  outline: 0;
6324  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
6325}
6326
6327.badge-danger {
6328  color: #fff;
6329  background-color: #f5365c;
6330}
6331
6332a.badge-danger:hover, a.badge-danger:focus {
6333  color: #fff;
6334  background-color: #ec0c38;
6335}
6336
6337a.badge-danger:focus, a.badge-danger.focus {
6338  outline: 0;
6339  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
6340}
6341
6342.badge-light {
6343  color: #fff;
6344  background-color: #adb5bd;
6345}
6346
6347a.badge-light:hover, a.badge-light:focus {
6348  color: #fff;
6349  background-color: #919ca6;
6350}
6351
6352a.badge-light:focus, a.badge-light.focus {
6353  outline: 0;
6354  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
6355}
6356
6357.badge-dark {
6358  color: #fff;
6359  background-color: #212529;
6360}
6361
6362a.badge-dark:hover, a.badge-dark:focus {
6363  color: #fff;
6364  background-color: #0a0c0d;
6365}
6366
6367a.badge-dark:focus, a.badge-dark.focus {
6368  outline: 0;
6369  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
6370}
6371
6372.badge-default {
6373  color: #fff;
6374  background-color: #172b4d;
6375}
6376
6377a.badge-default:hover, a.badge-default:focus {
6378  color: #fff;
6379  background-color: #0b1526;
6380}
6381
6382a.badge-default:focus, a.badge-default.focus {
6383  outline: 0;
6384  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
6385}
6386
6387.badge-white {
6388  color: #212529;
6389  background-color: #fff;
6390}
6391
6392a.badge-white:hover, a.badge-white:focus {
6393  color: #212529;
6394  background-color: #e6e6e6;
6395}
6396
6397a.badge-white:focus, a.badge-white.focus {
6398  outline: 0;
6399  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
6400}
6401
6402.badge-neutral {
6403  color: #212529;
6404  background-color: #fff;
6405}
6406
6407a.badge-neutral:hover, a.badge-neutral:focus {
6408  color: #212529;
6409  background-color: #e6e6e6;
6410}
6411
6412a.badge-neutral:focus, a.badge-neutral.focus {
6413  outline: 0;
6414  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
6415}
6416
6417.badge-darker {
6418  color: #fff;
6419  background-color: black;
6420}
6421
6422a.badge-darker:hover, a.badge-darker:focus {
6423  color: #fff;
6424  background-color: black;
6425}
6426
6427a.badge-darker:focus, a.badge-darker.focus {
6428  outline: 0;
6429  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
6430}
6431
6432.jumbotron {
6433  padding: 2rem 1rem;
6434  margin-bottom: 2rem;
6435  background-color: #e9ecef;
6436  border-radius: 0.3rem;
6437}
6438
6439@media (min-width: 576px) {
6440  .jumbotron {
6441    padding: 4rem 2rem;
6442  }
6443}
6444.jumbotron-fluid {
6445  padding-right: 0;
6446  padding-left: 0;
6447  border-radius: 0;
6448}
6449
6450.alert {
6451  position: relative;
6452  padding: 1rem 1.5rem;
6453  margin-bottom: 1rem;
6454  border: 0.0625rem solid transparent;
6455  border-radius: 0.25rem;
6456}
6457
6458.alert-heading {
6459  color: inherit;
6460}
6461
6462.alert-link {
6463  font-weight: 600;
6464}
6465
6466.alert-dismissible {
6467  padding-right: 4.5rem;
6468}
6469
6470.alert-dismissible .close {
6471  position: absolute;
6472  top: 0;
6473  right: 0;
6474  padding: 1rem 1.5rem;
6475  color: inherit;
6476}
6477
6478.alert-primary {
6479  color: #5e72e4;
6480  background-color: #7889e8;
6481  border-color: #7889e8;
6482}
6483
6484.alert-primary hr {
6485  border-top-color: #6276e4;
6486}
6487
6488.alert-primary .alert-link {
6489  color: #324cdd;
6490}
6491
6492.alert-secondary {
6493  color: #f4f5f7;
6494  background-color: #f6f7f8;
6495  border-color: #f6f7f8;
6496}
6497
6498.alert-secondary hr {
6499  border-top-color: #e8eaed;
6500}
6501
6502.alert-secondary .alert-link {
6503  color: #d6dae2;
6504}
6505
6506.alert-success {
6507  color: #2dce89;
6508  background-color: #4fd69c;
6509  border-color: #4fd69c;
6510}
6511
6512.alert-success hr {
6513  border-top-color: #3ad190;
6514}
6515
6516.alert-success .alert-link {
6517  color: #24a46d;
6518}
6519
6520.alert-info {
6521  color: #11cdef;
6522  background-color: #37d5f2;
6523  border-color: #37d5f2;
6524}
6525
6526.alert-info hr {
6527  border-top-color: #1fd0f0;
6528}
6529
6530.alert-info .alert-link {
6531  color: #0da5c0;
6532}
6533
6534.alert-warning {
6535  color: #fb6340;
6536  background-color: #fc7c5f;
6537  border-color: #fc7c5f;
6538}
6539
6540.alert-warning hr {
6541  border-top-color: #fc6846;
6542}
6543
6544.alert-warning .alert-link {
6545  color: #fa3a0e;
6546}
6547
6548.alert-danger {
6549  color: #f5365c;
6550  background-color: #f75676;
6551  border-color: #f75676;
6552}
6553
6554.alert-danger hr {
6555  border-top-color: #f63e62;
6556}
6557
6558.alert-danger .alert-link {
6559  color: #ec0c38;
6560}
6561
6562.alert-light {
6563  color: #adb5bd;
6564  background-color: #bac1c8;
6565  border-color: #bac1c8;
6566}
6567
6568.alert-light hr {
6569  border-top-color: #acb4bd;
6570}
6571
6572.alert-light .alert-link {
6573  color: #919ca6;
6574}
6575
6576.alert-dark {
6577  color: #212529;
6578  background-color: #45484b;
6579  border-color: #45484b;
6580}
6581
6582.alert-dark hr {
6583  border-top-color: #393b3e;
6584}
6585
6586.alert-dark .alert-link {
6587  color: #0a0c0d;
6588}
6589
6590.alert-default {
6591  color: #172b4d;
6592  background-color: #3c4d69;
6593  border-color: #3c4d69;
6594}
6595
6596.alert-default hr {
6597  border-top-color: #334159;
6598}
6599
6600.alert-default .alert-link {
6601  color: #0b1526;
6602}
6603
6604.alert-white {
6605  color: white;
6606  background-color: white;
6607  border-color: white;
6608}
6609
6610.alert-white hr {
6611  border-top-color: #f2f2f2;
6612}
6613
6614.alert-white .alert-link {
6615  color: #e6e6e6;
6616}
6617
6618.alert-neutral {
6619  color: white;
6620  background-color: white;
6621  border-color: white;
6622}
6623
6624.alert-neutral hr {
6625  border-top-color: #f2f2f2;
6626}
6627
6628.alert-neutral .alert-link {
6629  color: #e6e6e6;
6630}
6631
6632.alert-darker {
6633  color: black;
6634  background-color: #292929;
6635  border-color: #292929;
6636}
6637
6638.alert-darker hr {
6639  border-top-color: #1c1c1c;
6640}
6641
6642.alert-darker .alert-link {
6643  color: black;
6644}
6645
6646@keyframes progress-bar-stripes {
6647  from {
6648    background-position: 1rem 0;
6649  }
6650  to {
6651    background-position: 0 0;
6652  }
6653}
6654.progress {
6655  display: flex;
6656  height: 1rem;
6657  overflow: hidden;
6658  line-height: 0;
6659  font-size: 0.75rem;
6660  background-color: #e9ecef;
6661  border-radius: 0.25rem;
6662  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
6663}
6664
6665.progress-bar {
6666  display: flex;
6667  flex-direction: column;
6668  justify-content: center;
6669  overflow: hidden;
6670  color: #fff;
6671  text-align: center;
6672  white-space: nowrap;
6673  background-color: #5e72e4;
6674  transition: width 0.6s ease;
6675}
6676
6677@media (prefers-reduced-motion: reduce) {
6678  .progress-bar {
6679    transition: none;
6680  }
6681}
6682.progress-bar-striped {
6683  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
6684  background-size: 1rem 1rem;
6685}
6686
6687.progress-bar-animated {
6688  animation: progress-bar-stripes 1s linear infinite;
6689}
6690
6691@media (prefers-reduced-motion: reduce) {
6692  .progress-bar-animated {
6693    animation: none;
6694  }
6695}
6696.media {
6697  display: flex;
6698  align-items: flex-start;
6699}
6700
6701.media-body {
6702  flex: 1;
6703}
6704
6705.list-group {
6706  display: flex;
6707  flex-direction: column;
6708  padding-left: 0;
6709  margin-bottom: 0;
6710  border-radius: 0.25rem;
6711}
6712
6713.list-group-item-action {
6714  width: 100%;
6715  color: #525f7f;
6716  text-align: inherit;
6717}
6718
6719.list-group-item-action:hover, .list-group-item-action:focus {
6720  z-index: 1;
6721  color: #525f7f;
6722  text-decoration: none;
6723  background-color: #f6f9fc;
6724}
6725
6726.list-group-item-action:active {
6727  color: #525f7f;
6728  background-color: #e9ecef;
6729}
6730
6731.list-group-item {
6732  position: relative;
6733  display: block;
6734  padding: 1rem 1rem;
6735  background-color: #fff;
6736  border: 0.0625rem solid #e9ecef;
6737}
6738
6739.list-group-item:first-child {
6740  border-top-left-radius: inherit;
6741  border-top-right-radius: inherit;
6742}
6743
6744.list-group-item:last-child {
6745  border-bottom-right-radius: inherit;
6746  border-bottom-left-radius: inherit;
6747}
6748
6749.list-group-item.disabled, .list-group-item:disabled {
6750  color: #8898aa;
6751  pointer-events: none;
6752  background-color: #fff;
6753}
6754
6755.list-group-item.active {
6756  z-index: 2;
6757  color: #fff;
6758  background-color: #5e72e4;
6759  border-color: #5e72e4;
6760}
6761
6762.list-group-item + .list-group-item {
6763  border-top-width: 0;
6764}
6765
6766.list-group-item + .list-group-item.active {
6767  margin-top: -0.0625rem;
6768  border-top-width: 0.0625rem;
6769}
6770
6771.list-group-horizontal {
6772  flex-direction: row;
6773}
6774
6775.list-group-horizontal > .list-group-item:first-child {
6776  border-bottom-left-radius: 0.25rem;
6777  border-top-right-radius: 0;
6778}
6779
6780.list-group-horizontal > .list-group-item:last-child {
6781  border-top-right-radius: 0.25rem;
6782  border-bottom-left-radius: 0;
6783}
6784
6785.list-group-horizontal > .list-group-item.active {
6786  margin-top: 0;
6787}
6788
6789.list-group-horizontal > .list-group-item + .list-group-item {
6790  border-top-width: 0.0625rem;
6791  border-left-width: 0;
6792}
6793
6794.list-group-horizontal > .list-group-item + .list-group-item.active {
6795  margin-left: -0.0625rem;
6796  border-left-width: 0.0625rem;
6797}
6798
6799@media (min-width: 576px) {
6800  .list-group-horizontal-sm {
6801    flex-direction: row;
6802  }
6803
6804  .list-group-horizontal-sm > .list-group-item:first-child {
6805    border-bottom-left-radius: 0.25rem;
6806    border-top-right-radius: 0;
6807  }
6808
6809  .list-group-horizontal-sm > .list-group-item:last-child {
6810    border-top-right-radius: 0.25rem;
6811    border-bottom-left-radius: 0;
6812  }
6813
6814  .list-group-horizontal-sm > .list-group-item.active {
6815    margin-top: 0;
6816  }
6817
6818  .list-group-horizontal-sm > .list-group-item + .list-group-item {
6819    border-top-width: 0.0625rem;
6820    border-left-width: 0;
6821  }
6822
6823  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
6824    margin-left: -0.0625rem;
6825    border-left-width: 0.0625rem;
6826  }
6827}
6828@media (min-width: 768px) {
6829  .list-group-horizontal-md {
6830    flex-direction: row;
6831  }
6832
6833  .list-group-horizontal-md > .list-group-item:first-child {
6834    border-bottom-left-radius: 0.25rem;
6835    border-top-right-radius: 0;
6836  }
6837
6838  .list-group-horizontal-md > .list-group-item:last-child {
6839    border-top-right-radius: 0.25rem;
6840    border-bottom-left-radius: 0;
6841  }
6842
6843  .list-group-horizontal-md > .list-group-item.active {
6844    margin-top: 0;
6845  }
6846
6847  .list-group-horizontal-md > .list-group-item + .list-group-item {
6848    border-top-width: 0.0625rem;
6849    border-left-width: 0;
6850  }
6851
6852  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
6853    margin-left: -0.0625rem;
6854    border-left-width: 0.0625rem;
6855  }
6856}
6857@media (min-width: 992px) {
6858  .list-group-horizontal-lg {
6859    flex-direction: row;
6860  }
6861
6862  .list-group-horizontal-lg > .list-group-item:first-child {
6863    border-bottom-left-radius: 0.25rem;
6864    border-top-right-radius: 0;
6865  }
6866
6867  .list-group-horizontal-lg > .list-group-item:last-child {
6868    border-top-right-radius: 0.25rem;
6869    border-bottom-left-radius: 0;
6870  }
6871
6872  .list-group-horizontal-lg > .list-group-item.active {
6873    margin-top: 0;
6874  }
6875
6876  .list-group-horizontal-lg > .list-group-item + .list-group-item {
6877    border-top-width: 0.0625rem;
6878    border-left-width: 0;
6879  }
6880
6881  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
6882    margin-left: -0.0625rem;
6883    border-left-width: 0.0625rem;
6884  }
6885}
6886@media (min-width: 1200px) {
6887  .list-group-horizontal-xl {
6888    flex-direction: row;
6889  }
6890
6891  .list-group-horizontal-xl > .list-group-item:first-child {
6892    border-bottom-left-radius: 0.25rem;
6893    border-top-right-radius: 0;
6894  }
6895
6896  .list-group-horizontal-xl > .list-group-item:last-child {
6897    border-top-right-radius: 0.25rem;
6898    border-bottom-left-radius: 0;
6899  }
6900
6901  .list-group-horizontal-xl > .list-group-item.active {
6902    margin-top: 0;
6903  }
6904
6905  .list-group-horizontal-xl > .list-group-item + .list-group-item {
6906    border-top-width: 0.0625rem;
6907    border-left-width: 0;
6908  }
6909
6910  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
6911    margin-left: -0.0625rem;
6912    border-left-width: 0.0625rem;
6913  }
6914}
6915.list-group-flush {
6916  border-radius: 0;
6917}
6918
6919.list-group-flush > .list-group-item {
6920  border-width: 0 0 0.0625rem;
6921}
6922
6923.list-group-flush > .list-group-item:last-child {
6924  border-bottom-width: 0;
6925}
6926
6927.list-group-item-primary {
6928  color: #313b77;
6929  background-color: #d2d8f7;
6930}
6931
6932.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
6933  color: #313b77;
6934  background-color: #bcc5f3;
6935}
6936
6937.list-group-item-primary.list-group-item-action.active {
6938  color: #fff;
6939  background-color: #313b77;
6940  border-color: #313b77;
6941}
6942
6943.list-group-item-secondary {
6944  color: #7f7f80;
6945  background-color: #fcfcfd;
6946}
6947
6948.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
6949  color: #7f7f80;
6950  background-color: #ededf3;
6951}
6952
6953.list-group-item-secondary.list-group-item-action.active {
6954  color: #fff;
6955  background-color: #7f7f80;
6956  border-color: #7f7f80;
6957}
6958
6959.list-group-item-success {
6960  color: #176b47;
6961  background-color: #c4f1de;
6962}
6963
6964.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
6965  color: #176b47;
6966  background-color: #afecd2;
6967}
6968
6969.list-group-item-success.list-group-item-action.active {
6970  color: #fff;
6971  background-color: #176b47;
6972  border-color: #176b47;
6973}
6974
6975.list-group-item-info {
6976  color: #096b7c;
6977  background-color: #bcf1fb;
6978}
6979
6980.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
6981  color: #096b7c;
6982  background-color: #a4ecfa;
6983}
6984
6985.list-group-item-info.list-group-item-action.active {
6986  color: #fff;
6987  background-color: #096b7c;
6988  border-color: #096b7c;
6989}
6990
6991.list-group-item-warning {
6992  color: #833321;
6993  background-color: #fed3ca;
6994}
6995
6996.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
6997  color: #833321;
6998  background-color: #febeb1;
6999}
7000
7001.list-group-item-warning.list-group-item-action.active {
7002  color: #fff;
7003  background-color: #833321;
7004  border-color: #833321;
7005}
7006
7007.list-group-item-danger {
7008  color: #7f1c30;
7009  background-color: #fcc7d1;
7010}
7011
7012.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
7013  color: #7f1c30;
7014  background-color: #fbafbd;
7015}
7016
7017.list-group-item-danger.list-group-item-action.active {
7018  color: #fff;
7019  background-color: #7f1c30;
7020  border-color: #7f1c30;
7021}
7022
7023.list-group-item-light {
7024  color: #5a5e62;
7025  background-color: #e8eaed;
7026}
7027
7028.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
7029  color: #5a5e62;
7030  background-color: #dadde2;
7031}
7032
7033.list-group-item-light.list-group-item-action.active {
7034  color: #fff;
7035  background-color: #5a5e62;
7036  border-color: #5a5e62;
7037}
7038
7039.list-group-item-dark {
7040  color: #111315;
7041  background-color: #c1c2c3;
7042}
7043
7044.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
7045  color: #111315;
7046  background-color: #b4b5b6;
7047}
7048
7049.list-group-item-dark.list-group-item-action.active {
7050  color: #fff;
7051  background-color: #111315;
7052  border-color: #111315;
7053}
7054
7055.list-group-item-default {
7056  color: #0c1628;
7057  background-color: #bec4cd;
7058}
7059
7060.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
7061  color: #0c1628;
7062  background-color: #b0b7c2;
7063}
7064
7065.list-group-item-default.list-group-item-action.active {
7066  color: #fff;
7067  background-color: #0c1628;
7068  border-color: #0c1628;
7069}
7070
7071.list-group-item-white {
7072  color: #858585;
7073  background-color: white;
7074}
7075
7076.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
7077  color: #858585;
7078  background-color: #f2f2f2;
7079}
7080
7081.list-group-item-white.list-group-item-action.active {
7082  color: #fff;
7083  background-color: #858585;
7084  border-color: #858585;
7085}
7086
7087.list-group-item-neutral {
7088  color: #858585;
7089  background-color: white;
7090}
7091
7092.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus {
7093  color: #858585;
7094  background-color: #f2f2f2;
7095}
7096
7097.list-group-item-neutral.list-group-item-action.active {
7098  color: #fff;
7099  background-color: #858585;
7100  border-color: #858585;
7101}
7102
7103.list-group-item-darker {
7104  color: black;
7105  background-color: #b8b8b8;
7106}
7107
7108.list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
7109  color: black;
7110  background-color: #ababab;
7111}
7112
7113.list-group-item-darker.list-group-item-action.active {
7114  color: #fff;
7115  background-color: black;
7116  border-color: black;
7117}
7118
7119.close {
7120  float: right;
7121  font-size: 1.5rem;
7122  font-weight: 600;
7123  line-height: 1;
7124  color: rgba(0, 0, 0, 0.6);
7125  text-shadow: none;
7126  opacity: 0.5;
7127}
7128
7129.close:hover {
7130  color: rgba(0, 0, 0, 0.6);
7131  text-decoration: none;
7132}
7133
7134.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
7135  opacity: 0.75;
7136}
7137
7138button.close {
7139  padding: 0;
7140  background-color: transparent;
7141  border: 0;
7142}
7143
7144a.close.disabled {
7145  pointer-events: none;
7146}
7147
7148.toast {
7149  max-width: 350px;
7150  overflow: hidden;
7151  font-size: 0.875rem;
7152  background-color: rgba(255, 255, 255, 0.85);
7153  background-clip: padding-box;
7154  border: 1px solid rgba(0, 0, 0, 0.1);
7155  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
7156  backdrop-filter: blur(10px);
7157  opacity: 0;
7158  border-radius: 0.25rem;
7159}
7160
7161.toast:not(:last-child) {
7162  margin-bottom: 0.75rem;
7163}
7164
7165.toast.showing {
7166  opacity: 1;
7167}
7168
7169.toast.show {
7170  display: block;
7171  opacity: 1;
7172}
7173
7174.toast.hide {
7175  display: none;
7176}
7177
7178.toast-header {
7179  display: flex;
7180  align-items: center;
7181  padding: 0.25rem 0.75rem;
7182  color: #8898aa;
7183  background-color: rgba(255, 255, 255, 0.85);
7184  background-clip: padding-box;
7185  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
7186}
7187
7188.toast-body {
7189  padding: 0.75rem;
7190}
7191
7192.modal-open {
7193  overflow: hidden;
7194}
7195
7196.modal-open .modal {
7197  overflow-x: hidden;
7198  overflow-y: auto;
7199}
7200
7201.modal {
7202  position: fixed;
7203  top: 0;
7204  left: 0;
7205  z-index: 1050;
7206  display: none;
7207  width: 100%;
7208  height: 100%;
7209  overflow: hidden;
7210  outline: 0;
7211}
7212
7213.modal-dialog {
7214  position: relative;
7215  width: auto;
7216  margin: 0.5rem;
7217  pointer-events: none;
7218}
7219
7220.modal.fade .modal-dialog {
7221  transition: transform 0.3s ease-out;
7222  transform: translate(0, -50px);
7223}
7224
7225@media (prefers-reduced-motion: reduce) {
7226  .modal.fade .modal-dialog {
7227    transition: none;
7228  }
7229}
7230.modal.show .modal-dialog {
7231  transform: none;
7232}
7233
7234.modal.modal-static .modal-dialog {
7235  transform: scale(1.02);
7236}
7237
7238.modal-dialog-scrollable {
7239  display: flex;
7240  max-height: calc(100% - 1rem);
7241}
7242
7243.modal-dialog-scrollable .modal-content {
7244  max-height: calc(100vh - 1rem);
7245  overflow: hidden;
7246}
7247
7248.modal-dialog-scrollable .modal-header,
7249.modal-dialog-scrollable .modal-footer {
7250  flex-shrink: 0;
7251}
7252
7253.modal-dialog-scrollable .modal-body {
7254  overflow-y: auto;
7255}
7256
7257.modal-dialog-centered {
7258  display: flex;
7259  align-items: center;
7260  min-height: calc(100% - 1rem);
7261}
7262
7263.modal-dialog-centered::before {
7264  display: block;
7265  height: calc(100vh - 1rem);
7266  height: min-content;
7267  content: "";
7268}
7269
7270.modal-dialog-centered.modal-dialog-scrollable {
7271  flex-direction: column;
7272  justify-content: center;
7273  height: 100%;
7274}
7275
7276.modal-dialog-centered.modal-dialog-scrollable .modal-content {
7277  max-height: none;
7278}
7279
7280.modal-dialog-centered.modal-dialog-scrollable::before {
7281  content: none;
7282}
7283
7284.modal-content {
7285  position: relative;
7286  display: flex;
7287  flex-direction: column;
7288  width: 100%;
7289  pointer-events: auto;
7290  background-color: #fff;
7291  background-clip: padding-box;
7292  border: 1px solid rgba(0, 0, 0, 0.2);
7293  border-radius: 0.3rem;
7294  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
7295  outline: 0;
7296}
7297
7298.modal-backdrop {
7299  position: fixed;
7300  top: 0;
7301  left: 0;
7302  z-index: 1040;
7303  width: 100vw;
7304  height: 100vh;
7305  background-color: #000;
7306}
7307
7308.modal-backdrop.fade {
7309  opacity: 0;
7310}
7311
7312.modal-backdrop.show {
7313  opacity: 0.16;
7314}
7315
7316.modal-header {
7317  display: flex;
7318  align-items: flex-start;
7319  justify-content: space-between;
7320  padding: 1.25rem;
7321  border-bottom: 1px solid #e9ecef;
7322  border-top-left-radius: calc(0.3rem - 1px);
7323  border-top-right-radius: calc(0.3rem - 1px);
7324}
7325
7326.modal-header .close {
7327  padding: 1.25rem;
7328  margin: -1rem -1rem -1rem auto;
7329}
7330
7331.modal-title {
7332  margin-bottom: 0;
7333  line-height: 1.1;
7334}
7335
7336.modal-body {
7337  position: relative;
7338  flex: 1 1 auto;
7339  padding: 1.5rem;
7340}
7341
7342.modal-footer {
7343  display: flex;
7344  flex-wrap: wrap;
7345  align-items: center;
7346  justify-content: flex-end;
7347  padding: 1.25rem;
7348  border-top: 1px solid #e9ecef;
7349  border-bottom-right-radius: calc(0.3rem - 1px);
7350  border-bottom-left-radius: calc(0.3rem - 1px);
7351}
7352
7353.modal-footer > * {
7354  margin: 0.25rem;
7355}
7356
7357.modal-scrollbar-measure {
7358  position: absolute;
7359  top: -9999px;
7360  width: 50px;
7361  height: 50px;
7362  overflow: scroll;
7363}
7364
7365@media (min-width: 576px) {
7366  .modal-dialog {
7367    max-width: 500px;
7368    margin: 1.75rem auto;
7369  }
7370
7371  .modal-dialog-scrollable {
7372    max-height: calc(100% - 3.5rem);
7373  }
7374
7375  .modal-dialog-scrollable .modal-content {
7376    max-height: calc(100vh - 3.5rem);
7377  }
7378
7379  .modal-dialog-centered {
7380    min-height: calc(100% - 3.5rem);
7381  }
7382
7383  .modal-dialog-centered::before {
7384    height: calc(100vh - 3.5rem);
7385    height: min-content;
7386  }
7387
7388  .modal-content {
7389    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
7390  }
7391
7392  .modal-sm {
7393    max-width: 380px;
7394  }
7395}
7396@media (min-width: 992px) {
7397  .modal-lg,
7398.modal-xl {
7399    max-width: 800px;
7400  }
7401}
7402@media (min-width: 1200px) {
7403  .modal-xl {
7404    max-width: 1140px;
7405  }
7406}
7407.tooltip {
7408  position: absolute;
7409  z-index: 1070;
7410  display: block;
7411  margin: 0;
7412  font-family: "Open Sans", sans-serif;
7413  font-style: normal;
7414  font-weight: 400;
7415  line-height: 1.5;
7416  text-align: left;
7417  text-align: start;
7418  text-decoration: none;
7419  text-shadow: none;
7420  text-transform: none;
7421  letter-spacing: normal;
7422  word-break: normal;
7423  word-spacing: normal;
7424  white-space: normal;
7425  line-break: auto;
7426  font-size: 0.875rem;
7427  word-wrap: break-word;
7428  opacity: 0;
7429}
7430
7431.tooltip.show {
7432  opacity: 0.9;
7433}
7434
7435.tooltip .arrow {
7436  position: absolute;
7437  display: block;
7438  width: 0.8rem;
7439  height: 0.4rem;
7440}
7441
7442.tooltip .arrow::before {
7443  position: absolute;
7444  content: "";
7445  border-color: transparent;
7446  border-style: solid;
7447}
7448
7449.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
7450  padding: 0.4rem 0;
7451}
7452
7453.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
7454  bottom: 0;
7455}
7456
7457.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
7458  top: 0;
7459  border-width: 0.4rem 0.4rem 0;
7460  border-top-color: #000;
7461}
7462
7463.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
7464  padding: 0 0.4rem;
7465}
7466
7467.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
7468  left: 0;
7469  width: 0.4rem;
7470  height: 0.8rem;
7471}
7472
7473.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
7474  right: 0;
7475  border-width: 0.4rem 0.4rem 0.4rem 0;
7476  border-right-color: #000;
7477}
7478
7479.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
7480  padding: 0.4rem 0;
7481}
7482
7483.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
7484  top: 0;
7485}
7486
7487.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
7488  bottom: 0;
7489  border-width: 0 0.4rem 0.4rem;
7490  border-bottom-color: #000;
7491}
7492
7493.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
7494  padding: 0 0.4rem;
7495}
7496
7497.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
7498  right: 0;
7499  width: 0.4rem;
7500  height: 0.8rem;
7501}
7502
7503.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
7504  left: 0;
7505  border-width: 0.4rem 0 0.4rem 0.4rem;
7506  border-left-color: #000;
7507}
7508
7509.tooltip-inner {
7510  max-width: 200px;
7511  padding: 0.25rem 0.5rem;
7512  color: #fff;
7513  text-align: center;
7514  background-color: #000;
7515  border-radius: 0.25rem;
7516}
7517
7518.popover {
7519  position: absolute;
7520  top: 0;
7521  left: 0;
7522  z-index: 1060;
7523  display: block;
7524  max-width: 276px;
7525  font-family: "Open Sans", sans-serif;
7526  font-style: normal;
7527  font-weight: 400;
7528  line-height: 1.5;
7529  text-align: left;
7530  text-align: start;
7531  text-decoration: none;
7532  text-shadow: none;
7533  text-transform: none;
7534  letter-spacing: normal;
7535  word-break: normal;
7536  word-spacing: normal;
7537  white-space: normal;
7538  line-break: auto;
7539  font-size: 0.875rem;
7540  word-wrap: break-word;
7541  background-color: #fff;
7542  background-clip: padding-box;
7543  border: 1px solid rgba(0, 0, 0, 0.05);
7544  border-radius: 0.3rem;
7545  box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.2);
7546}
7547
7548.popover .arrow {
7549  position: absolute;
7550  display: block;
7551  width: 1.5rem;
7552  height: 0.75rem;
7553  margin: 0 0.3rem;
7554}
7555
7556.popover .arrow::before, .popover .arrow::after {
7557  position: absolute;
7558  display: block;
7559  content: "";
7560  border-color: transparent;
7561  border-style: solid;
7562}
7563
7564.bs-popover-top, .bs-popover-auto[x-placement^=top] {
7565  margin-bottom: 0.75rem;
7566}
7567
7568.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
7569  bottom: calc(-0.75rem - 1px);
7570}
7571
7572.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
7573  bottom: 0;
7574  border-width: 0.75rem 0.75rem 0;
7575  border-top-color: transparent;
7576}
7577
7578.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
7579  bottom: 1px;
7580  border-width: 0.75rem 0.75rem 0;
7581  border-top-color: #fff;
7582}
7583
7584.bs-popover-right, .bs-popover-auto[x-placement^=right] {
7585  margin-left: 0.75rem;
7586}
7587
7588.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
7589  left: calc(-0.75rem - 1px);
7590  width: 0.75rem;
7591  height: 1.5rem;
7592  margin: 0.3rem 0;
7593}
7594
7595.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
7596  left: 0;
7597  border-width: 0.75rem 0.75rem 0.75rem 0;
7598  border-right-color: transparent;
7599}
7600
7601.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
7602  left: 1px;
7603  border-width: 0.75rem 0.75rem 0.75rem 0;
7604  border-right-color: #fff;
7605}
7606
7607.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
7608  margin-top: 0.75rem;
7609}
7610
7611.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
7612  top: calc(-0.75rem - 1px);
7613}
7614
7615.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
7616  top: 0;
7617  border-width: 0 0.75rem 0.75rem 0.75rem;
7618  border-bottom-color: transparent;
7619}
7620
7621.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
7622  top: 1px;
7623  border-width: 0 0.75rem 0.75rem 0.75rem;
7624  border-bottom-color: #fff;
7625}
7626
7627.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
7628  position: absolute;
7629  top: 0;
7630  left: 50%;
7631  display: block;
7632  width: 1.5rem;
7633  margin-left: -0.75rem;
7634  content: "";
7635  border-bottom: 1px solid #fff;
7636}
7637
7638.bs-popover-left, .bs-popover-auto[x-placement^=left] {
7639  margin-right: 0.75rem;
7640}
7641
7642.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
7643  right: calc(-0.75rem - 1px);
7644  width: 0.75rem;
7645  height: 1.5rem;
7646  margin: 0.3rem 0;
7647}
7648
7649.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
7650  right: 0;
7651  border-width: 0.75rem 0 0.75rem 0.75rem;
7652  border-left-color: transparent;
7653}
7654
7655.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
7656  right: 1px;
7657  border-width: 0.75rem 0 0.75rem 0.75rem;
7658  border-left-color: #fff;
7659}
7660
7661.popover-header {
7662  padding: 0.75rem 0.75rem;
7663  margin-bottom: 0;
7664  font-size: 1rem;
7665  color: #32325d;
7666  background-color: #fff;
7667  border-bottom: 1px solid #f2f2f2;
7668  border-top-left-radius: calc(0.3rem - 1px);
7669  border-top-right-radius: calc(0.3rem - 1px);
7670}
7671
7672.popover-header:empty {
7673  display: none;
7674}
7675
7676.popover-body {
7677  padding: 0.75rem 0.75rem;
7678  color: #525f7f;
7679}
7680
7681.carousel {
7682  position: relative;
7683}
7684
7685.carousel.pointer-event {
7686  touch-action: pan-y;
7687}
7688
7689.carousel-inner {
7690  position: relative;
7691  width: 100%;
7692  overflow: hidden;
7693}
7694
7695.carousel-inner::after {
7696  display: block;
7697  clear: both;
7698  content: "";
7699}
7700
7701.carousel-item {
7702  position: relative;
7703  display: none;
7704  float: left;
7705  width: 100%;
7706  margin-right: -100%;
7707  backface-visibility: hidden;
7708  transition: transform 0.6s ease-in-out;
7709}
7710
7711@media (prefers-reduced-motion: reduce) {
7712  .carousel-item {
7713    transition: none;
7714  }
7715}
7716.carousel-item.active,
7717.carousel-item-next,
7718.carousel-item-prev {
7719  display: block;
7720}
7721
7722.carousel-item-next:not(.carousel-item-left),
7723.active.carousel-item-right {
7724  transform: translateX(100%);
7725}
7726
7727.carousel-item-prev:not(.carousel-item-right),
7728.active.carousel-item-left {
7729  transform: translateX(-100%);
7730}
7731
7732.carousel-fade .carousel-item {
7733  opacity: 0;
7734  transition-property: opacity;
7735  transform: none;
7736}
7737
7738.carousel-fade .carousel-item.active,
7739.carousel-fade .carousel-item-next.carousel-item-left,
7740.carousel-fade .carousel-item-prev.carousel-item-right {
7741  z-index: 1;
7742  opacity: 1;
7743}
7744
7745.carousel-fade .active.carousel-item-left,
7746.carousel-fade .active.carousel-item-right {
7747  z-index: 0;
7748  opacity: 0;
7749  transition: opacity 0s 0.6s;
7750}
7751
7752@media (prefers-reduced-motion: reduce) {
7753  .carousel-fade .active.carousel-item-left,
7754.carousel-fade .active.carousel-item-right {
7755    transition: none;
7756  }
7757}
7758.carousel-control-prev,
7759.carousel-control-next {
7760  position: absolute;
7761  top: 0;
7762  bottom: 0;
7763  z-index: 1;
7764  display: flex;
7765  align-items: center;
7766  justify-content: center;
7767  width: 15%;
7768  color: #fff;
7769  text-align: center;
7770  opacity: 0.5;
7771  transition: opacity 0.15s ease;
7772}
7773
7774@media (prefers-reduced-motion: reduce) {
7775  .carousel-control-prev,
7776.carousel-control-next {
7777    transition: none;
7778  }
7779}
7780.carousel-control-prev:hover, .carousel-control-prev:focus,
7781.carousel-control-next:hover,
7782.carousel-control-next:focus {
7783  color: #fff;
7784  text-decoration: none;
7785  outline: 0;
7786  opacity: 0.9;
7787}
7788
7789.carousel-control-prev {
7790  left: 0;
7791}
7792
7793.carousel-control-next {
7794  right: 0;
7795}
7796
7797.carousel-control-prev-icon,
7798.carousel-control-next-icon {
7799  display: inline-block;
7800  width: 20px;
7801  height: 20px;
7802  background: no-repeat 50%/100% 100%;
7803}
7804
7805.carousel-control-prev-icon {
7806  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
7807}
7808
7809.carousel-control-next-icon {
7810  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
7811}
7812
7813.carousel-indicators {
7814  position: absolute;
7815  right: 0;
7816  bottom: 0;
7817  left: 0;
7818  z-index: 15;
7819  display: flex;
7820  justify-content: center;
7821  padding-left: 0;
7822  margin-right: 15%;
7823  margin-left: 15%;
7824  list-style: none;
7825}
7826
7827.carousel-indicators li {
7828  box-sizing: content-box;
7829  flex: 0 1 auto;
7830  width: 30px;
7831  height: 3px;
7832  margin-right: 3px;
7833  margin-left: 3px;
7834  text-indent: -999px;
7835  cursor: pointer;
7836  background-color: #fff;
7837  background-clip: padding-box;
7838  border-top: 10px solid transparent;
7839  border-bottom: 10px solid transparent;
7840  opacity: 0.5;
7841  transition: opacity 0.6s ease;
7842}
7843
7844@media (prefers-reduced-motion: reduce) {
7845  .carousel-indicators li {
7846    transition: none;
7847  }
7848}
7849.carousel-indicators .active {
7850  opacity: 1;
7851}
7852
7853.carousel-caption {
7854  position: absolute;
7855  right: 15%;
7856  bottom: 20px;
7857  left: 15%;
7858  z-index: 10;
7859  padding-top: 20px;
7860  padding-bottom: 20px;
7861  color: #fff;
7862  text-align: center;
7863}
7864
7865@keyframes spinner-border {
7866  to {
7867    transform: rotate(360deg);
7868  }
7869}
7870.spinner-border {
7871  display: inline-block;
7872  width: 2rem;
7873  height: 2rem;
7874  vertical-align: text-bottom;
7875  border: 0.25em solid currentColor;
7876  border-right-color: transparent;
7877  border-radius: 50%;
7878  animation: spinner-border 0.75s linear infinite;
7879}
7880
7881.spinner-border-sm {
7882  width: 1rem;
7883  height: 1rem;
7884  border-width: 0.2em;
7885}
7886
7887@keyframes spinner-grow {
7888  0% {
7889    transform: scale(0);
7890  }
7891  50% {
7892    opacity: 1;
7893    transform: none;
7894  }
7895}
7896.spinner-grow {
7897  display: inline-block;
7898  width: 2rem;
7899  height: 2rem;
7900  vertical-align: text-bottom;
7901  background-color: currentColor;
7902  border-radius: 50%;
7903  opacity: 0;
7904  animation: spinner-grow 0.75s linear infinite;
7905}
7906
7907.spinner-grow-sm {
7908  width: 1rem;
7909  height: 1rem;
7910}
7911
7912.align-baseline {
7913  vertical-align: baseline !important;
7914}
7915
7916.align-top {
7917  vertical-align: top !important;
7918}
7919
7920.align-middle {
7921  vertical-align: middle !important;
7922}
7923
7924.align-bottom {
7925  vertical-align: bottom !important;
7926}
7927
7928.align-text-bottom {
7929  vertical-align: text-bottom !important;
7930}
7931
7932.align-text-top {
7933  vertical-align: text-top !important;
7934}
7935
7936.bg-primary {
7937  background-color: #5e72e4 !important;
7938}
7939
7940a.bg-primary:hover, a.bg-primary:focus,
7941button.bg-primary:hover,
7942button.bg-primary:focus {
7943  background-color: #324cdd !important;
7944}
7945
7946.bg-secondary, #dw__login {
7947  background-color: #f4f5f7 !important;
7948}
7949
7950a.bg-secondary:hover, a#dw__login:hover, a.bg-secondary:focus, a#dw__login:focus,
7951button.bg-secondary:hover,
7952button#dw__login:hover,
7953button.bg-secondary:focus,
7954button#dw__login:focus {
7955  background-color: #d6dae2 !important;
7956}
7957
7958.bg-success {
7959  background-color: #2dce89 !important;
7960}
7961
7962a.bg-success:hover, a.bg-success:focus,
7963button.bg-success:hover,
7964button.bg-success:focus {
7965  background-color: #24a46d !important;
7966}
7967
7968.bg-info {
7969  background-color: #11cdef !important;
7970}
7971
7972a.bg-info:hover, a.bg-info:focus,
7973button.bg-info:hover,
7974button.bg-info:focus {
7975  background-color: #0da5c0 !important;
7976}
7977
7978.bg-warning {
7979  background-color: #fb6340 !important;
7980}
7981
7982a.bg-warning:hover, a.bg-warning:focus,
7983button.bg-warning:hover,
7984button.bg-warning:focus {
7985  background-color: #fa3a0e !important;
7986}
7987
7988.bg-danger {
7989  background-color: #f5365c !important;
7990}
7991
7992a.bg-danger:hover, a.bg-danger:focus,
7993button.bg-danger:hover,
7994button.bg-danger:focus {
7995  background-color: #ec0c38 !important;
7996}
7997
7998.bg-light {
7999  background-color: #adb5bd !important;
8000}
8001
8002a.bg-light:hover, a.bg-light:focus,
8003button.bg-light:hover,
8004button.bg-light:focus {
8005  background-color: #919ca6 !important;
8006}
8007
8008.bg-dark {
8009  background-color: #212529 !important;
8010}
8011
8012a.bg-dark:hover, a.bg-dark:focus,
8013button.bg-dark:hover,
8014button.bg-dark:focus {
8015  background-color: #0a0c0d !important;
8016}
8017
8018.bg-default {
8019  background-color: #172b4d !important;
8020}
8021
8022a.bg-default:hover, a.bg-default:focus,
8023button.bg-default:hover,
8024button.bg-default:focus {
8025  background-color: #0b1526 !important;
8026}
8027
8028.bg-white {
8029  background-color: #fff !important;
8030}
8031
8032a.bg-white:hover, a.bg-white:focus,
8033button.bg-white:hover,
8034button.bg-white:focus {
8035  background-color: #e6e6e6 !important;
8036}
8037
8038.bg-neutral {
8039  background-color: #fff !important;
8040}
8041
8042a.bg-neutral:hover, a.bg-neutral:focus,
8043button.bg-neutral:hover,
8044button.bg-neutral:focus {
8045  background-color: #e6e6e6 !important;
8046}
8047
8048.bg-darker {
8049  background-color: black !important;
8050}
8051
8052a.bg-darker:hover, a.bg-darker:focus,
8053button.bg-darker:hover,
8054button.bg-darker:focus {
8055  background-color: black !important;
8056}
8057
8058.bg-white {
8059  background-color: #fff !important;
8060}
8061
8062.bg-transparent {
8063  background-color: transparent !important;
8064}
8065
8066.border {
8067  border: 0.0625rem solid #e9ecef !important;
8068}
8069
8070.border-top {
8071  border-top: 0.0625rem solid #e9ecef !important;
8072}
8073
8074.border-right {
8075  border-right: 0.0625rem solid #e9ecef !important;
8076}
8077
8078.border-bottom {
8079  border-bottom: 0.0625rem solid #e9ecef !important;
8080}
8081
8082.border-left {
8083  border-left: 0.0625rem solid #e9ecef !important;
8084}
8085
8086.border-0, #dw__login {
8087  border: 0 !important;
8088}
8089
8090.border-top-0 {
8091  border-top: 0 !important;
8092}
8093
8094.border-right-0 {
8095  border-right: 0 !important;
8096}
8097
8098.border-bottom-0 {
8099  border-bottom: 0 !important;
8100}
8101
8102.border-left-0 {
8103  border-left: 0 !important;
8104}
8105
8106.border-primary {
8107  border-color: #5e72e4 !important;
8108}
8109
8110.border-secondary {
8111  border-color: #f4f5f7 !important;
8112}
8113
8114.border-success {
8115  border-color: #2dce89 !important;
8116}
8117
8118.border-info {
8119  border-color: #11cdef !important;
8120}
8121
8122.border-warning {
8123  border-color: #fb6340 !important;
8124}
8125
8126.border-danger {
8127  border-color: #f5365c !important;
8128}
8129
8130.border-light {
8131  border-color: #adb5bd !important;
8132}
8133
8134.border-dark {
8135  border-color: #212529 !important;
8136}
8137
8138.border-default {
8139  border-color: #172b4d !important;
8140}
8141
8142.border-white {
8143  border-color: #fff !important;
8144}
8145
8146.border-neutral {
8147  border-color: #fff !important;
8148}
8149
8150.border-darker {
8151  border-color: black !important;
8152}
8153
8154.border-white {
8155  border-color: #fff !important;
8156}
8157
8158.rounded-sm {
8159  border-radius: 0.2rem !important;
8160}
8161
8162.rounded {
8163  border-radius: 0.25rem !important;
8164}
8165
8166.rounded-top {
8167  border-top-left-radius: 0.25rem !important;
8168  border-top-right-radius: 0.25rem !important;
8169}
8170
8171.rounded-right {
8172  border-top-right-radius: 0.25rem !important;
8173  border-bottom-right-radius: 0.25rem !important;
8174}
8175
8176.rounded-bottom {
8177  border-bottom-right-radius: 0.25rem !important;
8178  border-bottom-left-radius: 0.25rem !important;
8179}
8180
8181.rounded-left {
8182  border-top-left-radius: 0.25rem !important;
8183  border-bottom-left-radius: 0.25rem !important;
8184}
8185
8186.rounded-lg {
8187  border-radius: 0.3rem !important;
8188}
8189
8190.rounded-circle {
8191  border-radius: 50% !important;
8192}
8193
8194.rounded-pill {
8195  border-radius: 50rem !important;
8196}
8197
8198.rounded-0 {
8199  border-radius: 0 !important;
8200}
8201
8202.clearfix::after {
8203  display: block;
8204  clear: both;
8205  content: "";
8206}
8207
8208.d-none {
8209  display: none !important;
8210}
8211
8212.d-inline {
8213  display: inline !important;
8214}
8215
8216.d-inline-block {
8217  display: inline-block !important;
8218}
8219
8220.d-block {
8221  display: block !important;
8222}
8223
8224.d-table {
8225  display: table !important;
8226}
8227
8228.d-table-row {
8229  display: table-row !important;
8230}
8231
8232.d-table-cell {
8233  display: table-cell !important;
8234}
8235
8236.d-flex {
8237  display: flex !important;
8238}
8239
8240.d-inline-flex {
8241  display: inline-flex !important;
8242}
8243
8244@media (min-width: 576px) {
8245  .d-sm-none {
8246    display: none !important;
8247  }
8248
8249  .d-sm-inline {
8250    display: inline !important;
8251  }
8252
8253  .d-sm-inline-block {
8254    display: inline-block !important;
8255  }
8256
8257  .d-sm-block {
8258    display: block !important;
8259  }
8260
8261  .d-sm-table {
8262    display: table !important;
8263  }
8264
8265  .d-sm-table-row {
8266    display: table-row !important;
8267  }
8268
8269  .d-sm-table-cell {
8270    display: table-cell !important;
8271  }
8272
8273  .d-sm-flex {
8274    display: flex !important;
8275  }
8276
8277  .d-sm-inline-flex {
8278    display: inline-flex !important;
8279  }
8280}
8281@media (min-width: 768px) {
8282  .d-md-none {
8283    display: none !important;
8284  }
8285
8286  .d-md-inline {
8287    display: inline !important;
8288  }
8289
8290  .d-md-inline-block {
8291    display: inline-block !important;
8292  }
8293
8294  .d-md-block {
8295    display: block !important;
8296  }
8297
8298  .d-md-table {
8299    display: table !important;
8300  }
8301
8302  .d-md-table-row {
8303    display: table-row !important;
8304  }
8305
8306  .d-md-table-cell {
8307    display: table-cell !important;
8308  }
8309
8310  .d-md-flex {
8311    display: flex !important;
8312  }
8313
8314  .d-md-inline-flex {
8315    display: inline-flex !important;
8316  }
8317}
8318@media (min-width: 992px) {
8319  .d-lg-none {
8320    display: none !important;
8321  }
8322
8323  .d-lg-inline {
8324    display: inline !important;
8325  }
8326
8327  .d-lg-inline-block {
8328    display: inline-block !important;
8329  }
8330
8331  .d-lg-block {
8332    display: block !important;
8333  }
8334
8335  .d-lg-table {
8336    display: table !important;
8337  }
8338
8339  .d-lg-table-row {
8340    display: table-row !important;
8341  }
8342
8343  .d-lg-table-cell {
8344    display: table-cell !important;
8345  }
8346
8347  .d-lg-flex {
8348    display: flex !important;
8349  }
8350
8351  .d-lg-inline-flex {
8352    display: inline-flex !important;
8353  }
8354}
8355@media (min-width: 1200px) {
8356  .d-xl-none {
8357    display: none !important;
8358  }
8359
8360  .d-xl-inline {
8361    display: inline !important;
8362  }
8363
8364  .d-xl-inline-block {
8365    display: inline-block !important;
8366  }
8367
8368  .d-xl-block {
8369    display: block !important;
8370  }
8371
8372  .d-xl-table {
8373    display: table !important;
8374  }
8375
8376  .d-xl-table-row {
8377    display: table-row !important;
8378  }
8379
8380  .d-xl-table-cell {
8381    display: table-cell !important;
8382  }
8383
8384  .d-xl-flex {
8385    display: flex !important;
8386  }
8387
8388  .d-xl-inline-flex {
8389    display: inline-flex !important;
8390  }
8391}
8392@media print {
8393  .d-print-none {
8394    display: none !important;
8395  }
8396
8397  .d-print-inline {
8398    display: inline !important;
8399  }
8400
8401  .d-print-inline-block {
8402    display: inline-block !important;
8403  }
8404
8405  .d-print-block {
8406    display: block !important;
8407  }
8408
8409  .d-print-table {
8410    display: table !important;
8411  }
8412
8413  .d-print-table-row {
8414    display: table-row !important;
8415  }
8416
8417  .d-print-table-cell {
8418    display: table-cell !important;
8419  }
8420
8421  .d-print-flex {
8422    display: flex !important;
8423  }
8424
8425  .d-print-inline-flex {
8426    display: inline-flex !important;
8427  }
8428}
8429.embed-responsive {
8430  position: relative;
8431  display: block;
8432  width: 100%;
8433  padding: 0;
8434  overflow: hidden;
8435}
8436
8437.embed-responsive::before {
8438  display: block;
8439  content: "";
8440}
8441
8442.embed-responsive .embed-responsive-item,
8443.embed-responsive iframe,
8444.embed-responsive embed,
8445.embed-responsive object,
8446.embed-responsive video {
8447  position: absolute;
8448  top: 0;
8449  bottom: 0;
8450  left: 0;
8451  width: 100%;
8452  height: 100%;
8453  border: 0;
8454}
8455
8456.embed-responsive-21by9::before {
8457  padding-top: 42.8571428571%;
8458}
8459
8460.embed-responsive-16by9::before {
8461  padding-top: 56.25%;
8462}
8463
8464.embed-responsive-4by3::before {
8465  padding-top: 75%;
8466}
8467
8468.embed-responsive-1by1::before {
8469  padding-top: 100%;
8470}
8471
8472.flex-row {
8473  flex-direction: row !important;
8474}
8475
8476.flex-column {
8477  flex-direction: column !important;
8478}
8479
8480.flex-row-reverse {
8481  flex-direction: row-reverse !important;
8482}
8483
8484.flex-column-reverse {
8485  flex-direction: column-reverse !important;
8486}
8487
8488.flex-wrap {
8489  flex-wrap: wrap !important;
8490}
8491
8492.flex-nowrap {
8493  flex-wrap: nowrap !important;
8494}
8495
8496.flex-wrap-reverse {
8497  flex-wrap: wrap-reverse !important;
8498}
8499
8500.flex-fill {
8501  flex: 1 1 auto !important;
8502}
8503
8504.flex-grow-0 {
8505  flex-grow: 0 !important;
8506}
8507
8508.flex-grow-1 {
8509  flex-grow: 1 !important;
8510}
8511
8512.flex-shrink-0 {
8513  flex-shrink: 0 !important;
8514}
8515
8516.flex-shrink-1 {
8517  flex-shrink: 1 !important;
8518}
8519
8520.justify-content-start {
8521  justify-content: flex-start !important;
8522}
8523
8524.justify-content-end {
8525  justify-content: flex-end !important;
8526}
8527
8528.justify-content-center {
8529  justify-content: center !important;
8530}
8531
8532.justify-content-between {
8533  justify-content: space-between !important;
8534}
8535
8536.justify-content-around {
8537  justify-content: space-around !important;
8538}
8539
8540.align-items-start {
8541  align-items: flex-start !important;
8542}
8543
8544.align-items-end {
8545  align-items: flex-end !important;
8546}
8547
8548.align-items-center {
8549  align-items: center !important;
8550}
8551
8552.align-items-baseline {
8553  align-items: baseline !important;
8554}
8555
8556.align-items-stretch {
8557  align-items: stretch !important;
8558}
8559
8560.align-content-start {
8561  align-content: flex-start !important;
8562}
8563
8564.align-content-end {
8565  align-content: flex-end !important;
8566}
8567
8568.align-content-center {
8569  align-content: center !important;
8570}
8571
8572.align-content-between {
8573  align-content: space-between !important;
8574}
8575
8576.align-content-around {
8577  align-content: space-around !important;
8578}
8579
8580.align-content-stretch {
8581  align-content: stretch !important;
8582}
8583
8584.align-self-auto {
8585  align-self: auto !important;
8586}
8587
8588.align-self-start {
8589  align-self: flex-start !important;
8590}
8591
8592.align-self-end {
8593  align-self: flex-end !important;
8594}
8595
8596.align-self-center {
8597  align-self: center !important;
8598}
8599
8600.align-self-baseline {
8601  align-self: baseline !important;
8602}
8603
8604.align-self-stretch {
8605  align-self: stretch !important;
8606}
8607
8608@media (min-width: 576px) {
8609  .flex-sm-row {
8610    flex-direction: row !important;
8611  }
8612
8613  .flex-sm-column {
8614    flex-direction: column !important;
8615  }
8616
8617  .flex-sm-row-reverse {
8618    flex-direction: row-reverse !important;
8619  }
8620
8621  .flex-sm-column-reverse {
8622    flex-direction: column-reverse !important;
8623  }
8624
8625  .flex-sm-wrap {
8626    flex-wrap: wrap !important;
8627  }
8628
8629  .flex-sm-nowrap {
8630    flex-wrap: nowrap !important;
8631  }
8632
8633  .flex-sm-wrap-reverse {
8634    flex-wrap: wrap-reverse !important;
8635  }
8636
8637  .flex-sm-fill {
8638    flex: 1 1 auto !important;
8639  }
8640
8641  .flex-sm-grow-0 {
8642    flex-grow: 0 !important;
8643  }
8644
8645  .flex-sm-grow-1 {
8646    flex-grow: 1 !important;
8647  }
8648
8649  .flex-sm-shrink-0 {
8650    flex-shrink: 0 !important;
8651  }
8652
8653  .flex-sm-shrink-1 {
8654    flex-shrink: 1 !important;
8655  }
8656
8657  .justify-content-sm-start {
8658    justify-content: flex-start !important;
8659  }
8660
8661  .justify-content-sm-end {
8662    justify-content: flex-end !important;
8663  }
8664
8665  .justify-content-sm-center {
8666    justify-content: center !important;
8667  }
8668
8669  .justify-content-sm-between {
8670    justify-content: space-between !important;
8671  }
8672
8673  .justify-content-sm-around {
8674    justify-content: space-around !important;
8675  }
8676
8677  .align-items-sm-start {
8678    align-items: flex-start !important;
8679  }
8680
8681  .align-items-sm-end {
8682    align-items: flex-end !important;
8683  }
8684
8685  .align-items-sm-center {
8686    align-items: center !important;
8687  }
8688
8689  .align-items-sm-baseline {
8690    align-items: baseline !important;
8691  }
8692
8693  .align-items-sm-stretch {
8694    align-items: stretch !important;
8695  }
8696
8697  .align-content-sm-start {
8698    align-content: flex-start !important;
8699  }
8700
8701  .align-content-sm-end {
8702    align-content: flex-end !important;
8703  }
8704
8705  .align-content-sm-center {
8706    align-content: center !important;
8707  }
8708
8709  .align-content-sm-between {
8710    align-content: space-between !important;
8711  }
8712
8713  .align-content-sm-around {
8714    align-content: space-around !important;
8715  }
8716
8717  .align-content-sm-stretch {
8718    align-content: stretch !important;
8719  }
8720
8721  .align-self-sm-auto {
8722    align-self: auto !important;
8723  }
8724
8725  .align-self-sm-start {
8726    align-self: flex-start !important;
8727  }
8728
8729  .align-self-sm-end {
8730    align-self: flex-end !important;
8731  }
8732
8733  .align-self-sm-center {
8734    align-self: center !important;
8735  }
8736
8737  .align-self-sm-baseline {
8738    align-self: baseline !important;
8739  }
8740
8741  .align-self-sm-stretch {
8742    align-self: stretch !important;
8743  }
8744}
8745@media (min-width: 768px) {
8746  .flex-md-row {
8747    flex-direction: row !important;
8748  }
8749
8750  .flex-md-column {
8751    flex-direction: column !important;
8752  }
8753
8754  .flex-md-row-reverse {
8755    flex-direction: row-reverse !important;
8756  }
8757
8758  .flex-md-column-reverse {
8759    flex-direction: column-reverse !important;
8760  }
8761
8762  .flex-md-wrap {
8763    flex-wrap: wrap !important;
8764  }
8765
8766  .flex-md-nowrap {
8767    flex-wrap: nowrap !important;
8768  }
8769
8770  .flex-md-wrap-reverse {
8771    flex-wrap: wrap-reverse !important;
8772  }
8773
8774  .flex-md-fill {
8775    flex: 1 1 auto !important;
8776  }
8777
8778  .flex-md-grow-0 {
8779    flex-grow: 0 !important;
8780  }
8781
8782  .flex-md-grow-1 {
8783    flex-grow: 1 !important;
8784  }
8785
8786  .flex-md-shrink-0 {
8787    flex-shrink: 0 !important;
8788  }
8789
8790  .flex-md-shrink-1 {
8791    flex-shrink: 1 !important;
8792  }
8793
8794  .justify-content-md-start {
8795    justify-content: flex-start !important;
8796  }
8797
8798  .justify-content-md-end {
8799    justify-content: flex-end !important;
8800  }
8801
8802  .justify-content-md-center {
8803    justify-content: center !important;
8804  }
8805
8806  .justify-content-md-between {
8807    justify-content: space-between !important;
8808  }
8809
8810  .justify-content-md-around {
8811    justify-content: space-around !important;
8812  }
8813
8814  .align-items-md-start {
8815    align-items: flex-start !important;
8816  }
8817
8818  .align-items-md-end {
8819    align-items: flex-end !important;
8820  }
8821
8822  .align-items-md-center {
8823    align-items: center !important;
8824  }
8825
8826  .align-items-md-baseline {
8827    align-items: baseline !important;
8828  }
8829
8830  .align-items-md-stretch {
8831    align-items: stretch !important;
8832  }
8833
8834  .align-content-md-start {
8835    align-content: flex-start !important;
8836  }
8837
8838  .align-content-md-end {
8839    align-content: flex-end !important;
8840  }
8841
8842  .align-content-md-center {
8843    align-content: center !important;
8844  }
8845
8846  .align-content-md-between {
8847    align-content: space-between !important;
8848  }
8849
8850  .align-content-md-around {
8851    align-content: space-around !important;
8852  }
8853
8854  .align-content-md-stretch {
8855    align-content: stretch !important;
8856  }
8857
8858  .align-self-md-auto {
8859    align-self: auto !important;
8860  }
8861
8862  .align-self-md-start {
8863    align-self: flex-start !important;
8864  }
8865
8866  .align-self-md-end {
8867    align-self: flex-end !important;
8868  }
8869
8870  .align-self-md-center {
8871    align-self: center !important;
8872  }
8873
8874  .align-self-md-baseline {
8875    align-self: baseline !important;
8876  }
8877
8878  .align-self-md-stretch {
8879    align-self: stretch !important;
8880  }
8881}
8882@media (min-width: 992px) {
8883  .flex-lg-row {
8884    flex-direction: row !important;
8885  }
8886
8887  .flex-lg-column {
8888    flex-direction: column !important;
8889  }
8890
8891  .flex-lg-row-reverse {
8892    flex-direction: row-reverse !important;
8893  }
8894
8895  .flex-lg-column-reverse {
8896    flex-direction: column-reverse !important;
8897  }
8898
8899  .flex-lg-wrap {
8900    flex-wrap: wrap !important;
8901  }
8902
8903  .flex-lg-nowrap {
8904    flex-wrap: nowrap !important;
8905  }
8906
8907  .flex-lg-wrap-reverse {
8908    flex-wrap: wrap-reverse !important;
8909  }
8910
8911  .flex-lg-fill {
8912    flex: 1 1 auto !important;
8913  }
8914
8915  .flex-lg-grow-0 {
8916    flex-grow: 0 !important;
8917  }
8918
8919  .flex-lg-grow-1 {
8920    flex-grow: 1 !important;
8921  }
8922
8923  .flex-lg-shrink-0 {
8924    flex-shrink: 0 !important;
8925  }
8926
8927  .flex-lg-shrink-1 {
8928    flex-shrink: 1 !important;
8929  }
8930
8931  .justify-content-lg-start {
8932    justify-content: flex-start !important;
8933  }
8934
8935  .justify-content-lg-end {
8936    justify-content: flex-end !important;
8937  }
8938
8939  .justify-content-lg-center {
8940    justify-content: center !important;
8941  }
8942
8943  .justify-content-lg-between {
8944    justify-content: space-between !important;
8945  }
8946
8947  .justify-content-lg-around {
8948    justify-content: space-around !important;
8949  }
8950
8951  .align-items-lg-start {
8952    align-items: flex-start !important;
8953  }
8954
8955  .align-items-lg-end {
8956    align-items: flex-end !important;
8957  }
8958
8959  .align-items-lg-center {
8960    align-items: center !important;
8961  }
8962
8963  .align-items-lg-baseline {
8964    align-items: baseline !important;
8965  }
8966
8967  .align-items-lg-stretch {
8968    align-items: stretch !important;
8969  }
8970
8971  .align-content-lg-start {
8972    align-content: flex-start !important;
8973  }
8974
8975  .align-content-lg-end {
8976    align-content: flex-end !important;
8977  }
8978
8979  .align-content-lg-center {
8980    align-content: center !important;
8981  }
8982
8983  .align-content-lg-between {
8984    align-content: space-between !important;
8985  }
8986
8987  .align-content-lg-around {
8988    align-content: space-around !important;
8989  }
8990
8991  .align-content-lg-stretch {
8992    align-content: stretch !important;
8993  }
8994
8995  .align-self-lg-auto {
8996    align-self: auto !important;
8997  }
8998
8999  .align-self-lg-start {
9000    align-self: flex-start !important;
9001  }
9002
9003  .align-self-lg-end {
9004    align-self: flex-end !important;
9005  }
9006
9007  .align-self-lg-center {
9008    align-self: center !important;
9009  }
9010
9011  .align-self-lg-baseline {
9012    align-self: baseline !important;
9013  }
9014
9015  .align-self-lg-stretch {
9016    align-self: stretch !important;
9017  }
9018}
9019@media (min-width: 1200px) {
9020  .flex-xl-row {
9021    flex-direction: row !important;
9022  }
9023
9024  .flex-xl-column {
9025    flex-direction: column !important;
9026  }
9027
9028  .flex-xl-row-reverse {
9029    flex-direction: row-reverse !important;
9030  }
9031
9032  .flex-xl-column-reverse {
9033    flex-direction: column-reverse !important;
9034  }
9035
9036  .flex-xl-wrap {
9037    flex-wrap: wrap !important;
9038  }
9039
9040  .flex-xl-nowrap {
9041    flex-wrap: nowrap !important;
9042  }
9043
9044  .flex-xl-wrap-reverse {
9045    flex-wrap: wrap-reverse !important;
9046  }
9047
9048  .flex-xl-fill {
9049    flex: 1 1 auto !important;
9050  }
9051
9052  .flex-xl-grow-0 {
9053    flex-grow: 0 !important;
9054  }
9055
9056  .flex-xl-grow-1 {
9057    flex-grow: 1 !important;
9058  }
9059
9060  .flex-xl-shrink-0 {
9061    flex-shrink: 0 !important;
9062  }
9063
9064  .flex-xl-shrink-1 {
9065    flex-shrink: 1 !important;
9066  }
9067
9068  .justify-content-xl-start {
9069    justify-content: flex-start !important;
9070  }
9071
9072  .justify-content-xl-end {
9073    justify-content: flex-end !important;
9074  }
9075
9076  .justify-content-xl-center {
9077    justify-content: center !important;
9078  }
9079
9080  .justify-content-xl-between {
9081    justify-content: space-between !important;
9082  }
9083
9084  .justify-content-xl-around {
9085    justify-content: space-around !important;
9086  }
9087
9088  .align-items-xl-start {
9089    align-items: flex-start !important;
9090  }
9091
9092  .align-items-xl-end {
9093    align-items: flex-end !important;
9094  }
9095
9096  .align-items-xl-center {
9097    align-items: center !important;
9098  }
9099
9100  .align-items-xl-baseline {
9101    align-items: baseline !important;
9102  }
9103
9104  .align-items-xl-stretch {
9105    align-items: stretch !important;
9106  }
9107
9108  .align-content-xl-start {
9109    align-content: flex-start !important;
9110  }
9111
9112  .align-content-xl-end {
9113    align-content: flex-end !important;
9114  }
9115
9116  .align-content-xl-center {
9117    align-content: center !important;
9118  }
9119
9120  .align-content-xl-between {
9121    align-content: space-between !important;
9122  }
9123
9124  .align-content-xl-around {
9125    align-content: space-around !important;
9126  }
9127
9128  .align-content-xl-stretch {
9129    align-content: stretch !important;
9130  }
9131
9132  .align-self-xl-auto {
9133    align-self: auto !important;
9134  }
9135
9136  .align-self-xl-start {
9137    align-self: flex-start !important;
9138  }
9139
9140  .align-self-xl-end {
9141    align-self: flex-end !important;
9142  }
9143
9144  .align-self-xl-center {
9145    align-self: center !important;
9146  }
9147
9148  .align-self-xl-baseline {
9149    align-self: baseline !important;
9150  }
9151
9152  .align-self-xl-stretch {
9153    align-self: stretch !important;
9154  }
9155}
9156.float-left {
9157  float: left !important;
9158}
9159
9160.float-right {
9161  float: right !important;
9162}
9163
9164.float-none {
9165  float: none !important;
9166}
9167
9168@media (min-width: 576px) {
9169  .float-sm-left {
9170    float: left !important;
9171  }
9172
9173  .float-sm-right {
9174    float: right !important;
9175  }
9176
9177  .float-sm-none {
9178    float: none !important;
9179  }
9180}
9181@media (min-width: 768px) {
9182  .float-md-left {
9183    float: left !important;
9184  }
9185
9186  .float-md-right {
9187    float: right !important;
9188  }
9189
9190  .float-md-none {
9191    float: none !important;
9192  }
9193}
9194@media (min-width: 992px) {
9195  .float-lg-left {
9196    float: left !important;
9197  }
9198
9199  .float-lg-right {
9200    float: right !important;
9201  }
9202
9203  .float-lg-none {
9204    float: none !important;
9205  }
9206}
9207@media (min-width: 1200px) {
9208  .float-xl-left {
9209    float: left !important;
9210  }
9211
9212  .float-xl-right {
9213    float: right !important;
9214  }
9215
9216  .float-xl-none {
9217    float: none !important;
9218  }
9219}
9220.user-select-all {
9221  user-select: all !important;
9222}
9223
9224.user-select-auto {
9225  user-select: auto !important;
9226}
9227
9228.user-select-none {
9229  user-select: none !important;
9230}
9231
9232.overflow-auto {
9233  overflow: auto !important;
9234}
9235
9236.overflow-hidden {
9237  overflow: hidden !important;
9238}
9239
9240.position-static {
9241  position: static !important;
9242}
9243
9244.position-relative {
9245  position: relative !important;
9246}
9247
9248.position-absolute {
9249  position: absolute !important;
9250}
9251
9252.position-fixed, .headroom--unpinned, .headroom--pinned {
9253  position: fixed !important;
9254}
9255
9256.position-sticky {
9257  position: sticky !important;
9258}
9259
9260.fixed-top {
9261  position: fixed;
9262  top: 0;
9263  right: 0;
9264  left: 0;
9265  z-index: 1030;
9266}
9267
9268.fixed-bottom {
9269  position: fixed;
9270  right: 0;
9271  bottom: 0;
9272  left: 0;
9273  z-index: 1030;
9274}
9275
9276@supports (position: sticky) {
9277  .sticky-top {
9278    position: sticky;
9279    top: 0;
9280    z-index: 1020;
9281  }
9282}
9283.sr-only {
9284  position: absolute;
9285  width: 1px;
9286  height: 1px;
9287  padding: 0;
9288  margin: -1px;
9289  overflow: hidden;
9290  clip: rect(0, 0, 0, 0);
9291  white-space: nowrap;
9292  border: 0;
9293}
9294
9295.sr-only-focusable:active, .sr-only-focusable:focus {
9296  position: static;
9297  width: auto;
9298  height: auto;
9299  overflow: visible;
9300  clip: auto;
9301  white-space: normal;
9302}
9303
9304.shadow-sm {
9305  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
9306}
9307
9308.shadow, #dw__login, .profile-page .card-profile .card-profile-image img {
9309  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
9310}
9311
9312.shadow-lg {
9313  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
9314}
9315
9316.shadow-none {
9317  box-shadow: none !important;
9318}
9319
9320.w-25 {
9321  width: 25% !important;
9322}
9323
9324.w-50 {
9325  width: 50% !important;
9326}
9327
9328.w-75 {
9329  width: 75% !important;
9330}
9331
9332.w-100 {
9333  width: 100% !important;
9334}
9335
9336.w-auto {
9337  width: auto !important;
9338}
9339
9340.h-25 {
9341  height: 25% !important;
9342}
9343
9344.h-50 {
9345  height: 50% !important;
9346}
9347
9348.h-75 {
9349  height: 75% !important;
9350}
9351
9352.h-100 {
9353  height: 100% !important;
9354}
9355
9356.h-auto {
9357  height: auto !important;
9358}
9359
9360.mw-100 {
9361  max-width: 100% !important;
9362}
9363
9364.mh-100 {
9365  max-height: 100% !important;
9366}
9367
9368.min-vw-100 {
9369  min-width: 100vw !important;
9370}
9371
9372.min-vh-100 {
9373  min-height: 100vh !important;
9374}
9375
9376.vw-100 {
9377  width: 100vw !important;
9378}
9379
9380.vh-100 {
9381  height: 100vh !important;
9382}
9383
9384.m-0 {
9385  margin: 0 !important;
9386}
9387
9388.mt-0,
9389.my-0 {
9390  margin-top: 0 !important;
9391}
9392
9393.mr-0,
9394.mx-0 {
9395  margin-right: 0 !important;
9396}
9397
9398.mb-0,
9399.my-0 {
9400  margin-bottom: 0 !important;
9401}
9402
9403.ml-0,
9404.mx-0 {
9405  margin-left: 0 !important;
9406}
9407
9408.m-1 {
9409  margin: 0.25rem !important;
9410}
9411
9412.mt-1,
9413.my-1 {
9414  margin-top: 0.25rem !important;
9415}
9416
9417.mr-1,
9418.mx-1 {
9419  margin-right: 0.25rem !important;
9420}
9421
9422.mb-1,
9423.my-1 {
9424  margin-bottom: 0.25rem !important;
9425}
9426
9427.ml-1,
9428.mx-1 {
9429  margin-left: 0.25rem !important;
9430}
9431
9432.m-2 {
9433  margin: 0.5rem !important;
9434}
9435
9436.mt-2,
9437.my-2 {
9438  margin-top: 0.5rem !important;
9439}
9440
9441.mr-2,
9442.mx-2 {
9443  margin-right: 0.5rem !important;
9444}
9445
9446.mb-2,
9447.my-2 {
9448  margin-bottom: 0.5rem !important;
9449}
9450
9451.ml-2,
9452.mx-2 {
9453  margin-left: 0.5rem !important;
9454}
9455
9456.m-3 {
9457  margin: 1rem !important;
9458}
9459
9460.mt-3,
9461.my-3 {
9462  margin-top: 1rem !important;
9463}
9464
9465.mr-3,
9466.mx-3 {
9467  margin-right: 1rem !important;
9468}
9469
9470.mb-3,
9471.my-3 {
9472  margin-bottom: 1rem !important;
9473}
9474
9475.ml-3,
9476.mx-3 {
9477  margin-left: 1rem !important;
9478}
9479
9480.m-4 {
9481  margin: 1.5rem !important;
9482}
9483
9484.mt-4,
9485.my-4 {
9486  margin-top: 1.5rem !important;
9487}
9488
9489.mr-4,
9490.mx-4 {
9491  margin-right: 1.5rem !important;
9492}
9493
9494.mb-4, .doku_form .no,
9495.my-4 {
9496  margin-bottom: 1.5rem !important;
9497}
9498
9499.ml-4,
9500.mx-4 {
9501  margin-left: 1.5rem !important;
9502}
9503
9504.m-5 {
9505  margin: 3rem !important;
9506}
9507
9508.mt-5,
9509.my-5 {
9510  margin-top: 3rem !important;
9511}
9512
9513.mr-5,
9514.mx-5 {
9515  margin-right: 3rem !important;
9516}
9517
9518.mb-5,
9519.my-5 {
9520  margin-bottom: 3rem !important;
9521}
9522
9523.ml-5,
9524.mx-5 {
9525  margin-left: 3rem !important;
9526}
9527
9528.m--9 {
9529  margin: -10rem !important;
9530}
9531
9532.mt--9,
9533.my--9 {
9534  margin-top: -10rem !important;
9535}
9536
9537.mr--9,
9538.mx--9 {
9539  margin-right: -10rem !important;
9540}
9541
9542.mb--9,
9543.my--9 {
9544  margin-bottom: -10rem !important;
9545}
9546
9547.ml--9,
9548.mx--9 {
9549  margin-left: -10rem !important;
9550}
9551
9552.m--8 {
9553  margin: -8rem !important;
9554}
9555
9556.mt--8,
9557.my--8 {
9558  margin-top: -8rem !important;
9559}
9560
9561.mr--8,
9562.mx--8 {
9563  margin-right: -8rem !important;
9564}
9565
9566.mb--8,
9567.my--8 {
9568  margin-bottom: -8rem !important;
9569}
9570
9571.ml--8,
9572.mx--8 {
9573  margin-left: -8rem !important;
9574}
9575
9576.m--7 {
9577  margin: -6rem !important;
9578}
9579
9580.mt--7,
9581.my--7 {
9582  margin-top: -6rem !important;
9583}
9584
9585.mr--7,
9586.mx--7 {
9587  margin-right: -6rem !important;
9588}
9589
9590.mb--7,
9591.my--7 {
9592  margin-bottom: -6rem !important;
9593}
9594
9595.ml--7,
9596.mx--7 {
9597  margin-left: -6rem !important;
9598}
9599
9600.m--6 {
9601  margin: -4.5rem !important;
9602}
9603
9604.mt--6,
9605.my--6 {
9606  margin-top: -4.5rem !important;
9607}
9608
9609.mr--6,
9610.mx--6 {
9611  margin-right: -4.5rem !important;
9612}
9613
9614.mb--6,
9615.my--6 {
9616  margin-bottom: -4.5rem !important;
9617}
9618
9619.ml--6,
9620.mx--6 {
9621  margin-left: -4.5rem !important;
9622}
9623
9624.m--5 {
9625  margin: -3rem !important;
9626}
9627
9628.mt--5,
9629.my--5 {
9630  margin-top: -3rem !important;
9631}
9632
9633.mr--5,
9634.mx--5 {
9635  margin-right: -3rem !important;
9636}
9637
9638.mb--5,
9639.my--5 {
9640  margin-bottom: -3rem !important;
9641}
9642
9643.ml--5,
9644.mx--5 {
9645  margin-left: -3rem !important;
9646}
9647
9648.m--4 {
9649  margin: -1.5rem !important;
9650}
9651
9652.mt--4,
9653.my--4 {
9654  margin-top: -1.5rem !important;
9655}
9656
9657.mr--4,
9658.mx--4 {
9659  margin-right: -1.5rem !important;
9660}
9661
9662.mb--4,
9663.my--4 {
9664  margin-bottom: -1.5rem !important;
9665}
9666
9667.ml--4,
9668.mx--4 {
9669  margin-left: -1.5rem !important;
9670}
9671
9672.m--3 {
9673  margin: -1rem !important;
9674}
9675
9676.mt--3,
9677.my--3 {
9678  margin-top: -1rem !important;
9679}
9680
9681.mr--3,
9682.mx--3 {
9683  margin-right: -1rem !important;
9684}
9685
9686.mb--3,
9687.my--3 {
9688  margin-bottom: -1rem !important;
9689}
9690
9691.ml--3,
9692.mx--3 {
9693  margin-left: -1rem !important;
9694}
9695
9696.m--2 {
9697  margin: -0.5rem !important;
9698}
9699
9700.mt--2,
9701.my--2 {
9702  margin-top: -0.5rem !important;
9703}
9704
9705.mr--2,
9706.mx--2 {
9707  margin-right: -0.5rem !important;
9708}
9709
9710.mb--2,
9711.my--2 {
9712  margin-bottom: -0.5rem !important;
9713}
9714
9715.ml--2,
9716.mx--2 {
9717  margin-left: -0.5rem !important;
9718}
9719
9720.m--1 {
9721  margin: -0.25rem !important;
9722}
9723
9724.mt--1,
9725.my--1 {
9726  margin-top: -0.25rem !important;
9727}
9728
9729.mr--1,
9730.mx--1 {
9731  margin-right: -0.25rem !important;
9732}
9733
9734.mb--1,
9735.my--1 {
9736  margin-bottom: -0.25rem !important;
9737}
9738
9739.ml--1,
9740.mx--1 {
9741  margin-left: -0.25rem !important;
9742}
9743
9744.m-6 {
9745  margin: 4.5rem !important;
9746}
9747
9748.mt-6,
9749.my-6 {
9750  margin-top: 4.5rem !important;
9751}
9752
9753.mr-6,
9754.mx-6 {
9755  margin-right: 4.5rem !important;
9756}
9757
9758.mb-6,
9759.my-6 {
9760  margin-bottom: 4.5rem !important;
9761}
9762
9763.ml-6,
9764.mx-6 {
9765  margin-left: 4.5rem !important;
9766}
9767
9768.m-7 {
9769  margin: 6rem !important;
9770}
9771
9772.mt-7,
9773.my-7 {
9774  margin-top: 6rem !important;
9775}
9776
9777.mr-7,
9778.mx-7 {
9779  margin-right: 6rem !important;
9780}
9781
9782.mb-7,
9783.my-7 {
9784  margin-bottom: 6rem !important;
9785}
9786
9787.ml-7,
9788.mx-7 {
9789  margin-left: 6rem !important;
9790}
9791
9792.m-8 {
9793  margin: 8rem !important;
9794}
9795
9796.mt-8,
9797.my-8 {
9798  margin-top: 8rem !important;
9799}
9800
9801.mr-8,
9802.mx-8 {
9803  margin-right: 8rem !important;
9804}
9805
9806.mb-8,
9807.my-8 {
9808  margin-bottom: 8rem !important;
9809}
9810
9811.ml-8,
9812.mx-8 {
9813  margin-left: 8rem !important;
9814}
9815
9816.m-9 {
9817  margin: 10rem !important;
9818}
9819
9820.mt-9,
9821.my-9 {
9822  margin-top: 10rem !important;
9823}
9824
9825.mr-9,
9826.mx-9 {
9827  margin-right: 10rem !important;
9828}
9829
9830.mb-9,
9831.my-9 {
9832  margin-bottom: 10rem !important;
9833}
9834
9835.ml-9,
9836.mx-9 {
9837  margin-left: 10rem !important;
9838}
9839
9840.p-0 {
9841  padding: 0 !important;
9842}
9843
9844.pt-0,
9845.py-0 {
9846  padding-top: 0 !important;
9847}
9848
9849.pr-0,
9850.px-0 {
9851  padding-right: 0 !important;
9852}
9853
9854.pb-0,
9855.py-0 {
9856  padding-bottom: 0 !important;
9857}
9858
9859.pl-0,
9860.px-0 {
9861  padding-left: 0 !important;
9862}
9863
9864.p-1 {
9865  padding: 0.25rem !important;
9866}
9867
9868.pt-1,
9869.py-1 {
9870  padding-top: 0.25rem !important;
9871}
9872
9873.pr-1,
9874.px-1 {
9875  padding-right: 0.25rem !important;
9876}
9877
9878.pb-1,
9879.py-1 {
9880  padding-bottom: 0.25rem !important;
9881}
9882
9883.pl-1,
9884.px-1 {
9885  padding-left: 0.25rem !important;
9886}
9887
9888.p-2 {
9889  padding: 0.5rem !important;
9890}
9891
9892.pt-2,
9893.py-2 {
9894  padding-top: 0.5rem !important;
9895}
9896
9897.pr-2,
9898.px-2 {
9899  padding-right: 0.5rem !important;
9900}
9901
9902.pb-2,
9903.py-2 {
9904  padding-bottom: 0.5rem !important;
9905}
9906
9907.pl-2,
9908.px-2 {
9909  padding-left: 0.5rem !important;
9910}
9911
9912.p-3 {
9913  padding: 1rem !important;
9914}
9915
9916.pt-3,
9917.py-3 {
9918  padding-top: 1rem !important;
9919}
9920
9921.pr-3,
9922.px-3 {
9923  padding-right: 1rem !important;
9924}
9925
9926.pb-3,
9927.py-3 {
9928  padding-bottom: 1rem !important;
9929}
9930
9931.pl-3,
9932.px-3 {
9933  padding-left: 1rem !important;
9934}
9935
9936.p-4 {
9937  padding: 1.5rem !important;
9938}
9939
9940.pt-4,
9941.py-4 {
9942  padding-top: 1.5rem !important;
9943}
9944
9945.pr-4,
9946.px-4 {
9947  padding-right: 1.5rem !important;
9948}
9949
9950.pb-4,
9951.py-4 {
9952  padding-bottom: 1.5rem !important;
9953}
9954
9955.pl-4,
9956.px-4 {
9957  padding-left: 1.5rem !important;
9958}
9959
9960.p-5 {
9961  padding: 3rem !important;
9962}
9963
9964.pt-5,
9965.py-5 {
9966  padding-top: 3rem !important;
9967}
9968
9969.pr-5,
9970.px-5 {
9971  padding-right: 3rem !important;
9972}
9973
9974.pb-5,
9975.py-5 {
9976  padding-bottom: 3rem !important;
9977}
9978
9979.pl-5,
9980.px-5 {
9981  padding-left: 3rem !important;
9982}
9983
9984.p--9 {
9985  padding: -10rem !important;
9986}
9987
9988.pt--9,
9989.py--9 {
9990  padding-top: -10rem !important;
9991}
9992
9993.pr--9,
9994.px--9 {
9995  padding-right: -10rem !important;
9996}
9997
9998.pb--9,
9999.py--9 {
10000  padding-bottom: -10rem !important;
10001}
10002
10003.pl--9,
10004.px--9 {
10005  padding-left: -10rem !important;
10006}
10007
10008.p--8 {
10009  padding: -8rem !important;
10010}
10011
10012.pt--8,
10013.py--8 {
10014  padding-top: -8rem !important;
10015}
10016
10017.pr--8,
10018.px--8 {
10019  padding-right: -8rem !important;
10020}
10021
10022.pb--8,
10023.py--8 {
10024  padding-bottom: -8rem !important;
10025}
10026
10027.pl--8,
10028.px--8 {
10029  padding-left: -8rem !important;
10030}
10031
10032.p--7 {
10033  padding: -6rem !important;
10034}
10035
10036.pt--7,
10037.py--7 {
10038  padding-top: -6rem !important;
10039}
10040
10041.pr--7,
10042.px--7 {
10043  padding-right: -6rem !important;
10044}
10045
10046.pb--7,
10047.py--7 {
10048  padding-bottom: -6rem !important;
10049}
10050
10051.pl--7,
10052.px--7 {
10053  padding-left: -6rem !important;
10054}
10055
10056.p--6 {
10057  padding: -4.5rem !important;
10058}
10059
10060.pt--6,
10061.py--6 {
10062  padding-top: -4.5rem !important;
10063}
10064
10065.pr--6,
10066.px--6 {
10067  padding-right: -4.5rem !important;
10068}
10069
10070.pb--6,
10071.py--6 {
10072  padding-bottom: -4.5rem !important;
10073}
10074
10075.pl--6,
10076.px--6 {
10077  padding-left: -4.5rem !important;
10078}
10079
10080.p--5 {
10081  padding: -3rem !important;
10082}
10083
10084.pt--5,
10085.py--5 {
10086  padding-top: -3rem !important;
10087}
10088
10089.pr--5,
10090.px--5 {
10091  padding-right: -3rem !important;
10092}
10093
10094.pb--5,
10095.py--5 {
10096  padding-bottom: -3rem !important;
10097}
10098
10099.pl--5,
10100.px--5 {
10101  padding-left: -3rem !important;
10102}
10103
10104.p--4 {
10105  padding: -1.5rem !important;
10106}
10107
10108.pt--4,
10109.py--4 {
10110  padding-top: -1.5rem !important;
10111}
10112
10113.pr--4,
10114.px--4 {
10115  padding-right: -1.5rem !important;
10116}
10117
10118.pb--4,
10119.py--4 {
10120  padding-bottom: -1.5rem !important;
10121}
10122
10123.pl--4,
10124.px--4 {
10125  padding-left: -1.5rem !important;
10126}
10127
10128.p--3 {
10129  padding: -1rem !important;
10130}
10131
10132.pt--3,
10133.py--3 {
10134  padding-top: -1rem !important;
10135}
10136
10137.pr--3,
10138.px--3 {
10139  padding-right: -1rem !important;
10140}
10141
10142.pb--3,
10143.py--3 {
10144  padding-bottom: -1rem !important;
10145}
10146
10147.pl--3,
10148.px--3 {
10149  padding-left: -1rem !important;
10150}
10151
10152.p--2 {
10153  padding: -0.5rem !important;
10154}
10155
10156.pt--2,
10157.py--2 {
10158  padding-top: -0.5rem !important;
10159}
10160
10161.pr--2,
10162.px--2 {
10163  padding-right: -0.5rem !important;
10164}
10165
10166.pb--2,
10167.py--2 {
10168  padding-bottom: -0.5rem !important;
10169}
10170
10171.pl--2,
10172.px--2 {
10173  padding-left: -0.5rem !important;
10174}
10175
10176.p--1 {
10177  padding: -0.25rem !important;
10178}
10179
10180.pt--1,
10181.py--1 {
10182  padding-top: -0.25rem !important;
10183}
10184
10185.pr--1,
10186.px--1 {
10187  padding-right: -0.25rem !important;
10188}
10189
10190.pb--1,
10191.py--1 {
10192  padding-bottom: -0.25rem !important;
10193}
10194
10195.pl--1,
10196.px--1 {
10197  padding-left: -0.25rem !important;
10198}
10199
10200.p-6 {
10201  padding: 4.5rem !important;
10202}
10203
10204.pt-6,
10205.py-6 {
10206  padding-top: 4.5rem !important;
10207}
10208
10209.pr-6,
10210.px-6 {
10211  padding-right: 4.5rem !important;
10212}
10213
10214.pb-6,
10215.py-6 {
10216  padding-bottom: 4.5rem !important;
10217}
10218
10219.pl-6,
10220.px-6 {
10221  padding-left: 4.5rem !important;
10222}
10223
10224.p-7 {
10225  padding: 6rem !important;
10226}
10227
10228.pt-7,
10229.py-7 {
10230  padding-top: 6rem !important;
10231}
10232
10233.pr-7,
10234.px-7 {
10235  padding-right: 6rem !important;
10236}
10237
10238.pb-7,
10239.py-7 {
10240  padding-bottom: 6rem !important;
10241}
10242
10243.pl-7,
10244.px-7 {
10245  padding-left: 6rem !important;
10246}
10247
10248.p-8 {
10249  padding: 8rem !important;
10250}
10251
10252.pt-8,
10253.py-8 {
10254  padding-top: 8rem !important;
10255}
10256
10257.pr-8,
10258.px-8 {
10259  padding-right: 8rem !important;
10260}
10261
10262.pb-8,
10263.py-8 {
10264  padding-bottom: 8rem !important;
10265}
10266
10267.pl-8,
10268.px-8 {
10269  padding-left: 8rem !important;
10270}
10271
10272.p-9 {
10273  padding: 10rem !important;
10274}
10275
10276.pt-9,
10277.py-9 {
10278  padding-top: 10rem !important;
10279}
10280
10281.pr-9,
10282.px-9 {
10283  padding-right: 10rem !important;
10284}
10285
10286.pb-9,
10287.py-9 {
10288  padding-bottom: 10rem !important;
10289}
10290
10291.pl-9,
10292.px-9 {
10293  padding-left: 10rem !important;
10294}
10295
10296.m-n1 {
10297  margin: -0.25rem !important;
10298}
10299
10300.mt-n1,
10301.my-n1 {
10302  margin-top: -0.25rem !important;
10303}
10304
10305.mr-n1,
10306.mx-n1 {
10307  margin-right: -0.25rem !important;
10308}
10309
10310.mb-n1,
10311.my-n1 {
10312  margin-bottom: -0.25rem !important;
10313}
10314
10315.ml-n1,
10316.mx-n1 {
10317  margin-left: -0.25rem !important;
10318}
10319
10320.m-n2 {
10321  margin: -0.5rem !important;
10322}
10323
10324.mt-n2,
10325.my-n2 {
10326  margin-top: -0.5rem !important;
10327}
10328
10329.mr-n2,
10330.mx-n2 {
10331  margin-right: -0.5rem !important;
10332}
10333
10334.mb-n2,
10335.my-n2 {
10336  margin-bottom: -0.5rem !important;
10337}
10338
10339.ml-n2,
10340.mx-n2 {
10341  margin-left: -0.5rem !important;
10342}
10343
10344.m-n3 {
10345  margin: -1rem !important;
10346}
10347
10348.mt-n3,
10349.my-n3 {
10350  margin-top: -1rem !important;
10351}
10352
10353.mr-n3,
10354.mx-n3 {
10355  margin-right: -1rem !important;
10356}
10357
10358.mb-n3,
10359.my-n3 {
10360  margin-bottom: -1rem !important;
10361}
10362
10363.ml-n3,
10364.mx-n3 {
10365  margin-left: -1rem !important;
10366}
10367
10368.m-n4 {
10369  margin: -1.5rem !important;
10370}
10371
10372.mt-n4,
10373.my-n4 {
10374  margin-top: -1.5rem !important;
10375}
10376
10377.mr-n4,
10378.mx-n4 {
10379  margin-right: -1.5rem !important;
10380}
10381
10382.mb-n4,
10383.my-n4 {
10384  margin-bottom: -1.5rem !important;
10385}
10386
10387.ml-n4,
10388.mx-n4 {
10389  margin-left: -1.5rem !important;
10390}
10391
10392.m-n5 {
10393  margin: -3rem !important;
10394}
10395
10396.mt-n5,
10397.my-n5 {
10398  margin-top: -3rem !important;
10399}
10400
10401.mr-n5,
10402.mx-n5 {
10403  margin-right: -3rem !important;
10404}
10405
10406.mb-n5,
10407.my-n5 {
10408  margin-bottom: -3rem !important;
10409}
10410
10411.ml-n5,
10412.mx-n5 {
10413  margin-left: -3rem !important;
10414}
10415
10416.m-n-9 {
10417  margin: 10rem !important;
10418}
10419
10420.mt-n-9,
10421.my-n-9 {
10422  margin-top: 10rem !important;
10423}
10424
10425.mr-n-9,
10426.mx-n-9 {
10427  margin-right: 10rem !important;
10428}
10429
10430.mb-n-9,
10431.my-n-9 {
10432  margin-bottom: 10rem !important;
10433}
10434
10435.ml-n-9,
10436.mx-n-9 {
10437  margin-left: 10rem !important;
10438}
10439
10440.m-n-8 {
10441  margin: 8rem !important;
10442}
10443
10444.mt-n-8,
10445.my-n-8 {
10446  margin-top: 8rem !important;
10447}
10448
10449.mr-n-8,
10450.mx-n-8 {
10451  margin-right: 8rem !important;
10452}
10453
10454.mb-n-8,
10455.my-n-8 {
10456  margin-bottom: 8rem !important;
10457}
10458
10459.ml-n-8,
10460.mx-n-8 {
10461  margin-left: 8rem !important;
10462}
10463
10464.m-n-7 {
10465  margin: 6rem !important;
10466}
10467
10468.mt-n-7,
10469.my-n-7 {
10470  margin-top: 6rem !important;
10471}
10472
10473.mr-n-7,
10474.mx-n-7 {
10475  margin-right: 6rem !important;
10476}
10477
10478.mb-n-7,
10479.my-n-7 {
10480  margin-bottom: 6rem !important;
10481}
10482
10483.ml-n-7,
10484.mx-n-7 {
10485  margin-left: 6rem !important;
10486}
10487
10488.m-n-6 {
10489  margin: 4.5rem !important;
10490}
10491
10492.mt-n-6,
10493.my-n-6 {
10494  margin-top: 4.5rem !important;
10495}
10496
10497.mr-n-6,
10498.mx-n-6 {
10499  margin-right: 4.5rem !important;
10500}
10501
10502.mb-n-6,
10503.my-n-6 {
10504  margin-bottom: 4.5rem !important;
10505}
10506
10507.ml-n-6,
10508.mx-n-6 {
10509  margin-left: 4.5rem !important;
10510}
10511
10512.m-n-5 {
10513  margin: 3rem !important;
10514}
10515
10516.mt-n-5,
10517.my-n-5 {
10518  margin-top: 3rem !important;
10519}
10520
10521.mr-n-5,
10522.mx-n-5 {
10523  margin-right: 3rem !important;
10524}
10525
10526.mb-n-5,
10527.my-n-5 {
10528  margin-bottom: 3rem !important;
10529}
10530
10531.ml-n-5,
10532.mx-n-5 {
10533  margin-left: 3rem !important;
10534}
10535
10536.m-n-4 {
10537  margin: 1.5rem !important;
10538}
10539
10540.mt-n-4,
10541.my-n-4 {
10542  margin-top: 1.5rem !important;
10543}
10544
10545.mr-n-4,
10546.mx-n-4 {
10547  margin-right: 1.5rem !important;
10548}
10549
10550.mb-n-4,
10551.my-n-4 {
10552  margin-bottom: 1.5rem !important;
10553}
10554
10555.ml-n-4,
10556.mx-n-4 {
10557  margin-left: 1.5rem !important;
10558}
10559
10560.m-n-3 {
10561  margin: 1rem !important;
10562}
10563
10564.mt-n-3,
10565.my-n-3 {
10566  margin-top: 1rem !important;
10567}
10568
10569.mr-n-3,
10570.mx-n-3 {
10571  margin-right: 1rem !important;
10572}
10573
10574.mb-n-3,
10575.my-n-3 {
10576  margin-bottom: 1rem !important;
10577}
10578
10579.ml-n-3,
10580.mx-n-3 {
10581  margin-left: 1rem !important;
10582}
10583
10584.m-n-2 {
10585  margin: 0.5rem !important;
10586}
10587
10588.mt-n-2,
10589.my-n-2 {
10590  margin-top: 0.5rem !important;
10591}
10592
10593.mr-n-2,
10594.mx-n-2 {
10595  margin-right: 0.5rem !important;
10596}
10597
10598.mb-n-2,
10599.my-n-2 {
10600  margin-bottom: 0.5rem !important;
10601}
10602
10603.ml-n-2,
10604.mx-n-2 {
10605  margin-left: 0.5rem !important;
10606}
10607
10608.m-n-1 {
10609  margin: 0.25rem !important;
10610}
10611
10612.mt-n-1,
10613.my-n-1 {
10614  margin-top: 0.25rem !important;
10615}
10616
10617.mr-n-1,
10618.mx-n-1 {
10619  margin-right: 0.25rem !important;
10620}
10621
10622.mb-n-1,
10623.my-n-1 {
10624  margin-bottom: 0.25rem !important;
10625}
10626
10627.ml-n-1,
10628.mx-n-1 {
10629  margin-left: 0.25rem !important;
10630}
10631
10632.m-n6 {
10633  margin: -4.5rem !important;
10634}
10635
10636.mt-n6,
10637.my-n6 {
10638  margin-top: -4.5rem !important;
10639}
10640
10641.mr-n6,
10642.mx-n6 {
10643  margin-right: -4.5rem !important;
10644}
10645
10646.mb-n6,
10647.my-n6 {
10648  margin-bottom: -4.5rem !important;
10649}
10650
10651.ml-n6,
10652.mx-n6 {
10653  margin-left: -4.5rem !important;
10654}
10655
10656.m-n7 {
10657  margin: -6rem !important;
10658}
10659
10660.mt-n7,
10661.my-n7 {
10662  margin-top: -6rem !important;
10663}
10664
10665.mr-n7,
10666.mx-n7 {
10667  margin-right: -6rem !important;
10668}
10669
10670.mb-n7,
10671.my-n7 {
10672  margin-bottom: -6rem !important;
10673}
10674
10675.ml-n7,
10676.mx-n7 {
10677  margin-left: -6rem !important;
10678}
10679
10680.m-n8 {
10681  margin: -8rem !important;
10682}
10683
10684.mt-n8,
10685.my-n8 {
10686  margin-top: -8rem !important;
10687}
10688
10689.mr-n8,
10690.mx-n8 {
10691  margin-right: -8rem !important;
10692}
10693
10694.mb-n8,
10695.my-n8 {
10696  margin-bottom: -8rem !important;
10697}
10698
10699.ml-n8,
10700.mx-n8 {
10701  margin-left: -8rem !important;
10702}
10703
10704.m-n9 {
10705  margin: -10rem !important;
10706}
10707
10708.mt-n9,
10709.my-n9 {
10710  margin-top: -10rem !important;
10711}
10712
10713.mr-n9,
10714.mx-n9 {
10715  margin-right: -10rem !important;
10716}
10717
10718.mb-n9,
10719.my-n9 {
10720  margin-bottom: -10rem !important;
10721}
10722
10723.ml-n9,
10724.mx-n9 {
10725  margin-left: -10rem !important;
10726}
10727
10728.m-auto {
10729  margin: auto !important;
10730}
10731
10732.mt-auto,
10733.my-auto {
10734  margin-top: auto !important;
10735}
10736
10737.mr-auto,
10738.mx-auto {
10739  margin-right: auto !important;
10740}
10741
10742.mb-auto,
10743.my-auto {
10744  margin-bottom: auto !important;
10745}
10746
10747.ml-auto,
10748.mx-auto {
10749  margin-left: auto !important;
10750}
10751
10752@media (min-width: 576px) {
10753  .m-sm-0 {
10754    margin: 0 !important;
10755  }
10756
10757  .mt-sm-0,
10758.my-sm-0 {
10759    margin-top: 0 !important;
10760  }
10761
10762  .mr-sm-0,
10763.mx-sm-0 {
10764    margin-right: 0 !important;
10765  }
10766
10767  .mb-sm-0,
10768.my-sm-0 {
10769    margin-bottom: 0 !important;
10770  }
10771
10772  .ml-sm-0,
10773.mx-sm-0 {
10774    margin-left: 0 !important;
10775  }
10776
10777  .m-sm-1 {
10778    margin: 0.25rem !important;
10779  }
10780
10781  .mt-sm-1,
10782.my-sm-1 {
10783    margin-top: 0.25rem !important;
10784  }
10785
10786  .mr-sm-1,
10787.mx-sm-1 {
10788    margin-right: 0.25rem !important;
10789  }
10790
10791  .mb-sm-1,
10792.my-sm-1 {
10793    margin-bottom: 0.25rem !important;
10794  }
10795
10796  .ml-sm-1,
10797.mx-sm-1 {
10798    margin-left: 0.25rem !important;
10799  }
10800
10801  .m-sm-2 {
10802    margin: 0.5rem !important;
10803  }
10804
10805  .mt-sm-2,
10806.my-sm-2 {
10807    margin-top: 0.5rem !important;
10808  }
10809
10810  .mr-sm-2,
10811.mx-sm-2 {
10812    margin-right: 0.5rem !important;
10813  }
10814
10815  .mb-sm-2,
10816.my-sm-2 {
10817    margin-bottom: 0.5rem !important;
10818  }
10819
10820  .ml-sm-2,
10821.mx-sm-2 {
10822    margin-left: 0.5rem !important;
10823  }
10824
10825  .m-sm-3 {
10826    margin: 1rem !important;
10827  }
10828
10829  .mt-sm-3,
10830.my-sm-3 {
10831    margin-top: 1rem !important;
10832  }
10833
10834  .mr-sm-3,
10835.mx-sm-3 {
10836    margin-right: 1rem !important;
10837  }
10838
10839  .mb-sm-3,
10840.my-sm-3 {
10841    margin-bottom: 1rem !important;
10842  }
10843
10844  .ml-sm-3,
10845.mx-sm-3 {
10846    margin-left: 1rem !important;
10847  }
10848
10849  .m-sm-4 {
10850    margin: 1.5rem !important;
10851  }
10852
10853  .mt-sm-4,
10854.my-sm-4 {
10855    margin-top: 1.5rem !important;
10856  }
10857
10858  .mr-sm-4,
10859.mx-sm-4 {
10860    margin-right: 1.5rem !important;
10861  }
10862
10863  .mb-sm-4,
10864.my-sm-4 {
10865    margin-bottom: 1.5rem !important;
10866  }
10867
10868  .ml-sm-4,
10869.mx-sm-4 {
10870    margin-left: 1.5rem !important;
10871  }
10872
10873  .m-sm-5 {
10874    margin: 3rem !important;
10875  }
10876
10877  .mt-sm-5,
10878.my-sm-5 {
10879    margin-top: 3rem !important;
10880  }
10881
10882  .mr-sm-5,
10883.mx-sm-5 {
10884    margin-right: 3rem !important;
10885  }
10886
10887  .mb-sm-5,
10888.my-sm-5 {
10889    margin-bottom: 3rem !important;
10890  }
10891
10892  .ml-sm-5,
10893.mx-sm-5 {
10894    margin-left: 3rem !important;
10895  }
10896
10897  .m-sm--9 {
10898    margin: -10rem !important;
10899  }
10900
10901  .mt-sm--9,
10902.my-sm--9 {
10903    margin-top: -10rem !important;
10904  }
10905
10906  .mr-sm--9,
10907.mx-sm--9 {
10908    margin-right: -10rem !important;
10909  }
10910
10911  .mb-sm--9,
10912.my-sm--9 {
10913    margin-bottom: -10rem !important;
10914  }
10915
10916  .ml-sm--9,
10917.mx-sm--9 {
10918    margin-left: -10rem !important;
10919  }
10920
10921  .m-sm--8 {
10922    margin: -8rem !important;
10923  }
10924
10925  .mt-sm--8,
10926.my-sm--8 {
10927    margin-top: -8rem !important;
10928  }
10929
10930  .mr-sm--8,
10931.mx-sm--8 {
10932    margin-right: -8rem !important;
10933  }
10934
10935  .mb-sm--8,
10936.my-sm--8 {
10937    margin-bottom: -8rem !important;
10938  }
10939
10940  .ml-sm--8,
10941.mx-sm--8 {
10942    margin-left: -8rem !important;
10943  }
10944
10945  .m-sm--7 {
10946    margin: -6rem !important;
10947  }
10948
10949  .mt-sm--7,
10950.my-sm--7 {
10951    margin-top: -6rem !important;
10952  }
10953
10954  .mr-sm--7,
10955.mx-sm--7 {
10956    margin-right: -6rem !important;
10957  }
10958
10959  .mb-sm--7,
10960.my-sm--7 {
10961    margin-bottom: -6rem !important;
10962  }
10963
10964  .ml-sm--7,
10965.mx-sm--7 {
10966    margin-left: -6rem !important;
10967  }
10968
10969  .m-sm--6 {
10970    margin: -4.5rem !important;
10971  }
10972
10973  .mt-sm--6,
10974.my-sm--6 {
10975    margin-top: -4.5rem !important;
10976  }
10977
10978  .mr-sm--6,
10979.mx-sm--6 {
10980    margin-right: -4.5rem !important;
10981  }
10982
10983  .mb-sm--6,
10984.my-sm--6 {
10985    margin-bottom: -4.5rem !important;
10986  }
10987
10988  .ml-sm--6,
10989.mx-sm--6 {
10990    margin-left: -4.5rem !important;
10991  }
10992
10993  .m-sm--5 {
10994    margin: -3rem !important;
10995  }
10996
10997  .mt-sm--5,
10998.my-sm--5 {
10999    margin-top: -3rem !important;
11000  }
11001
11002  .mr-sm--5,
11003.mx-sm--5 {
11004    margin-right: -3rem !important;
11005  }
11006
11007  .mb-sm--5,
11008.my-sm--5 {
11009    margin-bottom: -3rem !important;
11010  }
11011
11012  .ml-sm--5,
11013.mx-sm--5 {
11014    margin-left: -3rem !important;
11015  }
11016
11017  .m-sm--4 {
11018    margin: -1.5rem !important;
11019  }
11020
11021  .mt-sm--4,
11022.my-sm--4 {
11023    margin-top: -1.5rem !important;
11024  }
11025
11026  .mr-sm--4,
11027.mx-sm--4 {
11028    margin-right: -1.5rem !important;
11029  }
11030
11031  .mb-sm--4,
11032.my-sm--4 {
11033    margin-bottom: -1.5rem !important;
11034  }
11035
11036  .ml-sm--4,
11037.mx-sm--4 {
11038    margin-left: -1.5rem !important;
11039  }
11040
11041  .m-sm--3 {
11042    margin: -1rem !important;
11043  }
11044
11045  .mt-sm--3,
11046.my-sm--3 {
11047    margin-top: -1rem !important;
11048  }
11049
11050  .mr-sm--3,
11051.mx-sm--3 {
11052    margin-right: -1rem !important;
11053  }
11054
11055  .mb-sm--3,
11056.my-sm--3 {
11057    margin-bottom: -1rem !important;
11058  }
11059
11060  .ml-sm--3,
11061.mx-sm--3 {
11062    margin-left: -1rem !important;
11063  }
11064
11065  .m-sm--2 {
11066    margin: -0.5rem !important;
11067  }
11068
11069  .mt-sm--2,
11070.my-sm--2 {
11071    margin-top: -0.5rem !important;
11072  }
11073
11074  .mr-sm--2,
11075.mx-sm--2 {
11076    margin-right: -0.5rem !important;
11077  }
11078
11079  .mb-sm--2,
11080.my-sm--2 {
11081    margin-bottom: -0.5rem !important;
11082  }
11083
11084  .ml-sm--2,
11085.mx-sm--2 {
11086    margin-left: -0.5rem !important;
11087  }
11088
11089  .m-sm--1 {
11090    margin: -0.25rem !important;
11091  }
11092
11093  .mt-sm--1,
11094.my-sm--1 {
11095    margin-top: -0.25rem !important;
11096  }
11097
11098  .mr-sm--1,
11099.mx-sm--1 {
11100    margin-right: -0.25rem !important;
11101  }
11102
11103  .mb-sm--1,
11104.my-sm--1 {
11105    margin-bottom: -0.25rem !important;
11106  }
11107
11108  .ml-sm--1,
11109.mx-sm--1 {
11110    margin-left: -0.25rem !important;
11111  }
11112
11113  .m-sm-6 {
11114    margin: 4.5rem !important;
11115  }
11116
11117  .mt-sm-6,
11118.my-sm-6 {
11119    margin-top: 4.5rem !important;
11120  }
11121
11122  .mr-sm-6,
11123.mx-sm-6 {
11124    margin-right: 4.5rem !important;
11125  }
11126
11127  .mb-sm-6,
11128.my-sm-6 {
11129    margin-bottom: 4.5rem !important;
11130  }
11131
11132  .ml-sm-6,
11133.mx-sm-6 {
11134    margin-left: 4.5rem !important;
11135  }
11136
11137  .m-sm-7 {
11138    margin: 6rem !important;
11139  }
11140
11141  .mt-sm-7,
11142.my-sm-7 {
11143    margin-top: 6rem !important;
11144  }
11145
11146  .mr-sm-7,
11147.mx-sm-7 {
11148    margin-right: 6rem !important;
11149  }
11150
11151  .mb-sm-7,
11152.my-sm-7 {
11153    margin-bottom: 6rem !important;
11154  }
11155
11156  .ml-sm-7,
11157.mx-sm-7 {
11158    margin-left: 6rem !important;
11159  }
11160
11161  .m-sm-8 {
11162    margin: 8rem !important;
11163  }
11164
11165  .mt-sm-8,
11166.my-sm-8 {
11167    margin-top: 8rem !important;
11168  }
11169
11170  .mr-sm-8,
11171.mx-sm-8 {
11172    margin-right: 8rem !important;
11173  }
11174
11175  .mb-sm-8,
11176.my-sm-8 {
11177    margin-bottom: 8rem !important;
11178  }
11179
11180  .ml-sm-8,
11181.mx-sm-8 {
11182    margin-left: 8rem !important;
11183  }
11184
11185  .m-sm-9 {
11186    margin: 10rem !important;
11187  }
11188
11189  .mt-sm-9,
11190.my-sm-9 {
11191    margin-top: 10rem !important;
11192  }
11193
11194  .mr-sm-9,
11195.mx-sm-9 {
11196    margin-right: 10rem !important;
11197  }
11198
11199  .mb-sm-9,
11200.my-sm-9 {
11201    margin-bottom: 10rem !important;
11202  }
11203
11204  .ml-sm-9,
11205.mx-sm-9 {
11206    margin-left: 10rem !important;
11207  }
11208
11209  .p-sm-0 {
11210    padding: 0 !important;
11211  }
11212
11213  .pt-sm-0,
11214.py-sm-0 {
11215    padding-top: 0 !important;
11216  }
11217
11218  .pr-sm-0,
11219.px-sm-0 {
11220    padding-right: 0 !important;
11221  }
11222
11223  .pb-sm-0,
11224.py-sm-0 {
11225    padding-bottom: 0 !important;
11226  }
11227
11228  .pl-sm-0,
11229.px-sm-0 {
11230    padding-left: 0 !important;
11231  }
11232
11233  .p-sm-1 {
11234    padding: 0.25rem !important;
11235  }
11236
11237  .pt-sm-1,
11238.py-sm-1 {
11239    padding-top: 0.25rem !important;
11240  }
11241
11242  .pr-sm-1,
11243.px-sm-1 {
11244    padding-right: 0.25rem !important;
11245  }
11246
11247  .pb-sm-1,
11248.py-sm-1 {
11249    padding-bottom: 0.25rem !important;
11250  }
11251
11252  .pl-sm-1,
11253.px-sm-1 {
11254    padding-left: 0.25rem !important;
11255  }
11256
11257  .p-sm-2 {
11258    padding: 0.5rem !important;
11259  }
11260
11261  .pt-sm-2,
11262.py-sm-2 {
11263    padding-top: 0.5rem !important;
11264  }
11265
11266  .pr-sm-2,
11267.px-sm-2 {
11268    padding-right: 0.5rem !important;
11269  }
11270
11271  .pb-sm-2,
11272.py-sm-2 {
11273    padding-bottom: 0.5rem !important;
11274  }
11275
11276  .pl-sm-2,
11277.px-sm-2 {
11278    padding-left: 0.5rem !important;
11279  }
11280
11281  .p-sm-3 {
11282    padding: 1rem !important;
11283  }
11284
11285  .pt-sm-3,
11286.py-sm-3 {
11287    padding-top: 1rem !important;
11288  }
11289
11290  .pr-sm-3,
11291.px-sm-3 {
11292    padding-right: 1rem !important;
11293  }
11294
11295  .pb-sm-3,
11296.py-sm-3 {
11297    padding-bottom: 1rem !important;
11298  }
11299
11300  .pl-sm-3,
11301.px-sm-3 {
11302    padding-left: 1rem !important;
11303  }
11304
11305  .p-sm-4 {
11306    padding: 1.5rem !important;
11307  }
11308
11309  .pt-sm-4,
11310.py-sm-4 {
11311    padding-top: 1.5rem !important;
11312  }
11313
11314  .pr-sm-4,
11315.px-sm-4 {
11316    padding-right: 1.5rem !important;
11317  }
11318
11319  .pb-sm-4,
11320.py-sm-4 {
11321    padding-bottom: 1.5rem !important;
11322  }
11323
11324  .pl-sm-4,
11325.px-sm-4 {
11326    padding-left: 1.5rem !important;
11327  }
11328
11329  .p-sm-5 {
11330    padding: 3rem !important;
11331  }
11332
11333  .pt-sm-5,
11334.py-sm-5 {
11335    padding-top: 3rem !important;
11336  }
11337
11338  .pr-sm-5,
11339.px-sm-5 {
11340    padding-right: 3rem !important;
11341  }
11342
11343  .pb-sm-5,
11344.py-sm-5 {
11345    padding-bottom: 3rem !important;
11346  }
11347
11348  .pl-sm-5,
11349.px-sm-5 {
11350    padding-left: 3rem !important;
11351  }
11352
11353  .p-sm--9 {
11354    padding: -10rem !important;
11355  }
11356
11357  .pt-sm--9,
11358.py-sm--9 {
11359    padding-top: -10rem !important;
11360  }
11361
11362  .pr-sm--9,
11363.px-sm--9 {
11364    padding-right: -10rem !important;
11365  }
11366
11367  .pb-sm--9,
11368.py-sm--9 {
11369    padding-bottom: -10rem !important;
11370  }
11371
11372  .pl-sm--9,
11373.px-sm--9 {
11374    padding-left: -10rem !important;
11375  }
11376
11377  .p-sm--8 {
11378    padding: -8rem !important;
11379  }
11380
11381  .pt-sm--8,
11382.py-sm--8 {
11383    padding-top: -8rem !important;
11384  }
11385
11386  .pr-sm--8,
11387.px-sm--8 {
11388    padding-right: -8rem !important;
11389  }
11390
11391  .pb-sm--8,
11392.py-sm--8 {
11393    padding-bottom: -8rem !important;
11394  }
11395
11396  .pl-sm--8,
11397.px-sm--8 {
11398    padding-left: -8rem !important;
11399  }
11400
11401  .p-sm--7 {
11402    padding: -6rem !important;
11403  }
11404
11405  .pt-sm--7,
11406.py-sm--7 {
11407    padding-top: -6rem !important;
11408  }
11409
11410  .pr-sm--7,
11411.px-sm--7 {
11412    padding-right: -6rem !important;
11413  }
11414
11415  .pb-sm--7,
11416.py-sm--7 {
11417    padding-bottom: -6rem !important;
11418  }
11419
11420  .pl-sm--7,
11421.px-sm--7 {
11422    padding-left: -6rem !important;
11423  }
11424
11425  .p-sm--6 {
11426    padding: -4.5rem !important;
11427  }
11428
11429  .pt-sm--6,
11430.py-sm--6 {
11431    padding-top: -4.5rem !important;
11432  }
11433
11434  .pr-sm--6,
11435.px-sm--6 {
11436    padding-right: -4.5rem !important;
11437  }
11438
11439  .pb-sm--6,
11440.py-sm--6 {
11441    padding-bottom: -4.5rem !important;
11442  }
11443
11444  .pl-sm--6,
11445.px-sm--6 {
11446    padding-left: -4.5rem !important;
11447  }
11448
11449  .p-sm--5 {
11450    padding: -3rem !important;
11451  }
11452
11453  .pt-sm--5,
11454.py-sm--5 {
11455    padding-top: -3rem !important;
11456  }
11457
11458  .pr-sm--5,
11459.px-sm--5 {
11460    padding-right: -3rem !important;
11461  }
11462
11463  .pb-sm--5,
11464.py-sm--5 {
11465    padding-bottom: -3rem !important;
11466  }
11467
11468  .pl-sm--5,
11469.px-sm--5 {
11470    padding-left: -3rem !important;
11471  }
11472
11473  .p-sm--4 {
11474    padding: -1.5rem !important;
11475  }
11476
11477  .pt-sm--4,
11478.py-sm--4 {
11479    padding-top: -1.5rem !important;
11480  }
11481
11482  .pr-sm--4,
11483.px-sm--4 {
11484    padding-right: -1.5rem !important;
11485  }
11486
11487  .pb-sm--4,
11488.py-sm--4 {
11489    padding-bottom: -1.5rem !important;
11490  }
11491
11492  .pl-sm--4,
11493.px-sm--4 {
11494    padding-left: -1.5rem !important;
11495  }
11496
11497  .p-sm--3 {
11498    padding: -1rem !important;
11499  }
11500
11501  .pt-sm--3,
11502.py-sm--3 {
11503    padding-top: -1rem !important;
11504  }
11505
11506  .pr-sm--3,
11507.px-sm--3 {
11508    padding-right: -1rem !important;
11509  }
11510
11511  .pb-sm--3,
11512.py-sm--3 {
11513    padding-bottom: -1rem !important;
11514  }
11515
11516  .pl-sm--3,
11517.px-sm--3 {
11518    padding-left: -1rem !important;
11519  }
11520
11521  .p-sm--2 {
11522    padding: -0.5rem !important;
11523  }
11524
11525  .pt-sm--2,
11526.py-sm--2 {
11527    padding-top: -0.5rem !important;
11528  }
11529
11530  .pr-sm--2,
11531.px-sm--2 {
11532    padding-right: -0.5rem !important;
11533  }
11534
11535  .pb-sm--2,
11536.py-sm--2 {
11537    padding-bottom: -0.5rem !important;
11538  }
11539
11540  .pl-sm--2,
11541.px-sm--2 {
11542    padding-left: -0.5rem !important;
11543  }
11544
11545  .p-sm--1 {
11546    padding: -0.25rem !important;
11547  }
11548
11549  .pt-sm--1,
11550.py-sm--1 {
11551    padding-top: -0.25rem !important;
11552  }
11553
11554  .pr-sm--1,
11555.px-sm--1 {
11556    padding-right: -0.25rem !important;
11557  }
11558
11559  .pb-sm--1,
11560.py-sm--1 {
11561    padding-bottom: -0.25rem !important;
11562  }
11563
11564  .pl-sm--1,
11565.px-sm--1 {
11566    padding-left: -0.25rem !important;
11567  }
11568
11569  .p-sm-6 {
11570    padding: 4.5rem !important;
11571  }
11572
11573  .pt-sm-6,
11574.py-sm-6 {
11575    padding-top: 4.5rem !important;
11576  }
11577
11578  .pr-sm-6,
11579.px-sm-6 {
11580    padding-right: 4.5rem !important;
11581  }
11582
11583  .pb-sm-6,
11584.py-sm-6 {
11585    padding-bottom: 4.5rem !important;
11586  }
11587
11588  .pl-sm-6,
11589.px-sm-6 {
11590    padding-left: 4.5rem !important;
11591  }
11592
11593  .p-sm-7 {
11594    padding: 6rem !important;
11595  }
11596
11597  .pt-sm-7,
11598.py-sm-7 {
11599    padding-top: 6rem !important;
11600  }
11601
11602  .pr-sm-7,
11603.px-sm-7 {
11604    padding-right: 6rem !important;
11605  }
11606
11607  .pb-sm-7,
11608.py-sm-7 {
11609    padding-bottom: 6rem !important;
11610  }
11611
11612  .pl-sm-7,
11613.px-sm-7 {
11614    padding-left: 6rem !important;
11615  }
11616
11617  .p-sm-8 {
11618    padding: 8rem !important;
11619  }
11620
11621  .pt-sm-8,
11622.py-sm-8 {
11623    padding-top: 8rem !important;
11624  }
11625
11626  .pr-sm-8,
11627.px-sm-8 {
11628    padding-right: 8rem !important;
11629  }
11630
11631  .pb-sm-8,
11632.py-sm-8 {
11633    padding-bottom: 8rem !important;
11634  }
11635
11636  .pl-sm-8,
11637.px-sm-8 {
11638    padding-left: 8rem !important;
11639  }
11640
11641  .p-sm-9 {
11642    padding: 10rem !important;
11643  }
11644
11645  .pt-sm-9,
11646.py-sm-9 {
11647    padding-top: 10rem !important;
11648  }
11649
11650  .pr-sm-9,
11651.px-sm-9 {
11652    padding-right: 10rem !important;
11653  }
11654
11655  .pb-sm-9,
11656.py-sm-9 {
11657    padding-bottom: 10rem !important;
11658  }
11659
11660  .pl-sm-9,
11661.px-sm-9 {
11662    padding-left: 10rem !important;
11663  }
11664
11665  .m-sm-n1 {
11666    margin: -0.25rem !important;
11667  }
11668
11669  .mt-sm-n1,
11670.my-sm-n1 {
11671    margin-top: -0.25rem !important;
11672  }
11673
11674  .mr-sm-n1,
11675.mx-sm-n1 {
11676    margin-right: -0.25rem !important;
11677  }
11678
11679  .mb-sm-n1,
11680.my-sm-n1 {
11681    margin-bottom: -0.25rem !important;
11682  }
11683
11684  .ml-sm-n1,
11685.mx-sm-n1 {
11686    margin-left: -0.25rem !important;
11687  }
11688
11689  .m-sm-n2 {
11690    margin: -0.5rem !important;
11691  }
11692
11693  .mt-sm-n2,
11694.my-sm-n2 {
11695    margin-top: -0.5rem !important;
11696  }
11697
11698  .mr-sm-n2,
11699.mx-sm-n2 {
11700    margin-right: -0.5rem !important;
11701  }
11702
11703  .mb-sm-n2,
11704.my-sm-n2 {
11705    margin-bottom: -0.5rem !important;
11706  }
11707
11708  .ml-sm-n2,
11709.mx-sm-n2 {
11710    margin-left: -0.5rem !important;
11711  }
11712
11713  .m-sm-n3 {
11714    margin: -1rem !important;
11715  }
11716
11717  .mt-sm-n3,
11718.my-sm-n3 {
11719    margin-top: -1rem !important;
11720  }
11721
11722  .mr-sm-n3,
11723.mx-sm-n3 {
11724    margin-right: -1rem !important;
11725  }
11726
11727  .mb-sm-n3,
11728.my-sm-n3 {
11729    margin-bottom: -1rem !important;
11730  }
11731
11732  .ml-sm-n3,
11733.mx-sm-n3 {
11734    margin-left: -1rem !important;
11735  }
11736
11737  .m-sm-n4 {
11738    margin: -1.5rem !important;
11739  }
11740
11741  .mt-sm-n4,
11742.my-sm-n4 {
11743    margin-top: -1.5rem !important;
11744  }
11745
11746  .mr-sm-n4,
11747.mx-sm-n4 {
11748    margin-right: -1.5rem !important;
11749  }
11750
11751  .mb-sm-n4,
11752.my-sm-n4 {
11753    margin-bottom: -1.5rem !important;
11754  }
11755
11756  .ml-sm-n4,
11757.mx-sm-n4 {
11758    margin-left: -1.5rem !important;
11759  }
11760
11761  .m-sm-n5 {
11762    margin: -3rem !important;
11763  }
11764
11765  .mt-sm-n5,
11766.my-sm-n5 {
11767    margin-top: -3rem !important;
11768  }
11769
11770  .mr-sm-n5,
11771.mx-sm-n5 {
11772    margin-right: -3rem !important;
11773  }
11774
11775  .mb-sm-n5,
11776.my-sm-n5 {
11777    margin-bottom: -3rem !important;
11778  }
11779
11780  .ml-sm-n5,
11781.mx-sm-n5 {
11782    margin-left: -3rem !important;
11783  }
11784
11785  .m-sm-n-9 {
11786    margin: 10rem !important;
11787  }
11788
11789  .mt-sm-n-9,
11790.my-sm-n-9 {
11791    margin-top: 10rem !important;
11792  }
11793
11794  .mr-sm-n-9,
11795.mx-sm-n-9 {
11796    margin-right: 10rem !important;
11797  }
11798
11799  .mb-sm-n-9,
11800.my-sm-n-9 {
11801    margin-bottom: 10rem !important;
11802  }
11803
11804  .ml-sm-n-9,
11805.mx-sm-n-9 {
11806    margin-left: 10rem !important;
11807  }
11808
11809  .m-sm-n-8 {
11810    margin: 8rem !important;
11811  }
11812
11813  .mt-sm-n-8,
11814.my-sm-n-8 {
11815    margin-top: 8rem !important;
11816  }
11817
11818  .mr-sm-n-8,
11819.mx-sm-n-8 {
11820    margin-right: 8rem !important;
11821  }
11822
11823  .mb-sm-n-8,
11824.my-sm-n-8 {
11825    margin-bottom: 8rem !important;
11826  }
11827
11828  .ml-sm-n-8,
11829.mx-sm-n-8 {
11830    margin-left: 8rem !important;
11831  }
11832
11833  .m-sm-n-7 {
11834    margin: 6rem !important;
11835  }
11836
11837  .mt-sm-n-7,
11838.my-sm-n-7 {
11839    margin-top: 6rem !important;
11840  }
11841
11842  .mr-sm-n-7,
11843.mx-sm-n-7 {
11844    margin-right: 6rem !important;
11845  }
11846
11847  .mb-sm-n-7,
11848.my-sm-n-7 {
11849    margin-bottom: 6rem !important;
11850  }
11851
11852  .ml-sm-n-7,
11853.mx-sm-n-7 {
11854    margin-left: 6rem !important;
11855  }
11856
11857  .m-sm-n-6 {
11858    margin: 4.5rem !important;
11859  }
11860
11861  .mt-sm-n-6,
11862.my-sm-n-6 {
11863    margin-top: 4.5rem !important;
11864  }
11865
11866  .mr-sm-n-6,
11867.mx-sm-n-6 {
11868    margin-right: 4.5rem !important;
11869  }
11870
11871  .mb-sm-n-6,
11872.my-sm-n-6 {
11873    margin-bottom: 4.5rem !important;
11874  }
11875
11876  .ml-sm-n-6,
11877.mx-sm-n-6 {
11878    margin-left: 4.5rem !important;
11879  }
11880
11881  .m-sm-n-5 {
11882    margin: 3rem !important;
11883  }
11884
11885  .mt-sm-n-5,
11886.my-sm-n-5 {
11887    margin-top: 3rem !important;
11888  }
11889
11890  .mr-sm-n-5,
11891.mx-sm-n-5 {
11892    margin-right: 3rem !important;
11893  }
11894
11895  .mb-sm-n-5,
11896.my-sm-n-5 {
11897    margin-bottom: 3rem !important;
11898  }
11899
11900  .ml-sm-n-5,
11901.mx-sm-n-5 {
11902    margin-left: 3rem !important;
11903  }
11904
11905  .m-sm-n-4 {
11906    margin: 1.5rem !important;
11907  }
11908
11909  .mt-sm-n-4,
11910.my-sm-n-4 {
11911    margin-top: 1.5rem !important;
11912  }
11913
11914  .mr-sm-n-4,
11915.mx-sm-n-4 {
11916    margin-right: 1.5rem !important;
11917  }
11918
11919  .mb-sm-n-4,
11920.my-sm-n-4 {
11921    margin-bottom: 1.5rem !important;
11922  }
11923
11924  .ml-sm-n-4,
11925.mx-sm-n-4 {
11926    margin-left: 1.5rem !important;
11927  }
11928
11929  .m-sm-n-3 {
11930    margin: 1rem !important;
11931  }
11932
11933  .mt-sm-n-3,
11934.my-sm-n-3 {
11935    margin-top: 1rem !important;
11936  }
11937
11938  .mr-sm-n-3,
11939.mx-sm-n-3 {
11940    margin-right: 1rem !important;
11941  }
11942
11943  .mb-sm-n-3,
11944.my-sm-n-3 {
11945    margin-bottom: 1rem !important;
11946  }
11947
11948  .ml-sm-n-3,
11949.mx-sm-n-3 {
11950    margin-left: 1rem !important;
11951  }
11952
11953  .m-sm-n-2 {
11954    margin: 0.5rem !important;
11955  }
11956
11957  .mt-sm-n-2,
11958.my-sm-n-2 {
11959    margin-top: 0.5rem !important;
11960  }
11961
11962  .mr-sm-n-2,
11963.mx-sm-n-2 {
11964    margin-right: 0.5rem !important;
11965  }
11966
11967  .mb-sm-n-2,
11968.my-sm-n-2 {
11969    margin-bottom: 0.5rem !important;
11970  }
11971
11972  .ml-sm-n-2,
11973.mx-sm-n-2 {
11974    margin-left: 0.5rem !important;
11975  }
11976
11977  .m-sm-n-1 {
11978    margin: 0.25rem !important;
11979  }
11980
11981  .mt-sm-n-1,
11982.my-sm-n-1 {
11983    margin-top: 0.25rem !important;
11984  }
11985
11986  .mr-sm-n-1,
11987.mx-sm-n-1 {
11988    margin-right: 0.25rem !important;
11989  }
11990
11991  .mb-sm-n-1,
11992.my-sm-n-1 {
11993    margin-bottom: 0.25rem !important;
11994  }
11995
11996  .ml-sm-n-1,
11997.mx-sm-n-1 {
11998    margin-left: 0.25rem !important;
11999  }
12000
12001  .m-sm-n6 {
12002    margin: -4.5rem !important;
12003  }
12004
12005  .mt-sm-n6,
12006.my-sm-n6 {
12007    margin-top: -4.5rem !important;
12008  }
12009
12010  .mr-sm-n6,
12011.mx-sm-n6 {
12012    margin-right: -4.5rem !important;
12013  }
12014
12015  .mb-sm-n6,
12016.my-sm-n6 {
12017    margin-bottom: -4.5rem !important;
12018  }
12019
12020  .ml-sm-n6,
12021.mx-sm-n6 {
12022    margin-left: -4.5rem !important;
12023  }
12024
12025  .m-sm-n7 {
12026    margin: -6rem !important;
12027  }
12028
12029  .mt-sm-n7,
12030.my-sm-n7 {
12031    margin-top: -6rem !important;
12032  }
12033
12034  .mr-sm-n7,
12035.mx-sm-n7 {
12036    margin-right: -6rem !important;
12037  }
12038
12039  .mb-sm-n7,
12040.my-sm-n7 {
12041    margin-bottom: -6rem !important;
12042  }
12043
12044  .ml-sm-n7,
12045.mx-sm-n7 {
12046    margin-left: -6rem !important;
12047  }
12048
12049  .m-sm-n8 {
12050    margin: -8rem !important;
12051  }
12052
12053  .mt-sm-n8,
12054.my-sm-n8 {
12055    margin-top: -8rem !important;
12056  }
12057
12058  .mr-sm-n8,
12059.mx-sm-n8 {
12060    margin-right: -8rem !important;
12061  }
12062
12063  .mb-sm-n8,
12064.my-sm-n8 {
12065    margin-bottom: -8rem !important;
12066  }
12067
12068  .ml-sm-n8,
12069.mx-sm-n8 {
12070    margin-left: -8rem !important;
12071  }
12072
12073  .m-sm-n9 {
12074    margin: -10rem !important;
12075  }
12076
12077  .mt-sm-n9,
12078.my-sm-n9 {
12079    margin-top: -10rem !important;
12080  }
12081
12082  .mr-sm-n9,
12083.mx-sm-n9 {
12084    margin-right: -10rem !important;
12085  }
12086
12087  .mb-sm-n9,
12088.my-sm-n9 {
12089    margin-bottom: -10rem !important;
12090  }
12091
12092  .ml-sm-n9,
12093.mx-sm-n9 {
12094    margin-left: -10rem !important;
12095  }
12096
12097  .m-sm-auto {
12098    margin: auto !important;
12099  }
12100
12101  .mt-sm-auto,
12102.my-sm-auto {
12103    margin-top: auto !important;
12104  }
12105
12106  .mr-sm-auto,
12107.mx-sm-auto {
12108    margin-right: auto !important;
12109  }
12110
12111  .mb-sm-auto,
12112.my-sm-auto {
12113    margin-bottom: auto !important;
12114  }
12115
12116  .ml-sm-auto,
12117.mx-sm-auto {
12118    margin-left: auto !important;
12119  }
12120}
12121@media (min-width: 768px) {
12122  .m-md-0 {
12123    margin: 0 !important;
12124  }
12125
12126  .mt-md-0,
12127.my-md-0 {
12128    margin-top: 0 !important;
12129  }
12130
12131  .mr-md-0,
12132.mx-md-0 {
12133    margin-right: 0 !important;
12134  }
12135
12136  .mb-md-0,
12137.my-md-0 {
12138    margin-bottom: 0 !important;
12139  }
12140
12141  .ml-md-0,
12142.mx-md-0 {
12143    margin-left: 0 !important;
12144  }
12145
12146  .m-md-1 {
12147    margin: 0.25rem !important;
12148  }
12149
12150  .mt-md-1,
12151.my-md-1 {
12152    margin-top: 0.25rem !important;
12153  }
12154
12155  .mr-md-1,
12156.mx-md-1 {
12157    margin-right: 0.25rem !important;
12158  }
12159
12160  .mb-md-1,
12161.my-md-1 {
12162    margin-bottom: 0.25rem !important;
12163  }
12164
12165  .ml-md-1,
12166.mx-md-1 {
12167    margin-left: 0.25rem !important;
12168  }
12169
12170  .m-md-2 {
12171    margin: 0.5rem !important;
12172  }
12173
12174  .mt-md-2,
12175.my-md-2 {
12176    margin-top: 0.5rem !important;
12177  }
12178
12179  .mr-md-2,
12180.mx-md-2 {
12181    margin-right: 0.5rem !important;
12182  }
12183
12184  .mb-md-2,
12185.my-md-2 {
12186    margin-bottom: 0.5rem !important;
12187  }
12188
12189  .ml-md-2,
12190.mx-md-2 {
12191    margin-left: 0.5rem !important;
12192  }
12193
12194  .m-md-3 {
12195    margin: 1rem !important;
12196  }
12197
12198  .mt-md-3,
12199.my-md-3 {
12200    margin-top: 1rem !important;
12201  }
12202
12203  .mr-md-3,
12204.mx-md-3 {
12205    margin-right: 1rem !important;
12206  }
12207
12208  .mb-md-3,
12209.my-md-3 {
12210    margin-bottom: 1rem !important;
12211  }
12212
12213  .ml-md-3,
12214.mx-md-3 {
12215    margin-left: 1rem !important;
12216  }
12217
12218  .m-md-4 {
12219    margin: 1.5rem !important;
12220  }
12221
12222  .mt-md-4,
12223.my-md-4 {
12224    margin-top: 1.5rem !important;
12225  }
12226
12227  .mr-md-4,
12228.mx-md-4 {
12229    margin-right: 1.5rem !important;
12230  }
12231
12232  .mb-md-4,
12233.my-md-4 {
12234    margin-bottom: 1.5rem !important;
12235  }
12236
12237  .ml-md-4,
12238.mx-md-4 {
12239    margin-left: 1.5rem !important;
12240  }
12241
12242  .m-md-5 {
12243    margin: 3rem !important;
12244  }
12245
12246  .mt-md-5,
12247.my-md-5 {
12248    margin-top: 3rem !important;
12249  }
12250
12251  .mr-md-5,
12252.mx-md-5 {
12253    margin-right: 3rem !important;
12254  }
12255
12256  .mb-md-5,
12257.my-md-5 {
12258    margin-bottom: 3rem !important;
12259  }
12260
12261  .ml-md-5,
12262.mx-md-5 {
12263    margin-left: 3rem !important;
12264  }
12265
12266  .m-md--9 {
12267    margin: -10rem !important;
12268  }
12269
12270  .mt-md--9,
12271.my-md--9 {
12272    margin-top: -10rem !important;
12273  }
12274
12275  .mr-md--9,
12276.mx-md--9 {
12277    margin-right: -10rem !important;
12278  }
12279
12280  .mb-md--9,
12281.my-md--9 {
12282    margin-bottom: -10rem !important;
12283  }
12284
12285  .ml-md--9,
12286.mx-md--9 {
12287    margin-left: -10rem !important;
12288  }
12289
12290  .m-md--8 {
12291    margin: -8rem !important;
12292  }
12293
12294  .mt-md--8,
12295.my-md--8 {
12296    margin-top: -8rem !important;
12297  }
12298
12299  .mr-md--8,
12300.mx-md--8 {
12301    margin-right: -8rem !important;
12302  }
12303
12304  .mb-md--8,
12305.my-md--8 {
12306    margin-bottom: -8rem !important;
12307  }
12308
12309  .ml-md--8,
12310.mx-md--8 {
12311    margin-left: -8rem !important;
12312  }
12313
12314  .m-md--7 {
12315    margin: -6rem !important;
12316  }
12317
12318  .mt-md--7,
12319.my-md--7 {
12320    margin-top: -6rem !important;
12321  }
12322
12323  .mr-md--7,
12324.mx-md--7 {
12325    margin-right: -6rem !important;
12326  }
12327
12328  .mb-md--7,
12329.my-md--7 {
12330    margin-bottom: -6rem !important;
12331  }
12332
12333  .ml-md--7,
12334.mx-md--7 {
12335    margin-left: -6rem !important;
12336  }
12337
12338  .m-md--6 {
12339    margin: -4.5rem !important;
12340  }
12341
12342  .mt-md--6,
12343.my-md--6 {
12344    margin-top: -4.5rem !important;
12345  }
12346
12347  .mr-md--6,
12348.mx-md--6 {
12349    margin-right: -4.5rem !important;
12350  }
12351
12352  .mb-md--6,
12353.my-md--6 {
12354    margin-bottom: -4.5rem !important;
12355  }
12356
12357  .ml-md--6,
12358.mx-md--6 {
12359    margin-left: -4.5rem !important;
12360  }
12361
12362  .m-md--5 {
12363    margin: -3rem !important;
12364  }
12365
12366  .mt-md--5,
12367.my-md--5 {
12368    margin-top: -3rem !important;
12369  }
12370
12371  .mr-md--5,
12372.mx-md--5 {
12373    margin-right: -3rem !important;
12374  }
12375
12376  .mb-md--5,
12377.my-md--5 {
12378    margin-bottom: -3rem !important;
12379  }
12380
12381  .ml-md--5,
12382.mx-md--5 {
12383    margin-left: -3rem !important;
12384  }
12385
12386  .m-md--4 {
12387    margin: -1.5rem !important;
12388  }
12389
12390  .mt-md--4,
12391.my-md--4 {
12392    margin-top: -1.5rem !important;
12393  }
12394
12395  .mr-md--4,
12396.mx-md--4 {
12397    margin-right: -1.5rem !important;
12398  }
12399
12400  .mb-md--4,
12401.my-md--4 {
12402    margin-bottom: -1.5rem !important;
12403  }
12404
12405  .ml-md--4,
12406.mx-md--4 {
12407    margin-left: -1.5rem !important;
12408  }
12409
12410  .m-md--3 {
12411    margin: -1rem !important;
12412  }
12413
12414  .mt-md--3,
12415.my-md--3 {
12416    margin-top: -1rem !important;
12417  }
12418
12419  .mr-md--3,
12420.mx-md--3 {
12421    margin-right: -1rem !important;
12422  }
12423
12424  .mb-md--3,
12425.my-md--3 {
12426    margin-bottom: -1rem !important;
12427  }
12428
12429  .ml-md--3,
12430.mx-md--3 {
12431    margin-left: -1rem !important;
12432  }
12433
12434  .m-md--2 {
12435    margin: -0.5rem !important;
12436  }
12437
12438  .mt-md--2,
12439.my-md--2 {
12440    margin-top: -0.5rem !important;
12441  }
12442
12443  .mr-md--2,
12444.mx-md--2 {
12445    margin-right: -0.5rem !important;
12446  }
12447
12448  .mb-md--2,
12449.my-md--2 {
12450    margin-bottom: -0.5rem !important;
12451  }
12452
12453  .ml-md--2,
12454.mx-md--2 {
12455    margin-left: -0.5rem !important;
12456  }
12457
12458  .m-md--1 {
12459    margin: -0.25rem !important;
12460  }
12461
12462  .mt-md--1,
12463.my-md--1 {
12464    margin-top: -0.25rem !important;
12465  }
12466
12467  .mr-md--1,
12468.mx-md--1 {
12469    margin-right: -0.25rem !important;
12470  }
12471
12472  .mb-md--1,
12473.my-md--1 {
12474    margin-bottom: -0.25rem !important;
12475  }
12476
12477  .ml-md--1,
12478.mx-md--1 {
12479    margin-left: -0.25rem !important;
12480  }
12481
12482  .m-md-6 {
12483    margin: 4.5rem !important;
12484  }
12485
12486  .mt-md-6,
12487.my-md-6 {
12488    margin-top: 4.5rem !important;
12489  }
12490
12491  .mr-md-6,
12492.mx-md-6 {
12493    margin-right: 4.5rem !important;
12494  }
12495
12496  .mb-md-6,
12497.my-md-6 {
12498    margin-bottom: 4.5rem !important;
12499  }
12500
12501  .ml-md-6,
12502.mx-md-6 {
12503    margin-left: 4.5rem !important;
12504  }
12505
12506  .m-md-7 {
12507    margin: 6rem !important;
12508  }
12509
12510  .mt-md-7,
12511.my-md-7 {
12512    margin-top: 6rem !important;
12513  }
12514
12515  .mr-md-7,
12516.mx-md-7 {
12517    margin-right: 6rem !important;
12518  }
12519
12520  .mb-md-7,
12521.my-md-7 {
12522    margin-bottom: 6rem !important;
12523  }
12524
12525  .ml-md-7,
12526.mx-md-7 {
12527    margin-left: 6rem !important;
12528  }
12529
12530  .m-md-8 {
12531    margin: 8rem !important;
12532  }
12533
12534  .mt-md-8,
12535.my-md-8 {
12536    margin-top: 8rem !important;
12537  }
12538
12539  .mr-md-8,
12540.mx-md-8 {
12541    margin-right: 8rem !important;
12542  }
12543
12544  .mb-md-8,
12545.my-md-8 {
12546    margin-bottom: 8rem !important;
12547  }
12548
12549  .ml-md-8,
12550.mx-md-8 {
12551    margin-left: 8rem !important;
12552  }
12553
12554  .m-md-9 {
12555    margin: 10rem !important;
12556  }
12557
12558  .mt-md-9,
12559.my-md-9 {
12560    margin-top: 10rem !important;
12561  }
12562
12563  .mr-md-9,
12564.mx-md-9 {
12565    margin-right: 10rem !important;
12566  }
12567
12568  .mb-md-9,
12569.my-md-9 {
12570    margin-bottom: 10rem !important;
12571  }
12572
12573  .ml-md-9,
12574.mx-md-9 {
12575    margin-left: 10rem !important;
12576  }
12577
12578  .p-md-0 {
12579    padding: 0 !important;
12580  }
12581
12582  .pt-md-0,
12583.py-md-0 {
12584    padding-top: 0 !important;
12585  }
12586
12587  .pr-md-0,
12588.px-md-0 {
12589    padding-right: 0 !important;
12590  }
12591
12592  .pb-md-0,
12593.py-md-0 {
12594    padding-bottom: 0 !important;
12595  }
12596
12597  .pl-md-0,
12598.px-md-0 {
12599    padding-left: 0 !important;
12600  }
12601
12602  .p-md-1 {
12603    padding: 0.25rem !important;
12604  }
12605
12606  .pt-md-1,
12607.py-md-1 {
12608    padding-top: 0.25rem !important;
12609  }
12610
12611  .pr-md-1,
12612.px-md-1 {
12613    padding-right: 0.25rem !important;
12614  }
12615
12616  .pb-md-1,
12617.py-md-1 {
12618    padding-bottom: 0.25rem !important;
12619  }
12620
12621  .pl-md-1,
12622.px-md-1 {
12623    padding-left: 0.25rem !important;
12624  }
12625
12626  .p-md-2 {
12627    padding: 0.5rem !important;
12628  }
12629
12630  .pt-md-2,
12631.py-md-2 {
12632    padding-top: 0.5rem !important;
12633  }
12634
12635  .pr-md-2,
12636.px-md-2 {
12637    padding-right: 0.5rem !important;
12638  }
12639
12640  .pb-md-2,
12641.py-md-2 {
12642    padding-bottom: 0.5rem !important;
12643  }
12644
12645  .pl-md-2,
12646.px-md-2 {
12647    padding-left: 0.5rem !important;
12648  }
12649
12650  .p-md-3 {
12651    padding: 1rem !important;
12652  }
12653
12654  .pt-md-3,
12655.py-md-3 {
12656    padding-top: 1rem !important;
12657  }
12658
12659  .pr-md-3,
12660.px-md-3 {
12661    padding-right: 1rem !important;
12662  }
12663
12664  .pb-md-3,
12665.py-md-3 {
12666    padding-bottom: 1rem !important;
12667  }
12668
12669  .pl-md-3,
12670.px-md-3 {
12671    padding-left: 1rem !important;
12672  }
12673
12674  .p-md-4 {
12675    padding: 1.5rem !important;
12676  }
12677
12678  .pt-md-4,
12679.py-md-4 {
12680    padding-top: 1.5rem !important;
12681  }
12682
12683  .pr-md-4,
12684.px-md-4 {
12685    padding-right: 1.5rem !important;
12686  }
12687
12688  .pb-md-4,
12689.py-md-4 {
12690    padding-bottom: 1.5rem !important;
12691  }
12692
12693  .pl-md-4,
12694.px-md-4 {
12695    padding-left: 1.5rem !important;
12696  }
12697
12698  .p-md-5 {
12699    padding: 3rem !important;
12700  }
12701
12702  .pt-md-5,
12703.py-md-5 {
12704    padding-top: 3rem !important;
12705  }
12706
12707  .pr-md-5,
12708.px-md-5 {
12709    padding-right: 3rem !important;
12710  }
12711
12712  .pb-md-5,
12713.py-md-5 {
12714    padding-bottom: 3rem !important;
12715  }
12716
12717  .pl-md-5,
12718.px-md-5 {
12719    padding-left: 3rem !important;
12720  }
12721
12722  .p-md--9 {
12723    padding: -10rem !important;
12724  }
12725
12726  .pt-md--9,
12727.py-md--9 {
12728    padding-top: -10rem !important;
12729  }
12730
12731  .pr-md--9,
12732.px-md--9 {
12733    padding-right: -10rem !important;
12734  }
12735
12736  .pb-md--9,
12737.py-md--9 {
12738    padding-bottom: -10rem !important;
12739  }
12740
12741  .pl-md--9,
12742.px-md--9 {
12743    padding-left: -10rem !important;
12744  }
12745
12746  .p-md--8 {
12747    padding: -8rem !important;
12748  }
12749
12750  .pt-md--8,
12751.py-md--8 {
12752    padding-top: -8rem !important;
12753  }
12754
12755  .pr-md--8,
12756.px-md--8 {
12757    padding-right: -8rem !important;
12758  }
12759
12760  .pb-md--8,
12761.py-md--8 {
12762    padding-bottom: -8rem !important;
12763  }
12764
12765  .pl-md--8,
12766.px-md--8 {
12767    padding-left: -8rem !important;
12768  }
12769
12770  .p-md--7 {
12771    padding: -6rem !important;
12772  }
12773
12774  .pt-md--7,
12775.py-md--7 {
12776    padding-top: -6rem !important;
12777  }
12778
12779  .pr-md--7,
12780.px-md--7 {
12781    padding-right: -6rem !important;
12782  }
12783
12784  .pb-md--7,
12785.py-md--7 {
12786    padding-bottom: -6rem !important;
12787  }
12788
12789  .pl-md--7,
12790.px-md--7 {
12791    padding-left: -6rem !important;
12792  }
12793
12794  .p-md--6 {
12795    padding: -4.5rem !important;
12796  }
12797
12798  .pt-md--6,
12799.py-md--6 {
12800    padding-top: -4.5rem !important;
12801  }
12802
12803  .pr-md--6,
12804.px-md--6 {
12805    padding-right: -4.5rem !important;
12806  }
12807
12808  .pb-md--6,
12809.py-md--6 {
12810    padding-bottom: -4.5rem !important;
12811  }
12812
12813  .pl-md--6,
12814.px-md--6 {
12815    padding-left: -4.5rem !important;
12816  }
12817
12818  .p-md--5 {
12819    padding: -3rem !important;
12820  }
12821
12822  .pt-md--5,
12823.py-md--5 {
12824    padding-top: -3rem !important;
12825  }
12826
12827  .pr-md--5,
12828.px-md--5 {
12829    padding-right: -3rem !important;
12830  }
12831
12832  .pb-md--5,
12833.py-md--5 {
12834    padding-bottom: -3rem !important;
12835  }
12836
12837  .pl-md--5,
12838.px-md--5 {
12839    padding-left: -3rem !important;
12840  }
12841
12842  .p-md--4 {
12843    padding: -1.5rem !important;
12844  }
12845
12846  .pt-md--4,
12847.py-md--4 {
12848    padding-top: -1.5rem !important;
12849  }
12850
12851  .pr-md--4,
12852.px-md--4 {
12853    padding-right: -1.5rem !important;
12854  }
12855
12856  .pb-md--4,
12857.py-md--4 {
12858    padding-bottom: -1.5rem !important;
12859  }
12860
12861  .pl-md--4,
12862.px-md--4 {
12863    padding-left: -1.5rem !important;
12864  }
12865
12866  .p-md--3 {
12867    padding: -1rem !important;
12868  }
12869
12870  .pt-md--3,
12871.py-md--3 {
12872    padding-top: -1rem !important;
12873  }
12874
12875  .pr-md--3,
12876.px-md--3 {
12877    padding-right: -1rem !important;
12878  }
12879
12880  .pb-md--3,
12881.py-md--3 {
12882    padding-bottom: -1rem !important;
12883  }
12884
12885  .pl-md--3,
12886.px-md--3 {
12887    padding-left: -1rem !important;
12888  }
12889
12890  .p-md--2 {
12891    padding: -0.5rem !important;
12892  }
12893
12894  .pt-md--2,
12895.py-md--2 {
12896    padding-top: -0.5rem !important;
12897  }
12898
12899  .pr-md--2,
12900.px-md--2 {
12901    padding-right: -0.5rem !important;
12902  }
12903
12904  .pb-md--2,
12905.py-md--2 {
12906    padding-bottom: -0.5rem !important;
12907  }
12908
12909  .pl-md--2,
12910.px-md--2 {
12911    padding-left: -0.5rem !important;
12912  }
12913
12914  .p-md--1 {
12915    padding: -0.25rem !important;
12916  }
12917
12918  .pt-md--1,
12919.py-md--1 {
12920    padding-top: -0.25rem !important;
12921  }
12922
12923  .pr-md--1,
12924.px-md--1 {
12925    padding-right: -0.25rem !important;
12926  }
12927
12928  .pb-md--1,
12929.py-md--1 {
12930    padding-bottom: -0.25rem !important;
12931  }
12932
12933  .pl-md--1,
12934.px-md--1 {
12935    padding-left: -0.25rem !important;
12936  }
12937
12938  .p-md-6 {
12939    padding: 4.5rem !important;
12940  }
12941
12942  .pt-md-6,
12943.py-md-6 {
12944    padding-top: 4.5rem !important;
12945  }
12946
12947  .pr-md-6,
12948.px-md-6 {
12949    padding-right: 4.5rem !important;
12950  }
12951
12952  .pb-md-6,
12953.py-md-6 {
12954    padding-bottom: 4.5rem !important;
12955  }
12956
12957  .pl-md-6,
12958.px-md-6 {
12959    padding-left: 4.5rem !important;
12960  }
12961
12962  .p-md-7 {
12963    padding: 6rem !important;
12964  }
12965
12966  .pt-md-7,
12967.py-md-7 {
12968    padding-top: 6rem !important;
12969  }
12970
12971  .pr-md-7,
12972.px-md-7 {
12973    padding-right: 6rem !important;
12974  }
12975
12976  .pb-md-7,
12977.py-md-7 {
12978    padding-bottom: 6rem !important;
12979  }
12980
12981  .pl-md-7,
12982.px-md-7 {
12983    padding-left: 6rem !important;
12984  }
12985
12986  .p-md-8 {
12987    padding: 8rem !important;
12988  }
12989
12990  .pt-md-8,
12991.py-md-8 {
12992    padding-top: 8rem !important;
12993  }
12994
12995  .pr-md-8,
12996.px-md-8 {
12997    padding-right: 8rem !important;
12998  }
12999
13000  .pb-md-8,
13001.py-md-8 {
13002    padding-bottom: 8rem !important;
13003  }
13004
13005  .pl-md-8,
13006.px-md-8 {
13007    padding-left: 8rem !important;
13008  }
13009
13010  .p-md-9 {
13011    padding: 10rem !important;
13012  }
13013
13014  .pt-md-9,
13015.py-md-9 {
13016    padding-top: 10rem !important;
13017  }
13018
13019  .pr-md-9,
13020.px-md-9 {
13021    padding-right: 10rem !important;
13022  }
13023
13024  .pb-md-9,
13025.py-md-9 {
13026    padding-bottom: 10rem !important;
13027  }
13028
13029  .pl-md-9,
13030.px-md-9 {
13031    padding-left: 10rem !important;
13032  }
13033
13034  .m-md-n1 {
13035    margin: -0.25rem !important;
13036  }
13037
13038  .mt-md-n1,
13039.my-md-n1 {
13040    margin-top: -0.25rem !important;
13041  }
13042
13043  .mr-md-n1,
13044.mx-md-n1 {
13045    margin-right: -0.25rem !important;
13046  }
13047
13048  .mb-md-n1,
13049.my-md-n1 {
13050    margin-bottom: -0.25rem !important;
13051  }
13052
13053  .ml-md-n1,
13054.mx-md-n1 {
13055    margin-left: -0.25rem !important;
13056  }
13057
13058  .m-md-n2 {
13059    margin: -0.5rem !important;
13060  }
13061
13062  .mt-md-n2,
13063.my-md-n2 {
13064    margin-top: -0.5rem !important;
13065  }
13066
13067  .mr-md-n2,
13068.mx-md-n2 {
13069    margin-right: -0.5rem !important;
13070  }
13071
13072  .mb-md-n2,
13073.my-md-n2 {
13074    margin-bottom: -0.5rem !important;
13075  }
13076
13077  .ml-md-n2,
13078.mx-md-n2 {
13079    margin-left: -0.5rem !important;
13080  }
13081
13082  .m-md-n3 {
13083    margin: -1rem !important;
13084  }
13085
13086  .mt-md-n3,
13087.my-md-n3 {
13088    margin-top: -1rem !important;
13089  }
13090
13091  .mr-md-n3,
13092.mx-md-n3 {
13093    margin-right: -1rem !important;
13094  }
13095
13096  .mb-md-n3,
13097.my-md-n3 {
13098    margin-bottom: -1rem !important;
13099  }
13100
13101  .ml-md-n3,
13102.mx-md-n3 {
13103    margin-left: -1rem !important;
13104  }
13105
13106  .m-md-n4 {
13107    margin: -1.5rem !important;
13108  }
13109
13110  .mt-md-n4,
13111.my-md-n4 {
13112    margin-top: -1.5rem !important;
13113  }
13114
13115  .mr-md-n4,
13116.mx-md-n4 {
13117    margin-right: -1.5rem !important;
13118  }
13119
13120  .mb-md-n4,
13121.my-md-n4 {
13122    margin-bottom: -1.5rem !important;
13123  }
13124
13125  .ml-md-n4,
13126.mx-md-n4 {
13127    margin-left: -1.5rem !important;
13128  }
13129
13130  .m-md-n5 {
13131    margin: -3rem !important;
13132  }
13133
13134  .mt-md-n5,
13135.my-md-n5 {
13136    margin-top: -3rem !important;
13137  }
13138
13139  .mr-md-n5,
13140.mx-md-n5 {
13141    margin-right: -3rem !important;
13142  }
13143
13144  .mb-md-n5,
13145.my-md-n5 {
13146    margin-bottom: -3rem !important;
13147  }
13148
13149  .ml-md-n5,
13150.mx-md-n5 {
13151    margin-left: -3rem !important;
13152  }
13153
13154  .m-md-n-9 {
13155    margin: 10rem !important;
13156  }
13157
13158  .mt-md-n-9,
13159.my-md-n-9 {
13160    margin-top: 10rem !important;
13161  }
13162
13163  .mr-md-n-9,
13164.mx-md-n-9 {
13165    margin-right: 10rem !important;
13166  }
13167
13168  .mb-md-n-9,
13169.my-md-n-9 {
13170    margin-bottom: 10rem !important;
13171  }
13172
13173  .ml-md-n-9,
13174.mx-md-n-9 {
13175    margin-left: 10rem !important;
13176  }
13177
13178  .m-md-n-8 {
13179    margin: 8rem !important;
13180  }
13181
13182  .mt-md-n-8,
13183.my-md-n-8 {
13184    margin-top: 8rem !important;
13185  }
13186
13187  .mr-md-n-8,
13188.mx-md-n-8 {
13189    margin-right: 8rem !important;
13190  }
13191
13192  .mb-md-n-8,
13193.my-md-n-8 {
13194    margin-bottom: 8rem !important;
13195  }
13196
13197  .ml-md-n-8,
13198.mx-md-n-8 {
13199    margin-left: 8rem !important;
13200  }
13201
13202  .m-md-n-7 {
13203    margin: 6rem !important;
13204  }
13205
13206  .mt-md-n-7,
13207.my-md-n-7 {
13208    margin-top: 6rem !important;
13209  }
13210
13211  .mr-md-n-7,
13212.mx-md-n-7 {
13213    margin-right: 6rem !important;
13214  }
13215
13216  .mb-md-n-7,
13217.my-md-n-7 {
13218    margin-bottom: 6rem !important;
13219  }
13220
13221  .ml-md-n-7,
13222.mx-md-n-7 {
13223    margin-left: 6rem !important;
13224  }
13225
13226  .m-md-n-6 {
13227    margin: 4.5rem !important;
13228  }
13229
13230  .mt-md-n-6,
13231.my-md-n-6 {
13232    margin-top: 4.5rem !important;
13233  }
13234
13235  .mr-md-n-6,
13236.mx-md-n-6 {
13237    margin-right: 4.5rem !important;
13238  }
13239
13240  .mb-md-n-6,
13241.my-md-n-6 {
13242    margin-bottom: 4.5rem !important;
13243  }
13244
13245  .ml-md-n-6,
13246.mx-md-n-6 {
13247    margin-left: 4.5rem !important;
13248  }
13249
13250  .m-md-n-5 {
13251    margin: 3rem !important;
13252  }
13253
13254  .mt-md-n-5,
13255.my-md-n-5 {
13256    margin-top: 3rem !important;
13257  }
13258
13259  .mr-md-n-5,
13260.mx-md-n-5 {
13261    margin-right: 3rem !important;
13262  }
13263
13264  .mb-md-n-5,
13265.my-md-n-5 {
13266    margin-bottom: 3rem !important;
13267  }
13268
13269  .ml-md-n-5,
13270.mx-md-n-5 {
13271    margin-left: 3rem !important;
13272  }
13273
13274  .m-md-n-4 {
13275    margin: 1.5rem !important;
13276  }
13277
13278  .mt-md-n-4,
13279.my-md-n-4 {
13280    margin-top: 1.5rem !important;
13281  }
13282
13283  .mr-md-n-4,
13284.mx-md-n-4 {
13285    margin-right: 1.5rem !important;
13286  }
13287
13288  .mb-md-n-4,
13289.my-md-n-4 {
13290    margin-bottom: 1.5rem !important;
13291  }
13292
13293  .ml-md-n-4,
13294.mx-md-n-4 {
13295    margin-left: 1.5rem !important;
13296  }
13297
13298  .m-md-n-3 {
13299    margin: 1rem !important;
13300  }
13301
13302  .mt-md-n-3,
13303.my-md-n-3 {
13304    margin-top: 1rem !important;
13305  }
13306
13307  .mr-md-n-3,
13308.mx-md-n-3 {
13309    margin-right: 1rem !important;
13310  }
13311
13312  .mb-md-n-3,
13313.my-md-n-3 {
13314    margin-bottom: 1rem !important;
13315  }
13316
13317  .ml-md-n-3,
13318.mx-md-n-3 {
13319    margin-left: 1rem !important;
13320  }
13321
13322  .m-md-n-2 {
13323    margin: 0.5rem !important;
13324  }
13325
13326  .mt-md-n-2,
13327.my-md-n-2 {
13328    margin-top: 0.5rem !important;
13329  }
13330
13331  .mr-md-n-2,
13332.mx-md-n-2 {
13333    margin-right: 0.5rem !important;
13334  }
13335
13336  .mb-md-n-2,
13337.my-md-n-2 {
13338    margin-bottom: 0.5rem !important;
13339  }
13340
13341  .ml-md-n-2,
13342.mx-md-n-2 {
13343    margin-left: 0.5rem !important;
13344  }
13345
13346  .m-md-n-1 {
13347    margin: 0.25rem !important;
13348  }
13349
13350  .mt-md-n-1,
13351.my-md-n-1 {
13352    margin-top: 0.25rem !important;
13353  }
13354
13355  .mr-md-n-1,
13356.mx-md-n-1 {
13357    margin-right: 0.25rem !important;
13358  }
13359
13360  .mb-md-n-1,
13361.my-md-n-1 {
13362    margin-bottom: 0.25rem !important;
13363  }
13364
13365  .ml-md-n-1,
13366.mx-md-n-1 {
13367    margin-left: 0.25rem !important;
13368  }
13369
13370  .m-md-n6 {
13371    margin: -4.5rem !important;
13372  }
13373
13374  .mt-md-n6,
13375.my-md-n6 {
13376    margin-top: -4.5rem !important;
13377  }
13378
13379  .mr-md-n6,
13380.mx-md-n6 {
13381    margin-right: -4.5rem !important;
13382  }
13383
13384  .mb-md-n6,
13385.my-md-n6 {
13386    margin-bottom: -4.5rem !important;
13387  }
13388
13389  .ml-md-n6,
13390.mx-md-n6 {
13391    margin-left: -4.5rem !important;
13392  }
13393
13394  .m-md-n7 {
13395    margin: -6rem !important;
13396  }
13397
13398  .mt-md-n7,
13399.my-md-n7 {
13400    margin-top: -6rem !important;
13401  }
13402
13403  .mr-md-n7,
13404.mx-md-n7 {
13405    margin-right: -6rem !important;
13406  }
13407
13408  .mb-md-n7,
13409.my-md-n7 {
13410    margin-bottom: -6rem !important;
13411  }
13412
13413  .ml-md-n7,
13414.mx-md-n7 {
13415    margin-left: -6rem !important;
13416  }
13417
13418  .m-md-n8 {
13419    margin: -8rem !important;
13420  }
13421
13422  .mt-md-n8,
13423.my-md-n8 {
13424    margin-top: -8rem !important;
13425  }
13426
13427  .mr-md-n8,
13428.mx-md-n8 {
13429    margin-right: -8rem !important;
13430  }
13431
13432  .mb-md-n8,
13433.my-md-n8 {
13434    margin-bottom: -8rem !important;
13435  }
13436
13437  .ml-md-n8,
13438.mx-md-n8 {
13439    margin-left: -8rem !important;
13440  }
13441
13442  .m-md-n9 {
13443    margin: -10rem !important;
13444  }
13445
13446  .mt-md-n9,
13447.my-md-n9 {
13448    margin-top: -10rem !important;
13449  }
13450
13451  .mr-md-n9,
13452.mx-md-n9 {
13453    margin-right: -10rem !important;
13454  }
13455
13456  .mb-md-n9,
13457.my-md-n9 {
13458    margin-bottom: -10rem !important;
13459  }
13460
13461  .ml-md-n9,
13462.mx-md-n9 {
13463    margin-left: -10rem !important;
13464  }
13465
13466  .m-md-auto {
13467    margin: auto !important;
13468  }
13469
13470  .mt-md-auto,
13471.my-md-auto {
13472    margin-top: auto !important;
13473  }
13474
13475  .mr-md-auto,
13476.mx-md-auto {
13477    margin-right: auto !important;
13478  }
13479
13480  .mb-md-auto,
13481.my-md-auto {
13482    margin-bottom: auto !important;
13483  }
13484
13485  .ml-md-auto,
13486.mx-md-auto {
13487    margin-left: auto !important;
13488  }
13489}
13490@media (min-width: 992px) {
13491  .m-lg-0 {
13492    margin: 0 !important;
13493  }
13494
13495  .mt-lg-0,
13496.my-lg-0 {
13497    margin-top: 0 !important;
13498  }
13499
13500  .mr-lg-0,
13501.mx-lg-0 {
13502    margin-right: 0 !important;
13503  }
13504
13505  .mb-lg-0,
13506.my-lg-0 {
13507    margin-bottom: 0 !important;
13508  }
13509
13510  .ml-lg-0,
13511.mx-lg-0 {
13512    margin-left: 0 !important;
13513  }
13514
13515  .m-lg-1 {
13516    margin: 0.25rem !important;
13517  }
13518
13519  .mt-lg-1,
13520.my-lg-1 {
13521    margin-top: 0.25rem !important;
13522  }
13523
13524  .mr-lg-1,
13525.mx-lg-1 {
13526    margin-right: 0.25rem !important;
13527  }
13528
13529  .mb-lg-1,
13530.my-lg-1 {
13531    margin-bottom: 0.25rem !important;
13532  }
13533
13534  .ml-lg-1,
13535.mx-lg-1 {
13536    margin-left: 0.25rem !important;
13537  }
13538
13539  .m-lg-2 {
13540    margin: 0.5rem !important;
13541  }
13542
13543  .mt-lg-2,
13544.my-lg-2 {
13545    margin-top: 0.5rem !important;
13546  }
13547
13548  .mr-lg-2,
13549.mx-lg-2 {
13550    margin-right: 0.5rem !important;
13551  }
13552
13553  .mb-lg-2,
13554.my-lg-2 {
13555    margin-bottom: 0.5rem !important;
13556  }
13557
13558  .ml-lg-2,
13559.mx-lg-2 {
13560    margin-left: 0.5rem !important;
13561  }
13562
13563  .m-lg-3 {
13564    margin: 1rem !important;
13565  }
13566
13567  .mt-lg-3,
13568.my-lg-3 {
13569    margin-top: 1rem !important;
13570  }
13571
13572  .mr-lg-3,
13573.mx-lg-3 {
13574    margin-right: 1rem !important;
13575  }
13576
13577  .mb-lg-3,
13578.my-lg-3 {
13579    margin-bottom: 1rem !important;
13580  }
13581
13582  .ml-lg-3,
13583.mx-lg-3 {
13584    margin-left: 1rem !important;
13585  }
13586
13587  .m-lg-4 {
13588    margin: 1.5rem !important;
13589  }
13590
13591  .mt-lg-4,
13592.my-lg-4 {
13593    margin-top: 1.5rem !important;
13594  }
13595
13596  .mr-lg-4,
13597.mx-lg-4 {
13598    margin-right: 1.5rem !important;
13599  }
13600
13601  .mb-lg-4,
13602.my-lg-4 {
13603    margin-bottom: 1.5rem !important;
13604  }
13605
13606  .ml-lg-4,
13607.mx-lg-4 {
13608    margin-left: 1.5rem !important;
13609  }
13610
13611  .m-lg-5 {
13612    margin: 3rem !important;
13613  }
13614
13615  .mt-lg-5,
13616.my-lg-5 {
13617    margin-top: 3rem !important;
13618  }
13619
13620  .mr-lg-5,
13621.mx-lg-5 {
13622    margin-right: 3rem !important;
13623  }
13624
13625  .mb-lg-5,
13626.my-lg-5 {
13627    margin-bottom: 3rem !important;
13628  }
13629
13630  .ml-lg-5,
13631.mx-lg-5 {
13632    margin-left: 3rem !important;
13633  }
13634
13635  .m-lg--9 {
13636    margin: -10rem !important;
13637  }
13638
13639  .mt-lg--9,
13640.my-lg--9 {
13641    margin-top: -10rem !important;
13642  }
13643
13644  .mr-lg--9,
13645.mx-lg--9 {
13646    margin-right: -10rem !important;
13647  }
13648
13649  .mb-lg--9,
13650.my-lg--9 {
13651    margin-bottom: -10rem !important;
13652  }
13653
13654  .ml-lg--9,
13655.mx-lg--9 {
13656    margin-left: -10rem !important;
13657  }
13658
13659  .m-lg--8 {
13660    margin: -8rem !important;
13661  }
13662
13663  .mt-lg--8,
13664.my-lg--8 {
13665    margin-top: -8rem !important;
13666  }
13667
13668  .mr-lg--8,
13669.mx-lg--8 {
13670    margin-right: -8rem !important;
13671  }
13672
13673  .mb-lg--8,
13674.my-lg--8 {
13675    margin-bottom: -8rem !important;
13676  }
13677
13678  .ml-lg--8,
13679.mx-lg--8 {
13680    margin-left: -8rem !important;
13681  }
13682
13683  .m-lg--7 {
13684    margin: -6rem !important;
13685  }
13686
13687  .mt-lg--7,
13688.my-lg--7 {
13689    margin-top: -6rem !important;
13690  }
13691
13692  .mr-lg--7,
13693.mx-lg--7 {
13694    margin-right: -6rem !important;
13695  }
13696
13697  .mb-lg--7,
13698.my-lg--7 {
13699    margin-bottom: -6rem !important;
13700  }
13701
13702  .ml-lg--7,
13703.mx-lg--7 {
13704    margin-left: -6rem !important;
13705  }
13706
13707  .m-lg--6 {
13708    margin: -4.5rem !important;
13709  }
13710
13711  .mt-lg--6,
13712.my-lg--6 {
13713    margin-top: -4.5rem !important;
13714  }
13715
13716  .mr-lg--6,
13717.mx-lg--6 {
13718    margin-right: -4.5rem !important;
13719  }
13720
13721  .mb-lg--6,
13722.my-lg--6 {
13723    margin-bottom: -4.5rem !important;
13724  }
13725
13726  .ml-lg--6,
13727.mx-lg--6 {
13728    margin-left: -4.5rem !important;
13729  }
13730
13731  .m-lg--5 {
13732    margin: -3rem !important;
13733  }
13734
13735  .mt-lg--5,
13736.my-lg--5 {
13737    margin-top: -3rem !important;
13738  }
13739
13740  .mr-lg--5,
13741.mx-lg--5 {
13742    margin-right: -3rem !important;
13743  }
13744
13745  .mb-lg--5,
13746.my-lg--5 {
13747    margin-bottom: -3rem !important;
13748  }
13749
13750  .ml-lg--5,
13751.mx-lg--5 {
13752    margin-left: -3rem !important;
13753  }
13754
13755  .m-lg--4 {
13756    margin: -1.5rem !important;
13757  }
13758
13759  .mt-lg--4,
13760.my-lg--4 {
13761    margin-top: -1.5rem !important;
13762  }
13763
13764  .mr-lg--4,
13765.mx-lg--4 {
13766    margin-right: -1.5rem !important;
13767  }
13768
13769  .mb-lg--4,
13770.my-lg--4 {
13771    margin-bottom: -1.5rem !important;
13772  }
13773
13774  .ml-lg--4,
13775.mx-lg--4 {
13776    margin-left: -1.5rem !important;
13777  }
13778
13779  .m-lg--3 {
13780    margin: -1rem !important;
13781  }
13782
13783  .mt-lg--3,
13784.my-lg--3 {
13785    margin-top: -1rem !important;
13786  }
13787
13788  .mr-lg--3,
13789.mx-lg--3 {
13790    margin-right: -1rem !important;
13791  }
13792
13793  .mb-lg--3,
13794.my-lg--3 {
13795    margin-bottom: -1rem !important;
13796  }
13797
13798  .ml-lg--3,
13799.mx-lg--3 {
13800    margin-left: -1rem !important;
13801  }
13802
13803  .m-lg--2 {
13804    margin: -0.5rem !important;
13805  }
13806
13807  .mt-lg--2,
13808.my-lg--2 {
13809    margin-top: -0.5rem !important;
13810  }
13811
13812  .mr-lg--2,
13813.mx-lg--2 {
13814    margin-right: -0.5rem !important;
13815  }
13816
13817  .mb-lg--2,
13818.my-lg--2 {
13819    margin-bottom: -0.5rem !important;
13820  }
13821
13822  .ml-lg--2,
13823.mx-lg--2 {
13824    margin-left: -0.5rem !important;
13825  }
13826
13827  .m-lg--1 {
13828    margin: -0.25rem !important;
13829  }
13830
13831  .mt-lg--1,
13832.my-lg--1 {
13833    margin-top: -0.25rem !important;
13834  }
13835
13836  .mr-lg--1,
13837.mx-lg--1 {
13838    margin-right: -0.25rem !important;
13839  }
13840
13841  .mb-lg--1,
13842.my-lg--1 {
13843    margin-bottom: -0.25rem !important;
13844  }
13845
13846  .ml-lg--1,
13847.mx-lg--1 {
13848    margin-left: -0.25rem !important;
13849  }
13850
13851  .m-lg-6 {
13852    margin: 4.5rem !important;
13853  }
13854
13855  .mt-lg-6,
13856.my-lg-6 {
13857    margin-top: 4.5rem !important;
13858  }
13859
13860  .mr-lg-6,
13861.mx-lg-6 {
13862    margin-right: 4.5rem !important;
13863  }
13864
13865  .mb-lg-6,
13866.my-lg-6 {
13867    margin-bottom: 4.5rem !important;
13868  }
13869
13870  .ml-lg-6,
13871.mx-lg-6 {
13872    margin-left: 4.5rem !important;
13873  }
13874
13875  .m-lg-7 {
13876    margin: 6rem !important;
13877  }
13878
13879  .mt-lg-7,
13880.my-lg-7 {
13881    margin-top: 6rem !important;
13882  }
13883
13884  .mr-lg-7,
13885.mx-lg-7 {
13886    margin-right: 6rem !important;
13887  }
13888
13889  .mb-lg-7,
13890.my-lg-7 {
13891    margin-bottom: 6rem !important;
13892  }
13893
13894  .ml-lg-7,
13895.mx-lg-7 {
13896    margin-left: 6rem !important;
13897  }
13898
13899  .m-lg-8 {
13900    margin: 8rem !important;
13901  }
13902
13903  .mt-lg-8,
13904.my-lg-8 {
13905    margin-top: 8rem !important;
13906  }
13907
13908  .mr-lg-8,
13909.mx-lg-8 {
13910    margin-right: 8rem !important;
13911  }
13912
13913  .mb-lg-8,
13914.my-lg-8 {
13915    margin-bottom: 8rem !important;
13916  }
13917
13918  .ml-lg-8,
13919.mx-lg-8 {
13920    margin-left: 8rem !important;
13921  }
13922
13923  .m-lg-9 {
13924    margin: 10rem !important;
13925  }
13926
13927  .mt-lg-9,
13928.my-lg-9 {
13929    margin-top: 10rem !important;
13930  }
13931
13932  .mr-lg-9,
13933.mx-lg-9 {
13934    margin-right: 10rem !important;
13935  }
13936
13937  .mb-lg-9,
13938.my-lg-9 {
13939    margin-bottom: 10rem !important;
13940  }
13941
13942  .ml-lg-9,
13943.mx-lg-9 {
13944    margin-left: 10rem !important;
13945  }
13946
13947  .p-lg-0 {
13948    padding: 0 !important;
13949  }
13950
13951  .pt-lg-0,
13952.py-lg-0 {
13953    padding-top: 0 !important;
13954  }
13955
13956  .pr-lg-0,
13957.px-lg-0 {
13958    padding-right: 0 !important;
13959  }
13960
13961  .pb-lg-0,
13962.py-lg-0 {
13963    padding-bottom: 0 !important;
13964  }
13965
13966  .pl-lg-0,
13967.px-lg-0 {
13968    padding-left: 0 !important;
13969  }
13970
13971  .p-lg-1 {
13972    padding: 0.25rem !important;
13973  }
13974
13975  .pt-lg-1,
13976.py-lg-1 {
13977    padding-top: 0.25rem !important;
13978  }
13979
13980  .pr-lg-1,
13981.px-lg-1 {
13982    padding-right: 0.25rem !important;
13983  }
13984
13985  .pb-lg-1,
13986.py-lg-1 {
13987    padding-bottom: 0.25rem !important;
13988  }
13989
13990  .pl-lg-1,
13991.px-lg-1 {
13992    padding-left: 0.25rem !important;
13993  }
13994
13995  .p-lg-2 {
13996    padding: 0.5rem !important;
13997  }
13998
13999  .pt-lg-2,
14000.py-lg-2 {
14001    padding-top: 0.5rem !important;
14002  }
14003
14004  .pr-lg-2,
14005.px-lg-2 {
14006    padding-right: 0.5rem !important;
14007  }
14008
14009  .pb-lg-2,
14010.py-lg-2 {
14011    padding-bottom: 0.5rem !important;
14012  }
14013
14014  .pl-lg-2,
14015.px-lg-2 {
14016    padding-left: 0.5rem !important;
14017  }
14018
14019  .p-lg-3 {
14020    padding: 1rem !important;
14021  }
14022
14023  .pt-lg-3,
14024.py-lg-3 {
14025    padding-top: 1rem !important;
14026  }
14027
14028  .pr-lg-3,
14029.px-lg-3 {
14030    padding-right: 1rem !important;
14031  }
14032
14033  .pb-lg-3,
14034.py-lg-3 {
14035    padding-bottom: 1rem !important;
14036  }
14037
14038  .pl-lg-3,
14039.px-lg-3 {
14040    padding-left: 1rem !important;
14041  }
14042
14043  .p-lg-4 {
14044    padding: 1.5rem !important;
14045  }
14046
14047  .pt-lg-4,
14048.py-lg-4 {
14049    padding-top: 1.5rem !important;
14050  }
14051
14052  .pr-lg-4,
14053.px-lg-4 {
14054    padding-right: 1.5rem !important;
14055  }
14056
14057  .pb-lg-4,
14058.py-lg-4 {
14059    padding-bottom: 1.5rem !important;
14060  }
14061
14062  .pl-lg-4,
14063.px-lg-4 {
14064    padding-left: 1.5rem !important;
14065  }
14066
14067  .p-lg-5 {
14068    padding: 3rem !important;
14069  }
14070
14071  .pt-lg-5,
14072.py-lg-5 {
14073    padding-top: 3rem !important;
14074  }
14075
14076  .pr-lg-5,
14077.px-lg-5 {
14078    padding-right: 3rem !important;
14079  }
14080
14081  .pb-lg-5,
14082.py-lg-5 {
14083    padding-bottom: 3rem !important;
14084  }
14085
14086  .pl-lg-5,
14087.px-lg-5 {
14088    padding-left: 3rem !important;
14089  }
14090
14091  .p-lg--9 {
14092    padding: -10rem !important;
14093  }
14094
14095  .pt-lg--9,
14096.py-lg--9 {
14097    padding-top: -10rem !important;
14098  }
14099
14100  .pr-lg--9,
14101.px-lg--9 {
14102    padding-right: -10rem !important;
14103  }
14104
14105  .pb-lg--9,
14106.py-lg--9 {
14107    padding-bottom: -10rem !important;
14108  }
14109
14110  .pl-lg--9,
14111.px-lg--9 {
14112    padding-left: -10rem !important;
14113  }
14114
14115  .p-lg--8 {
14116    padding: -8rem !important;
14117  }
14118
14119  .pt-lg--8,
14120.py-lg--8 {
14121    padding-top: -8rem !important;
14122  }
14123
14124  .pr-lg--8,
14125.px-lg--8 {
14126    padding-right: -8rem !important;
14127  }
14128
14129  .pb-lg--8,
14130.py-lg--8 {
14131    padding-bottom: -8rem !important;
14132  }
14133
14134  .pl-lg--8,
14135.px-lg--8 {
14136    padding-left: -8rem !important;
14137  }
14138
14139  .p-lg--7 {
14140    padding: -6rem !important;
14141  }
14142
14143  .pt-lg--7,
14144.py-lg--7 {
14145    padding-top: -6rem !important;
14146  }
14147
14148  .pr-lg--7,
14149.px-lg--7 {
14150    padding-right: -6rem !important;
14151  }
14152
14153  .pb-lg--7,
14154.py-lg--7 {
14155    padding-bottom: -6rem !important;
14156  }
14157
14158  .pl-lg--7,
14159.px-lg--7 {
14160    padding-left: -6rem !important;
14161  }
14162
14163  .p-lg--6 {
14164    padding: -4.5rem !important;
14165  }
14166
14167  .pt-lg--6,
14168.py-lg--6 {
14169    padding-top: -4.5rem !important;
14170  }
14171
14172  .pr-lg--6,
14173.px-lg--6 {
14174    padding-right: -4.5rem !important;
14175  }
14176
14177  .pb-lg--6,
14178.py-lg--6 {
14179    padding-bottom: -4.5rem !important;
14180  }
14181
14182  .pl-lg--6,
14183.px-lg--6 {
14184    padding-left: -4.5rem !important;
14185  }
14186
14187  .p-lg--5 {
14188    padding: -3rem !important;
14189  }
14190
14191  .pt-lg--5,
14192.py-lg--5 {
14193    padding-top: -3rem !important;
14194  }
14195
14196  .pr-lg--5,
14197.px-lg--5 {
14198    padding-right: -3rem !important;
14199  }
14200
14201  .pb-lg--5,
14202.py-lg--5 {
14203    padding-bottom: -3rem !important;
14204  }
14205
14206  .pl-lg--5,
14207.px-lg--5 {
14208    padding-left: -3rem !important;
14209  }
14210
14211  .p-lg--4 {
14212    padding: -1.5rem !important;
14213  }
14214
14215  .pt-lg--4,
14216.py-lg--4 {
14217    padding-top: -1.5rem !important;
14218  }
14219
14220  .pr-lg--4,
14221.px-lg--4 {
14222    padding-right: -1.5rem !important;
14223  }
14224
14225  .pb-lg--4,
14226.py-lg--4 {
14227    padding-bottom: -1.5rem !important;
14228  }
14229
14230  .pl-lg--4,
14231.px-lg--4 {
14232    padding-left: -1.5rem !important;
14233  }
14234
14235  .p-lg--3 {
14236    padding: -1rem !important;
14237  }
14238
14239  .pt-lg--3,
14240.py-lg--3 {
14241    padding-top: -1rem !important;
14242  }
14243
14244  .pr-lg--3,
14245.px-lg--3 {
14246    padding-right: -1rem !important;
14247  }
14248
14249  .pb-lg--3,
14250.py-lg--3 {
14251    padding-bottom: -1rem !important;
14252  }
14253
14254  .pl-lg--3,
14255.px-lg--3 {
14256    padding-left: -1rem !important;
14257  }
14258
14259  .p-lg--2 {
14260    padding: -0.5rem !important;
14261  }
14262
14263  .pt-lg--2,
14264.py-lg--2 {
14265    padding-top: -0.5rem !important;
14266  }
14267
14268  .pr-lg--2,
14269.px-lg--2 {
14270    padding-right: -0.5rem !important;
14271  }
14272
14273  .pb-lg--2,
14274.py-lg--2 {
14275    padding-bottom: -0.5rem !important;
14276  }
14277
14278  .pl-lg--2,
14279.px-lg--2 {
14280    padding-left: -0.5rem !important;
14281  }
14282
14283  .p-lg--1 {
14284    padding: -0.25rem !important;
14285  }
14286
14287  .pt-lg--1,
14288.py-lg--1 {
14289    padding-top: -0.25rem !important;
14290  }
14291
14292  .pr-lg--1,
14293.px-lg--1 {
14294    padding-right: -0.25rem !important;
14295  }
14296
14297  .pb-lg--1,
14298.py-lg--1 {
14299    padding-bottom: -0.25rem !important;
14300  }
14301
14302  .pl-lg--1,
14303.px-lg--1 {
14304    padding-left: -0.25rem !important;
14305  }
14306
14307  .p-lg-6 {
14308    padding: 4.5rem !important;
14309  }
14310
14311  .pt-lg-6,
14312.py-lg-6 {
14313    padding-top: 4.5rem !important;
14314  }
14315
14316  .pr-lg-6,
14317.px-lg-6 {
14318    padding-right: 4.5rem !important;
14319  }
14320
14321  .pb-lg-6,
14322.py-lg-6 {
14323    padding-bottom: 4.5rem !important;
14324  }
14325
14326  .pl-lg-6,
14327.px-lg-6 {
14328    padding-left: 4.5rem !important;
14329  }
14330
14331  .p-lg-7 {
14332    padding: 6rem !important;
14333  }
14334
14335  .pt-lg-7,
14336.py-lg-7 {
14337    padding-top: 6rem !important;
14338  }
14339
14340  .pr-lg-7,
14341.px-lg-7 {
14342    padding-right: 6rem !important;
14343  }
14344
14345  .pb-lg-7,
14346.py-lg-7 {
14347    padding-bottom: 6rem !important;
14348  }
14349
14350  .pl-lg-7,
14351.px-lg-7 {
14352    padding-left: 6rem !important;
14353  }
14354
14355  .p-lg-8 {
14356    padding: 8rem !important;
14357  }
14358
14359  .pt-lg-8,
14360.py-lg-8 {
14361    padding-top: 8rem !important;
14362  }
14363
14364  .pr-lg-8,
14365.px-lg-8 {
14366    padding-right: 8rem !important;
14367  }
14368
14369  .pb-lg-8,
14370.py-lg-8 {
14371    padding-bottom: 8rem !important;
14372  }
14373
14374  .pl-lg-8,
14375.px-lg-8 {
14376    padding-left: 8rem !important;
14377  }
14378
14379  .p-lg-9 {
14380    padding: 10rem !important;
14381  }
14382
14383  .pt-lg-9,
14384.py-lg-9 {
14385    padding-top: 10rem !important;
14386  }
14387
14388  .pr-lg-9,
14389.px-lg-9 {
14390    padding-right: 10rem !important;
14391  }
14392
14393  .pb-lg-9,
14394.py-lg-9 {
14395    padding-bottom: 10rem !important;
14396  }
14397
14398  .pl-lg-9,
14399.px-lg-9 {
14400    padding-left: 10rem !important;
14401  }
14402
14403  .m-lg-n1 {
14404    margin: -0.25rem !important;
14405  }
14406
14407  .mt-lg-n1,
14408.my-lg-n1 {
14409    margin-top: -0.25rem !important;
14410  }
14411
14412  .mr-lg-n1,
14413.mx-lg-n1 {
14414    margin-right: -0.25rem !important;
14415  }
14416
14417  .mb-lg-n1,
14418.my-lg-n1 {
14419    margin-bottom: -0.25rem !important;
14420  }
14421
14422  .ml-lg-n1,
14423.mx-lg-n1 {
14424    margin-left: -0.25rem !important;
14425  }
14426
14427  .m-lg-n2 {
14428    margin: -0.5rem !important;
14429  }
14430
14431  .mt-lg-n2,
14432.my-lg-n2 {
14433    margin-top: -0.5rem !important;
14434  }
14435
14436  .mr-lg-n2,
14437.mx-lg-n2 {
14438    margin-right: -0.5rem !important;
14439  }
14440
14441  .mb-lg-n2,
14442.my-lg-n2 {
14443    margin-bottom: -0.5rem !important;
14444  }
14445
14446  .ml-lg-n2,
14447.mx-lg-n2 {
14448    margin-left: -0.5rem !important;
14449  }
14450
14451  .m-lg-n3 {
14452    margin: -1rem !important;
14453  }
14454
14455  .mt-lg-n3,
14456.my-lg-n3 {
14457    margin-top: -1rem !important;
14458  }
14459
14460  .mr-lg-n3,
14461.mx-lg-n3 {
14462    margin-right: -1rem !important;
14463  }
14464
14465  .mb-lg-n3,
14466.my-lg-n3 {
14467    margin-bottom: -1rem !important;
14468  }
14469
14470  .ml-lg-n3,
14471.mx-lg-n3 {
14472    margin-left: -1rem !important;
14473  }
14474
14475  .m-lg-n4 {
14476    margin: -1.5rem !important;
14477  }
14478
14479  .mt-lg-n4,
14480.my-lg-n4 {
14481    margin-top: -1.5rem !important;
14482  }
14483
14484  .mr-lg-n4,
14485.mx-lg-n4 {
14486    margin-right: -1.5rem !important;
14487  }
14488
14489  .mb-lg-n4,
14490.my-lg-n4 {
14491    margin-bottom: -1.5rem !important;
14492  }
14493
14494  .ml-lg-n4,
14495.mx-lg-n4 {
14496    margin-left: -1.5rem !important;
14497  }
14498
14499  .m-lg-n5 {
14500    margin: -3rem !important;
14501  }
14502
14503  .mt-lg-n5,
14504.my-lg-n5 {
14505    margin-top: -3rem !important;
14506  }
14507
14508  .mr-lg-n5,
14509.mx-lg-n5 {
14510    margin-right: -3rem !important;
14511  }
14512
14513  .mb-lg-n5,
14514.my-lg-n5 {
14515    margin-bottom: -3rem !important;
14516  }
14517
14518  .ml-lg-n5,
14519.mx-lg-n5 {
14520    margin-left: -3rem !important;
14521  }
14522
14523  .m-lg-n-9 {
14524    margin: 10rem !important;
14525  }
14526
14527  .mt-lg-n-9,
14528.my-lg-n-9 {
14529    margin-top: 10rem !important;
14530  }
14531
14532  .mr-lg-n-9,
14533.mx-lg-n-9 {
14534    margin-right: 10rem !important;
14535  }
14536
14537  .mb-lg-n-9,
14538.my-lg-n-9 {
14539    margin-bottom: 10rem !important;
14540  }
14541
14542  .ml-lg-n-9,
14543.mx-lg-n-9 {
14544    margin-left: 10rem !important;
14545  }
14546
14547  .m-lg-n-8 {
14548    margin: 8rem !important;
14549  }
14550
14551  .mt-lg-n-8,
14552.my-lg-n-8 {
14553    margin-top: 8rem !important;
14554  }
14555
14556  .mr-lg-n-8,
14557.mx-lg-n-8 {
14558    margin-right: 8rem !important;
14559  }
14560
14561  .mb-lg-n-8,
14562.my-lg-n-8 {
14563    margin-bottom: 8rem !important;
14564  }
14565
14566  .ml-lg-n-8,
14567.mx-lg-n-8 {
14568    margin-left: 8rem !important;
14569  }
14570
14571  .m-lg-n-7 {
14572    margin: 6rem !important;
14573  }
14574
14575  .mt-lg-n-7,
14576.my-lg-n-7 {
14577    margin-top: 6rem !important;
14578  }
14579
14580  .mr-lg-n-7,
14581.mx-lg-n-7 {
14582    margin-right: 6rem !important;
14583  }
14584
14585  .mb-lg-n-7,
14586.my-lg-n-7 {
14587    margin-bottom: 6rem !important;
14588  }
14589
14590  .ml-lg-n-7,
14591.mx-lg-n-7 {
14592    margin-left: 6rem !important;
14593  }
14594
14595  .m-lg-n-6 {
14596    margin: 4.5rem !important;
14597  }
14598
14599  .mt-lg-n-6,
14600.my-lg-n-6 {
14601    margin-top: 4.5rem !important;
14602  }
14603
14604  .mr-lg-n-6,
14605.mx-lg-n-6 {
14606    margin-right: 4.5rem !important;
14607  }
14608
14609  .mb-lg-n-6,
14610.my-lg-n-6 {
14611    margin-bottom: 4.5rem !important;
14612  }
14613
14614  .ml-lg-n-6,
14615.mx-lg-n-6 {
14616    margin-left: 4.5rem !important;
14617  }
14618
14619  .m-lg-n-5 {
14620    margin: 3rem !important;
14621  }
14622
14623  .mt-lg-n-5,
14624.my-lg-n-5 {
14625    margin-top: 3rem !important;
14626  }
14627
14628  .mr-lg-n-5,
14629.mx-lg-n-5 {
14630    margin-right: 3rem !important;
14631  }
14632
14633  .mb-lg-n-5,
14634.my-lg-n-5 {
14635    margin-bottom: 3rem !important;
14636  }
14637
14638  .ml-lg-n-5,
14639.mx-lg-n-5 {
14640    margin-left: 3rem !important;
14641  }
14642
14643  .m-lg-n-4 {
14644    margin: 1.5rem !important;
14645  }
14646
14647  .mt-lg-n-4,
14648.my-lg-n-4 {
14649    margin-top: 1.5rem !important;
14650  }
14651
14652  .mr-lg-n-4,
14653.mx-lg-n-4 {
14654    margin-right: 1.5rem !important;
14655  }
14656
14657  .mb-lg-n-4,
14658.my-lg-n-4 {
14659    margin-bottom: 1.5rem !important;
14660  }
14661
14662  .ml-lg-n-4,
14663.mx-lg-n-4 {
14664    margin-left: 1.5rem !important;
14665  }
14666
14667  .m-lg-n-3 {
14668    margin: 1rem !important;
14669  }
14670
14671  .mt-lg-n-3,
14672.my-lg-n-3 {
14673    margin-top: 1rem !important;
14674  }
14675
14676  .mr-lg-n-3,
14677.mx-lg-n-3 {
14678    margin-right: 1rem !important;
14679  }
14680
14681  .mb-lg-n-3,
14682.my-lg-n-3 {
14683    margin-bottom: 1rem !important;
14684  }
14685
14686  .ml-lg-n-3,
14687.mx-lg-n-3 {
14688    margin-left: 1rem !important;
14689  }
14690
14691  .m-lg-n-2 {
14692    margin: 0.5rem !important;
14693  }
14694
14695  .mt-lg-n-2,
14696.my-lg-n-2 {
14697    margin-top: 0.5rem !important;
14698  }
14699
14700  .mr-lg-n-2,
14701.mx-lg-n-2 {
14702    margin-right: 0.5rem !important;
14703  }
14704
14705  .mb-lg-n-2,
14706.my-lg-n-2 {
14707    margin-bottom: 0.5rem !important;
14708  }
14709
14710  .ml-lg-n-2,
14711.mx-lg-n-2 {
14712    margin-left: 0.5rem !important;
14713  }
14714
14715  .m-lg-n-1 {
14716    margin: 0.25rem !important;
14717  }
14718
14719  .mt-lg-n-1,
14720.my-lg-n-1 {
14721    margin-top: 0.25rem !important;
14722  }
14723
14724  .mr-lg-n-1,
14725.mx-lg-n-1 {
14726    margin-right: 0.25rem !important;
14727  }
14728
14729  .mb-lg-n-1,
14730.my-lg-n-1 {
14731    margin-bottom: 0.25rem !important;
14732  }
14733
14734  .ml-lg-n-1,
14735.mx-lg-n-1 {
14736    margin-left: 0.25rem !important;
14737  }
14738
14739  .m-lg-n6 {
14740    margin: -4.5rem !important;
14741  }
14742
14743  .mt-lg-n6,
14744.my-lg-n6 {
14745    margin-top: -4.5rem !important;
14746  }
14747
14748  .mr-lg-n6,
14749.mx-lg-n6 {
14750    margin-right: -4.5rem !important;
14751  }
14752
14753  .mb-lg-n6,
14754.my-lg-n6 {
14755    margin-bottom: -4.5rem !important;
14756  }
14757
14758  .ml-lg-n6,
14759.mx-lg-n6 {
14760    margin-left: -4.5rem !important;
14761  }
14762
14763  .m-lg-n7 {
14764    margin: -6rem !important;
14765  }
14766
14767  .mt-lg-n7,
14768.my-lg-n7 {
14769    margin-top: -6rem !important;
14770  }
14771
14772  .mr-lg-n7,
14773.mx-lg-n7 {
14774    margin-right: -6rem !important;
14775  }
14776
14777  .mb-lg-n7,
14778.my-lg-n7 {
14779    margin-bottom: -6rem !important;
14780  }
14781
14782  .ml-lg-n7,
14783.mx-lg-n7 {
14784    margin-left: -6rem !important;
14785  }
14786
14787  .m-lg-n8 {
14788    margin: -8rem !important;
14789  }
14790
14791  .mt-lg-n8,
14792.my-lg-n8 {
14793    margin-top: -8rem !important;
14794  }
14795
14796  .mr-lg-n8,
14797.mx-lg-n8 {
14798    margin-right: -8rem !important;
14799  }
14800
14801  .mb-lg-n8,
14802.my-lg-n8 {
14803    margin-bottom: -8rem !important;
14804  }
14805
14806  .ml-lg-n8,
14807.mx-lg-n8 {
14808    margin-left: -8rem !important;
14809  }
14810
14811  .m-lg-n9 {
14812    margin: -10rem !important;
14813  }
14814
14815  .mt-lg-n9,
14816.my-lg-n9 {
14817    margin-top: -10rem !important;
14818  }
14819
14820  .mr-lg-n9,
14821.mx-lg-n9 {
14822    margin-right: -10rem !important;
14823  }
14824
14825  .mb-lg-n9,
14826.my-lg-n9 {
14827    margin-bottom: -10rem !important;
14828  }
14829
14830  .ml-lg-n9,
14831.mx-lg-n9 {
14832    margin-left: -10rem !important;
14833  }
14834
14835  .m-lg-auto {
14836    margin: auto !important;
14837  }
14838
14839  .mt-lg-auto,
14840.my-lg-auto {
14841    margin-top: auto !important;
14842  }
14843
14844  .mr-lg-auto,
14845.mx-lg-auto {
14846    margin-right: auto !important;
14847  }
14848
14849  .mb-lg-auto,
14850.my-lg-auto {
14851    margin-bottom: auto !important;
14852  }
14853
14854  .ml-lg-auto,
14855.mx-lg-auto {
14856    margin-left: auto !important;
14857  }
14858}
14859@media (min-width: 1200px) {
14860  .m-xl-0 {
14861    margin: 0 !important;
14862  }
14863
14864  .mt-xl-0,
14865.my-xl-0 {
14866    margin-top: 0 !important;
14867  }
14868
14869  .mr-xl-0,
14870.mx-xl-0 {
14871    margin-right: 0 !important;
14872  }
14873
14874  .mb-xl-0,
14875.my-xl-0 {
14876    margin-bottom: 0 !important;
14877  }
14878
14879  .ml-xl-0,
14880.mx-xl-0 {
14881    margin-left: 0 !important;
14882  }
14883
14884  .m-xl-1 {
14885    margin: 0.25rem !important;
14886  }
14887
14888  .mt-xl-1,
14889.my-xl-1 {
14890    margin-top: 0.25rem !important;
14891  }
14892
14893  .mr-xl-1,
14894.mx-xl-1 {
14895    margin-right: 0.25rem !important;
14896  }
14897
14898  .mb-xl-1,
14899.my-xl-1 {
14900    margin-bottom: 0.25rem !important;
14901  }
14902
14903  .ml-xl-1,
14904.mx-xl-1 {
14905    margin-left: 0.25rem !important;
14906  }
14907
14908  .m-xl-2 {
14909    margin: 0.5rem !important;
14910  }
14911
14912  .mt-xl-2,
14913.my-xl-2 {
14914    margin-top: 0.5rem !important;
14915  }
14916
14917  .mr-xl-2,
14918.mx-xl-2 {
14919    margin-right: 0.5rem !important;
14920  }
14921
14922  .mb-xl-2,
14923.my-xl-2 {
14924    margin-bottom: 0.5rem !important;
14925  }
14926
14927  .ml-xl-2,
14928.mx-xl-2 {
14929    margin-left: 0.5rem !important;
14930  }
14931
14932  .m-xl-3 {
14933    margin: 1rem !important;
14934  }
14935
14936  .mt-xl-3,
14937.my-xl-3 {
14938    margin-top: 1rem !important;
14939  }
14940
14941  .mr-xl-3,
14942.mx-xl-3 {
14943    margin-right: 1rem !important;
14944  }
14945
14946  .mb-xl-3,
14947.my-xl-3 {
14948    margin-bottom: 1rem !important;
14949  }
14950
14951  .ml-xl-3,
14952.mx-xl-3 {
14953    margin-left: 1rem !important;
14954  }
14955
14956  .m-xl-4 {
14957    margin: 1.5rem !important;
14958  }
14959
14960  .mt-xl-4,
14961.my-xl-4 {
14962    margin-top: 1.5rem !important;
14963  }
14964
14965  .mr-xl-4,
14966.mx-xl-4 {
14967    margin-right: 1.5rem !important;
14968  }
14969
14970  .mb-xl-4,
14971.my-xl-4 {
14972    margin-bottom: 1.5rem !important;
14973  }
14974
14975  .ml-xl-4,
14976.mx-xl-4 {
14977    margin-left: 1.5rem !important;
14978  }
14979
14980  .m-xl-5 {
14981    margin: 3rem !important;
14982  }
14983
14984  .mt-xl-5,
14985.my-xl-5 {
14986    margin-top: 3rem !important;
14987  }
14988
14989  .mr-xl-5,
14990.mx-xl-5 {
14991    margin-right: 3rem !important;
14992  }
14993
14994  .mb-xl-5,
14995.my-xl-5 {
14996    margin-bottom: 3rem !important;
14997  }
14998
14999  .ml-xl-5,
15000.mx-xl-5 {
15001    margin-left: 3rem !important;
15002  }
15003
15004  .m-xl--9 {
15005    margin: -10rem !important;
15006  }
15007
15008  .mt-xl--9,
15009.my-xl--9 {
15010    margin-top: -10rem !important;
15011  }
15012
15013  .mr-xl--9,
15014.mx-xl--9 {
15015    margin-right: -10rem !important;
15016  }
15017
15018  .mb-xl--9,
15019.my-xl--9 {
15020    margin-bottom: -10rem !important;
15021  }
15022
15023  .ml-xl--9,
15024.mx-xl--9 {
15025    margin-left: -10rem !important;
15026  }
15027
15028  .m-xl--8 {
15029    margin: -8rem !important;
15030  }
15031
15032  .mt-xl--8,
15033.my-xl--8 {
15034    margin-top: -8rem !important;
15035  }
15036
15037  .mr-xl--8,
15038.mx-xl--8 {
15039    margin-right: -8rem !important;
15040  }
15041
15042  .mb-xl--8,
15043.my-xl--8 {
15044    margin-bottom: -8rem !important;
15045  }
15046
15047  .ml-xl--8,
15048.mx-xl--8 {
15049    margin-left: -8rem !important;
15050  }
15051
15052  .m-xl--7 {
15053    margin: -6rem !important;
15054  }
15055
15056  .mt-xl--7,
15057.my-xl--7 {
15058    margin-top: -6rem !important;
15059  }
15060
15061  .mr-xl--7,
15062.mx-xl--7 {
15063    margin-right: -6rem !important;
15064  }
15065
15066  .mb-xl--7,
15067.my-xl--7 {
15068    margin-bottom: -6rem !important;
15069  }
15070
15071  .ml-xl--7,
15072.mx-xl--7 {
15073    margin-left: -6rem !important;
15074  }
15075
15076  .m-xl--6 {
15077    margin: -4.5rem !important;
15078  }
15079
15080  .mt-xl--6,
15081.my-xl--6 {
15082    margin-top: -4.5rem !important;
15083  }
15084
15085  .mr-xl--6,
15086.mx-xl--6 {
15087    margin-right: -4.5rem !important;
15088  }
15089
15090  .mb-xl--6,
15091.my-xl--6 {
15092    margin-bottom: -4.5rem !important;
15093  }
15094
15095  .ml-xl--6,
15096.mx-xl--6 {
15097    margin-left: -4.5rem !important;
15098  }
15099
15100  .m-xl--5 {
15101    margin: -3rem !important;
15102  }
15103
15104  .mt-xl--5,
15105.my-xl--5 {
15106    margin-top: -3rem !important;
15107  }
15108
15109  .mr-xl--5,
15110.mx-xl--5 {
15111    margin-right: -3rem !important;
15112  }
15113
15114  .mb-xl--5,
15115.my-xl--5 {
15116    margin-bottom: -3rem !important;
15117  }
15118
15119  .ml-xl--5,
15120.mx-xl--5 {
15121    margin-left: -3rem !important;
15122  }
15123
15124  .m-xl--4 {
15125    margin: -1.5rem !important;
15126  }
15127
15128  .mt-xl--4,
15129.my-xl--4 {
15130    margin-top: -1.5rem !important;
15131  }
15132
15133  .mr-xl--4,
15134.mx-xl--4 {
15135    margin-right: -1.5rem !important;
15136  }
15137
15138  .mb-xl--4,
15139.my-xl--4 {
15140    margin-bottom: -1.5rem !important;
15141  }
15142
15143  .ml-xl--4,
15144.mx-xl--4 {
15145    margin-left: -1.5rem !important;
15146  }
15147
15148  .m-xl--3 {
15149    margin: -1rem !important;
15150  }
15151
15152  .mt-xl--3,
15153.my-xl--3 {
15154    margin-top: -1rem !important;
15155  }
15156
15157  .mr-xl--3,
15158.mx-xl--3 {
15159    margin-right: -1rem !important;
15160  }
15161
15162  .mb-xl--3,
15163.my-xl--3 {
15164    margin-bottom: -1rem !important;
15165  }
15166
15167  .ml-xl--3,
15168.mx-xl--3 {
15169    margin-left: -1rem !important;
15170  }
15171
15172  .m-xl--2 {
15173    margin: -0.5rem !important;
15174  }
15175
15176  .mt-xl--2,
15177.my-xl--2 {
15178    margin-top: -0.5rem !important;
15179  }
15180
15181  .mr-xl--2,
15182.mx-xl--2 {
15183    margin-right: -0.5rem !important;
15184  }
15185
15186  .mb-xl--2,
15187.my-xl--2 {
15188    margin-bottom: -0.5rem !important;
15189  }
15190
15191  .ml-xl--2,
15192.mx-xl--2 {
15193    margin-left: -0.5rem !important;
15194  }
15195
15196  .m-xl--1 {
15197    margin: -0.25rem !important;
15198  }
15199
15200  .mt-xl--1,
15201.my-xl--1 {
15202    margin-top: -0.25rem !important;
15203  }
15204
15205  .mr-xl--1,
15206.mx-xl--1 {
15207    margin-right: -0.25rem !important;
15208  }
15209
15210  .mb-xl--1,
15211.my-xl--1 {
15212    margin-bottom: -0.25rem !important;
15213  }
15214
15215  .ml-xl--1,
15216.mx-xl--1 {
15217    margin-left: -0.25rem !important;
15218  }
15219
15220  .m-xl-6 {
15221    margin: 4.5rem !important;
15222  }
15223
15224  .mt-xl-6,
15225.my-xl-6 {
15226    margin-top: 4.5rem !important;
15227  }
15228
15229  .mr-xl-6,
15230.mx-xl-6 {
15231    margin-right: 4.5rem !important;
15232  }
15233
15234  .mb-xl-6,
15235.my-xl-6 {
15236    margin-bottom: 4.5rem !important;
15237  }
15238
15239  .ml-xl-6,
15240.mx-xl-6 {
15241    margin-left: 4.5rem !important;
15242  }
15243
15244  .m-xl-7 {
15245    margin: 6rem !important;
15246  }
15247
15248  .mt-xl-7,
15249.my-xl-7 {
15250    margin-top: 6rem !important;
15251  }
15252
15253  .mr-xl-7,
15254.mx-xl-7 {
15255    margin-right: 6rem !important;
15256  }
15257
15258  .mb-xl-7,
15259.my-xl-7 {
15260    margin-bottom: 6rem !important;
15261  }
15262
15263  .ml-xl-7,
15264.mx-xl-7 {
15265    margin-left: 6rem !important;
15266  }
15267
15268  .m-xl-8 {
15269    margin: 8rem !important;
15270  }
15271
15272  .mt-xl-8,
15273.my-xl-8 {
15274    margin-top: 8rem !important;
15275  }
15276
15277  .mr-xl-8,
15278.mx-xl-8 {
15279    margin-right: 8rem !important;
15280  }
15281
15282  .mb-xl-8,
15283.my-xl-8 {
15284    margin-bottom: 8rem !important;
15285  }
15286
15287  .ml-xl-8,
15288.mx-xl-8 {
15289    margin-left: 8rem !important;
15290  }
15291
15292  .m-xl-9 {
15293    margin: 10rem !important;
15294  }
15295
15296  .mt-xl-9,
15297.my-xl-9 {
15298    margin-top: 10rem !important;
15299  }
15300
15301  .mr-xl-9,
15302.mx-xl-9 {
15303    margin-right: 10rem !important;
15304  }
15305
15306  .mb-xl-9,
15307.my-xl-9 {
15308    margin-bottom: 10rem !important;
15309  }
15310
15311  .ml-xl-9,
15312.mx-xl-9 {
15313    margin-left: 10rem !important;
15314  }
15315
15316  .p-xl-0 {
15317    padding: 0 !important;
15318  }
15319
15320  .pt-xl-0,
15321.py-xl-0 {
15322    padding-top: 0 !important;
15323  }
15324
15325  .pr-xl-0,
15326.px-xl-0 {
15327    padding-right: 0 !important;
15328  }
15329
15330  .pb-xl-0,
15331.py-xl-0 {
15332    padding-bottom: 0 !important;
15333  }
15334
15335  .pl-xl-0,
15336.px-xl-0 {
15337    padding-left: 0 !important;
15338  }
15339
15340  .p-xl-1 {
15341    padding: 0.25rem !important;
15342  }
15343
15344  .pt-xl-1,
15345.py-xl-1 {
15346    padding-top: 0.25rem !important;
15347  }
15348
15349  .pr-xl-1,
15350.px-xl-1 {
15351    padding-right: 0.25rem !important;
15352  }
15353
15354  .pb-xl-1,
15355.py-xl-1 {
15356    padding-bottom: 0.25rem !important;
15357  }
15358
15359  .pl-xl-1,
15360.px-xl-1 {
15361    padding-left: 0.25rem !important;
15362  }
15363
15364  .p-xl-2 {
15365    padding: 0.5rem !important;
15366  }
15367
15368  .pt-xl-2,
15369.py-xl-2 {
15370    padding-top: 0.5rem !important;
15371  }
15372
15373  .pr-xl-2,
15374.px-xl-2 {
15375    padding-right: 0.5rem !important;
15376  }
15377
15378  .pb-xl-2,
15379.py-xl-2 {
15380    padding-bottom: 0.5rem !important;
15381  }
15382
15383  .pl-xl-2,
15384.px-xl-2 {
15385    padding-left: 0.5rem !important;
15386  }
15387
15388  .p-xl-3 {
15389    padding: 1rem !important;
15390  }
15391
15392  .pt-xl-3,
15393.py-xl-3 {
15394    padding-top: 1rem !important;
15395  }
15396
15397  .pr-xl-3,
15398.px-xl-3 {
15399    padding-right: 1rem !important;
15400  }
15401
15402  .pb-xl-3,
15403.py-xl-3 {
15404    padding-bottom: 1rem !important;
15405  }
15406
15407  .pl-xl-3,
15408.px-xl-3 {
15409    padding-left: 1rem !important;
15410  }
15411
15412  .p-xl-4 {
15413    padding: 1.5rem !important;
15414  }
15415
15416  .pt-xl-4,
15417.py-xl-4 {
15418    padding-top: 1.5rem !important;
15419  }
15420
15421  .pr-xl-4,
15422.px-xl-4 {
15423    padding-right: 1.5rem !important;
15424  }
15425
15426  .pb-xl-4,
15427.py-xl-4 {
15428    padding-bottom: 1.5rem !important;
15429  }
15430
15431  .pl-xl-4,
15432.px-xl-4 {
15433    padding-left: 1.5rem !important;
15434  }
15435
15436  .p-xl-5 {
15437    padding: 3rem !important;
15438  }
15439
15440  .pt-xl-5,
15441.py-xl-5 {
15442    padding-top: 3rem !important;
15443  }
15444
15445  .pr-xl-5,
15446.px-xl-5 {
15447    padding-right: 3rem !important;
15448  }
15449
15450  .pb-xl-5,
15451.py-xl-5 {
15452    padding-bottom: 3rem !important;
15453  }
15454
15455  .pl-xl-5,
15456.px-xl-5 {
15457    padding-left: 3rem !important;
15458  }
15459
15460  .p-xl--9 {
15461    padding: -10rem !important;
15462  }
15463
15464  .pt-xl--9,
15465.py-xl--9 {
15466    padding-top: -10rem !important;
15467  }
15468
15469  .pr-xl--9,
15470.px-xl--9 {
15471    padding-right: -10rem !important;
15472  }
15473
15474  .pb-xl--9,
15475.py-xl--9 {
15476    padding-bottom: -10rem !important;
15477  }
15478
15479  .pl-xl--9,
15480.px-xl--9 {
15481    padding-left: -10rem !important;
15482  }
15483
15484  .p-xl--8 {
15485    padding: -8rem !important;
15486  }
15487
15488  .pt-xl--8,
15489.py-xl--8 {
15490    padding-top: -8rem !important;
15491  }
15492
15493  .pr-xl--8,
15494.px-xl--8 {
15495    padding-right: -8rem !important;
15496  }
15497
15498  .pb-xl--8,
15499.py-xl--8 {
15500    padding-bottom: -8rem !important;
15501  }
15502
15503  .pl-xl--8,
15504.px-xl--8 {
15505    padding-left: -8rem !important;
15506  }
15507
15508  .p-xl--7 {
15509    padding: -6rem !important;
15510  }
15511
15512  .pt-xl--7,
15513.py-xl--7 {
15514    padding-top: -6rem !important;
15515  }
15516
15517  .pr-xl--7,
15518.px-xl--7 {
15519    padding-right: -6rem !important;
15520  }
15521
15522  .pb-xl--7,
15523.py-xl--7 {
15524    padding-bottom: -6rem !important;
15525  }
15526
15527  .pl-xl--7,
15528.px-xl--7 {
15529    padding-left: -6rem !important;
15530  }
15531
15532  .p-xl--6 {
15533    padding: -4.5rem !important;
15534  }
15535
15536  .pt-xl--6,
15537.py-xl--6 {
15538    padding-top: -4.5rem !important;
15539  }
15540
15541  .pr-xl--6,
15542.px-xl--6 {
15543    padding-right: -4.5rem !important;
15544  }
15545
15546  .pb-xl--6,
15547.py-xl--6 {
15548    padding-bottom: -4.5rem !important;
15549  }
15550
15551  .pl-xl--6,
15552.px-xl--6 {
15553    padding-left: -4.5rem !important;
15554  }
15555
15556  .p-xl--5 {
15557    padding: -3rem !important;
15558  }
15559
15560  .pt-xl--5,
15561.py-xl--5 {
15562    padding-top: -3rem !important;
15563  }
15564
15565  .pr-xl--5,
15566.px-xl--5 {
15567    padding-right: -3rem !important;
15568  }
15569
15570  .pb-xl--5,
15571.py-xl--5 {
15572    padding-bottom: -3rem !important;
15573  }
15574
15575  .pl-xl--5,
15576.px-xl--5 {
15577    padding-left: -3rem !important;
15578  }
15579
15580  .p-xl--4 {
15581    padding: -1.5rem !important;
15582  }
15583
15584  .pt-xl--4,
15585.py-xl--4 {
15586    padding-top: -1.5rem !important;
15587  }
15588
15589  .pr-xl--4,
15590.px-xl--4 {
15591    padding-right: -1.5rem !important;
15592  }
15593
15594  .pb-xl--4,
15595.py-xl--4 {
15596    padding-bottom: -1.5rem !important;
15597  }
15598
15599  .pl-xl--4,
15600.px-xl--4 {
15601    padding-left: -1.5rem !important;
15602  }
15603
15604  .p-xl--3 {
15605    padding: -1rem !important;
15606  }
15607
15608  .pt-xl--3,
15609.py-xl--3 {
15610    padding-top: -1rem !important;
15611  }
15612
15613  .pr-xl--3,
15614.px-xl--3 {
15615    padding-right: -1rem !important;
15616  }
15617
15618  .pb-xl--3,
15619.py-xl--3 {
15620    padding-bottom: -1rem !important;
15621  }
15622
15623  .pl-xl--3,
15624.px-xl--3 {
15625    padding-left: -1rem !important;
15626  }
15627
15628  .p-xl--2 {
15629    padding: -0.5rem !important;
15630  }
15631
15632  .pt-xl--2,
15633.py-xl--2 {
15634    padding-top: -0.5rem !important;
15635  }
15636
15637  .pr-xl--2,
15638.px-xl--2 {
15639    padding-right: -0.5rem !important;
15640  }
15641
15642  .pb-xl--2,
15643.py-xl--2 {
15644    padding-bottom: -0.5rem !important;
15645  }
15646
15647  .pl-xl--2,
15648.px-xl--2 {
15649    padding-left: -0.5rem !important;
15650  }
15651
15652  .p-xl--1 {
15653    padding: -0.25rem !important;
15654  }
15655
15656  .pt-xl--1,
15657.py-xl--1 {
15658    padding-top: -0.25rem !important;
15659  }
15660
15661  .pr-xl--1,
15662.px-xl--1 {
15663    padding-right: -0.25rem !important;
15664  }
15665
15666  .pb-xl--1,
15667.py-xl--1 {
15668    padding-bottom: -0.25rem !important;
15669  }
15670
15671  .pl-xl--1,
15672.px-xl--1 {
15673    padding-left: -0.25rem !important;
15674  }
15675
15676  .p-xl-6 {
15677    padding: 4.5rem !important;
15678  }
15679
15680  .pt-xl-6,
15681.py-xl-6 {
15682    padding-top: 4.5rem !important;
15683  }
15684
15685  .pr-xl-6,
15686.px-xl-6 {
15687    padding-right: 4.5rem !important;
15688  }
15689
15690  .pb-xl-6,
15691.py-xl-6 {
15692    padding-bottom: 4.5rem !important;
15693  }
15694
15695  .pl-xl-6,
15696.px-xl-6 {
15697    padding-left: 4.5rem !important;
15698  }
15699
15700  .p-xl-7 {
15701    padding: 6rem !important;
15702  }
15703
15704  .pt-xl-7,
15705.py-xl-7 {
15706    padding-top: 6rem !important;
15707  }
15708
15709  .pr-xl-7,
15710.px-xl-7 {
15711    padding-right: 6rem !important;
15712  }
15713
15714  .pb-xl-7,
15715.py-xl-7 {
15716    padding-bottom: 6rem !important;
15717  }
15718
15719  .pl-xl-7,
15720.px-xl-7 {
15721    padding-left: 6rem !important;
15722  }
15723
15724  .p-xl-8 {
15725    padding: 8rem !important;
15726  }
15727
15728  .pt-xl-8,
15729.py-xl-8 {
15730    padding-top: 8rem !important;
15731  }
15732
15733  .pr-xl-8,
15734.px-xl-8 {
15735    padding-right: 8rem !important;
15736  }
15737
15738  .pb-xl-8,
15739.py-xl-8 {
15740    padding-bottom: 8rem !important;
15741  }
15742
15743  .pl-xl-8,
15744.px-xl-8 {
15745    padding-left: 8rem !important;
15746  }
15747
15748  .p-xl-9 {
15749    padding: 10rem !important;
15750  }
15751
15752  .pt-xl-9,
15753.py-xl-9 {
15754    padding-top: 10rem !important;
15755  }
15756
15757  .pr-xl-9,
15758.px-xl-9 {
15759    padding-right: 10rem !important;
15760  }
15761
15762  .pb-xl-9,
15763.py-xl-9 {
15764    padding-bottom: 10rem !important;
15765  }
15766
15767  .pl-xl-9,
15768.px-xl-9 {
15769    padding-left: 10rem !important;
15770  }
15771
15772  .m-xl-n1 {
15773    margin: -0.25rem !important;
15774  }
15775
15776  .mt-xl-n1,
15777.my-xl-n1 {
15778    margin-top: -0.25rem !important;
15779  }
15780
15781  .mr-xl-n1,
15782.mx-xl-n1 {
15783    margin-right: -0.25rem !important;
15784  }
15785
15786  .mb-xl-n1,
15787.my-xl-n1 {
15788    margin-bottom: -0.25rem !important;
15789  }
15790
15791  .ml-xl-n1,
15792.mx-xl-n1 {
15793    margin-left: -0.25rem !important;
15794  }
15795
15796  .m-xl-n2 {
15797    margin: -0.5rem !important;
15798  }
15799
15800  .mt-xl-n2,
15801.my-xl-n2 {
15802    margin-top: -0.5rem !important;
15803  }
15804
15805  .mr-xl-n2,
15806.mx-xl-n2 {
15807    margin-right: -0.5rem !important;
15808  }
15809
15810  .mb-xl-n2,
15811.my-xl-n2 {
15812    margin-bottom: -0.5rem !important;
15813  }
15814
15815  .ml-xl-n2,
15816.mx-xl-n2 {
15817    margin-left: -0.5rem !important;
15818  }
15819
15820  .m-xl-n3 {
15821    margin: -1rem !important;
15822  }
15823
15824  .mt-xl-n3,
15825.my-xl-n3 {
15826    margin-top: -1rem !important;
15827  }
15828
15829  .mr-xl-n3,
15830.mx-xl-n3 {
15831    margin-right: -1rem !important;
15832  }
15833
15834  .mb-xl-n3,
15835.my-xl-n3 {
15836    margin-bottom: -1rem !important;
15837  }
15838
15839  .ml-xl-n3,
15840.mx-xl-n3 {
15841    margin-left: -1rem !important;
15842  }
15843
15844  .m-xl-n4 {
15845    margin: -1.5rem !important;
15846  }
15847
15848  .mt-xl-n4,
15849.my-xl-n4 {
15850    margin-top: -1.5rem !important;
15851  }
15852
15853  .mr-xl-n4,
15854.mx-xl-n4 {
15855    margin-right: -1.5rem !important;
15856  }
15857
15858  .mb-xl-n4,
15859.my-xl-n4 {
15860    margin-bottom: -1.5rem !important;
15861  }
15862
15863  .ml-xl-n4,
15864.mx-xl-n4 {
15865    margin-left: -1.5rem !important;
15866  }
15867
15868  .m-xl-n5 {
15869    margin: -3rem !important;
15870  }
15871
15872  .mt-xl-n5,
15873.my-xl-n5 {
15874    margin-top: -3rem !important;
15875  }
15876
15877  .mr-xl-n5,
15878.mx-xl-n5 {
15879    margin-right: -3rem !important;
15880  }
15881
15882  .mb-xl-n5,
15883.my-xl-n5 {
15884    margin-bottom: -3rem !important;
15885  }
15886
15887  .ml-xl-n5,
15888.mx-xl-n5 {
15889    margin-left: -3rem !important;
15890  }
15891
15892  .m-xl-n-9 {
15893    margin: 10rem !important;
15894  }
15895
15896  .mt-xl-n-9,
15897.my-xl-n-9 {
15898    margin-top: 10rem !important;
15899  }
15900
15901  .mr-xl-n-9,
15902.mx-xl-n-9 {
15903    margin-right: 10rem !important;
15904  }
15905
15906  .mb-xl-n-9,
15907.my-xl-n-9 {
15908    margin-bottom: 10rem !important;
15909  }
15910
15911  .ml-xl-n-9,
15912.mx-xl-n-9 {
15913    margin-left: 10rem !important;
15914  }
15915
15916  .m-xl-n-8 {
15917    margin: 8rem !important;
15918  }
15919
15920  .mt-xl-n-8,
15921.my-xl-n-8 {
15922    margin-top: 8rem !important;
15923  }
15924
15925  .mr-xl-n-8,
15926.mx-xl-n-8 {
15927    margin-right: 8rem !important;
15928  }
15929
15930  .mb-xl-n-8,
15931.my-xl-n-8 {
15932    margin-bottom: 8rem !important;
15933  }
15934
15935  .ml-xl-n-8,
15936.mx-xl-n-8 {
15937    margin-left: 8rem !important;
15938  }
15939
15940  .m-xl-n-7 {
15941    margin: 6rem !important;
15942  }
15943
15944  .mt-xl-n-7,
15945.my-xl-n-7 {
15946    margin-top: 6rem !important;
15947  }
15948
15949  .mr-xl-n-7,
15950.mx-xl-n-7 {
15951    margin-right: 6rem !important;
15952  }
15953
15954  .mb-xl-n-7,
15955.my-xl-n-7 {
15956    margin-bottom: 6rem !important;
15957  }
15958
15959  .ml-xl-n-7,
15960.mx-xl-n-7 {
15961    margin-left: 6rem !important;
15962  }
15963
15964  .m-xl-n-6 {
15965    margin: 4.5rem !important;
15966  }
15967
15968  .mt-xl-n-6,
15969.my-xl-n-6 {
15970    margin-top: 4.5rem !important;
15971  }
15972
15973  .mr-xl-n-6,
15974.mx-xl-n-6 {
15975    margin-right: 4.5rem !important;
15976  }
15977
15978  .mb-xl-n-6,
15979.my-xl-n-6 {
15980    margin-bottom: 4.5rem !important;
15981  }
15982
15983  .ml-xl-n-6,
15984.mx-xl-n-6 {
15985    margin-left: 4.5rem !important;
15986  }
15987
15988  .m-xl-n-5 {
15989    margin: 3rem !important;
15990  }
15991
15992  .mt-xl-n-5,
15993.my-xl-n-5 {
15994    margin-top: 3rem !important;
15995  }
15996
15997  .mr-xl-n-5,
15998.mx-xl-n-5 {
15999    margin-right: 3rem !important;
16000  }
16001
16002  .mb-xl-n-5,
16003.my-xl-n-5 {
16004    margin-bottom: 3rem !important;
16005  }
16006
16007  .ml-xl-n-5,
16008.mx-xl-n-5 {
16009    margin-left: 3rem !important;
16010  }
16011
16012  .m-xl-n-4 {
16013    margin: 1.5rem !important;
16014  }
16015
16016  .mt-xl-n-4,
16017.my-xl-n-4 {
16018    margin-top: 1.5rem !important;
16019  }
16020
16021  .mr-xl-n-4,
16022.mx-xl-n-4 {
16023    margin-right: 1.5rem !important;
16024  }
16025
16026  .mb-xl-n-4,
16027.my-xl-n-4 {
16028    margin-bottom: 1.5rem !important;
16029  }
16030
16031  .ml-xl-n-4,
16032.mx-xl-n-4 {
16033    margin-left: 1.5rem !important;
16034  }
16035
16036  .m-xl-n-3 {
16037    margin: 1rem !important;
16038  }
16039
16040  .mt-xl-n-3,
16041.my-xl-n-3 {
16042    margin-top: 1rem !important;
16043  }
16044
16045  .mr-xl-n-3,
16046.mx-xl-n-3 {
16047    margin-right: 1rem !important;
16048  }
16049
16050  .mb-xl-n-3,
16051.my-xl-n-3 {
16052    margin-bottom: 1rem !important;
16053  }
16054
16055  .ml-xl-n-3,
16056.mx-xl-n-3 {
16057    margin-left: 1rem !important;
16058  }
16059
16060  .m-xl-n-2 {
16061    margin: 0.5rem !important;
16062  }
16063
16064  .mt-xl-n-2,
16065.my-xl-n-2 {
16066    margin-top: 0.5rem !important;
16067  }
16068
16069  .mr-xl-n-2,
16070.mx-xl-n-2 {
16071    margin-right: 0.5rem !important;
16072  }
16073
16074  .mb-xl-n-2,
16075.my-xl-n-2 {
16076    margin-bottom: 0.5rem !important;
16077  }
16078
16079  .ml-xl-n-2,
16080.mx-xl-n-2 {
16081    margin-left: 0.5rem !important;
16082  }
16083
16084  .m-xl-n-1 {
16085    margin: 0.25rem !important;
16086  }
16087
16088  .mt-xl-n-1,
16089.my-xl-n-1 {
16090    margin-top: 0.25rem !important;
16091  }
16092
16093  .mr-xl-n-1,
16094.mx-xl-n-1 {
16095    margin-right: 0.25rem !important;
16096  }
16097
16098  .mb-xl-n-1,
16099.my-xl-n-1 {
16100    margin-bottom: 0.25rem !important;
16101  }
16102
16103  .ml-xl-n-1,
16104.mx-xl-n-1 {
16105    margin-left: 0.25rem !important;
16106  }
16107
16108  .m-xl-n6 {
16109    margin: -4.5rem !important;
16110  }
16111
16112  .mt-xl-n6,
16113.my-xl-n6 {
16114    margin-top: -4.5rem !important;
16115  }
16116
16117  .mr-xl-n6,
16118.mx-xl-n6 {
16119    margin-right: -4.5rem !important;
16120  }
16121
16122  .mb-xl-n6,
16123.my-xl-n6 {
16124    margin-bottom: -4.5rem !important;
16125  }
16126
16127  .ml-xl-n6,
16128.mx-xl-n6 {
16129    margin-left: -4.5rem !important;
16130  }
16131
16132  .m-xl-n7 {
16133    margin: -6rem !important;
16134  }
16135
16136  .mt-xl-n7,
16137.my-xl-n7 {
16138    margin-top: -6rem !important;
16139  }
16140
16141  .mr-xl-n7,
16142.mx-xl-n7 {
16143    margin-right: -6rem !important;
16144  }
16145
16146  .mb-xl-n7,
16147.my-xl-n7 {
16148    margin-bottom: -6rem !important;
16149  }
16150
16151  .ml-xl-n7,
16152.mx-xl-n7 {
16153    margin-left: -6rem !important;
16154  }
16155
16156  .m-xl-n8 {
16157    margin: -8rem !important;
16158  }
16159
16160  .mt-xl-n8,
16161.my-xl-n8 {
16162    margin-top: -8rem !important;
16163  }
16164
16165  .mr-xl-n8,
16166.mx-xl-n8 {
16167    margin-right: -8rem !important;
16168  }
16169
16170  .mb-xl-n8,
16171.my-xl-n8 {
16172    margin-bottom: -8rem !important;
16173  }
16174
16175  .ml-xl-n8,
16176.mx-xl-n8 {
16177    margin-left: -8rem !important;
16178  }
16179
16180  .m-xl-n9 {
16181    margin: -10rem !important;
16182  }
16183
16184  .mt-xl-n9,
16185.my-xl-n9 {
16186    margin-top: -10rem !important;
16187  }
16188
16189  .mr-xl-n9,
16190.mx-xl-n9 {
16191    margin-right: -10rem !important;
16192  }
16193
16194  .mb-xl-n9,
16195.my-xl-n9 {
16196    margin-bottom: -10rem !important;
16197  }
16198
16199  .ml-xl-n9,
16200.mx-xl-n9 {
16201    margin-left: -10rem !important;
16202  }
16203
16204  .m-xl-auto {
16205    margin: auto !important;
16206  }
16207
16208  .mt-xl-auto,
16209.my-xl-auto {
16210    margin-top: auto !important;
16211  }
16212
16213  .mr-xl-auto,
16214.mx-xl-auto {
16215    margin-right: auto !important;
16216  }
16217
16218  .mb-xl-auto,
16219.my-xl-auto {
16220    margin-bottom: auto !important;
16221  }
16222
16223  .ml-xl-auto,
16224.mx-xl-auto {
16225    margin-left: auto !important;
16226  }
16227}
16228.stretched-link::after {
16229  position: absolute;
16230  top: 0;
16231  right: 0;
16232  bottom: 0;
16233  left: 0;
16234  z-index: 1;
16235  pointer-events: auto;
16236  content: "";
16237  background-color: rgba(0, 0, 0, 0);
16238}
16239
16240.text-monospace {
16241  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
16242}
16243
16244.text-justify {
16245  text-align: justify !important;
16246}
16247
16248.text-wrap {
16249  white-space: normal !important;
16250}
16251
16252.text-nowrap {
16253  white-space: nowrap !important;
16254}
16255
16256.text-truncate {
16257  overflow: hidden;
16258  text-overflow: ellipsis;
16259  white-space: nowrap;
16260}
16261
16262.text-left {
16263  text-align: left !important;
16264}
16265
16266.text-right {
16267  text-align: right !important;
16268}
16269
16270.text-center {
16271  text-align: center !important;
16272}
16273
16274@media (min-width: 576px) {
16275  .text-sm-left {
16276    text-align: left !important;
16277  }
16278
16279  .text-sm-right {
16280    text-align: right !important;
16281  }
16282
16283  .text-sm-center {
16284    text-align: center !important;
16285  }
16286}
16287@media (min-width: 768px) {
16288  .text-md-left {
16289    text-align: left !important;
16290  }
16291
16292  .text-md-right {
16293    text-align: right !important;
16294  }
16295
16296  .text-md-center {
16297    text-align: center !important;
16298  }
16299}
16300@media (min-width: 992px) {
16301  .text-lg-left {
16302    text-align: left !important;
16303  }
16304
16305  .text-lg-right {
16306    text-align: right !important;
16307  }
16308
16309  .text-lg-center {
16310    text-align: center !important;
16311  }
16312}
16313@media (min-width: 1200px) {
16314  .text-xl-left {
16315    text-align: left !important;
16316  }
16317
16318  .text-xl-right {
16319    text-align: right !important;
16320  }
16321
16322  .text-xl-center {
16323    text-align: center !important;
16324  }
16325}
16326.text-lowercase {
16327  text-transform: lowercase !important;
16328}
16329
16330.text-uppercase {
16331  text-transform: uppercase !important;
16332}
16333
16334.text-capitalize {
16335  text-transform: capitalize !important;
16336}
16337
16338.font-weight-light {
16339  font-weight: 300 !important;
16340}
16341
16342.font-weight-lighter {
16343  font-weight: lighter !important;
16344}
16345
16346.font-weight-normal {
16347  font-weight: 400 !important;
16348}
16349
16350.font-weight-bold {
16351  font-weight: 600 !important;
16352}
16353
16354.font-weight-bolder {
16355  font-weight: bolder !important;
16356}
16357
16358.font-italic {
16359  font-style: italic !important;
16360}
16361
16362.text-white {
16363  color: #fff !important;
16364}
16365
16366.text-primary {
16367  color: #5e72e4 !important;
16368}
16369
16370a.text-primary:hover, a.text-primary:focus {
16371  color: #233dd2 !important;
16372}
16373
16374.text-secondary {
16375  color: #f4f5f7 !important;
16376}
16377
16378a.text-secondary:hover, a.text-secondary:focus {
16379  color: #c8cdd7 !important;
16380}
16381
16382.text-success {
16383  color: #2dce89 !important;
16384}
16385
16386a.text-success:hover, a.text-success:focus {
16387  color: #1f8f5f !important;
16388}
16389
16390.text-info {
16391  color: #11cdef !important;
16392}
16393
16394a.text-info:hover, a.text-info:focus {
16395  color: #0b90a8 !important;
16396}
16397
16398.text-warning {
16399  color: #fb6340 !important;
16400}
16401
16402a.text-warning:hover, a.text-warning:focus {
16403  color: #ea3005 !important;
16404}
16405
16406.text-danger {
16407  color: #f5365c !important;
16408}
16409
16410a.text-danger:hover, a.text-danger:focus {
16411  color: #d40b33 !important;
16412}
16413
16414.text-light {
16415  color: #adb5bd !important;
16416}
16417
16418a.text-light:hover, a.text-light:focus {
16419  color: #838f9b !important;
16420}
16421
16422.text-dark {
16423  color: #212529 !important;
16424}
16425
16426a.text-dark:hover, a.text-dark:focus {
16427  color: black !important;
16428}
16429
16430.text-default {
16431  color: #172b4d !important;
16432}
16433
16434a.text-default:hover, a.text-default:focus {
16435  color: #050a12 !important;
16436}
16437
16438.text-white {
16439  color: #fff !important;
16440}
16441
16442a.text-white:hover, a.text-white:focus {
16443  color: #d9d9d9 !important;
16444}
16445
16446.text-neutral {
16447  color: #fff !important;
16448}
16449
16450a.text-neutral:hover, a.text-neutral:focus {
16451  color: #d9d9d9 !important;
16452}
16453
16454.text-darker {
16455  color: black !important;
16456}
16457
16458a.text-darker:hover, a.text-darker:focus {
16459  color: black !important;
16460}
16461
16462.text-body {
16463  color: #525f7f !important;
16464}
16465
16466.text-muted {
16467  color: #8898aa !important;
16468}
16469
16470.text-black-50 {
16471  color: rgba(0, 0, 0, 0.5) !important;
16472}
16473
16474.text-white-50 {
16475  color: rgba(255, 255, 255, 0.5) !important;
16476}
16477
16478.text-hide {
16479  font: 0/0 a;
16480  color: transparent;
16481  text-shadow: none;
16482  background-color: transparent;
16483  border: 0;
16484}
16485
16486.text-decoration-none {
16487  text-decoration: none !important;
16488}
16489
16490.text-break {
16491  word-wrap: break-word !important;
16492}
16493
16494.text-reset {
16495  color: inherit !important;
16496}
16497
16498.visible {
16499  visibility: visible !important;
16500}
16501
16502.invisible {
16503  visibility: hidden !important;
16504}
16505
16506@media print {
16507  *,
16508*::before,
16509*::after {
16510    text-shadow: none !important;
16511    box-shadow: none !important;
16512  }
16513
16514  a:not(.btn):not(.qq-upload-button):not(.toggleAssistant):not(button) {
16515    text-decoration: underline;
16516  }
16517
16518  abbr[title]::after {
16519    content: " (" attr(title) ")";
16520  }
16521
16522  pre {
16523    white-space: pre-wrap !important;
16524  }
16525
16526  pre,
16527blockquote {
16528    border: 0.0625rem solid #adb5bd;
16529    page-break-inside: avoid;
16530  }
16531
16532  thead {
16533    display: table-header-group;
16534  }
16535
16536  tr,
16537img {
16538    page-break-inside: avoid;
16539  }
16540
16541  p,
16542h2,
16543h3 {
16544    orphans: 3;
16545    widows: 3;
16546  }
16547
16548  h2,
16549h3 {
16550    page-break-after: avoid;
16551  }
16552
16553  @page {
16554    size: a3;
16555  }
16556  body {
16557    min-width: 992px !important;
16558  }
16559
16560  .container {
16561    min-width: 992px !important;
16562  }
16563
16564  .navbar {
16565    display: none;
16566  }
16567
16568  .badge {
16569    border: 0.0625rem solid #000;
16570  }
16571
16572  .table, #dokuwiki__content table {
16573    border-collapse: collapse !important;
16574  }
16575
16576  .table td, #dokuwiki__content table td,
16577.table th,
16578#dokuwiki__content table th {
16579    background-color: #fff !important;
16580  }
16581
16582  .table-bordered th,
16583.table-bordered td {
16584    border: 1px solid #dee2e6 !important;
16585  }
16586
16587  .table-dark {
16588    color: inherit;
16589  }
16590
16591  .table-dark th,
16592.table-dark td,
16593.table-dark thead th,
16594.table-dark tbody + tbody {
16595    border-color: #dee2e6;
16596  }
16597
16598  .table .thead-dark th, #dokuwiki__content table .thead-dark th {
16599    color: inherit;
16600    border-color: #dee2e6;
16601  }
16602}
16603/*!
16604
16605=========================================================
16606* {{ site.product.name }} {{ site.product.name_long }} - v{{ site.product.version }}
16607=========================================================
16608
16609* Product Page: {{ site.product.download }}
16610* Copyright {{ 'now' | date: "%Y" }} {{ site.author }} ({{ site.website.url }})
16611* Licensed under MIT ({{ site.product.license }})
16612
16613* Coded by www.creative-tim.com
16614
16615=========================================================
16616
16617* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16618
16619*/
16620iframe {
16621  border: 0;
16622}
16623
16624figcaption,
16625figure,
16626main {
16627  display: block;
16628}
16629
16630main {
16631  overflow: hidden;
16632}
16633
16634.section-nucleo-icons .icons-container {
16635  position: relative;
16636  max-width: 100%;
16637  height: 360px;
16638  margin: 0 auto;
16639  z-index: 1;
16640}
16641
16642.section-nucleo-icons {
16643  --icon-size: 5rem;
16644  --icon-sm-size: 3.75rem;
16645  --gutter: 7rem;
16646}
16647
16648.section-nucleo-icons .icons-container i {
16649  position: absolute;
16650  display: inline-flex;
16651  align-items: center;
16652  justify-content: center;
16653  border-radius: 50%;
16654  background: #fff;
16655  z-index: 1;
16656  transform: translate(-50%, -50%);
16657  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
16658  transition: all 0.2s cubic-bezier(0.25, 0.65, 0.9, 0.75);
16659}
16660
16661.section-nucleo-icons .icons-container i.icon {
16662  width: var(--icon-size);
16663  height: var(--icon-size);
16664  font-size: 1.7em;
16665}
16666
16667.section-nucleo-icons .icons-container i.icon-sm {
16668  width: var(--icon-sm-size);
16669  height: var(--icon-sm-size);
16670  font-size: 1.5em;
16671}
16672
16673.section-nucleo-icons .icons-container i:nth-child(1) {
16674  font-size: 42px;
16675  color: #fb6340;
16676  z-index: 2;
16677}
16678
16679.section-nucleo-icons .icons-container:not(.on-screen) i {
16680  transform: translate(-50%, -50%);
16681  left: 50%;
16682  top: 50%;
16683}
16684
16685.section-nucleo-icons .icons-container:not(.on-screen) i:not(:nth-child(1)) {
16686  opacity: 0;
16687}
16688
16689.section-nucleo-icons .icons-container.on-screen i {
16690  opacity: 1;
16691}
16692
16693.section-nucleo-icons .icons-container.on-screen i:nth-child(1) {
16694  left: 50%;
16695  top: 50%;
16696  font-size: 42px;
16697  color: #fb6340;
16698}
16699
16700.section-nucleo-icons .icons-container.on-screen i:nth-child(2) {
16701  left: calc(50% + (var(--gutter) * 1.7));
16702  top: 50%;
16703}
16704
16705.section-nucleo-icons .icons-container.on-screen i:nth-child(3) {
16706  left: calc(50% + var(--gutter));
16707  top: calc(50% + var(--gutter));
16708}
16709
16710.section-nucleo-icons .icons-container.on-screen i:nth-child(4) {
16711  left: calc(50% + var(--gutter));
16712  top: calc(50% - var(--gutter));
16713}
16714
16715.section-nucleo-icons .icons-container.on-screen i:nth-child(5) {
16716  left: calc(50% + (var(--gutter) * 3));
16717  top: 50%;
16718}
16719
16720.section-nucleo-icons .icons-container.on-screen i:nth-child(6) {
16721  left: calc(50% + (var(--gutter) * 2.7));
16722  top: calc(50% + (var(--gutter) * 1.5));
16723}
16724
16725.section-nucleo-icons .icons-container.on-screen i:nth-child(7) {
16726  left: calc(50% + (var(--gutter) * 2.7));
16727  top: calc(50% - (var(--gutter) * 1.5));
16728}
16729
16730.section-nucleo-icons .icons-container.on-screen i:nth-child(8) {
16731  left: calc(50% - (var(--gutter) * 1.7));
16732  top: 50%;
16733}
16734
16735.section-nucleo-icons .icons-container.on-screen i:nth-child(9) {
16736  left: calc(50% - var(--gutter));
16737  top: calc(50% + var(--gutter));
16738}
16739
16740.section-nucleo-icons .icons-container.on-screen i:nth-child(10) {
16741  left: calc(50% - var(--gutter));
16742  top: calc(50% - var(--gutter));
16743}
16744
16745.section-nucleo-icons .icons-container.on-screen i:nth-child(11) {
16746  left: calc(50% - (var(--gutter) * 4));
16747  top: 50%;
16748}
16749
16750.section-nucleo-icons .icons-container.on-screen i:nth-child(12) {
16751  left: calc(50% - (var(--gutter) * 2.7));
16752  top: calc(50% + (var(--gutter) * 1.5));
16753}
16754
16755.section-nucleo-icons .icons-container.on-screen i:nth-child(13) {
16756  left: calc(50% - (var(--gutter) * 2.7));
16757  top: calc(50% - (var(--gutter) * 1.5));
16758}
16759
16760@media (max-width: 991.98px) {
16761  .section-nucleo-icons {
16762    overflow: hidden;
16763  }
16764}
16765.blur--hover {
16766  position: relative;
16767}
16768
16769.blur--hover .blur-item {
16770  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
16771  will-change: transform;
16772  filter: blur(0);
16773  opacity: 1;
16774}
16775
16776.blur--hover .blur-hidden {
16777  position: absolute;
16778  top: calc(50% + 7px);
16779  left: 50%;
16780  transform: translate(-50%, -50%);
16781  opacity: 0;
16782  transition: all 0.15s ease;
16783  z-index: 100;
16784}
16785
16786.blur--hover:hover .blur-item {
16787  opacity: 0.8;
16788  filter: blur(10px);
16789  transform: scale(0.95);
16790  z-index: 1;
16791}
16792
16793.blur--hover:hover .blur-hidden {
16794  opacity: 1;
16795  top: 50%;
16796}
16797
16798.info .info-title {
16799  margin: 25px 0 15px;
16800  font-weight: 600;
16801}
16802
16803.bg-blue {
16804  background-color: #5e72e4 !important;
16805}
16806
16807a.bg-blue:hover, a.bg-blue:focus,
16808button.bg-blue:hover,
16809button.bg-blue:focus {
16810  background-color: #324cdd !important;
16811}
16812
16813.bg-indigo {
16814  background-color: #5603ad !important;
16815}
16816
16817a.bg-indigo:hover, a.bg-indigo:focus,
16818button.bg-indigo:hover,
16819button.bg-indigo:focus {
16820  background-color: #3d027b !important;
16821}
16822
16823.bg-purple {
16824  background-color: #8965e0 !important;
16825}
16826
16827a.bg-purple:hover, a.bg-purple:focus,
16828button.bg-purple:hover,
16829button.bg-purple:focus {
16830  background-color: #683bd7 !important;
16831}
16832
16833.bg-pink {
16834  background-color: #f3a4b5 !important;
16835}
16836
16837a.bg-pink:hover, a.bg-pink:focus,
16838button.bg-pink:hover,
16839button.bg-pink:focus {
16840  background-color: #ed7790 !important;
16841}
16842
16843.bg-red {
16844  background-color: #f5365c !important;
16845}
16846
16847a.bg-red:hover, a.bg-red:focus,
16848button.bg-red:hover,
16849button.bg-red:focus {
16850  background-color: #ec0c38 !important;
16851}
16852
16853.bg-orange {
16854  background-color: #fb6340 !important;
16855}
16856
16857a.bg-orange:hover, a.bg-orange:focus,
16858button.bg-orange:hover,
16859button.bg-orange:focus {
16860  background-color: #fa3a0e !important;
16861}
16862
16863.bg-yellow {
16864  background-color: #ffd600 !important;
16865}
16866
16867a.bg-yellow:hover, a.bg-yellow:focus,
16868button.bg-yellow:hover,
16869button.bg-yellow:focus {
16870  background-color: #ccab00 !important;
16871}
16872
16873.bg-green {
16874  background-color: #2dce89 !important;
16875}
16876
16877a.bg-green:hover, a.bg-green:focus,
16878button.bg-green:hover,
16879button.bg-green:focus {
16880  background-color: #24a46d !important;
16881}
16882
16883.bg-teal {
16884  background-color: #11cdef !important;
16885}
16886
16887a.bg-teal:hover, a.bg-teal:focus,
16888button.bg-teal:hover,
16889button.bg-teal:focus {
16890  background-color: #0da5c0 !important;
16891}
16892
16893.bg-cyan {
16894  background-color: #2bffc6 !important;
16895}
16896
16897a.bg-cyan:hover, a.bg-cyan:focus,
16898button.bg-cyan:hover,
16899button.bg-cyan:focus {
16900  background-color: #00f7b5 !important;
16901}
16902
16903.bg-white {
16904  background-color: #fff !important;
16905}
16906
16907a.bg-white:hover, a.bg-white:focus,
16908button.bg-white:hover,
16909button.bg-white:focus {
16910  background-color: #e6e6e6 !important;
16911}
16912
16913.bg-gray {
16914  background-color: #8898aa !important;
16915}
16916
16917a.bg-gray:hover, a.bg-gray:focus,
16918button.bg-gray:hover,
16919button.bg-gray:focus {
16920  background-color: #6a7e95 !important;
16921}
16922
16923.bg-gray-dark {
16924  background-color: #32325d !important;
16925}
16926
16927a.bg-gray-dark:hover, a.bg-gray-dark:focus,
16928button.bg-gray-dark:hover,
16929button.bg-gray-dark:focus {
16930  background-color: #20203c !important;
16931}
16932
16933.bg-light {
16934  background-color: #ced4da !important;
16935}
16936
16937a.bg-light:hover, a.bg-light:focus,
16938button.bg-light:hover,
16939button.bg-light:focus {
16940  background-color: #b1bbc4 !important;
16941}
16942
16943.bg-lighter {
16944  background-color: #e9ecef !important;
16945}
16946
16947a.bg-lighter:hover, a.bg-lighter:focus,
16948button.bg-lighter:hover,
16949button.bg-lighter:focus {
16950  background-color: #cbd3da !important;
16951}
16952
16953.bg-gradient-primary {
16954  background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
16955}
16956
16957.bg-gradient-secondary {
16958  background: linear-gradient(35deg, #f4f5f7 0, #f4f4f7 100%) !important;
16959}
16960
16961.bg-gradient-success {
16962  background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
16963}
16964
16965.bg-gradient-info {
16966  background: linear-gradient(35deg, #11cdef 0, #1171ef 100%) !important;
16967}
16968
16969.bg-gradient-warning {
16970  background: linear-gradient(35deg, #fb6340 0, #fbb140 100%) !important;
16971}
16972
16973.bg-gradient-danger {
16974  background: linear-gradient(35deg, #f5365c 0, #f56036 100%) !important;
16975}
16976
16977.bg-gradient-light {
16978  background: linear-gradient(35deg, #adb5bd 0, #adaebd 100%) !important;
16979}
16980
16981.bg-gradient-dark {
16982  background: linear-gradient(35deg, #212529 0, #212229 100%) !important;
16983}
16984
16985.bg-gradient-default {
16986  background: linear-gradient(35deg, #172b4d 0, #1a174d 100%) !important;
16987}
16988
16989.bg-gradient-white {
16990  background: linear-gradient(35deg, #fff 0, white 100%) !important;
16991}
16992
16993.bg-gradient-neutral {
16994  background: linear-gradient(35deg, #fff 0, white 100%) !important;
16995}
16996
16997.bg-gradient-darker {
16998  background: linear-gradient(35deg, black 0, black 100%) !important;
16999}
17000
17001.bg-gradient-blue {
17002  background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
17003}
17004
17005.bg-gradient-indigo {
17006  background: linear-gradient(35deg, #5603ad 0, #9d03ad 100%) !important;
17007}
17008
17009.bg-gradient-purple {
17010  background: linear-gradient(35deg, #8965e0 0, #bc65e0 100%) !important;
17011}
17012
17013.bg-gradient-pink {
17014  background: linear-gradient(35deg, #f3a4b5 0, #f3b4a4 100%) !important;
17015}
17016
17017.bg-gradient-red {
17018  background: linear-gradient(35deg, #f5365c 0, #f56036 100%) !important;
17019}
17020
17021.bg-gradient-orange {
17022  background: linear-gradient(35deg, #fb6340 0, #fbb140 100%) !important;
17023}
17024
17025.bg-gradient-yellow {
17026  background: linear-gradient(35deg, #ffd600 0, #beff00 100%) !important;
17027}
17028
17029.bg-gradient-green {
17030  background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
17031}
17032
17033.bg-gradient-teal {
17034  background: linear-gradient(35deg, #11cdef 0, #1171ef 100%) !important;
17035}
17036
17037.bg-gradient-cyan {
17038  background: linear-gradient(35deg, #2bffc6 0, #2be0ff 100%) !important;
17039}
17040
17041.bg-gradient-white {
17042  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17043}
17044
17045.bg-gradient-gray {
17046  background: linear-gradient(35deg, #8898aa 0, #888aaa 100%) !important;
17047}
17048
17049.bg-gradient-gray-dark {
17050  background: linear-gradient(35deg, #32325d 0, #44325d 100%) !important;
17051}
17052
17053.bg-gradient-light {
17054  background: linear-gradient(35deg, #ced4da 0, #cecfda 100%) !important;
17055}
17056
17057.bg-gradient-lighter {
17058  background: linear-gradient(35deg, #e9ecef 0, #e9eaef 100%) !important;
17059}
17060
17061.bg-translucent-primary {
17062  background-color: rgba(63, 87, 223, 0.6) !important;
17063}
17064
17065a.bg-translucent-primary:hover, a.bg-translucent-primary:focus,
17066button.bg-translucent-primary:hover,
17067button.bg-translucent-primary:focus {
17068  background-color: rgba(42, 68, 219, 0.6) !important;
17069}
17070
17071.bg-translucent-secondary {
17072  background-color: rgba(223, 226, 232, 0.6) !important;
17073}
17074
17075a.bg-translucent-secondary:hover, a.bg-translucent-secondary:focus,
17076button.bg-translucent-secondary:hover,
17077button.bg-translucent-secondary:focus {
17078  background-color: rgba(209, 213, 221, 0.6) !important;
17079}
17080
17081.bg-translucent-success {
17082  background-color: rgba(39, 177, 118, 0.6) !important;
17083}
17084
17085a.bg-translucent-success:hover, a.bg-translucent-success:focus,
17086button.bg-translucent-success:hover,
17087button.bg-translucent-success:focus {
17088  background-color: rgba(34, 156, 104, 0.6) !important;
17089}
17090
17091.bg-translucent-info {
17092  background-color: rgba(14, 177, 206, 0.6) !important;
17093}
17094
17095a.bg-translucent-info:hover, a.bg-translucent-info:focus,
17096button.bg-translucent-info:hover,
17097button.bg-translucent-info:focus {
17098  background-color: rgba(12, 156, 183, 0.6) !important;
17099}
17100
17101.bg-translucent-warning {
17102  background-color: rgba(250, 70, 29, 0.6) !important;
17103}
17104
17105a.bg-translucent-warning:hover, a.bg-translucent-warning:focus,
17106button.bg-translucent-warning:hover,
17107button.bg-translucent-warning:focus {
17108  background-color: rgba(249, 51, 5, 0.6) !important;
17109}
17110
17111.bg-translucent-danger {
17112  background-color: rgba(243, 20, 64, 0.6) !important;
17113}
17114
17115a.bg-translucent-danger:hover, a.bg-translucent-danger:focus,
17116button.bg-translucent-danger:hover,
17117button.bg-translucent-danger:focus {
17118  background-color: rgba(227, 11, 54, 0.6) !important;
17119}
17120
17121.bg-translucent-light {
17122  background-color: rgba(153, 163, 173, 0.6) !important;
17123}
17124
17125a.bg-translucent-light:hover, a.bg-translucent-light:focus,
17126button.bg-translucent-light:hover,
17127button.bg-translucent-light:focus {
17128  background-color: rgba(139, 150, 162, 0.6) !important;
17129}
17130
17131.bg-translucent-dark {
17132  background-color: rgba(17, 19, 21, 0.6) !important;
17133}
17134
17135a.bg-translucent-dark:hover, a.bg-translucent-dark:focus,
17136button.bg-translucent-dark:hover,
17137button.bg-translucent-dark:focus {
17138  background-color: rgba(6, 6, 7, 0.6) !important;
17139}
17140
17141.bg-translucent-default {
17142  background-color: rgba(15, 28, 50, 0.6) !important;
17143}
17144
17145a.bg-translucent-default:hover, a.bg-translucent-default:focus,
17146button.bg-translucent-default:hover,
17147button.bg-translucent-default:focus {
17148  background-color: rgba(9, 17, 30, 0.6) !important;
17149}
17150
17151.bg-translucent-white {
17152  background-color: rgba(237, 237, 237, 0.6) !important;
17153}
17154
17155a.bg-translucent-white:hover, a.bg-translucent-white:focus,
17156button.bg-translucent-white:hover,
17157button.bg-translucent-white:focus {
17158  background-color: rgba(224, 224, 224, 0.6) !important;
17159}
17160
17161.bg-translucent-neutral {
17162  background-color: rgba(237, 237, 237, 0.6) !important;
17163}
17164
17165a.bg-translucent-neutral:hover, a.bg-translucent-neutral:focus,
17166button.bg-translucent-neutral:hover,
17167button.bg-translucent-neutral:focus {
17168  background-color: rgba(224, 224, 224, 0.6) !important;
17169}
17170
17171.bg-translucent-darker {
17172  background-color: rgba(0, 0, 0, 0.6) !important;
17173}
17174
17175a.bg-translucent-darker:hover, a.bg-translucent-darker:focus,
17176button.bg-translucent-darker:hover,
17177button.bg-translucent-darker:focus {
17178  background-color: rgba(0, 0, 0, 0.6) !important;
17179}
17180
17181.section-primary {
17182  background-color: #fff !important;
17183}
17184
17185a.section-primary:hover, a.section-primary:focus,
17186button.section-primary:hover,
17187button.section-primary:focus {
17188  background-color: #e6e6e6 !important;
17189}
17190
17191.section-secondary {
17192  background-color: #f4f5f7 !important;
17193}
17194
17195a.section-secondary:hover, a.section-secondary:focus,
17196button.section-secondary:hover,
17197button.section-secondary:focus {
17198  background-color: #d6dae2 !important;
17199}
17200
17201.section-light {
17202  background-color: #ced4da !important;
17203}
17204
17205a.section-light:hover, a.section-light:focus,
17206button.section-light:hover,
17207button.section-light:focus {
17208  background-color: #b1bbc4 !important;
17209}
17210
17211.section-dark {
17212  background-color: #212529 !important;
17213}
17214
17215a.section-dark:hover, a.section-dark:focus,
17216button.section-dark:hover,
17217button.section-dark:focus {
17218  background-color: #0a0c0d !important;
17219}
17220
17221.section-darker {
17222  background-color: black !important;
17223}
17224
17225a.section-darker:hover, a.section-darker:focus,
17226button.section-darker:hover,
17227button.section-darker:focus {
17228  background-color: black !important;
17229}
17230
17231.bg-gradient-primary {
17232  background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
17233}
17234
17235.bg-gradient-secondary {
17236  background: linear-gradient(35deg, #f4f5f7 0, #f4f4f7 100%) !important;
17237}
17238
17239.bg-gradient-success {
17240  background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
17241}
17242
17243.bg-gradient-info {
17244  background: linear-gradient(35deg, #11cdef 0, #1171ef 100%) !important;
17245}
17246
17247.bg-gradient-warning {
17248  background: linear-gradient(35deg, #fb6340 0, #fbb140 100%) !important;
17249}
17250
17251.bg-gradient-danger {
17252  background: linear-gradient(35deg, #f5365c 0, #f56036 100%) !important;
17253}
17254
17255.bg-gradient-light {
17256  background: linear-gradient(35deg, #adb5bd 0, #adaebd 100%) !important;
17257}
17258
17259.bg-gradient-dark {
17260  background: linear-gradient(35deg, #212529 0, #212229 100%) !important;
17261}
17262
17263.bg-gradient-default {
17264  background: linear-gradient(35deg, #172b4d 0, #1a174d 100%) !important;
17265}
17266
17267.bg-gradient-white {
17268  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17269}
17270
17271.bg-gradient-neutral {
17272  background: linear-gradient(35deg, #fff 0, white 100%) !important;
17273}
17274
17275.bg-gradient-darker {
17276  background: linear-gradient(35deg, black 0, black 100%) !important;
17277}
17278
17279.fill-primary {
17280  fill: #5e72e4;
17281}
17282
17283.stroke-primary {
17284  stroke: #5e72e4;
17285}
17286
17287.fill-secondary {
17288  fill: #f4f5f7;
17289}
17290
17291.stroke-secondary {
17292  stroke: #f4f5f7;
17293}
17294
17295.fill-success {
17296  fill: #2dce89;
17297}
17298
17299.stroke-success {
17300  stroke: #2dce89;
17301}
17302
17303.fill-info {
17304  fill: #11cdef;
17305}
17306
17307.stroke-info {
17308  stroke: #11cdef;
17309}
17310
17311.fill-warning {
17312  fill: #fb6340;
17313}
17314
17315.stroke-warning {
17316  stroke: #fb6340;
17317}
17318
17319.fill-danger {
17320  fill: #f5365c;
17321}
17322
17323.stroke-danger {
17324  stroke: #f5365c;
17325}
17326
17327.fill-light {
17328  fill: #adb5bd;
17329}
17330
17331.stroke-light {
17332  stroke: #adb5bd;
17333}
17334
17335.fill-dark {
17336  fill: #212529;
17337}
17338
17339.stroke-dark {
17340  stroke: #212529;
17341}
17342
17343.fill-default {
17344  fill: #172b4d;
17345}
17346
17347.stroke-default {
17348  stroke: #172b4d;
17349}
17350
17351.fill-white {
17352  fill: #fff;
17353}
17354
17355.stroke-white {
17356  stroke: #fff;
17357}
17358
17359.fill-neutral {
17360  fill: #fff;
17361}
17362
17363.stroke-neutral {
17364  stroke: #fff;
17365}
17366
17367.fill-darker {
17368  fill: black;
17369}
17370
17371.stroke-darker {
17372  stroke: black;
17373}
17374
17375.fill-opacity-8 {
17376  fill-opacity: 0.8;
17377}
17378
17379.floating {
17380  animation: floating 3s ease infinite;
17381  will-change: transform;
17382}
17383
17384.floating:hover {
17385  animation-play-state: paused;
17386}
17387
17388.floating-lg {
17389  animation: floating-lg 3s ease infinite;
17390}
17391
17392.floating-sm {
17393  animation: floating-sm 3s ease infinite;
17394}
17395
17396@keyframes floating-lg {
17397  0% {
17398    transform: translateY(0px);
17399  }
17400  50% {
17401    transform: translateY(15px);
17402  }
17403  100% {
17404    transform: translateY(0px);
17405  }
17406}
17407@keyframes floating {
17408  0% {
17409    transform: translateY(0px);
17410  }
17411  50% {
17412    transform: translateY(10px);
17413  }
17414  100% {
17415    transform: translateY(0px);
17416  }
17417}
17418@keyframes floating-sm {
17419  0% {
17420    transform: translateY(0px);
17421  }
17422  50% {
17423    transform: translateY(5px);
17424  }
17425  100% {
17426    transform: translateY(0px);
17427  }
17428}
17429.img-center {
17430  display: block;
17431  margin-left: auto;
17432  margin-right: auto;
17433}
17434
17435.floatfix:before, .floatfix:after {
17436  content: "";
17437  display: table;
17438}
17439
17440.floatfix:after {
17441  clear: both;
17442}
17443
17444.overflow-visible {
17445  overflow: visible !important;
17446}
17447
17448.overflow-hidden {
17449  overflow: hidden !important;
17450}
17451
17452.opacity-1 {
17453  opacity: 0.1 !important;
17454}
17455
17456.opacity-2 {
17457  opacity: 0.2 !important;
17458}
17459
17460.opacity-3 {
17461  opacity: 0.3 !important;
17462}
17463
17464.opacity-4 {
17465  opacity: 0.4 !important;
17466}
17467
17468.opacity-5 {
17469  opacity: 0.5 !important;
17470}
17471
17472.opacity-6 {
17473  opacity: 0.6 !important;
17474}
17475
17476.opacity-7 {
17477  opacity: 0.7 !important;
17478}
17479
17480.opacity-8 {
17481  opacity: 0.8 !important;
17482}
17483
17484.opacity-9 {
17485  opacity: 0.9 !important;
17486}
17487
17488.opacity-10 {
17489  opacity: 1 !important;
17490}
17491
17492.top-0 {
17493  top: 0;
17494}
17495
17496.right-0 {
17497  right: 0;
17498}
17499
17500.bottom-0 {
17501  bottom: 0;
17502}
17503
17504.left-0 {
17505  left: 0;
17506}
17507
17508.top-1 {
17509  top: 0.25rem;
17510}
17511
17512.right-1 {
17513  right: 0.25rem;
17514}
17515
17516.bottom-1 {
17517  bottom: 0.25rem;
17518}
17519
17520.left-1 {
17521  left: 0.25rem;
17522}
17523
17524.top-2 {
17525  top: 0.5rem;
17526}
17527
17528.right-2 {
17529  right: 0.5rem;
17530}
17531
17532.bottom-2 {
17533  bottom: 0.5rem;
17534}
17535
17536.left-2 {
17537  left: 0.5rem;
17538}
17539
17540.top-3 {
17541  top: 1rem;
17542}
17543
17544.right-3 {
17545  right: 1rem;
17546}
17547
17548.bottom-3 {
17549  bottom: 1rem;
17550}
17551
17552.left-3 {
17553  left: 1rem;
17554}
17555
17556.top-4 {
17557  top: 1.5rem;
17558}
17559
17560.right-4 {
17561  right: 1.5rem;
17562}
17563
17564.bottom-4 {
17565  bottom: 1.5rem;
17566}
17567
17568.left-4 {
17569  left: 1.5rem;
17570}
17571
17572.top-5 {
17573  top: 3rem;
17574}
17575
17576.right-5 {
17577  right: 3rem;
17578}
17579
17580.bottom-5 {
17581  bottom: 3rem;
17582}
17583
17584.left-5 {
17585  left: 3rem;
17586}
17587
17588.top--9 {
17589  top: -10rem;
17590}
17591
17592.right--9 {
17593  right: -10rem;
17594}
17595
17596.bottom--9 {
17597  bottom: -10rem;
17598}
17599
17600.left--9 {
17601  left: -10rem;
17602}
17603
17604.top--8 {
17605  top: -8rem;
17606}
17607
17608.right--8 {
17609  right: -8rem;
17610}
17611
17612.bottom--8 {
17613  bottom: -8rem;
17614}
17615
17616.left--8 {
17617  left: -8rem;
17618}
17619
17620.top--7 {
17621  top: -6rem;
17622}
17623
17624.right--7 {
17625  right: -6rem;
17626}
17627
17628.bottom--7 {
17629  bottom: -6rem;
17630}
17631
17632.left--7 {
17633  left: -6rem;
17634}
17635
17636.top--6 {
17637  top: -4.5rem;
17638}
17639
17640.right--6 {
17641  right: -4.5rem;
17642}
17643
17644.bottom--6 {
17645  bottom: -4.5rem;
17646}
17647
17648.left--6 {
17649  left: -4.5rem;
17650}
17651
17652.top--5 {
17653  top: -3rem;
17654}
17655
17656.right--5 {
17657  right: -3rem;
17658}
17659
17660.bottom--5 {
17661  bottom: -3rem;
17662}
17663
17664.left--5 {
17665  left: -3rem;
17666}
17667
17668.top--4 {
17669  top: -1.5rem;
17670}
17671
17672.right--4 {
17673  right: -1.5rem;
17674}
17675
17676.bottom--4 {
17677  bottom: -1.5rem;
17678}
17679
17680.left--4 {
17681  left: -1.5rem;
17682}
17683
17684.top--3 {
17685  top: -1rem;
17686}
17687
17688.right--3 {
17689  right: -1rem;
17690}
17691
17692.bottom--3 {
17693  bottom: -1rem;
17694}
17695
17696.left--3 {
17697  left: -1rem;
17698}
17699
17700.top--2 {
17701  top: -0.5rem;
17702}
17703
17704.right--2 {
17705  right: -0.5rem;
17706}
17707
17708.bottom--2 {
17709  bottom: -0.5rem;
17710}
17711
17712.left--2 {
17713  left: -0.5rem;
17714}
17715
17716.top--1 {
17717  top: -0.25rem;
17718}
17719
17720.right--1 {
17721  right: -0.25rem;
17722}
17723
17724.bottom--1 {
17725  bottom: -0.25rem;
17726}
17727
17728.left--1 {
17729  left: -0.25rem;
17730}
17731
17732.top-6 {
17733  top: 4.5rem;
17734}
17735
17736.right-6 {
17737  right: 4.5rem;
17738}
17739
17740.bottom-6 {
17741  bottom: 4.5rem;
17742}
17743
17744.left-6 {
17745  left: 4.5rem;
17746}
17747
17748.top-7 {
17749  top: 6rem;
17750}
17751
17752.right-7 {
17753  right: 6rem;
17754}
17755
17756.bottom-7 {
17757  bottom: 6rem;
17758}
17759
17760.left-7 {
17761  left: 6rem;
17762}
17763
17764.top-8 {
17765  top: 8rem;
17766}
17767
17768.right-8 {
17769  right: 8rem;
17770}
17771
17772.bottom-8 {
17773  bottom: 8rem;
17774}
17775
17776.left-8 {
17777  left: 8rem;
17778}
17779
17780.top-9 {
17781  top: 10rem;
17782}
17783
17784.right-9 {
17785  right: 10rem;
17786}
17787
17788.bottom-9 {
17789  bottom: 10rem;
17790}
17791
17792.left-9 {
17793  left: 10rem;
17794}
17795
17796.center {
17797  left: 50%;
17798  transform: translateX(-50%);
17799}
17800
17801.h-100vh {
17802  height: 100vh !important;
17803}
17804
17805.row.row-grid > [class*=col-] + [class*=col-] {
17806  margin-top: 3rem;
17807}
17808
17809@media (min-width: 992px) {
17810  .row.row-grid > [class*=col-lg-] + [class*=col-lg-] {
17811    margin-top: 0;
17812  }
17813}
17814@media (min-width: 768px) {
17815  .row.row-grid > [class*=col-md-] + [class*=col-md-] {
17816    margin-top: 0;
17817  }
17818}
17819@media (min-width: 576px) {
17820  .row.row-grid > [class*=col-sm-] + [class*=col-sm-] {
17821    margin-top: 0;
17822  }
17823}
17824.row-grid + .row-grid {
17825  margin-top: 3rem;
17826}
17827
17828@media (min-width: 992px) {
17829  [class*=mt--],
17830[class*=mr--],
17831[class*=mb--],
17832[class*=ml--] {
17833    position: relative;
17834    z-index: 5;
17835  }
17836
17837  .mt--100 {
17838    margin-top: -100px !important;
17839  }
17840
17841  .mr--100 {
17842    margin-right: -100px !important;
17843  }
17844
17845  .mb--100 {
17846    margin-bottom: -100px !important;
17847  }
17848
17849  .ml--100 {
17850    margin-left: -100px !important;
17851  }
17852
17853  .mt--150 {
17854    margin-top: -150px !important;
17855  }
17856
17857  .mb--150 {
17858    margin-bottom: -150px !important;
17859  }
17860
17861  .mt--200 {
17862    margin-top: -200px !important;
17863  }
17864
17865  .mb--200 {
17866    margin-bottom: -200px !important;
17867  }
17868
17869  .mt--300 {
17870    margin-top: -300px !important;
17871  }
17872
17873  .mb--300 {
17874    margin-bottom: -300px !important;
17875  }
17876
17877  .pt-100 {
17878    padding-top: 100px !important;
17879  }
17880
17881  .pb-100 {
17882    padding-bottom: 100px !important;
17883  }
17884
17885  .pt-150 {
17886    padding-top: 150px !important;
17887  }
17888
17889  .pb-150 {
17890    padding-bottom: 150px !important;
17891  }
17892
17893  .pt-200 {
17894    padding-top: 200px !important;
17895  }
17896
17897  .pb-200 {
17898    padding-bottom: 200px !important;
17899  }
17900
17901  .pt-250 {
17902    padding-top: 250px !important;
17903  }
17904
17905  .pb-250 {
17906    padding-bottom: 250px !important;
17907  }
17908
17909  .pt-300 {
17910    padding-top: 300px !important;
17911  }
17912
17913  .pb-300 {
17914    padding-bottom: 300px !important;
17915  }
17916}
17917[class*=shadow] {
17918  transition: all 0.15s ease;
17919}
17920
17921.shadow-sm--hover:hover {
17922  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
17923}
17924
17925.shadow--hover:hover {
17926  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
17927}
17928
17929.shadow-lg--hover:hover {
17930  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
17931}
17932
17933.shadow-none--hover:hover {
17934  box-shadow: none !important;
17935}
17936
17937.font-weight-300 {
17938  font-weight: 300 !important;
17939}
17940
17941.font-weight-400 {
17942  font-weight: 400 !important;
17943}
17944
17945.font-weight-500 {
17946  font-weight: 500 !important;
17947}
17948
17949.font-weight-600 {
17950  font-weight: 600 !important;
17951}
17952
17953.font-weight-700 {
17954  font-weight: 700 !important;
17955}
17956
17957.font-weight-800 {
17958  font-weight: 800 !important;
17959}
17960
17961.font-weight-900 {
17962  font-weight: 900 !important;
17963}
17964
17965.text-underline {
17966  text-decoration: underline;
17967}
17968
17969.text-through {
17970  text-decoration: line-through;
17971}
17972
17973.lh-100 {
17974  line-height: 1;
17975}
17976
17977.lh-110 {
17978  line-height: 1.1;
17979}
17980
17981.lh-120 {
17982  line-height: 1.2;
17983}
17984
17985.lh-130 {
17986  line-height: 1.3;
17987}
17988
17989.lh-140 {
17990  line-height: 1.4;
17991}
17992
17993.lh-150 {
17994  line-height: 1.5;
17995}
17996
17997.lh-160 {
17998  line-height: 1.6;
17999}
18000
18001.lh-170 {
18002  line-height: 1.7;
18003}
18004
18005.lh-180 {
18006  line-height: 1.8;
18007}
18008
18009.ls-1 {
18010  letter-spacing: 0.0625rem;
18011}
18012
18013.ls-15 {
18014  letter-spacing: 0.09375rem;
18015}
18016
18017.ls-2 {
18018  letter-spacing: 0.125rem;
18019}
18020
18021.text-blue {
18022  color: #5e72e4 !important;
18023}
18024
18025a.text-blue:hover, a.text-blue:focus {
18026  color: #233dd2 !important;
18027}
18028
18029.text-indigo {
18030  color: #5603ad !important;
18031}
18032
18033a.text-indigo:hover, a.text-indigo:focus {
18034  color: #310262 !important;
18035}
18036
18037.text-purple {
18038  color: #8965e0 !important;
18039}
18040
18041a.text-purple:hover, a.text-purple:focus {
18042  color: #5a2acf !important;
18043}
18044
18045.text-pink {
18046  color: #f3a4b5 !important;
18047}
18048
18049a.text-pink:hover, a.text-pink:focus {
18050  color: #ea607e !important;
18051}
18052
18053.text-red {
18054  color: #f5365c !important;
18055}
18056
18057a.text-red:hover, a.text-red:focus {
18058  color: #d40b33 !important;
18059}
18060
18061.text-orange {
18062  color: #fb6340 !important;
18063}
18064
18065a.text-orange:hover, a.text-orange:focus {
18066  color: #ea3005 !important;
18067}
18068
18069.text-yellow {
18070  color: #ffd600 !important;
18071}
18072
18073a.text-yellow:hover, a.text-yellow:focus {
18074  color: #b39600 !important;
18075}
18076
18077.text-green {
18078  color: #2dce89 !important;
18079}
18080
18081a.text-green:hover, a.text-green:focus {
18082  color: #1f8f5f !important;
18083}
18084
18085.text-teal {
18086  color: #11cdef !important;
18087}
18088
18089a.text-teal:hover, a.text-teal:focus {
18090  color: #0b90a8 !important;
18091}
18092
18093.text-cyan {
18094  color: #2bffc6 !important;
18095}
18096
18097a.text-cyan:hover, a.text-cyan:focus {
18098  color: #00dea2 !important;
18099}
18100
18101.text-white {
18102  color: #fff !important;
18103}
18104
18105a.text-white:hover, a.text-white:focus {
18106  color: #d9d9d9 !important;
18107}
18108
18109.text-gray {
18110  color: #8898aa !important;
18111}
18112
18113a.text-gray:hover, a.text-gray:focus {
18114  color: #607286 !important;
18115}
18116
18117.text-gray-dark {
18118  color: #32325d !important;
18119}
18120
18121a.text-gray-dark:hover, a.text-gray-dark:focus {
18122  color: #17172b !important;
18123}
18124
18125.text-light {
18126  color: #ced4da !important;
18127}
18128
18129a.text-light:hover, a.text-light:focus {
18130  color: #a2aeb9 !important;
18131}
18132
18133.text-lighter {
18134  color: #e9ecef !important;
18135}
18136
18137a.text-lighter:hover, a.text-lighter:focus {
18138  color: #bdc6cf !important;
18139}
18140
18141@media (min-width: 992px) {
18142  .transform-perspective-right {
18143    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
18144  }
18145
18146  .transform-perspective-left {
18147    transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
18148  }
18149}
18150.alert {
18151  padding: 1rem 1.5rem;
18152  border: 0;
18153  font-size: 0.875rem;
18154  border-radius: 0.25rem;
18155}
18156
18157.alert .alert-inner--icon {
18158  font-size: 1.25rem;
18159  margin-right: 1.25rem;
18160  display: inline-block;
18161  vertical-align: middle;
18162}
18163
18164.alert .alert-inner--icon i.ni {
18165  position: relative;
18166  top: 1px;
18167}
18168
18169.alert .alert-inner--text {
18170  display: inline-block;
18171  vertical-align: middle;
18172}
18173
18174.alert:not(.alert-secondary) {
18175  color: #fff;
18176}
18177
18178[class*=alert-] .alert-link {
18179  color: #fff;
18180  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
18181}
18182
18183.alert-heading {
18184  font-weight: 600;
18185  font-size: 1.5rem;
18186  margin-top: 0.15rem;
18187}
18188
18189.alert-dismissible .close {
18190  top: 50%;
18191  right: 1.5rem;
18192  padding: 0;
18193  transform: translateY(-50%);
18194  color: rgba(255, 255, 255, 0.6);
18195  opacity: 1;
18196}
18197
18198.alert-dismissible .close:hover, .alert-dismissible .close:focus {
18199  color: rgba(255, 255, 255, 0.9);
18200  opacity: 1 !important;
18201}
18202
18203@media (max-width: 575.98px) {
18204  .alert-dismissible .close {
18205    top: 1rem;
18206    right: 0.5rem;
18207  }
18208}
18209.alert-dismissible .close > span:not(.sr-only) {
18210  font-size: 1.5rem;
18211  background-color: transparent;
18212  color: rgba(255, 255, 255, 0.6);
18213}
18214
18215.alert-dismissible .close:hover > span:not(.sr-only), .alert-dismissible .close:focus > span:not(.sr-only) {
18216  background-color: transparent;
18217  color: rgba(255, 255, 255, 0.9);
18218}
18219
18220.avatar {
18221  color: #fff;
18222  background-color: #adb5bd;
18223  display: inline-flex;
18224  align-items: center;
18225  justify-content: center;
18226  font-size: 1rem;
18227  border-radius: 50%;
18228  height: 48px;
18229  width: 48px;
18230}
18231
18232.avatar img {
18233  width: 100%;
18234  border-radius: 50%;
18235}
18236
18237.avatar + .avatar-content {
18238  display: inline-block;
18239  margin-left: 0.75rem;
18240}
18241
18242.avatar-lg {
18243  width: 58px;
18244  height: 58px;
18245  font-size: 0.875rem;
18246}
18247
18248.avatar-sm {
18249  width: 38px;
18250  height: 38px;
18251  font-size: 0.875rem;
18252}
18253
18254.avatar-group .avatar {
18255  position: relative;
18256  z-index: 2;
18257  border: 2px solid #fff;
18258}
18259
18260.avatar-group .avatar:hover {
18261  z-index: 3;
18262}
18263
18264.avatar-group .avatar + .avatar {
18265  margin-left: -1rem;
18266}
18267
18268.badge {
18269  text-transform: uppercase;
18270}
18271
18272.badge a {
18273  color: #FFF;
18274}
18275
18276.badge-pill {
18277  padding-right: 0.875em;
18278  padding-left: 0.875em;
18279}
18280
18281.badge-circle {
18282  text-align: center;
18283  display: inline-flex;
18284  align-items: center;
18285  justify-content: center;
18286  border-radius: 50%;
18287  width: 2rem;
18288  height: 2rem;
18289  font-size: 0.875rem;
18290}
18291
18292.badge-inline {
18293  margin-right: 0.625rem;
18294}
18295
18296.badge-inline + span {
18297  top: 2px;
18298  position: relative;
18299}
18300
18301.badge-inline + span > a {
18302  text-decoration: underline;
18303}
18304
18305.badge-md {
18306  padding: 0.65em 1em;
18307}
18308
18309.badge-lg {
18310  padding: 0.85em 1.375em;
18311}
18312
18313.badge-secondary {
18314  color: #32325d;
18315}
18316
18317.btn .badge:not(:first-child), #dw__login button .badge:not(:first-child), .qq-upload-button .badge:not(:first-child), .toggleAssistant .badge:not(:first-child), #tool__bar button .badge:not(:first-child), #dokuwiki__content .editButtons button .badge:not(:first-child), #dokuwiki__content #page__revisions button .badge:not(:first-child), #dokuwiki__content .secedit button .badge:not(:first-child), button .badge:not(:first-child) {
18318  margin-left: 0.5rem;
18319}
18320
18321.btn .badge:not(:last-child), #dw__login button .badge:not(:last-child), .qq-upload-button .badge:not(:last-child), .toggleAssistant .badge:not(:last-child), #tool__bar button .badge:not(:last-child), #dokuwiki__content .editButtons button .badge:not(:last-child), #dokuwiki__content #page__revisions button .badge:not(:last-child), #dokuwiki__content .secedit button .badge:not(:last-child), button .badge:not(:last-child) {
18322  margin-right: 0.5rem;
18323}
18324
18325.btn, #dw__login button, .qq-upload-button, .search-results-form .toggleAssistant, .search-results-form button, .toggleAssistant, .doku_form .no button, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content #page__revisions button, #dokuwiki__content .secedit button, button {
18326  position: relative;
18327  text-transform: uppercase;
18328  will-change: transform;
18329  letter-spacing: 0.025em;
18330  font-size: 0.875rem;
18331}
18332
18333.btn:hover, #dw__login button:hover, .qq-upload-button:hover, .toggleAssistant:hover, .doku_form .no button:hover, #tool__bar button:hover, #dokuwiki__content .editButtons button:hover, #dokuwiki__content #page__revisions button:hover, #dokuwiki__content .secedit button:hover, button:hover {
18334  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
18335  transform: translateY(-1px);
18336}
18337
18338.btn:not(:last-child), #dw__login button:not(:last-child), .qq-upload-button:not(:last-child), .toggleAssistant:not(:last-child), .doku_form .no button:not(:last-child), #tool__bar button:not(:last-child), #dokuwiki__content .editButtons button:not(:last-child), #dokuwiki__content #page__revisions button:not(:last-child), #dokuwiki__content .secedit button:not(:last-child), button:not(:last-child) {
18339  margin-right: 0.5rem;
18340}
18341
18342.btn-group .btn, .btn-group #dw__login button, #dw__login .btn-group button, .btn-group .qq-upload-button, .btn-group .toggleAssistant, .btn-group #tool__bar button, #tool__bar .btn-group button, .btn-group #dokuwiki__content .editButtons button, #dokuwiki__content .editButtons .btn-group button, .btn-group #dokuwiki__content #page__revisions button, #dokuwiki__content #page__revisions .btn-group button, .btn-group #dokuwiki__content .secedit button, #dokuwiki__content .secedit .btn-group button, .btn-group button,
18343.input-group .btn,
18344.input-group #dw__login button,
18345#dw__login .input-group button,
18346.input-group .qq-upload-button,
18347.input-group .toggleAssistant,
18348.doku_form .no .btn,
18349.doku_form .no #dw__login button,
18350#dw__login .doku_form .no button,
18351.doku_form .no .qq-upload-button,
18352.doku_form .no .toggleAssistant,
18353.doku_form .no button,
18354.input-group #tool__bar button,
18355.doku_form .no #tool__bar button,
18356#tool__bar .input-group button,
18357#tool__bar .doku_form .no button,
18358.doku_form #tool__bar .no button,
18359.input-group #dokuwiki__content .editButtons button,
18360.doku_form .no #dokuwiki__content .editButtons button,
18361#dokuwiki__content .editButtons .input-group button,
18362#dokuwiki__content .editButtons .doku_form .no button,
18363.doku_form #dokuwiki__content .editButtons .no button,
18364.input-group #dokuwiki__content #page__revisions button,
18365.doku_form .no #dokuwiki__content #page__revisions button,
18366#dokuwiki__content #page__revisions .input-group button,
18367#dokuwiki__content #page__revisions .doku_form .no button,
18368.doku_form #dokuwiki__content #page__revisions .no button,
18369.input-group #dokuwiki__content .secedit button,
18370.doku_form .no #dokuwiki__content .secedit button,
18371#dokuwiki__content .secedit .input-group button,
18372#dokuwiki__content .secedit .doku_form .no button,
18373.doku_form #dokuwiki__content .secedit .no button,
18374.input-group button {
18375  margin-right: 0;
18376  transform: translateY(0);
18377}
18378
18379.btn-sm, #tool__bar button, #dokuwiki__content .editButtons button, #dokuwiki__content .secedit button, .btn-group-sm > .btn, #dw__login .btn-group-sm > button, .btn-group-sm > .qq-upload-button, .search-results-form .btn-group-sm > .toggleAssistant, .search-results-form .btn-group-sm > button, .btn-group-sm > .toggleAssistant, .doku_form .no .btn-group-sm > button, #dokuwiki__content #page__revisions .btn-group-sm > button, .btn-group-sm > button {
18380  font-size: 0.75rem;
18381}
18382
18383.btn-sm.btn-icon-only, #tool__bar button.btn-icon-only, #dokuwiki__content .editButtons button.btn-icon-only, #dokuwiki__content .secedit button.btn-icon-only, .btn-group-sm > .btn-icon-only.btn, #dw__login .btn-group-sm > button.btn-icon-only, .btn-group-sm > .btn-icon-only.qq-upload-button, .search-results-form .btn-group-sm > .btn-icon-only.toggleAssistant, .search-results-form .btn-group-sm > button.btn-icon-only, .btn-group-sm > .btn-icon-only.toggleAssistant, .doku_form .no .btn-group-sm > button.btn-icon-only, #dokuwiki__content #page__revisions .btn-group-sm > button.btn-icon-only, .btn-group-sm > button.btn-icon-only {
18384  width: 35px;
18385  height: 35px;
18386}
18387
18388.btn-sm .btn-inner--icon, #tool__bar button .btn-inner--icon, #dokuwiki__content .editButtons button .btn-inner--icon, #dokuwiki__content .secedit button .btn-inner--icon, .btn-group-sm > .btn .btn-inner--icon, #dw__login .btn-group-sm > button .btn-inner--icon, .btn-group-sm > .qq-upload-button .btn-inner--icon, .btn-group-sm > .toggleAssistant .btn-inner--icon, #dokuwiki__content #page__revisions .btn-group-sm > button .btn-inner--icon, .btn-group-sm > button .btn-inner--icon {
18389  font-size: 0.5rem;
18390}
18391
18392.btn-lg.btn-icon-only, .btn-group-lg > .btn-icon-only.btn, #dw__login .btn-group-lg > button.btn-icon-only, .btn-group-lg > .btn-icon-only.qq-upload-button, .search-results-form .btn-group-lg > .btn-icon-only.toggleAssistant, .search-results-form .btn-group-lg > button.btn-icon-only, .btn-group-lg > .btn-icon-only.toggleAssistant, .doku_form .no .btn-group-lg > button.btn-icon-only, #tool__bar .btn-group-lg > button.btn-icon-only, #dokuwiki__content .editButtons .btn-group-lg > button.btn-icon-only, #dokuwiki__content #page__revisions .btn-group-lg > button.btn-icon-only, #dokuwiki__content .secedit .btn-group-lg > button.btn-icon-only, .btn-group-lg > button.btn-icon-only {
18393  width: 52px;
18394  height: 52px;
18395}
18396
18397.btn-lg .btn-inner--icon, .btn-group-lg > .btn .btn-inner--icon, #dw__login .btn-group-lg > button .btn-inner--icon, .btn-group-lg > .qq-upload-button .btn-inner--icon, .btn-group-lg > .toggleAssistant .btn-inner--icon, #tool__bar .btn-group-lg > button .btn-inner--icon, #dokuwiki__content .editButtons .btn-group-lg > button .btn-inner--icon, #dokuwiki__content #page__revisions .btn-group-lg > button .btn-inner--icon, #dokuwiki__content .secedit .btn-group-lg > button .btn-inner--icon, .btn-group-lg > button .btn-inner--icon {
18398  font-size: 1.2rem;
18399  position: relative;
18400  top: 2px;
18401}
18402
18403[class*=btn-outline-] {
18404  border-width: 1px;
18405}
18406
18407.btn-outline-secondary {
18408  color: #637089;
18409}
18410
18411.btn-inner--icon i:not(.fa) {
18412  position: relative;
18413}
18414
18415.btn-link {
18416  font-weight: 600;
18417  box-shadow: none;
18418}
18419
18420.btn-link:hover {
18421  box-shadow: none;
18422  transform: none;
18423}
18424
18425.btn-link.text-secondary {
18426  color: #637089 !important;
18427}
18428
18429.btn-neutral, .qq-upload-button, .doku_form .no button, button {
18430  color: #5e72e4;
18431}
18432
18433.btn svg:not(:first-child), #dw__login button svg:not(:first-child), .qq-upload-button svg:not(:first-child), .toggleAssistant svg:not(:first-child), .doku_form .no button svg:not(:first-child), #tool__bar button svg:not(:first-child), #dokuwiki__content .editButtons button svg:not(:first-child), #dokuwiki__content #page__revisions button svg:not(:first-child), #dokuwiki__content .secedit button svg:not(:first-child), button svg:not(:first-child),
18434.btn i:not(:first-child),
18435#dw__login button i:not(:first-child),
18436.qq-upload-button i:not(:first-child),
18437.toggleAssistant i:not(:first-child),
18438.doku_form .no button i:not(:first-child),
18439#tool__bar button i:not(:first-child),
18440#dokuwiki__content .editButtons button i:not(:first-child),
18441#dokuwiki__content #page__revisions button i:not(:first-child),
18442#dokuwiki__content .secedit button i:not(:first-child),
18443button i:not(:first-child) {
18444  margin-left: 0.5rem;
18445}
18446
18447.btn svg:not(:last-child), #dw__login button svg:not(:last-child), .qq-upload-button svg:not(:last-child), .toggleAssistant svg:not(:last-child), .doku_form .no button svg:not(:last-child), #tool__bar button svg:not(:last-child), #dokuwiki__content .editButtons button svg:not(:last-child), #dokuwiki__content #page__revisions button svg:not(:last-child), #dokuwiki__content .secedit button svg:not(:last-child), button svg:not(:last-child),
18448.btn i:not(:last-child),
18449#dw__login button i:not(:last-child),
18450.qq-upload-button i:not(:last-child),
18451.toggleAssistant i:not(:last-child),
18452.doku_form .no button i:not(:last-child),
18453#tool__bar button i:not(:last-child),
18454#dokuwiki__content .editButtons button i:not(:last-child),
18455#dokuwiki__content #page__revisions button i:not(:last-child),
18456#dokuwiki__content .secedit button i:not(:last-child),
18457button i:not(:last-child) {
18458  margin-right: 0.5rem;
18459}
18460
18461.btn-icon-label {
18462  position: relative;
18463}
18464
18465.btn-icon-label .btn-inner--icon {
18466  position: absolute;
18467  height: 100%;
18468  line-height: 1;
18469  border-radius: 0;
18470  text-align: center;
18471  margin: 0;
18472  width: 3em;
18473  background-color: rgba(0, 0, 0, 0.1);
18474}
18475
18476.btn-icon-label .btn-inner--icon:not(:first-child) {
18477  right: 0;
18478  top: 0;
18479  border-top-right-radius: inherit;
18480  border-bottom-right-radius: inherit;
18481}
18482
18483.btn-icon-label .btn-inner--icon:not(:last-child) {
18484  left: 0;
18485  top: 0;
18486  border-top-left-radius: inherit;
18487  border-bottom-left-radius: inherit;
18488}
18489
18490.btn-icon-label .btn-inner--icon svg {
18491  position: relative;
18492  top: 50%;
18493  transform: translateY(-50%);
18494}
18495
18496.btn-icon-label .btn-inner--text:not(:first-child) {
18497  padding-left: 3em;
18498}
18499
18500.btn-icon-label .btn-inner--text:not(:last-child) {
18501  padding-right: 3em;
18502}
18503
18504.btn-icon .btn-inner--icon img {
18505  width: 20px;
18506}
18507
18508.btn-icon .btn-inner--text:not(:first-child) {
18509  margin-left: 0.75em;
18510}
18511
18512.btn-icon .btn-inner--text:not(:last-child) {
18513  margin-right: 0.75em;
18514}
18515
18516.btn-icon-only {
18517  width: 2.375rem;
18518  height: 2.375rem;
18519  padding: 0;
18520}
18521
18522a.btn-icon-only {
18523  line-height: 2.5;
18524}
18525
18526.btn-icon-only.btn-sm, #tool__bar button.btn-icon-only, #dokuwiki__content .editButtons button.btn-icon-only, #dokuwiki__content .secedit button.btn-icon-only, .btn-group-sm > .btn-icon-only.btn, #dw__login .btn-group-sm > button.btn-icon-only, .btn-group-sm > .btn-icon-only.qq-upload-button, .search-results-form .btn-group-sm > .btn-icon-only.toggleAssistant, .search-results-form .btn-group-sm > button.btn-icon-only, .btn-group-sm > .btn-icon-only.toggleAssistant, .doku_form .no .btn-group-sm > button.btn-icon-only, #dokuwiki__content #page__revisions .btn-group-sm > button.btn-icon-only, .btn-group-sm > button.btn-icon-only {
18527  width: 2rem;
18528  height: 2rem;
18529}
18530
18531.btn-facebook {
18532  color: #fff;
18533  background-color: #3b5999;
18534  border-color: #3b5999;
18535  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18536}
18537
18538.btn-facebook:hover {
18539  color: #fff;
18540  background-color: #3b5999;
18541  border-color: #3b5999;
18542}
18543
18544.btn-facebook:focus, .btn-facebook.focus {
18545  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
18546}
18547
18548.btn-facebook.disabled, .btn-facebook:disabled {
18549  color: #fff;
18550  background-color: #3b5999;
18551  border-color: #3b5999;
18552}
18553
18554.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
18555  color: #fff;
18556  background-color: #2d4474;
18557  border-color: #3b5999;
18558}
18559
18560.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
18561  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
18562}
18563
18564.btn-twitter {
18565  color: #fff;
18566  background-color: #1da1f2;
18567  border-color: #1da1f2;
18568  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18569}
18570
18571.btn-twitter:hover {
18572  color: #fff;
18573  background-color: #1da1f2;
18574  border-color: #1da1f2;
18575}
18576
18577.btn-twitter:focus, .btn-twitter.focus {
18578  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
18579}
18580
18581.btn-twitter.disabled, .btn-twitter:disabled {
18582  color: #fff;
18583  background-color: #1da1f2;
18584  border-color: #1da1f2;
18585}
18586
18587.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
18588  color: #fff;
18589  background-color: #0c85d0;
18590  border-color: #1da1f2;
18591}
18592
18593.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
18594  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
18595}
18596
18597.btn-google-plus {
18598  color: #fff;
18599  background-color: #dd4b39;
18600  border-color: #dd4b39;
18601  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18602}
18603
18604.btn-google-plus:hover {
18605  color: #fff;
18606  background-color: #dd4b39;
18607  border-color: #dd4b39;
18608}
18609
18610.btn-google-plus:focus, .btn-google-plus.focus {
18611  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
18612}
18613
18614.btn-google-plus.disabled, .btn-google-plus:disabled {
18615  color: #fff;
18616  background-color: #dd4b39;
18617  border-color: #dd4b39;
18618}
18619
18620.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active, .show > .btn-google-plus.dropdown-toggle {
18621  color: #fff;
18622  background-color: #c23321;
18623  border-color: #dd4b39;
18624}
18625
18626.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus, .show > .btn-google-plus.dropdown-toggle:focus {
18627  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
18628}
18629
18630.btn-instagram {
18631  color: #fff;
18632  background-color: #e4405f;
18633  border-color: #e4405f;
18634  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18635}
18636
18637.btn-instagram:hover {
18638  color: #fff;
18639  background-color: #e4405f;
18640  border-color: #e4405f;
18641}
18642
18643.btn-instagram:focus, .btn-instagram.focus {
18644  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(228, 64, 95, 0.5);
18645}
18646
18647.btn-instagram.disabled, .btn-instagram:disabled {
18648  color: #fff;
18649  background-color: #e4405f;
18650  border-color: #e4405f;
18651}
18652
18653.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
18654  color: #fff;
18655  background-color: #d31e40;
18656  border-color: #e4405f;
18657}
18658
18659.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
18660  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
18661}
18662
18663.btn-pinterest {
18664  color: #fff;
18665  background-color: #bd081c;
18666  border-color: #bd081c;
18667  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18668}
18669
18670.btn-pinterest:hover {
18671  color: #fff;
18672  background-color: #bd081c;
18673  border-color: #bd081c;
18674}
18675
18676.btn-pinterest:focus, .btn-pinterest.focus {
18677  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(189, 8, 28, 0.5);
18678}
18679
18680.btn-pinterest.disabled, .btn-pinterest:disabled {
18681  color: #fff;
18682  background-color: #bd081c;
18683  border-color: #bd081c;
18684}
18685
18686.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
18687  color: #fff;
18688  background-color: #8c0615;
18689  border-color: #bd081c;
18690}
18691
18692.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
18693  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
18694}
18695
18696.btn-youtube {
18697  color: #fff;
18698  background-color: #cd201f;
18699  border-color: #cd201f;
18700  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18701}
18702
18703.btn-youtube:hover {
18704  color: #fff;
18705  background-color: #cd201f;
18706  border-color: #cd201f;
18707}
18708
18709.btn-youtube:focus, .btn-youtube.focus {
18710  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(205, 32, 31, 0.5);
18711}
18712
18713.btn-youtube.disabled, .btn-youtube:disabled {
18714  color: #fff;
18715  background-color: #cd201f;
18716  border-color: #cd201f;
18717}
18718
18719.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
18720  color: #fff;
18721  background-color: #a11918;
18722  border-color: #cd201f;
18723}
18724
18725.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
18726  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
18727}
18728
18729.btn-slack {
18730  color: #fff;
18731  background-color: #3aaf85;
18732  border-color: #3aaf85;
18733  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18734}
18735
18736.btn-slack:hover {
18737  color: #fff;
18738  background-color: #3aaf85;
18739  border-color: #3aaf85;
18740}
18741
18742.btn-slack:focus, .btn-slack.focus {
18743  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(58, 175, 133, 0.5);
18744}
18745
18746.btn-slack.disabled, .btn-slack:disabled {
18747  color: #fff;
18748  background-color: #3aaf85;
18749  border-color: #3aaf85;
18750}
18751
18752.btn-slack:not(:disabled):not(.disabled):active, .btn-slack:not(:disabled):not(.disabled).active, .show > .btn-slack.dropdown-toggle {
18753  color: #fff;
18754  background-color: #2d8968;
18755  border-color: #3aaf85;
18756}
18757
18758.btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack:not(:disabled):not(.disabled).active:focus, .show > .btn-slack.dropdown-toggle:focus {
18759  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
18760}
18761
18762.btn-dribbble {
18763  color: #fff;
18764  background-color: #ea4c89;
18765  border-color: #ea4c89;
18766  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18767}
18768
18769.btn-dribbble:hover {
18770  color: #fff;
18771  background-color: #ea4c89;
18772  border-color: #ea4c89;
18773}
18774
18775.btn-dribbble:focus, .btn-dribbble.focus {
18776  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(234, 76, 137, 0.5);
18777}
18778
18779.btn-dribbble.disabled, .btn-dribbble:disabled {
18780  color: #fff;
18781  background-color: #ea4c89;
18782  border-color: #ea4c89;
18783}
18784
18785.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle {
18786  color: #fff;
18787  background-color: #e51e6b;
18788  border-color: #ea4c89;
18789}
18790
18791.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
18792  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
18793}
18794
18795.btn-github {
18796  color: #fff;
18797  background-color: #222222;
18798  border-color: #222222;
18799  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18800}
18801
18802.btn-github:hover {
18803  color: #fff;
18804  background-color: #222222;
18805  border-color: #222222;
18806}
18807
18808.btn-github:focus, .btn-github.focus {
18809  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
18810}
18811
18812.btn-github.disabled, .btn-github:disabled {
18813  color: #fff;
18814  background-color: #222222;
18815  border-color: #222222;
18816}
18817
18818.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
18819  color: #fff;
18820  background-color: #090909;
18821  border-color: #222222;
18822}
18823
18824.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
18825  box-shadow: none, 0 0 0 0 rgba(34, 34, 34, 0.5);
18826}
18827
18828.card, #dw__login {
18829  position: relative;
18830}
18831
18832.card.card-plain, .card-plain#dw__login {
18833  background: transparent;
18834  box-shadow: none;
18835  border: none;
18836}
18837
18838.profile-page .card-profile {
18839  margin-top: -150px;
18840}
18841
18842.profile-page .card-profile .card-profile-image {
18843  position: relative;
18844}
18845
18846.profile-page .card-profile .card-profile-image img {
18847  max-width: 180px;
18848  border-radius: 0.25rem;
18849  transform: translate(-50%, -30%);
18850  position: absolute;
18851  left: 50%;
18852  transition: all 0.15s ease;
18853}
18854
18855.profile-page .card-profile .card-profile-image img:hover {
18856  transform: translate(-50%, -33%);
18857}
18858
18859.profile-page .card-profile .card-profile-stats {
18860  padding: 1rem 0;
18861}
18862
18863.profile-page .card-profile .card-profile-stats > div {
18864  text-align: center;
18865  margin-right: 1rem;
18866  padding: 0.875rem;
18867}
18868
18869.profile-page .card-profile .card-profile-stats > div:last-child {
18870  margin-right: 0;
18871}
18872
18873.profile-page .card-profile .card-profile-stats > div .heading {
18874  font-size: 1.1rem;
18875  font-weight: bold;
18876  display: block;
18877}
18878
18879.profile-page .card-profile .card-profile-stats > div .description {
18880  font-size: 0.875rem;
18881  color: #adb5bd;
18882}
18883
18884.profile-page .card-profile .card-profile-actions {
18885  padding: 0.875rem;
18886}
18887
18888@media (max-width: 575.98px) {
18889  .profile-page .card-profile .card-profile-actions {
18890    margin-top: 110px;
18891  }
18892}
18893@media (min-width: 576px) and (max-width: 991.98px) {
18894  .profile-page .card-profile .card-profile-stats {
18895    margin-top: 30px;
18896  }
18897}
18898.card .card-blockquote, #dw__login .card-blockquote {
18899  padding: 2rem;
18900  position: relative;
18901}
18902
18903.card .card-blockquote .svg-bg, #dw__login .card-blockquote .svg-bg {
18904  display: block;
18905  width: 100%;
18906  height: 95px;
18907  position: absolute;
18908  top: -94px;
18909  left: 0;
18910}
18911
18912.card-lift--hover:hover {
18913  transform: translateY(-20px);
18914  transition: all 0.15s ease;
18915}
18916
18917@media (prefers-reduced-motion: reduce) {
18918  .card-lift--hover:hover {
18919    transition: none;
18920  }
18921}
18922.close {
18923  transition: all 0.15s ease;
18924}
18925
18926.close > span:not(.sr-only) {
18927  background-color: transparent;
18928  color: rgba(0, 0, 0, 0.6);
18929  line-height: 17px;
18930  height: 1.25rem;
18931  width: 1.25rem;
18932  border-radius: 50%;
18933  font-size: 1.25rem;
18934  display: block;
18935  transition: all 0.15s ease;
18936}
18937
18938.close:hover, .close:focus {
18939  background-color: transparent;
18940  color: rgba(0, 0, 0, 0.9);
18941  outline: none;
18942}
18943
18944.close:hover span:not(.sr-only), .close:focus span:not(.sr-only) {
18945  background-color: transparent;
18946}
18947
18948.custom-control-label::before {
18949  border: 1px solid #cad1d7;
18950  transition: all 0.3s ease;
18951}
18952
18953.custom-control-label span {
18954  position: relative;
18955  top: 2px;
18956}
18957
18958.custom-control {
18959  padding-left: 1.7rem !important;
18960}
18961
18962.custom-control-label {
18963  margin-bottom: 0;
18964}
18965
18966.custom-control-label:before, .custom-control-label:after {
18967  left: -1.75rem;
18968}
18969
18970.custom-control-input:active ~ .custom-control-label::before {
18971  border-color: #5e72e4;
18972}
18973
18974.custom-control-alternative .custom-control-label::before {
18975  border: 0;
18976  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
18977}
18978
18979.custom-control-alternative .custom-control-input:checked ~ .custom-control-label::before {
18980  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
18981}
18982
18983.custom-control-alternative .custom-control-input:active ~ .custom-control-label::before, .custom-control-alternative .custom-control-input:focus ~ .custom-control-label::before {
18984  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
18985}
18986
18987.custom-checkbox .custom-control-input ~ .custom-control-label {
18988  cursor: pointer;
18989  font-size: 0.875rem;
18990}
18991
18992.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
18993  border-color: #5e72e4;
18994}
18995
18996.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
18997  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
18998}
18999
19000.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
19001  border-color: #e9ecef;
19002}
19003
19004.custom-checkbox .custom-control-input:disabled:checked::before {
19005  border-color: rgba(94, 114, 228, 0.5);
19006}
19007
19008.custom-radio .custom-control-input ~ .custom-control-label {
19009  cursor: pointer;
19010  font-size: 0.875rem;
19011}
19012
19013.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
19014  border-color: #5e72e4;
19015}
19016
19017.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
19018  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
19019}
19020
19021.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
19022  border-color: #e9ecef;
19023}
19024
19025.custom-radio .custom-control-input:disabled:checked::before {
19026  border-color: rgba(94, 114, 228, 0.5);
19027}
19028
19029.custom-toggle {
19030  position: relative;
19031  display: inline-block;
19032  width: 50px;
19033  height: 1.5rem;
19034}
19035
19036.custom-toggle input {
19037  display: none;
19038}
19039
19040.custom-toggle input:checked + .custom-toggle-slider {
19041  border: 1px solid #5e72e4;
19042}
19043
19044.custom-toggle input:checked + .custom-toggle-slider:before {
19045  background: #5e72e4;
19046  transform: translateX(1.625rem);
19047}
19048
19049.custom-toggle input:disabled + .custom-toggle-slider {
19050  border: 1px solid #e9ecef;
19051}
19052
19053.custom-toggle input:disabled:checked + .custom-toggle-slider {
19054  border: 1px solid #e9ecef;
19055}
19056
19057.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
19058  background-color: #8a98eb;
19059}
19060
19061.custom-toggle-slider {
19062  position: absolute;
19063  cursor: pointer;
19064  top: 0;
19065  left: 0;
19066  right: 0;
19067  bottom: 0;
19068  border: 1px solid #cad1d7;
19069  border-radius: 34px !important;
19070  background-color: transparent;
19071}
19072
19073.custom-toggle-slider:before {
19074  position: absolute;
19075  content: "";
19076  height: 18px;
19077  width: 18px;
19078  left: 2px;
19079  bottom: 2px;
19080  border-radius: 50% !important;
19081  background-color: #ddd;
19082  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
19083}
19084
19085.dropdown,
19086.dropup,
19087.dropright,
19088.dropleft {
19089  display: inline-block;
19090}
19091
19092.dropdown-menu {
19093  min-width: 12rem;
19094}
19095
19096.dropdown-menu .dropdown-item {
19097  padding: 1rem;
19098  font-size: 0.875rem;
19099}
19100
19101.dropdown-menu .dropdown-item > i,
19102.dropdown-menu .dropdown-item > svg {
19103  margin-right: 1rem;
19104  font-size: 1rem;
19105  vertical-align: -17%;
19106}
19107
19108.dropdown-header {
19109  padding-left: 1rem;
19110  padding-right: 1rem;
19111  color: #f6f9fc;
19112  font-size: 0.625rem;
19113  text-transform: uppercase;
19114  font-weight: 700;
19115}
19116
19117.dropdown-menu a.media > div:first-child {
19118  line-height: 1;
19119}
19120
19121.dropdown-menu a.media p {
19122  color: #8898aa;
19123}
19124
19125.dropdown-menu a.media:hover .heading, .dropdown-menu a.media:hover p {
19126  color: #172b4d !important;
19127}
19128
19129.dropdown-menu-sm {
19130  min-width: 100px;
19131  border: 0.3rem;
19132}
19133
19134.dropdown-menu-lg {
19135  min-width: 260px;
19136  border-radius: 0.3rem;
19137}
19138
19139.dropdown-menu-xl {
19140  min-width: 450px;
19141  border-radius: 0.3rem;
19142}
19143
19144.footer {
19145  background: #f4f5f7;
19146  padding: 1.5rem 0;
19147}
19148
19149.footer .col-footer .heading {
19150  color: #8898aa;
19151  letter-spacing: 0;
19152  font-size: 0.875rem;
19153  text-transform: uppercase;
19154  font-weight: 600;
19155  margin-bottom: 1rem;
19156}
19157
19158.footer .nav .nav-item .nav-link, .footer .leftsidebar .leftsidebar ul .nav-item .nav-link, .leftsidebar .leftsidebar .footer ul .nav-item .nav-link,
19159.footer .footer-link {
19160  color: #8898aa !important;
19161}
19162
19163.footer .nav .nav-item .nav-link:hover, .footer .leftsidebar .leftsidebar ul .nav-item .nav-link:hover, .leftsidebar .leftsidebar .footer ul .nav-item .nav-link:hover,
19164.footer .footer-link:hover {
19165  color: #525f7f !important;
19166}
19167
19168.footer .list-unstyled li a {
19169  display: inline-block;
19170  padding: 0.125rem 0;
19171  color: #8898aa;
19172  font-size: 0.85rem;
19173}
19174
19175.footer .list-unstyled li a:hover {
19176  color: #525f7f;
19177}
19178
19179.footer .copyright {
19180  font-size: 0.875rem;
19181}
19182
19183.footer .dropdown .btn:not(:disabled):not(.disabled):active:focus, .footer .dropdown #dw__login button:not(:disabled):not(.disabled):active:focus, #dw__login .footer .dropdown button:not(:disabled):not(.disabled):active:focus, .footer .dropdown .qq-upload-button:not(:disabled):not(.disabled):active:focus, .footer .dropdown .toggleAssistant:not(:disabled):not(.disabled):active:focus, .footer .dropdown #tool__bar button:not(:disabled):not(.disabled):active:focus, #tool__bar .footer .dropdown button:not(:disabled):not(.disabled):active:focus, .footer .dropdown #dokuwiki__content .editButtons button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content .editButtons .footer .dropdown button:not(:disabled):not(.disabled):active:focus, .footer .dropdown #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content #page__revisions .footer .dropdown button:not(:disabled):not(.disabled):active:focus, .footer .dropdown #dokuwiki__content .secedit button:not(:disabled):not(.disabled):active:focus, #dokuwiki__content .secedit .footer .dropdown button:not(:disabled):not(.disabled):active:focus, .footer .dropdown button:not(:disabled):not(.disabled):active:focus,
19184.footer .dropdown .btn:not(:disabled):not(.disabled).active:focus,
19185.footer .dropdown #dw__login button:not(:disabled):not(.disabled).active:focus,
19186#dw__login .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19187.footer .dropdown .qq-upload-button:not(:disabled):not(.disabled).active:focus,
19188.footer .dropdown .toggleAssistant:not(:disabled):not(.disabled).active:focus,
19189.footer .dropdown #tool__bar button:not(:disabled):not(.disabled).active:focus,
19190#tool__bar .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19191.footer .dropdown #dokuwiki__content .editButtons button:not(:disabled):not(.disabled).active:focus,
19192#dokuwiki__content .editButtons .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19193.footer .dropdown #dokuwiki__content #page__revisions button:not(:disabled):not(.disabled).active:focus,
19194#dokuwiki__content #page__revisions .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19195.footer .dropdown #dokuwiki__content .secedit button:not(:disabled):not(.disabled).active:focus,
19196#dokuwiki__content .secedit .footer .dropdown button:not(:disabled):not(.disabled).active:focus,
19197.footer .dropdown button:not(:disabled):not(.disabled).active:focus {
19198  box-shadow: none;
19199}
19200
19201.footer-dark .col-footer .heading {
19202  color: #fff;
19203}
19204
19205.footer.has-cards {
19206  overflow: hidden;
19207  padding-top: 500px;
19208  margin-top: -420px;
19209  position: relative;
19210  background: transparent;
19211  pointer-events: none;
19212}
19213
19214.footer.has-cards:before {
19215  content: "";
19216  position: absolute;
19217  left: 0;
19218  right: 0;
19219  top: 600px;
19220  height: 2000px;
19221  background: #f4f5f7;
19222  transform: skew(0, -8deg);
19223}
19224
19225.footer.has-cards .container {
19226  pointer-events: auto;
19227  position: relative;
19228}
19229
19230.nav-footer .nav-link {
19231  font-size: 0.875rem;
19232}
19233
19234.nav-footer .nav-item:last-child .nav-link {
19235  padding-right: 0;
19236}
19237
19238/* Form controls */
19239label {
19240  font-size: 0.875rem;
19241}
19242
19243.form-control, #dw__login input, #config__manager td input.edit, .search-results-form fieldset input, .doku_form .no #qsearch__in, textarea {
19244  font-size: 0.875rem;
19245  transition: all 0.15s ease;
19246}
19247
19248.form-control:focus::placeholder, #dw__login input:focus::placeholder, #config__manager td input.edit:focus::placeholder, .search-results-form fieldset input:focus::placeholder, .doku_form .no #qsearch__in:focus::placeholder, textarea:focus::placeholder {
19249  color: #adb5bd;
19250}
19251
19252.form-control.is-valid, #dw__login input.is-valid, #config__manager td input.is-valid.edit, .search-results-form fieldset input.is-valid, .doku_form .no .is-valid#qsearch__in, textarea.is-valid, .form-control.is-invalid, #dw__login input.is-invalid, #config__manager td input.is-invalid.edit, .search-results-form fieldset input.is-invalid, .doku_form .no .is-invalid#qsearch__in, textarea.is-invalid {
19253  background-image: none;
19254}
19255
19256/* Textareas */
19257textarea[resize=none] {
19258  resize: none !important;
19259}
19260
19261textarea[resize=both] {
19262  resize: both !important;
19263}
19264
19265textarea[resize=vertical] {
19266  resize: vertical !important;
19267}
19268
19269textarea[resize=horizontal] {
19270  resize: horizontal !important;
19271}
19272
19273/* Alternative styles */
19274.form-control-muted {
19275  background-color: #EDF0F5;
19276  border-color: #EDF0F5;
19277  box-shadow: none;
19278}
19279
19280.form-control-muted:focus {
19281  background-color: #EDF0F5;
19282}
19283
19284.form-control-alternative {
19285  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
19286  border: 0;
19287  transition: box-shadow 0.15s ease;
19288}
19289
19290.form-control-alternative:focus {
19291  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19292}
19293
19294.form-control-lg {
19295  font-size: 1rem;
19296}
19297
19298.has-success,
19299.has-danger {
19300  position: relative;
19301}
19302
19303.has-success:after,
19304.has-danger:after {
19305  width: 19px;
19306  height: 19px;
19307  line-height: 19px;
19308  text-align: center;
19309  font-family: "NucleoIcons";
19310  display: inline-block;
19311  position: absolute;
19312  right: 15px;
19313  top: 2px;
19314  transform: translateY(50%);
19315  border-radius: 50%;
19316  font-size: 9px;
19317  opacity: 1;
19318}
19319
19320.has-success .form-control-alternative.is-valid:focus, .has-success .form-control-alternative.is-invalid:focus,
19321.has-danger .form-control-alternative.is-valid:focus,
19322.has-danger .form-control-alternative.is-invalid:focus {
19323  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
19324}
19325
19326.has-success:after {
19327  content: "";
19328  color: daken(#2dce89, 18%);
19329  background-color: #69deac;
19330}
19331
19332.has-success .form-control, .has-success #dw__login input, #dw__login .has-success input, .has-success #config__manager td input.edit, #config__manager td .has-success input.edit, .has-success .search-results-form fieldset input, .search-results-form fieldset .has-success input, .has-success .doku_form .no #qsearch__in, .doku_form .no .has-success #qsearch__in, .has-success textarea {
19333  background-color: #fff;
19334}
19335
19336.has-success .form-control:focus, .has-success #dw__login input:focus, #dw__login .has-success input:focus, .has-success #config__manager td input.edit:focus, #config__manager td .has-success input.edit:focus, .has-success .search-results-form fieldset input:focus, .search-results-form fieldset .has-success input:focus, .has-success .doku_form .no #qsearch__in:focus, .doku_form .no .has-success #qsearch__in:focus, .has-success textarea:focus {
19337  border-color: rgba(50, 151, 211, 0.25);
19338}
19339
19340.has-success .form-control::placeholder, .has-success #dw__login input::placeholder, #dw__login .has-success input::placeholder, .has-success #config__manager td input.edit::placeholder, #config__manager td .has-success input.edit::placeholder, .has-success .search-results-form fieldset input::placeholder, .search-results-form fieldset .has-success input::placeholder, .has-success .doku_form .no #qsearch__in::placeholder, .doku_form .no .has-success #qsearch__in::placeholder, .has-success textarea::placeholder {
19341  color: #2dce89;
19342}
19343
19344.has-danger:after {
19345  content: "";
19346  color: daken(#fb6340, 18%);
19347  background-color: #fda08b;
19348}
19349
19350.has-danger .form-control, .has-danger #dw__login input, #dw__login .has-danger input, .has-danger #config__manager td input.edit, #config__manager td .has-danger input.edit, .has-danger .search-results-form fieldset input, .search-results-form fieldset .has-danger input, .has-danger .doku_form .no #qsearch__in, .doku_form .no .has-danger #qsearch__in, .has-danger textarea {
19351  background-color: #fff;
19352}
19353
19354.has-danger .form-control:focus, .has-danger #dw__login input:focus, #dw__login .has-danger input:focus, .has-danger #config__manager td input.edit:focus, #config__manager td .has-danger input.edit:focus, .has-danger .search-results-form fieldset input:focus, .search-results-form fieldset .has-danger input:focus, .has-danger .doku_form .no #qsearch__in:focus, .doku_form .no .has-danger #qsearch__in:focus, .has-danger textarea:focus {
19355  border-color: rgba(50, 151, 211, 0.25);
19356}
19357
19358.has-danger .form-control::placeholder, .has-danger #dw__login input::placeholder, #dw__login .has-danger input::placeholder, .has-danger #config__manager td input.edit::placeholder, #config__manager td .has-danger input.edit::placeholder, .has-danger .search-results-form fieldset input::placeholder, .search-results-form fieldset .has-danger input::placeholder, .has-danger .doku_form .no #qsearch__in::placeholder, .doku_form .no .has-danger #qsearch__in::placeholder, .has-danger textarea::placeholder {
19359  color: #fb6340;
19360}
19361
19362@media (min-width: 992px) {
19363  .container-lg {
19364    max-width: 1160px;
19365  }
19366}
19367.icon {
19368  width: 3rem;
19369  height: 3rem;
19370}
19371
19372.icon i, .icon svg {
19373  font-size: 2.25rem;
19374}
19375
19376.icon + .icon-text {
19377  padding-left: 1rem;
19378  width: calc(100% - 3rem - 1);
19379}
19380
19381.icon-xl {
19382  width: 5rem;
19383  height: 5rem;
19384}
19385
19386.icon-xl i, .icon-xl svg {
19387  font-size: 4.25rem;
19388}
19389
19390.icon-xl + .icon-text {
19391  width: calc(100% - 5rem - 1);
19392}
19393
19394.icon-lg {
19395  width: 4rem;
19396  height: 4rem;
19397}
19398
19399.icon-lg i, .icon-lg svg {
19400  font-size: 3.25rem;
19401}
19402
19403.icon-lg + .icon-text {
19404  width: calc(100% - 4rem - 1);
19405}
19406
19407.icon-sm {
19408  width: 2rem;
19409  height: 2rem;
19410}
19411
19412.icon-sm i, .icon-sm svg {
19413  font-size: 1.25rem;
19414}
19415
19416.icon-sm + .icon-text {
19417  width: calc(100% - 2rem - 1);
19418}
19419
19420.icon-xs {
19421  width: 1.25rem;
19422  height: 1.25rem;
19423}
19424
19425.icon-xs i, .icon-xs svg {
19426  font-size: 0.5rem !important;
19427}
19428
19429.icon-xs + .icon-text {
19430  width: calc(100% - 1.25rem - 1);
19431}
19432
19433.icon-shape {
19434  padding: 12px;
19435  text-align: center;
19436  display: inline-flex;
19437  align-items: center;
19438  justify-content: center;
19439  border-radius: 50%;
19440}
19441
19442.icon-shape i, .icon-shape svg {
19443  font-size: 1.25rem;
19444}
19445
19446.icon-shape.icon-lg i, .icon-shape.icon-lg svg {
19447  font-size: 1.625rem;
19448}
19449
19450.icon-shape.icon-sm i, .icon-shape.icon-sm svg {
19451  font-size: 0.875rem;
19452}
19453
19454.icon-shape svg {
19455  width: 30px;
19456  height: 30px;
19457}
19458
19459.icon-shape-primary {
19460  color: #2643e9;
19461  background-color: rgba(138, 152, 235, 0.5);
19462}
19463
19464.icon-shape-secondary {
19465  color: #d3d9e5;
19466  background-color: rgba(255, 255, 255, 0.5);
19467}
19468
19469.icon-shape-success {
19470  color: #1aae6f;
19471  background-color: rgba(84, 218, 161, 0.5);
19472}
19473
19474.icon-shape-info {
19475  color: #03acca;
19476  background-color: rgba(65, 215, 242, 0.5);
19477}
19478
19479.icon-shape-warning {
19480  color: #ff3709;
19481  background-color: rgba(252, 140, 114, 0.5);
19482}
19483
19484.icon-shape-danger {
19485  color: #f80031;
19486  background-color: rgba(247, 103, 131, 0.5);
19487}
19488
19489.icon-shape-light {
19490  color: #879cb0;
19491  background-color: rgba(201, 207, 212, 0.5);
19492}
19493
19494.icon-shape-dark {
19495  color: #090c0e;
19496  background-color: rgba(56, 63, 69, 0.5);
19497}
19498
19499.icon-shape-default {
19500  color: #091428;
19501  background-color: rgba(35, 65, 116, 0.5);
19502}
19503
19504.icon-shape-white {
19505  color: #e8e3e3;
19506  background-color: rgba(255, 255, 255, 0.5);
19507}
19508
19509.icon-shape-neutral {
19510  color: #e8e3e3;
19511  background-color: rgba(255, 255, 255, 0.5);
19512}
19513
19514.icon-shape-darker {
19515  color: black;
19516  background-color: rgba(23, 26, 28, 0.5);
19517}
19518
19519.input-group, .doku_form .no {
19520  box-shadow: none;
19521  border-radius: 0.25rem;
19522  transition: all 0.15s ease;
19523}
19524
19525.input-group .form-control, .input-group #dw__login input, #dw__login .input-group input, .input-group #config__manager td input.edit, #config__manager td .input-group input.edit, .input-group .search-results-form fieldset input, .search-results-form fieldset .input-group input, .doku_form .no .form-control, .doku_form .no #dw__login input, #dw__login .doku_form .no input, .doku_form .no #config__manager td input.edit, #config__manager td .doku_form .no input.edit, .doku_form .no .search-results-form fieldset input, .search-results-form fieldset .doku_form .no input, .doku_form .no #qsearch__in, .input-group textarea, .doku_form .no textarea {
19526  box-shadow: none;
19527}
19528
19529.input-group .form-control:not(:first-child), .input-group #dw__login input:not(:first-child), #dw__login .input-group input:not(:first-child), .input-group #config__manager td input.edit:not(:first-child), #config__manager td .input-group input.edit:not(:first-child), .input-group .search-results-form fieldset input:not(:first-child), .search-results-form fieldset .input-group input:not(:first-child), .doku_form .no .form-control:not(:first-child), .doku_form .no #dw__login input:not(:first-child), #dw__login .doku_form .no input:not(:first-child), .doku_form .no #config__manager td input.edit:not(:first-child), #config__manager td .doku_form .no input.edit:not(:first-child), .doku_form .no .search-results-form fieldset input:not(:first-child), .search-results-form fieldset .doku_form .no input:not(:first-child), .doku_form .no #qsearch__in:not(:first-child), .input-group textarea:not(:first-child), .doku_form .no textarea:not(:first-child) {
19530  border-left: 0;
19531  padding-left: 0;
19532}
19533
19534.input-group .form-control:not(:last-child), .input-group #dw__login input:not(:last-child), #dw__login .input-group input:not(:last-child), .input-group #config__manager td input.edit:not(:last-child), #config__manager td .input-group input.edit:not(:last-child), .input-group .search-results-form fieldset input:not(:last-child), .search-results-form fieldset .input-group input:not(:last-child), .doku_form .no .form-control:not(:last-child), .doku_form .no #dw__login input:not(:last-child), #dw__login .doku_form .no input:not(:last-child), .doku_form .no #config__manager td input.edit:not(:last-child), #config__manager td .doku_form .no input.edit:not(:last-child), .doku_form .no .search-results-form fieldset input:not(:last-child), .search-results-form fieldset .doku_form .no input:not(:last-child), .doku_form .no #qsearch__in:not(:last-child), .input-group textarea:not(:last-child), .doku_form .no textarea:not(:last-child) {
19535  border-right: 0;
19536  padding-right: 0;
19537}
19538
19539.input-group .form-control:focus, .input-group #dw__login input:focus, #dw__login .input-group input:focus, .input-group #config__manager td input.edit:focus, #config__manager td .input-group input.edit:focus, .input-group .search-results-form fieldset input:focus, .search-results-form fieldset .input-group input:focus, .doku_form .no .form-control:focus, .doku_form .no #dw__login input:focus, #dw__login .doku_form .no input:focus, .doku_form .no #config__manager td input.edit:focus, #config__manager td .doku_form .no input.edit:focus, .doku_form .no .search-results-form fieldset input:focus, .search-results-form fieldset .doku_form .no input:focus, .doku_form .no #qsearch__in:focus, .input-group textarea:focus, .doku_form .no textarea:focus {
19540  box-shadow: none;
19541}
19542
19543.input-group .input-group-prepend, .doku_form .no .input-group-prepend {
19544  margin-right: 0;
19545}
19546
19547.input-group .input-group-prepend .input-group-text, .doku_form .no .input-group-prepend .input-group-text {
19548  border-right: none;
19549}
19550
19551.input-group-text {
19552  transition: all 0.15s ease;
19553}
19554
19555.input-group-alternative {
19556  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
19557  border: 0;
19558  transition: box-shadow 0.15s ease;
19559}
19560
19561.input-group-alternative .form-control, .input-group-alternative #dw__login input, #dw__login .input-group-alternative input, .input-group-alternative #config__manager td input.edit, #config__manager td .input-group-alternative input.edit, .input-group-alternative .search-results-form fieldset input, .search-results-form fieldset .input-group-alternative input, .input-group-alternative .doku_form .no #qsearch__in, .doku_form .no .input-group-alternative #qsearch__in, .input-group-alternative textarea,
19562.input-group-alternative .input-group-text {
19563  border: 0;
19564  box-shadow: none;
19565}
19566
19567.focused .input-group-alternative {
19568  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
19569}
19570
19571.focused .input-group, .focused .doku_form .no, .doku_form .focused .no {
19572  box-shadow: none;
19573}
19574
19575.focused .input-group-text {
19576  color: #8898aa;
19577  background-color: #fff;
19578  border-color: #5e72e4;
19579}
19580
19581.focused .form-control, .focused #dw__login input, #dw__login .focused input, .focused #config__manager td input.edit, #config__manager td .focused input.edit, .focused .search-results-form fieldset input, .search-results-form fieldset .focused input, .focused .doku_form .no #qsearch__in, .doku_form .no .focused #qsearch__in, .focused textarea {
19582  border-color: #5e72e4;
19583}
19584
19585.list-group-space .list-group-item {
19586  margin-bottom: 1.5rem;
19587  border-radius: 0.25rem;
19588}
19589
19590.list-group-img {
19591  width: 3rem;
19592  height: 3rem;
19593  border-radius: 50%;
19594  vertical-align: top;
19595  margin: -0.1rem 1.2rem 0 -0.2rem;
19596}
19597
19598.list-group-content {
19599  -webkit-box-flex: 1;
19600  -ms-flex: 1;
19601  flex: 1;
19602  min-width: 0;
19603}
19604
19605.list-group-content > p {
19606  color: #adb5bd;
19607  line-height: 1.5;
19608  margin: 0.2rem 0 0;
19609}
19610
19611.list-group-heading {
19612  font-size: 1rem;
19613  color: #32325d;
19614}
19615
19616.list-group-heading > small {
19617  float: right;
19618  color: #adb5bd;
19619  font-weight: 500;
19620}
19621
19622.modal-content {
19623  border: 0;
19624  border-radius: 0.3rem;
19625}
19626
19627.modal-fluid .modal-dialog {
19628  margin-top: 0;
19629  margin-bottom: 0;
19630}
19631
19632.modal-fluid .modal-content {
19633  border-radius: 0;
19634}
19635
19636.modal-primary .modal-title {
19637  color: #fff;
19638}
19639
19640.modal-primary .modal-header,
19641.modal-primary .modal-footer {
19642  border-color: rgba(255, 255, 255, 0.075);
19643}
19644
19645.modal-primary .modal-content {
19646  background-color: #5e72e4;
19647  color: #fff;
19648}
19649
19650.modal-primary .modal-content .heading {
19651  color: #fff;
19652}
19653
19654.modal-primary .close > span:not(.sr-only) {
19655  color: #fff;
19656}
19657
19658.modal-secondary .modal-title {
19659  color: #212529;
19660}
19661
19662.modal-secondary .modal-header,
19663.modal-secondary .modal-footer {
19664  border-color: rgba(33, 37, 41, 0.075);
19665}
19666
19667.modal-secondary .modal-content {
19668  background-color: #f4f5f7;
19669  color: #212529;
19670}
19671
19672.modal-secondary .modal-content .heading {
19673  color: #212529;
19674}
19675
19676.modal-secondary .close > span:not(.sr-only) {
19677  color: #fff;
19678}
19679
19680.modal-success .modal-title {
19681  color: #fff;
19682}
19683
19684.modal-success .modal-header,
19685.modal-success .modal-footer {
19686  border-color: rgba(255, 255, 255, 0.075);
19687}
19688
19689.modal-success .modal-content {
19690  background-color: #2dce89;
19691  color: #fff;
19692}
19693
19694.modal-success .modal-content .heading {
19695  color: #fff;
19696}
19697
19698.modal-success .close > span:not(.sr-only) {
19699  color: #fff;
19700}
19701
19702.modal-info .modal-title {
19703  color: #fff;
19704}
19705
19706.modal-info .modal-header,
19707.modal-info .modal-footer {
19708  border-color: rgba(255, 255, 255, 0.075);
19709}
19710
19711.modal-info .modal-content {
19712  background-color: #11cdef;
19713  color: #fff;
19714}
19715
19716.modal-info .modal-content .heading {
19717  color: #fff;
19718}
19719
19720.modal-info .close > span:not(.sr-only) {
19721  color: #fff;
19722}
19723
19724.modal-warning .modal-title {
19725  color: #fff;
19726}
19727
19728.modal-warning .modal-header,
19729.modal-warning .modal-footer {
19730  border-color: rgba(255, 255, 255, 0.075);
19731}
19732
19733.modal-warning .modal-content {
19734  background-color: #fb6340;
19735  color: #fff;
19736}
19737
19738.modal-warning .modal-content .heading {
19739  color: #fff;
19740}
19741
19742.modal-warning .close > span:not(.sr-only) {
19743  color: #fff;
19744}
19745
19746.modal-danger .modal-title {
19747  color: #fff;
19748}
19749
19750.modal-danger .modal-header,
19751.modal-danger .modal-footer {
19752  border-color: rgba(255, 255, 255, 0.075);
19753}
19754
19755.modal-danger .modal-content {
19756  background-color: #f5365c;
19757  color: #fff;
19758}
19759
19760.modal-danger .modal-content .heading {
19761  color: #fff;
19762}
19763
19764.modal-danger .close > span:not(.sr-only) {
19765  color: #fff;
19766}
19767
19768.modal-light .modal-title {
19769  color: #fff;
19770}
19771
19772.modal-light .modal-header,
19773.modal-light .modal-footer {
19774  border-color: rgba(255, 255, 255, 0.075);
19775}
19776
19777.modal-light .modal-content {
19778  background-color: #adb5bd;
19779  color: #fff;
19780}
19781
19782.modal-light .modal-content .heading {
19783  color: #fff;
19784}
19785
19786.modal-light .close > span:not(.sr-only) {
19787  color: #fff;
19788}
19789
19790.modal-dark .modal-title {
19791  color: #fff;
19792}
19793
19794.modal-dark .modal-header,
19795.modal-dark .modal-footer {
19796  border-color: rgba(255, 255, 255, 0.075);
19797}
19798
19799.modal-dark .modal-content {
19800  background-color: #212529;
19801  color: #fff;
19802}
19803
19804.modal-dark .modal-content .heading {
19805  color: #fff;
19806}
19807
19808.modal-dark .close > span:not(.sr-only) {
19809  color: #fff;
19810}
19811
19812.modal-default .modal-title {
19813  color: #fff;
19814}
19815
19816.modal-default .modal-header,
19817.modal-default .modal-footer {
19818  border-color: rgba(255, 255, 255, 0.075);
19819}
19820
19821.modal-default .modal-content {
19822  background-color: #172b4d;
19823  color: #fff;
19824}
19825
19826.modal-default .modal-content .heading {
19827  color: #fff;
19828}
19829
19830.modal-default .close > span:not(.sr-only) {
19831  color: #fff;
19832}
19833
19834.modal-white .modal-title {
19835  color: #212529;
19836}
19837
19838.modal-white .modal-header,
19839.modal-white .modal-footer {
19840  border-color: rgba(33, 37, 41, 0.075);
19841}
19842
19843.modal-white .modal-content {
19844  background-color: #fff;
19845  color: #212529;
19846}
19847
19848.modal-white .modal-content .heading {
19849  color: #212529;
19850}
19851
19852.modal-white .close > span:not(.sr-only) {
19853  color: #fff;
19854}
19855
19856.modal-neutral .modal-title {
19857  color: #212529;
19858}
19859
19860.modal-neutral .modal-header,
19861.modal-neutral .modal-footer {
19862  border-color: rgba(33, 37, 41, 0.075);
19863}
19864
19865.modal-neutral .modal-content {
19866  background-color: #fff;
19867  color: #212529;
19868}
19869
19870.modal-neutral .modal-content .heading {
19871  color: #212529;
19872}
19873
19874.modal-neutral .close > span:not(.sr-only) {
19875  color: #fff;
19876}
19877
19878.modal-darker .modal-title {
19879  color: #fff;
19880}
19881
19882.modal-darker .modal-header,
19883.modal-darker .modal-footer {
19884  border-color: rgba(255, 255, 255, 0.075);
19885}
19886
19887.modal-darker .modal-content {
19888  background-color: black;
19889  color: #fff;
19890}
19891
19892.modal-darker .modal-content .heading {
19893  color: #fff;
19894}
19895
19896.modal-darker .close > span:not(.sr-only) {
19897  color: #fff;
19898}
19899
19900.nav-link {
19901  color: #525f7f;
19902}
19903
19904.nav-link:hover, .nav-link.active {
19905  color: #5e72e4;
19906}
19907
19908.nav-link i:not(.fa) {
19909  position: relative;
19910  top: 2px;
19911}
19912
19913.nav-pills .nav-item:not(:last-child) {
19914  padding-right: 1rem;
19915}
19916
19917.nav-pills .nav-link {
19918  padding: 0.75rem 1rem;
19919  color: #5e72e4;
19920  font-weight: 500;
19921  font-size: 0.875rem;
19922  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
19923  background-color: #fff;
19924  transition: all 0.15s ease;
19925}
19926
19927.nav-pills .nav-link:hover {
19928  color: #485fe0;
19929}
19930
19931.nav-pills .nav-link.active,
19932.nav-pills .show > .nav-link {
19933  color: #fff;
19934  background-color: #5e72e4;
19935}
19936
19937@media (max-width: 575.98px) {
19938  .nav-pills .nav-item {
19939    margin-bottom: 1rem;
19940  }
19941}
19942@media (max-width: 767.98px) {
19943  .nav-pills:not(.nav-pills-circle) .nav-item {
19944    padding-right: 0;
19945  }
19946}
19947.nav-pills-circle .nav-link {
19948  text-align: center;
19949  height: 60px;
19950  width: 60px;
19951  padding: 0;
19952  line-height: 60px;
19953  border-radius: 50%;
19954}
19955
19956.nav-pills-circle .nav-link-icon i, .nav-pills-circle .nav-link-icon svg {
19957  font-size: 1rem;
19958}
19959
19960.nav-wrapper {
19961  padding: 1rem 0;
19962  border-top-left-radius: 0.25rem;
19963  border-top-right-radius: 0.25rem;
19964}
19965
19966.nav-wrapper + .card, .nav-wrapper + #dw__login {
19967  border-top-left-radius: 0;
19968  border-top-right-radius: 0;
19969  border-bottom-right-radius: 0.25rem;
19970  border-bottom-left-radius: 0.25rem;
19971}
19972
19973.navbar.navbar-absolute {
19974  position: absolute;
19975  z-index: 1050;
19976  width: 100%;
19977}
19978
19979.navbar-nav .nav-link {
19980  font-size: 0.9rem;
19981  font-family: "Open Sans", sans-serif;
19982  font-weight: 400;
19983  text-transform: normal;
19984  letter-spacing: 0;
19985  transition: all 0.15s linear;
19986}
19987
19988@media (prefers-reduced-motion: reduce) {
19989  .navbar-nav .nav-link {
19990    transition: none;
19991  }
19992}
19993.navbar-nav .nav-link .nav-link-inner--text {
19994  margin-left: 0.25rem;
19995}
19996
19997.navbar-brand {
19998  font-size: 0.875rem;
19999  font-weight: 600;
20000  text-transform: uppercase;
20001  font-size: 0.875rem;
20002  letter-spacing: 0.05px;
20003}
20004
20005.navbar-brand img {
20006  height: 30px;
20007}
20008
20009.navbar-dark .navbar-brand {
20010  color: #fff;
20011}
20012
20013.navbar-light .navbar-brand {
20014  color: #32325d;
20015}
20016
20017.navbar-nav .nav-item .media:not(:last-child) {
20018  margin-bottom: 1.5rem;
20019}
20020
20021@media (min-width: 992px) {
20022  .navbar-nav .nav-item {
20023    margin-right: 0.5rem;
20024  }
20025
20026  .navbar-nav .nav-item [data-toggle=dropdown]::after {
20027    transition: all 0.15s ease;
20028  }
20029
20030  .navbar-nav .nav-item.show [data-toggle=dropdown]::after {
20031    transform: rotate(180deg);
20032  }
20033
20034  .navbar-nav .nav-link {
20035    padding-top: 1rem;
20036    padding-bottom: 1rem;
20037    border-radius: 0.25rem;
20038  }
20039
20040  .navbar-nav .nav-link i {
20041    margin-right: 0.625rem;
20042  }
20043
20044  .navbar-nav .nav-link-icon {
20045    padding-left: 0.5rem !important;
20046    padding-right: 0.5rem !important;
20047    font-size: 1rem;
20048    border-radius: 0.25rem;
20049  }
20050
20051  .navbar-nav .nav-link-icon i {
20052    margin-right: 0;
20053  }
20054
20055  .navbar-nav .dropdown-menu {
20056    opacity: 0;
20057    pointer-events: none;
20058    margin: 0;
20059  }
20060
20061  .navbar-nav .dropdown-menu:before {
20062    background: #fff;
20063    box-shadow: none;
20064    content: "";
20065    display: block;
20066    height: 16px;
20067    width: 16px;
20068    left: 5px;
20069    position: absolute;
20070    bottom: 100%;
20071    transform: rotate(-45deg) translateY(1rem);
20072    z-index: -5;
20073    border-radius: 0.2rem;
20074  }
20075
20076  .navbar-nav .dropdown-menu-right:before {
20077    right: 20px;
20078    left: auto;
20079  }
20080
20081  .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
20082    opacity: 1;
20083    pointer-events: auto;
20084    animation: show-navbar-dropdown 0.25s ease forwards;
20085  }
20086
20087  .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
20088    display: block;
20089    animation: hide-navbar-dropdown 0.15s ease backwards;
20090  }
20091
20092  .navbar-nav.navbar-nav-hover .dropdown-menu {
20093    opacity: 0;
20094    display: block;
20095    pointer-events: none;
20096    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
20097    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
20098    animation: none;
20099  }
20100
20101  .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
20102    display: block;
20103    opacity: 1;
20104    pointer-events: auto;
20105    visibility: visible;
20106    transform: translate(0, 0);
20107    animation: none;
20108  }
20109
20110  .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item.open + .dropdown-menu {
20111    display: block;
20112    opacity: 1;
20113    pointer-events: auto;
20114    visibility: visible;
20115    transform: translate(0, 0);
20116    animation: none;
20117  }
20118
20119  .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item + .dropdown-menu {
20120    margin-left: 10px;
20121  }
20122
20123  .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item + .dropdown-menu:before {
20124    left: -16px;
20125    top: 4px;
20126  }
20127
20128  .navbar-nav .dropdown-menu-inner {
20129    position: relative;
20130    padding: 1rem;
20131  }
20132}
20133.navbar-transparent {
20134  position: absolute;
20135  top: 0;
20136  width: 100%;
20137  z-index: 100;
20138  background-color: transparent !important;
20139  border: 0;
20140  box-shadow: none;
20141}
20142
20143.navbar-transparent .navbar-brand {
20144  color: white;
20145}
20146
20147.navbar-transparent .navbar-toggler {
20148  color: white;
20149}
20150
20151.navbar-transparent .navbar-toggler-icon {
20152  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
20153}
20154
20155.bg-white .navbar-toggler-icon {
20156  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
20157}
20158
20159@media (min-width: 768px) {
20160  .navbar-transparent .navbar-nav .nav-link {
20161    color: rgba(255, 255, 255, 0.95);
20162  }
20163
20164  .navbar-transparent .navbar-nav .nav-link:hover, .navbar-transparent .navbar-nav .nav-link:focus {
20165    color: rgba(255, 255, 255, 0.65);
20166  }
20167
20168  .navbar-transparent .navbar-nav .nav-link.disabled {
20169    color: rgba(255, 255, 255, 0.25);
20170  }
20171
20172  .navbar-transparent .navbar-nav .show > .nav-link,
20173.navbar-transparent .navbar-nav .active > .nav-link,
20174.navbar-transparent .navbar-nav .nav-link.show,
20175.navbar-transparent .navbar-nav .nav-link.active {
20176    color: rgba(255, 255, 255, 0.65);
20177  }
20178
20179  .navbar-transparent .navbar-brand {
20180    color: rgba(255, 255, 255, 0.95);
20181  }
20182
20183  .navbar-transparent .navbar-brand:hover, .navbar-transparent .navbar-brand:focus {
20184    color: rgba(255, 255, 255, 0.95);
20185  }
20186}
20187.navbar-collapse-header {
20188  display: none;
20189}
20190
20191@media (max-width: 991.98px) {
20192  .navbar-nav .nav-link {
20193    padding: 0.625rem 0;
20194    color: #172b4d !important;
20195  }
20196
20197  .navbar-nav .dropdown-menu {
20198    box-shadow: none;
20199    min-width: auto;
20200  }
20201
20202  .navbar-nav .dropdown-menu .media svg {
20203    width: 30px;
20204  }
20205
20206  .navbar-collapse {
20207    width: calc(100% - 1.4rem);
20208    position: absolute;
20209    top: 0;
20210    left: 0;
20211    right: 0;
20212    z-index: 1050;
20213    margin: 0.7rem;
20214    overflow-y: auto;
20215    height: auto !important;
20216    opacity: 0;
20217  }
20218
20219  .navbar-collapse .navbar-toggler {
20220    width: 20px;
20221    height: 20px;
20222    position: relative;
20223    cursor: pointer;
20224    display: inline-block;
20225    padding: 0;
20226  }
20227
20228  .navbar-collapse .navbar-toggler span {
20229    display: block;
20230    position: absolute;
20231    width: 100%;
20232    height: 2px;
20233    border-radius: 2px;
20234    opacity: 1;
20235    background: #283448;
20236  }
20237
20238  .navbar-collapse .navbar-toggler :nth-child(1) {
20239    transform: rotate(135deg);
20240  }
20241
20242  .navbar-collapse .navbar-toggler :nth-child(2) {
20243    transform: rotate(-135deg);
20244  }
20245
20246  .navbar-collapse .navbar-collapse-header {
20247    display: block;
20248    padding-bottom: 1rem;
20249    margin-bottom: 1rem;
20250    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
20251  }
20252
20253  .navbar-collapse .collapse-brand img {
20254    height: 36px;
20255  }
20256
20257  .navbar-collapse .collapse-close {
20258    text-align: right;
20259  }
20260
20261  .navbar-collapse.collapsing,
20262.navbar-collapse.show {
20263    padding: 1.5rem;
20264    border-radius: 0.25rem;
20265    background: #FFF;
20266    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
20267    animation: show-navbar-collapse 0.2s ease forwards;
20268  }
20269
20270  .navbar-collapse.collapsing-out {
20271    animation: hide-navbar-collapse 0.2s ease forwards;
20272  }
20273}
20274@keyframes show-navbar-collapse {
20275  0% {
20276    opacity: 0;
20277    transform: scale(0.95);
20278    transform-origin: 100% 0;
20279  }
20280  100% {
20281    opacity: 1;
20282    transform: scale(1);
20283  }
20284}
20285@keyframes hide-navbar-collapse {
20286  from {
20287    opacity: 1;
20288    transform: scale(1);
20289    transform-origin: 100% 0;
20290  }
20291  to {
20292    opacity: 0;
20293    transform: scale(0.95);
20294  }
20295}
20296@keyframes show-navbar-dropdown {
20297  0% {
20298    opacity: 0;
20299    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
20300    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
20301  }
20302  100% {
20303    transform: translate(0, 0);
20304    opacity: 1;
20305  }
20306}
20307@keyframes hide-navbar-dropdown {
20308  from {
20309    opacity: 1;
20310  }
20311  to {
20312    opacity: 0;
20313    transform: translate(0, 10px);
20314  }
20315}
20316.page-item.active .page-link {
20317  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
20318}
20319
20320.page-item .page-link,
20321.page-item span {
20322  display: flex;
20323  align-items: center;
20324  justify-content: center;
20325  padding: 0;
20326  margin: 0 3px;
20327  border-radius: 50% !important;
20328  width: 36px;
20329  height: 36px;
20330  font-size: 0.875rem;
20331}
20332
20333.pagination-lg .page-item .page-link,
20334.pagination-lg .page-item span {
20335  width: 46px;
20336  height: 46px;
20337  line-height: 46px;
20338}
20339
20340.pagination-sm .page-item .page-link,
20341.pagination-sm .page-item span {
20342  width: 30px;
20343  height: 30px;
20344  line-height: 30px;
20345}
20346
20347.popover {
20348  border: 0;
20349}
20350
20351.popover-header {
20352  font-weight: 600;
20353}
20354
20355.popover-primary {
20356  background-color: #5e72e4;
20357}
20358
20359.popover-primary .popover-header {
20360  background-color: #5e72e4;
20361  color: #fff;
20362}
20363
20364.popover-primary .popover-body {
20365  color: #fff;
20366}
20367
20368.popover-primary .popover-header {
20369  border-color: rgba(255, 255, 255, 0.2);
20370}
20371
20372.popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^=top] .arrow::after {
20373  border-top-color: #5e72e4;
20374}
20375
20376.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^=right] .arrow::after {
20377  border-right-color: #5e72e4;
20378}
20379
20380.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
20381  border-bottom-color: #5e72e4;
20382}
20383
20384.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^=left] .arrow::after {
20385  border-left-color: #5e72e4;
20386}
20387
20388.popover-secondary {
20389  background-color: #f4f5f7;
20390}
20391
20392.popover-secondary .popover-header {
20393  background-color: #f4f5f7;
20394  color: #212529;
20395}
20396
20397.popover-secondary .popover-body {
20398  color: #212529;
20399}
20400
20401.popover-secondary .popover-header {
20402  border-color: rgba(33, 37, 41, 0.2);
20403}
20404
20405.popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after {
20406  border-top-color: #f4f5f7;
20407}
20408
20409.popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after {
20410  border-right-color: #f4f5f7;
20411}
20412
20413.popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
20414  border-bottom-color: #f4f5f7;
20415}
20416
20417.popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after {
20418  border-left-color: #f4f5f7;
20419}
20420
20421.popover-success {
20422  background-color: #2dce89;
20423}
20424
20425.popover-success .popover-header {
20426  background-color: #2dce89;
20427  color: #fff;
20428}
20429
20430.popover-success .popover-body {
20431  color: #fff;
20432}
20433
20434.popover-success .popover-header {
20435  border-color: rgba(255, 255, 255, 0.2);
20436}
20437
20438.popover-success.bs-popover-top .arrow::after, .popover-success.bs-popover-auto[x-placement^=top] .arrow::after {
20439  border-top-color: #2dce89;
20440}
20441
20442.popover-success.bs-popover-right .arrow::after, .popover-success.bs-popover-auto[x-placement^=right] .arrow::after {
20443  border-right-color: #2dce89;
20444}
20445
20446.popover-success.bs-popover-bottom .arrow::after, .popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after {
20447  border-bottom-color: #2dce89;
20448}
20449
20450.popover-success.bs-popover-left .arrow::after, .popover-success.bs-popover-auto[x-placement^=left] .arrow::after {
20451  border-left-color: #2dce89;
20452}
20453
20454.popover-info {
20455  background-color: #11cdef;
20456}
20457
20458.popover-info .popover-header {
20459  background-color: #11cdef;
20460  color: #fff;
20461}
20462
20463.popover-info .popover-body {
20464  color: #fff;
20465}
20466
20467.popover-info .popover-header {
20468  border-color: rgba(255, 255, 255, 0.2);
20469}
20470
20471.popover-info.bs-popover-top .arrow::after, .popover-info.bs-popover-auto[x-placement^=top] .arrow::after {
20472  border-top-color: #11cdef;
20473}
20474
20475.popover-info.bs-popover-right .arrow::after, .popover-info.bs-popover-auto[x-placement^=right] .arrow::after {
20476  border-right-color: #11cdef;
20477}
20478
20479.popover-info.bs-popover-bottom .arrow::after, .popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after {
20480  border-bottom-color: #11cdef;
20481}
20482
20483.popover-info.bs-popover-left .arrow::after, .popover-info.bs-popover-auto[x-placement^=left] .arrow::after {
20484  border-left-color: #11cdef;
20485}
20486
20487.popover-warning {
20488  background-color: #fb6340;
20489}
20490
20491.popover-warning .popover-header {
20492  background-color: #fb6340;
20493  color: #fff;
20494}
20495
20496.popover-warning .popover-body {
20497  color: #fff;
20498}
20499
20500.popover-warning .popover-header {
20501  border-color: rgba(255, 255, 255, 0.2);
20502}
20503
20504.popover-warning.bs-popover-top .arrow::after, .popover-warning.bs-popover-auto[x-placement^=top] .arrow::after {
20505  border-top-color: #fb6340;
20506}
20507
20508.popover-warning.bs-popover-right .arrow::after, .popover-warning.bs-popover-auto[x-placement^=right] .arrow::after {
20509  border-right-color: #fb6340;
20510}
20511
20512.popover-warning.bs-popover-bottom .arrow::after, .popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after {
20513  border-bottom-color: #fb6340;
20514}
20515
20516.popover-warning.bs-popover-left .arrow::after, .popover-warning.bs-popover-auto[x-placement^=left] .arrow::after {
20517  border-left-color: #fb6340;
20518}
20519
20520.popover-danger {
20521  background-color: #f5365c;
20522}
20523
20524.popover-danger .popover-header {
20525  background-color: #f5365c;
20526  color: #fff;
20527}
20528
20529.popover-danger .popover-body {
20530  color: #fff;
20531}
20532
20533.popover-danger .popover-header {
20534  border-color: rgba(255, 255, 255, 0.2);
20535}
20536
20537.popover-danger.bs-popover-top .arrow::after, .popover-danger.bs-popover-auto[x-placement^=top] .arrow::after {
20538  border-top-color: #f5365c;
20539}
20540
20541.popover-danger.bs-popover-right .arrow::after, .popover-danger.bs-popover-auto[x-placement^=right] .arrow::after {
20542  border-right-color: #f5365c;
20543}
20544
20545.popover-danger.bs-popover-bottom .arrow::after, .popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after {
20546  border-bottom-color: #f5365c;
20547}
20548
20549.popover-danger.bs-popover-left .arrow::after, .popover-danger.bs-popover-auto[x-placement^=left] .arrow::after {
20550  border-left-color: #f5365c;
20551}
20552
20553.popover-light {
20554  background-color: #adb5bd;
20555}
20556
20557.popover-light .popover-header {
20558  background-color: #adb5bd;
20559  color: #fff;
20560}
20561
20562.popover-light .popover-body {
20563  color: #fff;
20564}
20565
20566.popover-light .popover-header {
20567  border-color: rgba(255, 255, 255, 0.2);
20568}
20569
20570.popover-light.bs-popover-top .arrow::after, .popover-light.bs-popover-auto[x-placement^=top] .arrow::after {
20571  border-top-color: #adb5bd;
20572}
20573
20574.popover-light.bs-popover-right .arrow::after, .popover-light.bs-popover-auto[x-placement^=right] .arrow::after {
20575  border-right-color: #adb5bd;
20576}
20577
20578.popover-light.bs-popover-bottom .arrow::after, .popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after {
20579  border-bottom-color: #adb5bd;
20580}
20581
20582.popover-light.bs-popover-left .arrow::after, .popover-light.bs-popover-auto[x-placement^=left] .arrow::after {
20583  border-left-color: #adb5bd;
20584}
20585
20586.popover-dark {
20587  background-color: #212529;
20588}
20589
20590.popover-dark .popover-header {
20591  background-color: #212529;
20592  color: #fff;
20593}
20594
20595.popover-dark .popover-body {
20596  color: #fff;
20597}
20598
20599.popover-dark .popover-header {
20600  border-color: rgba(255, 255, 255, 0.2);
20601}
20602
20603.popover-dark.bs-popover-top .arrow::after, .popover-dark.bs-popover-auto[x-placement^=top] .arrow::after {
20604  border-top-color: #212529;
20605}
20606
20607.popover-dark.bs-popover-right .arrow::after, .popover-dark.bs-popover-auto[x-placement^=right] .arrow::after {
20608  border-right-color: #212529;
20609}
20610
20611.popover-dark.bs-popover-bottom .arrow::after, .popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after {
20612  border-bottom-color: #212529;
20613}
20614
20615.popover-dark.bs-popover-left .arrow::after, .popover-dark.bs-popover-auto[x-placement^=left] .arrow::after {
20616  border-left-color: #212529;
20617}
20618
20619.popover-default {
20620  background-color: #172b4d;
20621}
20622
20623.popover-default .popover-header {
20624  background-color: #172b4d;
20625  color: #fff;
20626}
20627
20628.popover-default .popover-body {
20629  color: #fff;
20630}
20631
20632.popover-default .popover-header {
20633  border-color: rgba(255, 255, 255, 0.2);
20634}
20635
20636.popover-default.bs-popover-top .arrow::after, .popover-default.bs-popover-auto[x-placement^=top] .arrow::after {
20637  border-top-color: #172b4d;
20638}
20639
20640.popover-default.bs-popover-right .arrow::after, .popover-default.bs-popover-auto[x-placement^=right] .arrow::after {
20641  border-right-color: #172b4d;
20642}
20643
20644.popover-default.bs-popover-bottom .arrow::after, .popover-default.bs-popover-auto[x-placement^=bottom] .arrow::after {
20645  border-bottom-color: #172b4d;
20646}
20647
20648.popover-default.bs-popover-left .arrow::after, .popover-default.bs-popover-auto[x-placement^=left] .arrow::after {
20649  border-left-color: #172b4d;
20650}
20651
20652.popover-white {
20653  background-color: #fff;
20654}
20655
20656.popover-white .popover-header {
20657  background-color: #fff;
20658  color: #212529;
20659}
20660
20661.popover-white .popover-body {
20662  color: #212529;
20663}
20664
20665.popover-white .popover-header {
20666  border-color: rgba(33, 37, 41, 0.2);
20667}
20668
20669.popover-white.bs-popover-top .arrow::after, .popover-white.bs-popover-auto[x-placement^=top] .arrow::after {
20670  border-top-color: #fff;
20671}
20672
20673.popover-white.bs-popover-right .arrow::after, .popover-white.bs-popover-auto[x-placement^=right] .arrow::after {
20674  border-right-color: #fff;
20675}
20676
20677.popover-white.bs-popover-bottom .arrow::after, .popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after {
20678  border-bottom-color: #fff;
20679}
20680
20681.popover-white.bs-popover-left .arrow::after, .popover-white.bs-popover-auto[x-placement^=left] .arrow::after {
20682  border-left-color: #fff;
20683}
20684
20685.popover-neutral {
20686  background-color: #fff;
20687}
20688
20689.popover-neutral .popover-header {
20690  background-color: #fff;
20691  color: #212529;
20692}
20693
20694.popover-neutral .popover-body {
20695  color: #212529;
20696}
20697
20698.popover-neutral .popover-header {
20699  border-color: rgba(33, 37, 41, 0.2);
20700}
20701
20702.popover-neutral.bs-popover-top .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after {
20703  border-top-color: #fff;
20704}
20705
20706.popover-neutral.bs-popover-right .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after {
20707  border-right-color: #fff;
20708}
20709
20710.popover-neutral.bs-popover-bottom .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after {
20711  border-bottom-color: #fff;
20712}
20713
20714.popover-neutral.bs-popover-left .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after {
20715  border-left-color: #fff;
20716}
20717
20718.popover-darker {
20719  background-color: black;
20720}
20721
20722.popover-darker .popover-header {
20723  background-color: black;
20724  color: #fff;
20725}
20726
20727.popover-darker .popover-body {
20728  color: #fff;
20729}
20730
20731.popover-darker .popover-header {
20732  border-color: rgba(255, 255, 255, 0.2);
20733}
20734
20735.popover-darker.bs-popover-top .arrow::after, .popover-darker.bs-popover-auto[x-placement^=top] .arrow::after {
20736  border-top-color: black;
20737}
20738
20739.popover-darker.bs-popover-right .arrow::after, .popover-darker.bs-popover-auto[x-placement^=right] .arrow::after {
20740  border-right-color: black;
20741}
20742
20743.popover-darker.bs-popover-bottom .arrow::after, .popover-darker.bs-popover-auto[x-placement^=bottom] .arrow::after {
20744  border-bottom-color: black;
20745}
20746
20747.popover-darker.bs-popover-left .arrow::after, .popover-darker.bs-popover-auto[x-placement^=left] .arrow::after {
20748  border-left-color: black;
20749}
20750
20751.progress-wrapper {
20752  position: relative;
20753  padding-top: 1.5rem;
20754}
20755
20756.progress {
20757  height: 8px;
20758  margin-bottom: 1rem;
20759  overflow: hidden;
20760  border-radius: 0.2rem;
20761  background-color: #e9ecef;
20762  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
20763  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
20764}
20765
20766.progress .sr-only {
20767  width: auto;
20768  height: 20px;
20769  margin: 0 0 0 30px;
20770  left: 0;
20771  clip: auto;
20772  line-height: 20px;
20773  font-size: 13px;
20774}
20775
20776.progress-heading {
20777  font-size: 14px;
20778  font-weight: 500;
20779  margin: 0 0 2px;
20780  padding: 0;
20781}
20782
20783.progress-bar {
20784  box-shadow: none;
20785  border-radius: 0;
20786  height: auto;
20787}
20788
20789.progress-label span {
20790  display: inline-block;
20791  color: #172b4d;
20792  font-size: 0.625rem;
20793  font-weight: 600;
20794  text-transform: uppercase;
20795  padding: 0.25rem 0rem;
20796}
20797
20798.progress-percentage {
20799  text-align: right;
20800}
20801
20802.progress-percentage span {
20803  display: inline-block;
20804  color: #8898aa;
20805  font-size: 0.875rem;
20806  font-weight: 600;
20807}
20808
20809.index-page .progress-wrapper {
20810  padding-top: 1rem;
20811}
20812
20813.index-page .progress-wrapper .progress-label {
20814  position: absolute;
20815  top: auto;
20816  bottom: 10px;
20817}
20818
20819.index-page .progress-wrapper .progress {
20820  margin-bottom: 0;
20821}
20822
20823.section {
20824  position: relative;
20825  padding-top: 4rem;
20826  padding-bottom: 4rem;
20827}
20828
20829.section-xl {
20830  padding-top: 8rem;
20831  padding-bottom: 8rem;
20832}
20833
20834.section-lg {
20835  padding-top: 6rem;
20836  padding-bottom: 6rem;
20837}
20838
20839.section-sm {
20840  padding-top: 2rem;
20841  padding-bottom: 2rem;
20842}
20843
20844@media (min-width: 768px) {
20845  .section-hero {
20846    min-height: 500px;
20847  }
20848}
20849.section-shaped {
20850  position: relative;
20851  overflow: hidden;
20852}
20853
20854.section-shaped.section-hero:before {
20855  top: 680px;
20856}
20857
20858.section-shaped .stars-and-coded {
20859  margin-top: 8rem;
20860}
20861
20862.section-shaped .shape {
20863  position: absolute;
20864  top: 0;
20865  z-index: -1;
20866  width: 100%;
20867  height: 100%;
20868}
20869
20870.section-shaped .shape span {
20871  position: absolute;
20872}
20873
20874.section-shaped .shape + .container {
20875  position: relative;
20876  height: 100%;
20877}
20878
20879.section-shaped .shape.shape-skew + .container {
20880  padding-top: 0;
20881}
20882
20883.section-shaped .shape.shape-skew + .container .col {
20884  margin-top: -100px;
20885}
20886
20887.section-shaped .shape.shape-skew + .shape-container {
20888  padding-top: 18rem;
20889  padding-bottom: 19rem;
20890}
20891
20892.section-shaped .shape-skew {
20893  transform: skewY(-4deg);
20894  transform-origin: 0;
20895}
20896
20897.section-shaped .shape-skew span {
20898  transform: skew(4deg);
20899}
20900
20901.section-shaped .shape-primary {
20902  background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
20903}
20904
20905.section-shaped .shape-primary :nth-child(1) {
20906  background: #53f;
20907}
20908
20909.section-shaped .shape-primary :nth-child(2) {
20910  background: #4553ff;
20911}
20912
20913.section-shaped .shape-primary :nth-child(3) {
20914  background: #4f40ff;
20915}
20916
20917.section-shaped .shape-primary :nth-child(4) {
20918  background: #25ddf5;
20919}
20920
20921.section-shaped .shape-primary :nth-child(5) {
20922  background: #1fa2ff;
20923}
20924
20925.section-shaped .shape-default {
20926  background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
20927}
20928
20929.section-shaped .shape-default :nth-child(1) {
20930  background: #7795f8;
20931}
20932
20933.section-shaped .shape-default :nth-child(2) {
20934  background: #7b9aff;
20935}
20936
20937.section-shaped .shape-default :nth-child(3) {
20938  background: #6f8ff8;
20939}
20940
20941.section-shaped .shape-default :nth-child(4) {
20942  background: #76eea7;
20943}
20944
20945.section-shaped .shape-default :nth-child(5) {
20946  background: #6adaff;
20947}
20948
20949.section-shaped .shape-light {
20950  background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%);
20951}
20952
20953.section-shaped .shape-light :nth-child(1) {
20954  background: shapes-light-color("span-1-bg");
20955}
20956
20957.section-shaped .shape-light :nth-child(2) {
20958  background: shapes-light-color("span-2-bg");
20959}
20960
20961.section-shaped .shape-light :nth-child(3) {
20962  background: shapes-light-color("span-3-bg");
20963}
20964
20965.section-shaped .shape-light :nth-child(4) {
20966  background: shapes-light-color("span-4-bg");
20967}
20968
20969.section-shaped .shape-light :nth-child(5) {
20970  background: shapes-light-color("span-5-bg");
20971}
20972
20973.section-shaped .shape-dark {
20974  background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%);
20975}
20976
20977.section-shaped .shape-dark :nth-child(1) {
20978  background: #2e2e57;
20979}
20980
20981.section-shaped .shape-dark :nth-child(2) {
20982  background: #2b2b58;
20983}
20984
20985.section-shaped .shape-dark :nth-child(3) {
20986  background: #25254d;
20987}
20988
20989.section-shaped .shape-dark :nth-child(4) {
20990  background: #d782d9;
20991}
20992
20993.section-shaped .shape-dark :nth-child(5) {
20994  background: #008169;
20995}
20996
20997.section-shaped .shape-style-1 span {
20998  height: 120px;
20999  width: 120px;
21000  border-radius: 50%;
21001}
21002
21003.section-shaped .shape-style-1 .span-200 {
21004  height: 200px;
21005  width: 200px;
21006}
21007
21008.section-shaped .shape-style-1 .span-150 {
21009  height: 150px;
21010  width: 150px;
21011}
21012
21013.section-shaped .shape-style-1 .span-100 {
21014  height: 100px;
21015  width: 100px;
21016}
21017
21018.section-shaped .shape-style-1 .span-75 {
21019  height: 75px;
21020  width: 75px;
21021}
21022
21023.section-shaped .shape-style-1 .span-50 {
21024  height: 50px;
21025  width: 50px;
21026}
21027
21028.section-shaped .shape-style-1 :nth-child(1) {
21029  left: -4%;
21030  bottom: auto;
21031  background: rgba(255, 255, 255, 0.1);
21032}
21033
21034.section-shaped .shape-style-1 :nth-child(2) {
21035  right: 4%;
21036  top: 10%;
21037  background: rgba(255, 255, 255, 0.1);
21038}
21039
21040.section-shaped .shape-style-1 :nth-child(3) {
21041  top: 280px;
21042  right: 5.66666%;
21043  background: rgba(255, 255, 255, 0.3);
21044}
21045
21046.section-shaped .shape-style-1 :nth-child(4) {
21047  top: 320px;
21048  right: 7%;
21049  background: rgba(255, 255, 255, 0.15);
21050}
21051
21052.section-shaped .shape-style-1 :nth-child(5) {
21053  top: 38%;
21054  left: 1%;
21055  right: auto;
21056  background: rgba(255, 255, 255, 0.05);
21057}
21058
21059.section-shaped .shape-style-1 :nth-child(6) {
21060  width: 200px;
21061  height: 200px;
21062  top: 44%;
21063  left: 10%;
21064  right: auto;
21065  background: rgba(255, 255, 255, 0.15);
21066}
21067
21068.section-shaped .shape-style-1 :nth-child(7) {
21069  bottom: 50%;
21070  right: 36%;
21071  background: rgba(255, 255, 255, 0.04);
21072}
21073
21074.section-shaped .shape-style-1 :nth-child(8) {
21075  bottom: 70px;
21076  right: 2%;
21077  background: rgba(255, 255, 255, 0.2);
21078}
21079
21080.section-shaped .shape-style-1 :nth-child(9) {
21081  bottom: 1%;
21082  right: 2%;
21083  background: rgba(255, 255, 255, 0.1);
21084}
21085
21086.section-shaped .shape-style-1 :nth-child(10) {
21087  bottom: 1%;
21088  left: 1%;
21089  right: auto;
21090  background: rgba(255, 255, 255, 0.05);
21091}
21092
21093@media (max-width: 991.98px) {
21094  .section-shaped .shape-style-1 span {
21095    height: 120px;
21096  }
21097}
21098@media (max-width: 767.98px) {
21099  .section-shaped .shape-style-1 span {
21100    height: 90px;
21101  }
21102}
21103.section-shaped .shape-style-1.shape-primary {
21104  background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
21105}
21106
21107.section-shaped .shape-style-1.shape-default {
21108  background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
21109}
21110
21111.section-shaped .shape-style-1.shape-light {
21112  background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%);
21113}
21114
21115.section-shaped .shape-style-1.shape-dark {
21116  background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%);
21117}
21118
21119.section-shaped .shape-style-2 span {
21120  height: 190px;
21121}
21122
21123.section-shaped .shape-style-2 .span-sm {
21124  height: 100px;
21125}
21126
21127.section-shaped .shape-style-2 :nth-child(1) {
21128  width: 33.33333%;
21129  top: 0;
21130  left: -16.66666%;
21131}
21132
21133.section-shaped .shape-style-2 :nth-child(2) {
21134  width: 33.33333%;
21135  top: 0;
21136  left: 16.66666%;
21137  right: auto;
21138}
21139
21140.section-shaped .shape-style-2 :nth-child(3) {
21141  width: 33.33333%;
21142  left: 49.99999%;
21143  bottom: auto;
21144}
21145
21146.section-shaped .shape-style-2 :nth-child(4) {
21147  width: 33.33333%;
21148  top: 55%;
21149  right: -16.66666%;
21150}
21151
21152.section-shaped .shape-style-2 :nth-child(5) {
21153  width: 33.33333%;
21154  bottom: 0;
21155}
21156
21157@media (max-width: 991.98px) {
21158  .section-shaped .shape-style-2 span {
21159    height: 120px;
21160  }
21161}
21162@media (max-width: 767.98px) {
21163  .section-shaped .shape-style-2 span {
21164    height: 90px;
21165  }
21166}
21167.section-shaped .shape-style-3 span {
21168  height: 140px;
21169}
21170
21171.section-shaped .shape-style-3 .span-sm {
21172  height: 100px;
21173}
21174
21175.section-shaped .shape-style-3 :nth-child(1) {
21176  width: 66%;
21177  left: -16.66666%;
21178  bottom: auto;
21179}
21180
21181.section-shaped .shape-style-3 :nth-child(2) {
21182  width: 40%;
21183  top: 54%;
21184  right: -16.66666%;
21185}
21186
21187.section-shaped .shape-style-3 :nth-child(3) {
21188  width: 33.33333%;
21189  top: 34%;
21190  left: -16.66666%;
21191  right: auto;
21192}
21193
21194.section-shaped .shape-style-3 :nth-child(4) {
21195  width: 60%;
21196  bottom: 0;
21197  right: -16.66666%;
21198  opacity: 0.6;
21199}
21200
21201.section-shaped .shape-style-3 :nth-child(5) {
21202  width: 33.33333%;
21203  bottom: 0;
21204}
21205
21206@media (max-width: 991.98px) {
21207  .section-shaped .shape-style-3 span {
21208    height: 120px;
21209  }
21210}
21211@media (max-width: 767.98px) {
21212  .section-shaped .shape-style-3 span {
21213    height: 90px;
21214  }
21215}
21216.device-ill {
21217  pointer-events: none;
21218  position: absolute;
21219  display: flex;
21220  width: 1287px;
21221  left: 50%;
21222  margin-left: -644px;
21223  transform: scale(0.5) rotate(-12deg) translateX(50px);
21224  transform-origin: 50% 20%;
21225  will-change: transform;
21226}
21227
21228.device-ill div {
21229  display: flex;
21230  justify-content: center;
21231  align-items: center;
21232  border-radius: 0.25rem;
21233  padding: 0.875rem;
21234  background: #fff;
21235  box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);
21236}
21237
21238.device-ill .tablet-landscape {
21239  width: 512px;
21240  height: 352px;
21241  margin: 115px 50px 0;
21242}
21243
21244@media (min-width: 670px) {
21245  .device-ill {
21246    flex-wrap: wrap;
21247    width: 512px;
21248    margin-left: -50px;
21249    top: 215px;
21250    transform: rotate(-12deg);
21251    transform-origin: 100% 0;
21252  }
21253
21254  .device-ill [class^=tablet] {
21255    margin: 0;
21256  }
21257
21258  .device-ill .tablet-landscape {
21259    width: 512px;
21260    height: 352px;
21261  }
21262}
21263@media (min-width: 880px) {
21264  .device-ill {
21265    width: 829px;
21266    margin-left: -10px;
21267    top: 20px;
21268  }
21269
21270  .device-ill .tablet-landscape {
21271    align-self: flex-end;
21272    margin-right: 50px;
21273  }
21274
21275  .device-ill .phone-big {
21276    display: flex;
21277    width: 267px;
21278    height: 553px;
21279  }
21280}
21281.section-profile-cover {
21282  height: 580px;
21283  background-size: cover;
21284  background-position: center center;
21285}
21286
21287@media (max-width: 991.98px) {
21288  .section-profile-cover {
21289    height: 400px;
21290  }
21291}
21292.section-components > .form-control + .form-control, #dw__login .section-components > input + .form-control, #dw__login .section-components > .form-control + input, #dw__login .section-components > input + input, #config__manager td .section-components > input.edit + .form-control, #config__manager td .section-components > .form-control + input.edit, #config__manager td .section-components > input.edit + input.edit, .search-results-form fieldset .section-components > input + .form-control, .search-results-form fieldset #config__manager td .section-components > input + input.edit, #config__manager td .search-results-form fieldset .section-components > input + input.edit, .search-results-form fieldset .section-components > .form-control + input, .search-results-form fieldset #config__manager td .section-components > input.edit + input, #config__manager td .search-results-form fieldset .section-components > input.edit + input, .search-results-form fieldset .section-components > input + input, .doku_form .no .section-components > #qsearch__in + .form-control, .doku_form .no #dw__login .section-components > #qsearch__in + input, #dw__login .doku_form .no .section-components > #qsearch__in + input, .doku_form .no #config__manager td .section-components > #qsearch__in + input.edit, #config__manager td .doku_form .no .section-components > #qsearch__in + input.edit, .doku_form .no .search-results-form fieldset .section-components > #qsearch__in + input, .search-results-form fieldset .doku_form .no .section-components > #qsearch__in + input, .doku_form .no .section-components > .form-control + #qsearch__in, .doku_form .no #dw__login .section-components > input + #qsearch__in, #dw__login .doku_form .no .section-components > input + #qsearch__in, .doku_form .no #config__manager td .section-components > input.edit + #qsearch__in, #config__manager td .doku_form .no .section-components > input.edit + #qsearch__in, .doku_form .no .search-results-form fieldset .section-components > input + #qsearch__in, .search-results-form fieldset .doku_form .no .section-components > input + #qsearch__in, .doku_form .no .section-components > #qsearch__in + #qsearch__in, .section-components > textarea + .form-control, #dw__login .section-components > textarea + input, #config__manager td .section-components > textarea + input.edit, .search-results-form fieldset .section-components > textarea + input, .doku_form .no .section-components > textarea + #qsearch__in, .section-components > .form-control + textarea, #dw__login .section-components > input + textarea, #config__manager td .section-components > input.edit + textarea, .search-results-form fieldset .section-components > input + textarea, .doku_form .no .section-components > #qsearch__in + textarea, .section-components > textarea + textarea {
21293  margin-top: 0.5rem;
21294}
21295
21296.section-components > .nav + .nav, .leftsidebar .leftsidebar .section-components > ul + .nav, .leftsidebar .leftsidebar .section-components > .nav + ul, .leftsidebar .leftsidebar .section-components > ul + ul,
21297.section-components > .alert + .alert,
21298.section-components > .navbar + .navbar,
21299.section-components > .progress + .progress,
21300.section-components > .progress + .btn,
21301.section-components .badge,
21302.section-components .btn,
21303.section-components #dw__login button,
21304#dw__login .section-components button,
21305.section-components .qq-upload-button,
21306.section-components .toggleAssistant,
21307.section-components .doku_form .no button,
21308.doku_form .no .section-components button,
21309.section-components #tool__bar button,
21310#tool__bar .section-components button,
21311.section-components #dokuwiki__content .editButtons button,
21312#dokuwiki__content .editButtons .section-components button,
21313.section-components #dokuwiki__content #page__revisions button,
21314#dokuwiki__content #page__revisions .section-components button,
21315.section-components #dokuwiki__content .secedit button,
21316#dokuwiki__content .secedit .section-components button,
21317.section-components button {
21318  margin-top: 0.5rem;
21319  margin-bottom: 0.5rem;
21320}
21321
21322.section-components .btn-group {
21323  margin-top: 0.5rem;
21324  margin-bottom: 0.5rem;
21325}
21326
21327.section-components .btn-group .btn, .section-components .btn-group #dw__login button, #dw__login .section-components .btn-group button, .section-components .btn-group .qq-upload-button, .section-components .btn-group .toggleAssistant, .section-components .btn-group #tool__bar button, #tool__bar .section-components .btn-group button, .section-components .btn-group #dokuwiki__content .editButtons button, #dokuwiki__content .editButtons .section-components .btn-group button, .section-components .btn-group #dokuwiki__content #page__revisions button, #dokuwiki__content #page__revisions .section-components .btn-group button, .section-components .btn-group #dokuwiki__content .secedit button, #dokuwiki__content .secedit .section-components .btn-group button, .section-components .btn-group button {
21328  margin: 0;
21329}
21330
21331.section-components .alert {
21332  margin: 0;
21333}
21334
21335.section-components .alert + .alert {
21336  margin-top: 1.25rem;
21337}
21338
21339.section-components .badge {
21340  margin-right: 0.1rem;
21341}
21342
21343.section-components .modal-footer .btn, .section-components .modal-footer #dw__login button, #dw__login .section-components .modal-footer button, .section-components .modal-footer .qq-upload-button, .section-components .modal-footer .toggleAssistant, .section-components .modal-footer #tool__bar button, #tool__bar .section-components .modal-footer button, .section-components .modal-footer #dokuwiki__content .editButtons button, #dokuwiki__content .editButtons .section-components .modal-footer button, .section-components .modal-footer #dokuwiki__content #page__revisions button, #dokuwiki__content #page__revisions .section-components .modal-footer button, .section-components .modal-footer #dokuwiki__content .secedit button, #dokuwiki__content .secedit .section-components .modal-footer button, .section-components .modal-footer button {
21344  margin: 0;
21345}
21346
21347/* .floating-cards {
21348     perspective:1500px;
21349     position:relative;
21350     align-items:center
21351}
21352
21353.floating-cards > div {
21354     position:absolute;
21355     -ms-flex-negative:0;
21356     flex-shrink:0;
21357     border-radius:8px;
21358     overflow:hidden
21359}
21360.floating-cards .shine {
21361     position:absolute;
21362     left:0;
21363     right:0;
21364     top:0;
21365     bottom:0;
21366     pointer-events:none
21367}
21368*/
21369.separator {
21370  position: absolute;
21371  top: auto;
21372  left: 0;
21373  right: 0;
21374  width: 100%;
21375  height: 150px;
21376  z-index: 1;
21377  transform: translateZ(0);
21378  overflow: hidden;
21379  pointer-events: none;
21380}
21381
21382.separator svg {
21383  position: absolute;
21384  pointer-events: none;
21385}
21386
21387.separator-top {
21388  top: 0;
21389  bottom: auto;
21390}
21391
21392.separator-top svg {
21393  top: 0;
21394}
21395
21396.separator-bottom {
21397  top: auto;
21398  bottom: 0;
21399}
21400
21401.separator-bottom svg {
21402  bottom: 0;
21403}
21404
21405.separator-inverse {
21406  transform: rotate(180deg);
21407}
21408
21409.separator-skew {
21410  height: 80px;
21411}
21412
21413@media (max-width: 991.98px) {
21414  .separator-skew {
21415    z-index: 0;
21416  }
21417}
21418.mt-md,
21419.my-md {
21420  margin-top: 4rem !important;
21421}
21422
21423.mr-md,
21424.mx-md {
21425  margin-right: 4rem !important;
21426}
21427
21428.mb-md,
21429.my-md {
21430  margin-bottom: 4rem !important;
21431}
21432
21433.ml-md,
21434.mx-md {
21435  margin-left: 4rem !important;
21436}
21437
21438.m-lg {
21439  margin: 6rem !important;
21440}
21441
21442.mt-lg,
21443.my-lg {
21444  margin-top: 6rem !important;
21445}
21446
21447.mr-lg,
21448.mx-lg {
21449  margin-right: 6rem !important;
21450}
21451
21452.mb-lg,
21453.my-lg {
21454  margin-bottom: 6rem !important;
21455}
21456
21457.ml-lg,
21458.mx-lg {
21459  margin-left: 6rem !important;
21460}
21461
21462.m-xl {
21463  margin: 8rem !important;
21464}
21465
21466.mt-xl,
21467.my-xl {
21468  margin-top: 8rem !important;
21469}
21470
21471.mr-xl,
21472.mx-xl {
21473  margin-right: 8rem !important;
21474}
21475
21476.mb-xl,
21477.my-xl {
21478  margin-bottom: 8rem !important;
21479}
21480
21481.ml-xl,
21482.mx-xl {
21483  margin-left: 8rem !important;
21484}
21485
21486.pt-lg,
21487.py-lg {
21488  padding-top: 6rem !important;
21489}
21490
21491.pr-lg,
21492.px-lg {
21493  padding-right: 6rem !important;
21494}
21495
21496.pb-lg,
21497.py-lg {
21498  padding-bottom: 6rem !important;
21499}
21500
21501.pl-lg,
21502.px-lg {
21503  padding-left: 6rem !important;
21504}
21505
21506.p-xl {
21507  padding: 8rem !important;
21508}
21509
21510.pt-xl,
21511.py-xl {
21512  padding-top: 8rem !important;
21513}
21514
21515.pr-xl,
21516.px-xl {
21517  padding-right: 8rem !important;
21518}
21519
21520.pb-xl,
21521.py-xl {
21522  padding-bottom: 8rem !important;
21523}
21524
21525.pl-xl,
21526.px-xl {
21527  padding-left: 8rem !important;
21528}
21529
21530.m-auto {
21531  margin: auto !important;
21532}
21533
21534.mt-auto,
21535.my-auto {
21536  margin-top: auto !important;
21537}
21538
21539.mr-auto,
21540.mx-auto {
21541  margin-right: auto !important;
21542}
21543
21544.mb-auto,
21545.my-auto {
21546  margin-bottom: auto !important;
21547}
21548
21549.ml-auto,
21550.mx-auto {
21551  margin-left: auto !important;
21552}
21553
21554p {
21555  font-size: 1rem;
21556  font-weight: 300;
21557  line-height: 1.7;
21558}
21559
21560.lead {
21561  font-size: 1.25rem;
21562  font-weight: 300;
21563  line-height: 1.7;
21564  margin-top: 1.5rem;
21565}
21566
21567.lead + .btn-wrapper {
21568  margin-top: 3rem;
21569}
21570
21571.description {
21572  font-size: 0.875rem;
21573}
21574
21575.heading {
21576  letter-spacing: 0.025em;
21577  font-size: 0.95rem;
21578  text-transform: uppercase;
21579  font-weight: 400;
21580}
21581
21582.heading-title {
21583  letter-spacing: 0.025em;
21584  font-size: 1.375rem;
21585  font-weight: 600;
21586  text-transform: uppercase;
21587}
21588
21589.heading-section {
21590  letter-spacing: 0.025em;
21591  font-size: 1.375rem;
21592  font-weight: 600;
21593  text-transform: uppercase;
21594}
21595
21596.heading-section img {
21597  display: block;
21598  width: 72px;
21599  height: 72px;
21600  margin-bottom: 1.5rem;
21601}
21602
21603.heading-section.text-center img {
21604  margin-left: auto;
21605  margin-right: auto;
21606}
21607
21608.display-1 span,
21609.display-2 span,
21610.display-3 span,
21611.display-4 span {
21612  display: block;
21613  font-weight: 300;
21614}
21615
21616article h4:not(:first-child),
21617article h5:not(:first-child) {
21618  margin-top: 3rem;
21619}
21620
21621article h4, article h5 {
21622  margin-bottom: 1.5rem;
21623}
21624
21625article figure {
21626  margin: 3rem 0;
21627}
21628
21629article h5 + figure {
21630  margin-top: 0;
21631}
21632
21633/* flatpickr v4.5.7, @license MIT */
21634.flatpickr-calendar {
21635  background: transparent;
21636  opacity: 0;
21637  display: none;
21638  text-align: center;
21639  visibility: hidden;
21640  padding: 0;
21641  -webkit-animation: none;
21642  animation: none;
21643  direction: ltr;
21644  border: 0;
21645  font-size: 14px;
21646  line-height: 24px;
21647  border-radius: 5px;
21648  position: absolute;
21649  width: 307.875px;
21650  -webkit-box-sizing: border-box;
21651  box-sizing: border-box;
21652  -ms-touch-action: manipulation;
21653  touch-action: manipulation;
21654  background: #fff;
21655  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
21656  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
21657}
21658
21659.flatpickr-calendar.open,
21660.flatpickr-calendar.inline {
21661  opacity: 1;
21662  max-height: 640px;
21663  visibility: visible;
21664}
21665
21666.flatpickr-calendar.open {
21667  display: inline-block;
21668  z-index: 99999;
21669}
21670
21671.flatpickr-calendar.animate.open {
21672  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
21673  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
21674  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
21675}
21676
21677.flatpickr-calendar.inline {
21678  display: block;
21679  position: relative;
21680  top: 2px;
21681}
21682
21683.flatpickr-calendar.static {
21684  position: absolute;
21685  top: calc(100% + 2px);
21686}
21687
21688.flatpickr-calendar.static.open {
21689  z-index: 999;
21690  display: block;
21691}
21692
21693.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
21694  -webkit-box-shadow: none !important;
21695  box-shadow: none !important;
21696}
21697
21698.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
21699  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
21700  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
21701}
21702
21703.flatpickr-calendar .hasWeeks .dayContainer,
21704.flatpickr-calendar .hasTime .dayContainer {
21705  border-bottom: 0;
21706  border-bottom-right-radius: 0;
21707  border-bottom-left-radius: 0;
21708}
21709
21710.flatpickr-calendar .hasWeeks .dayContainer {
21711  border-left: 0;
21712}
21713
21714.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
21715  height: 40px;
21716  border-top: 1px solid #e6e6e6;
21717}
21718
21719.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
21720  height: auto;
21721}
21722
21723.flatpickr-calendar:before {
21724  background: #fff;
21725  box-shadow: none;
21726  content: "";
21727  display: block;
21728  height: 16px;
21729  width: 16px;
21730  left: 5px;
21731  position: absolute;
21732  bottom: 100%;
21733  transform: rotate(-45deg) translateY(1rem);
21734  z-index: -5;
21735  border-radius: 0.2rem;
21736}
21737
21738.flatpickr-calendar.rightMost:before,
21739.flatpickr-calendar.rightMost:after {
21740  left: auto;
21741  right: 22px;
21742}
21743
21744.flatpickr-calendar:before {
21745  border-width: 5px;
21746  margin: 0 -5px;
21747}
21748
21749.flatpickr-calendar:after {
21750  border-width: 4px;
21751  margin: 0 -4px;
21752}
21753
21754.flatpickr-calendar.arrowTop:before,
21755.flatpickr-calendar.arrowTop:after {
21756  bottom: 100%;
21757}
21758
21759.flatpickr-calendar.arrowTop:before {
21760  border-bottom-color: #e6e6e6;
21761}
21762
21763.flatpickr-calendar.arrowTop:after {
21764  border-bottom-color: #fff;
21765}
21766
21767.flatpickr-calendar.arrowBottom:before,
21768.flatpickr-calendar.arrowBottom:after {
21769  top: 100%;
21770}
21771
21772.flatpickr-calendar.arrowBottom:before {
21773  border-top-color: #e6e6e6;
21774}
21775
21776.flatpickr-calendar.arrowBottom:after {
21777  border-top-color: #fff;
21778}
21779
21780.flatpickr-calendar:focus {
21781  outline: 0;
21782}
21783
21784.flatpickr-wrapper {
21785  position: relative;
21786  display: inline-block;
21787}
21788
21789.flatpickr-months {
21790  display: -webkit-box;
21791  display: -webkit-flex;
21792  display: -ms-flexbox;
21793  display: flex;
21794}
21795
21796.flatpickr-months .flatpickr-month {
21797  background: transparent;
21798  color: rgba(0, 0, 0, 0.9);
21799  fill: rgba(0, 0, 0, 0.9);
21800  height: 28px;
21801  line-height: 1;
21802  text-align: center;
21803  position: relative;
21804  -webkit-user-select: none;
21805  -moz-user-select: none;
21806  -ms-user-select: none;
21807  user-select: none;
21808  overflow: hidden;
21809  -webkit-box-flex: 1;
21810  -webkit-flex: 1;
21811  -ms-flex: 1;
21812  flex: 1;
21813}
21814
21815.flatpickr-months .flatpickr-prev-month,
21816.flatpickr-months .flatpickr-next-month {
21817  text-decoration: none;
21818  cursor: pointer;
21819  position: absolute;
21820  top: 0px;
21821  line-height: 16px;
21822  height: 28px;
21823  padding: 10px;
21824  z-index: 3;
21825  color: rgba(0, 0, 0, 0.9);
21826  fill: rgba(0, 0, 0, 0.9);
21827}
21828
21829.flatpickr-months .flatpickr-prev-month.disabled,
21830.flatpickr-months .flatpickr-next-month.disabled {
21831  display: none;
21832}
21833
21834.flatpickr-months .flatpickr-prev-month i,
21835.flatpickr-months .flatpickr-next-month i {
21836  position: relative;
21837}
21838
21839.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
21840.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
21841  /*
21842        /*rtl:begin:ignore*/
21843  /*
21844        */
21845  left: 0;
21846  /*
21847        /*rtl:end:ignore*/
21848  /*
21849        */
21850}
21851
21852/*
21853      /*rtl:begin:ignore*/
21854/*
21855      /*rtl:end:ignore*/
21856.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
21857.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
21858  /*
21859        /*rtl:begin:ignore*/
21860  /*
21861        */
21862  right: 0;
21863  /*
21864        /*rtl:end:ignore*/
21865  /*
21866        */
21867}
21868
21869/*
21870      /*rtl:begin:ignore*/
21871/*
21872      /*rtl:end:ignore*/
21873.flatpickr-months .flatpickr-prev-month:hover,
21874.flatpickr-months .flatpickr-next-month:hover {
21875  color: #959ea9;
21876}
21877
21878.flatpickr-months .flatpickr-prev-month:hover svg,
21879.flatpickr-months .flatpickr-next-month:hover svg {
21880  fill: #f64747;
21881}
21882
21883.flatpickr-months .flatpickr-prev-month svg,
21884.flatpickr-months .flatpickr-next-month svg {
21885  width: 14px;
21886  height: 14px;
21887}
21888
21889.flatpickr-months .flatpickr-prev-month svg path,
21890.flatpickr-months .flatpickr-next-month svg path {
21891  -webkit-transition: fill 0.1s;
21892  transition: fill 0.1s;
21893  fill: inherit;
21894}
21895
21896.numInputWrapper {
21897  position: relative;
21898  height: auto;
21899}
21900
21901.numInputWrapper input,
21902.numInputWrapper span {
21903  display: inline-block;
21904}
21905
21906.numInputWrapper input {
21907  width: 100%;
21908}
21909
21910.numInputWrapper input::-ms-clear {
21911  display: none;
21912}
21913
21914.numInputWrapper input::-webkit-outer-spin-button,
21915.numInputWrapper input::-webkit-inner-spin-button {
21916  margin: 0;
21917  -webkit-appearance: none;
21918}
21919
21920.numInputWrapper span {
21921  position: absolute;
21922  right: 0;
21923  width: 14px;
21924  padding: 0 4px 0 2px;
21925  height: 50%;
21926  line-height: 50%;
21927  opacity: 0;
21928  cursor: pointer;
21929  border: 1px solid rgba(57, 57, 57, 0.15);
21930  -webkit-box-sizing: border-box;
21931  box-sizing: border-box;
21932}
21933
21934.numInputWrapper span:hover {
21935  background: rgba(0, 0, 0, 0.1);
21936}
21937
21938.numInputWrapper span:active {
21939  background: rgba(0, 0, 0, 0.2);
21940}
21941
21942.numInputWrapper span:after {
21943  display: block;
21944  content: "";
21945  position: absolute;
21946}
21947
21948.numInputWrapper span.arrowUp {
21949  top: -3px;
21950  border-bottom: 0;
21951}
21952
21953.numInputWrapper span.arrowUp:after {
21954  border-left: 4px solid transparent;
21955  border-right: 4px solid transparent;
21956  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
21957  top: 26%;
21958}
21959
21960.numInputWrapper span.arrowDown {
21961  top: 37%;
21962}
21963
21964.numInputWrapper span.arrowDown:after {
21965  border-left: 4px solid transparent;
21966  border-right: 4px solid transparent;
21967  border-top: 4px solid rgba(57, 57, 57, 0.6);
21968  top: 40%;
21969}
21970
21971.numInputWrapper span svg {
21972  width: inherit;
21973  height: auto;
21974}
21975
21976.numInputWrapper span svg path {
21977  fill: rgba(0, 0, 0, 0.5);
21978}
21979
21980.numInputWrapper:hover {
21981  background: rgba(0, 0, 0, 0.05);
21982}
21983
21984.numInputWrapper:hover span {
21985  opacity: 1;
21986}
21987
21988.flatpickr-current-month {
21989  font-size: 135%;
21990  line-height: inherit;
21991  font-weight: 300;
21992  color: inherit;
21993  position: absolute;
21994  width: 75%;
21995  left: 12.5%;
21996  padding: 6.16px 0 0 0;
21997  line-height: 1;
21998  height: 28px;
21999  display: inline-block;
22000  text-align: center;
22001  -webkit-transform: translate3d(0px, 0px, 0px);
22002  transform: translate3d(0px, 0px, 0px);
22003  line-height: 20px;
22004}
22005
22006.flatpickr-current-month span.cur-month {
22007  font-family: inherit;
22008  font-weight: 700;
22009  color: inherit;
22010  display: inline-block;
22011  margin-left: 0.5ch;
22012  padding: 0;
22013}
22014
22015.flatpickr-current-month span.cur-month:hover {
22016  background: rgba(0, 0, 0, 0.05);
22017}
22018
22019.flatpickr-current-month .numInputWrapper {
22020  width: 6ch;
22021  width: 7ch\0 ;
22022  display: inline-block;
22023}
22024
22025.flatpickr-current-month .numInputWrapper span.arrowUp:after {
22026  border-bottom-color: rgba(0, 0, 0, 0.9);
22027}
22028
22029.flatpickr-current-month .numInputWrapper span.arrowDown:after {
22030  border-top-color: rgba(0, 0, 0, 0.9);
22031}
22032
22033.flatpickr-current-month input.cur-year {
22034  background: transparent;
22035  -webkit-box-sizing: border-box;
22036  box-sizing: border-box;
22037  color: inherit;
22038  cursor: text;
22039  padding: 0 0 0 0.5ch;
22040  margin: 0;
22041  display: inline-block;
22042  font-size: inherit;
22043  font-family: inherit;
22044  font-weight: 300;
22045  line-height: inherit;
22046  height: auto;
22047  border: 0;
22048  border-radius: 0;
22049  vertical-align: initial;
22050  -webkit-appearance: textfield;
22051  -moz-appearance: textfield;
22052  appearance: textfield;
22053}
22054
22055.flatpickr-current-month input.cur-year:focus {
22056  outline: 0;
22057}
22058
22059.flatpickr-current-month input.cur-year[disabled],
22060.flatpickr-current-month input.cur-year[disabled]:hover {
22061  font-size: 100%;
22062  color: rgba(0, 0, 0, 0.5);
22063  background: transparent;
22064  pointer-events: none;
22065}
22066
22067.flatpickr-weekdays {
22068  background: transparent;
22069  text-align: center;
22070  overflow: hidden;
22071  width: 100%;
22072  display: -webkit-box;
22073  display: -webkit-flex;
22074  display: -ms-flexbox;
22075  display: flex;
22076  -webkit-box-align: center;
22077  -webkit-align-items: center;
22078  -ms-flex-align: center;
22079  align-items: center;
22080  height: 28px;
22081}
22082
22083.flatpickr-weekdays .flatpickr-weekdaycontainer {
22084  display: -webkit-box;
22085  display: -webkit-flex;
22086  display: -ms-flexbox;
22087  display: flex;
22088  -webkit-box-flex: 1;
22089  -webkit-flex: 1;
22090  -ms-flex: 1;
22091  flex: 1;
22092}
22093
22094span.flatpickr-weekday {
22095  cursor: default;
22096  font-size: 90%;
22097  background: transparent;
22098  color: rgba(0, 0, 0, 0.54);
22099  line-height: 1;
22100  margin: 0;
22101  text-align: center;
22102  display: block;
22103  -webkit-box-flex: 1;
22104  -webkit-flex: 1;
22105  -ms-flex: 1;
22106  flex: 1;
22107  font-weight: bolder;
22108}
22109
22110.dayContainer,
22111.flatpickr-weeks {
22112  padding: 1px 0 0 0;
22113}
22114
22115.flatpickr-days {
22116  position: relative;
22117  overflow: hidden;
22118  display: -webkit-box;
22119  display: -webkit-flex;
22120  display: -ms-flexbox;
22121  display: flex;
22122  -webkit-box-align: start;
22123  -webkit-align-items: flex-start;
22124  -ms-flex-align: start;
22125  align-items: flex-start;
22126  width: 307.875px;
22127}
22128
22129.flatpickr-days:focus {
22130  outline: 0;
22131}
22132
22133.dayContainer {
22134  padding: 0;
22135  outline: 0;
22136  text-align: left;
22137  width: 307.875px;
22138  min-width: 307.875px;
22139  max-width: 307.875px;
22140  -webkit-box-sizing: border-box;
22141  box-sizing: border-box;
22142  display: inline-block;
22143  display: -ms-flexbox;
22144  display: -webkit-box;
22145  display: -webkit-flex;
22146  display: flex;
22147  -webkit-flex-wrap: wrap;
22148  flex-wrap: wrap;
22149  -ms-flex-wrap: wrap;
22150  -ms-flex-pack: justify;
22151  -webkit-justify-content: space-around;
22152  justify-content: space-around;
22153  -webkit-transform: translate3d(0px, 0px, 0px);
22154  transform: translate3d(0px, 0px, 0px);
22155  opacity: 1;
22156}
22157
22158.dayContainer + .dayContainer {
22159  -webkit-box-shadow: -1px 0 0 #e6e6e6;
22160  box-shadow: -1px 0 0 #e6e6e6;
22161}
22162
22163.flatpickr-day {
22164  background: none;
22165  border: 1px solid transparent;
22166  border-radius: 150px;
22167  -webkit-box-sizing: border-box;
22168  box-sizing: border-box;
22169  color: #393939;
22170  cursor: pointer;
22171  font-weight: 400;
22172  width: 14.2857143%;
22173  -webkit-flex-basis: 14.2857143%;
22174  -ms-flex-preferred-size: 14.2857143%;
22175  flex-basis: 14.2857143%;
22176  max-width: 39px;
22177  height: 39px;
22178  line-height: 39px;
22179  margin: 0;
22180  display: inline-block;
22181  position: relative;
22182  -webkit-box-pack: center;
22183  -webkit-justify-content: center;
22184  -ms-flex-pack: center;
22185  justify-content: center;
22186  text-align: center;
22187}
22188
22189.flatpickr-day.inRange,
22190.flatpickr-day.prevMonthDay.inRange,
22191.flatpickr-day.nextMonthDay.inRange,
22192.flatpickr-day.today.inRange,
22193.flatpickr-day.prevMonthDay.today.inRange,
22194.flatpickr-day.nextMonthDay.today.inRange,
22195.flatpickr-day:hover,
22196.flatpickr-day.prevMonthDay:hover,
22197.flatpickr-day.nextMonthDay:hover,
22198.flatpickr-day:focus,
22199.flatpickr-day.prevMonthDay:focus,
22200.flatpickr-day.nextMonthDay:focus {
22201  cursor: pointer;
22202  outline: 0;
22203  background: #e6e6e6;
22204  border-color: #e6e6e6;
22205}
22206
22207.flatpickr-day.today {
22208  border-color: #959ea9;
22209  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
22210}
22211
22212.flatpickr-day.today:hover,
22213.flatpickr-day.today:focus {
22214  border-color: #959ea9;
22215  background: #959ea9;
22216  color: #fff;
22217}
22218
22219.flatpickr-day.selected,
22220.flatpickr-day.startRange,
22221.flatpickr-day.endRange,
22222.flatpickr-day.selected.inRange,
22223.flatpickr-day.startRange.inRange,
22224.flatpickr-day.endRange.inRange,
22225.flatpickr-day.selected:focus,
22226.flatpickr-day.startRange:focus,
22227.flatpickr-day.endRange:focus,
22228.flatpickr-day.selected:hover,
22229.flatpickr-day.startRange:hover,
22230.flatpickr-day.endRange:hover,
22231.flatpickr-day.selected.prevMonthDay,
22232.flatpickr-day.startRange.prevMonthDay,
22233.flatpickr-day.endRange.prevMonthDay,
22234.flatpickr-day.selected.nextMonthDay,
22235.flatpickr-day.startRange.nextMonthDay,
22236.flatpickr-day.endRange.nextMonthDay {
22237  background: #569ff7;
22238  -webkit-box-shadow: none;
22239  box-shadow: none;
22240  color: #fff;
22241  border-color: #569ff7;
22242}
22243
22244.flatpickr-day.selected.startRange,
22245.flatpickr-day.startRange.startRange,
22246.flatpickr-day.endRange.startRange {
22247  border-radius: 50px 0 0 50px;
22248}
22249
22250.flatpickr-day.selected.endRange,
22251.flatpickr-day.startRange.endRange,
22252.flatpickr-day.endRange.endRange {
22253  border-radius: 0 50px 50px 0;
22254}
22255
22256.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
22257.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
22258.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
22259  -webkit-box-shadow: -10px 0 0 #569ff7;
22260  box-shadow: -10px 0 0 #569ff7;
22261}
22262
22263.flatpickr-day.selected.startRange.endRange,
22264.flatpickr-day.startRange.startRange.endRange,
22265.flatpickr-day.endRange.startRange.endRange {
22266  border-radius: 50px;
22267}
22268
22269.flatpickr-day.inRange {
22270  border-radius: 0;
22271  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
22272  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
22273}
22274
22275.flatpickr-day.disabled,
22276.flatpickr-day.disabled:hover,
22277.flatpickr-day.prevMonthDay,
22278.flatpickr-day.nextMonthDay,
22279.flatpickr-day.notAllowed,
22280.flatpickr-day.notAllowed.prevMonthDay,
22281.flatpickr-day.notAllowed.nextMonthDay {
22282  color: rgba(57, 57, 57, 0.3);
22283  background: transparent;
22284  border-color: transparent;
22285  cursor: default;
22286}
22287
22288.flatpickr-day.disabled,
22289.flatpickr-day.disabled:hover {
22290  cursor: not-allowed;
22291  color: rgba(57, 57, 57, 0.1);
22292}
22293
22294.flatpickr-day.week.selected {
22295  border-radius: 0;
22296  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
22297  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
22298}
22299
22300.flatpickr-day.hidden {
22301  visibility: hidden;
22302}
22303
22304.rangeMode .flatpickr-day {
22305  margin-top: 1px;
22306}
22307
22308.flatpickr-weekwrapper {
22309  display: inline-block;
22310  float: left;
22311}
22312
22313.flatpickr-weekwrapper .flatpickr-weeks {
22314  padding: 0 12px;
22315  -webkit-box-shadow: 1px 0 0 #e6e6e6;
22316  box-shadow: 1px 0 0 #e6e6e6;
22317}
22318
22319.flatpickr-weekwrapper .flatpickr-weekday {
22320  float: none;
22321  width: 100%;
22322  line-height: 28px;
22323}
22324
22325.flatpickr-weekwrapper span.flatpickr-day,
22326.flatpickr-weekwrapper span.flatpickr-day:hover {
22327  display: block;
22328  width: 100%;
22329  max-width: none;
22330  color: rgba(57, 57, 57, 0.3);
22331  background: transparent;
22332  cursor: default;
22333  border: none;
22334}
22335
22336.flatpickr-innerContainer {
22337  display: block;
22338  display: -webkit-box;
22339  display: -webkit-flex;
22340  display: -ms-flexbox;
22341  display: flex;
22342  -webkit-box-sizing: border-box;
22343  box-sizing: border-box;
22344  overflow: hidden;
22345}
22346
22347.flatpickr-rContainer {
22348  display: inline-block;
22349  padding: 0;
22350  -webkit-box-sizing: border-box;
22351  box-sizing: border-box;
22352}
22353
22354.flatpickr-time {
22355  text-align: center;
22356  outline: 0;
22357  display: block;
22358  height: 0;
22359  line-height: 40px;
22360  max-height: 40px;
22361  -webkit-box-sizing: border-box;
22362  box-sizing: border-box;
22363  overflow: hidden;
22364  display: -webkit-box;
22365  display: -webkit-flex;
22366  display: -ms-flexbox;
22367  display: flex;
22368}
22369
22370.flatpickr-time:after {
22371  content: "";
22372  display: table;
22373  clear: both;
22374}
22375
22376.flatpickr-time .numInputWrapper {
22377  -webkit-box-flex: 1;
22378  -webkit-flex: 1;
22379  -ms-flex: 1;
22380  flex: 1;
22381  width: 40%;
22382  height: 40px;
22383  float: left;
22384}
22385
22386.flatpickr-time .numInputWrapper span.arrowUp:after {
22387  border-bottom-color: #393939;
22388}
22389
22390.flatpickr-time .numInputWrapper span.arrowDown:after {
22391  border-top-color: #393939;
22392}
22393
22394.flatpickr-time.hasSeconds .numInputWrapper {
22395  width: 26%;
22396}
22397
22398.flatpickr-time.time24hr .numInputWrapper {
22399  width: 49%;
22400}
22401
22402.flatpickr-time input {
22403  background: transparent;
22404  -webkit-box-shadow: none;
22405  box-shadow: none;
22406  border: 0;
22407  border-radius: 0;
22408  text-align: center;
22409  margin: 0;
22410  padding: 0;
22411  height: inherit;
22412  line-height: inherit;
22413  color: #393939;
22414  font-size: 14px;
22415  position: relative;
22416  -webkit-box-sizing: border-box;
22417  box-sizing: border-box;
22418  -webkit-appearance: textfield;
22419  -moz-appearance: textfield;
22420  appearance: textfield;
22421}
22422
22423.flatpickr-time input.flatpickr-hour {
22424  font-weight: bold;
22425}
22426
22427.flatpickr-time input.flatpickr-minute,
22428.flatpickr-time input.flatpickr-second {
22429  font-weight: 400;
22430}
22431
22432.flatpickr-time input:focus {
22433  outline: 0;
22434  border: 0;
22435}
22436
22437.flatpickr-time .flatpickr-time-separator,
22438.flatpickr-time .flatpickr-am-pm {
22439  height: inherit;
22440  display: inline-block;
22441  float: left;
22442  line-height: inherit;
22443  color: #393939;
22444  font-weight: bold;
22445  width: 2%;
22446  -webkit-user-select: none;
22447  -moz-user-select: none;
22448  -ms-user-select: none;
22449  user-select: none;
22450  -webkit-align-self: center;
22451  -ms-flex-item-align: center;
22452  align-self: center;
22453}
22454
22455.flatpickr-time .flatpickr-am-pm {
22456  outline: 0;
22457  width: 18%;
22458  cursor: pointer;
22459  text-align: center;
22460  font-weight: 400;
22461}
22462
22463.flatpickr-time input:hover,
22464.flatpickr-time .flatpickr-am-pm:hover,
22465.flatpickr-time input:focus,
22466.flatpickr-time .flatpickr-am-pm:focus {
22467  background: #eee;
22468}
22469
22470.flatpickr-input[readonly] {
22471  cursor: pointer;
22472}
22473
22474.flatpickr-calendar.open {
22475  margin-left: -38px;
22476  margin-top: 4px;
22477}
22478
22479.flatpickr-calendar.arrowBottom {
22480  margin-top: -20px;
22481}
22482
22483.flatpickr-calendar .flatpickr-innerContainer {
22484  margin-top: 15px !important;
22485}
22486
22487.flatpickr-calendar .numInputWrapper span {
22488  border: none;
22489  border-bottom: 1px solid rgba(57, 57, 57, 0.15);
22490}
22491
22492.flatpickr-calendar .numInputWrapper:hover .arrowUp,
22493.flatpickr-calendar .numInputWrapper:hover .arrowDown {
22494  margin-top: 3px;
22495}
22496
22497.flatpickr-calendar .flatpickr-day.today, .flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange {
22498  background: #5e72e4 !important;
22499  color: #fff;
22500  border: none;
22501}
22502
22503.flatpickr-calendar .flatpickr-day.inRange {
22504  background: rgba(94, 114, 228, 0.28);
22505  border: none;
22506  -webkit-box-shadow: -5px 0 0 #D7DCF8, 5px 0 0 #D7DCF8;
22507  box-shadow: -5px 0 0 #D7DCF8, 5px 0 0 #D7DCF8;
22508}
22509
22510.flatpickr-calendar .flatpickr-day:not(.selected):hover, .flatpickr-calendar .flatpickr-day:not(.selected):focus {
22511  background: rgba(94, 114, 228, 0.28);
22512  border: none;
22513}
22514
22515.flatpickr-calendar .flatpickr-time input:hover,
22516.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover,
22517.flatpickr-calendar .flatpickr-time input:focus,
22518.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:focus {
22519  background: rgba(94, 114, 228, 0.28);
22520}
22521
22522.flatpickr.form-control, #dw__login input.flatpickr, #config__manager td input.flatpickr.edit, .search-results-form fieldset input.flatpickr, .doku_form .no .flatpickr#qsearch__in, textarea.flatpickr {
22523  background: #fff;
22524}
22525
22526@-webkit-keyframes fpFadeInDown {
22527  from {
22528    opacity: 0;
22529    -webkit-transform: translate3d(0, -20px, 0);
22530    transform: translate3d(0, -20px, 0);
22531  }
22532  to {
22533    opacity: 1;
22534    -webkit-transform: translate3d(0, 0, 0);
22535    transform: translate3d(0, 0, 0);
22536  }
22537}
22538@keyframes fpFadeInDown {
22539  from {
22540    opacity: 0;
22541    -webkit-transform: translate3d(0, -20px, 0);
22542    transform: translate3d(0, -20px, 0);
22543  }
22544  to {
22545    opacity: 1;
22546    -webkit-transform: translate3d(0, 0, 0);
22547    transform: translate3d(0, 0, 0);
22548  }
22549}
22550.datepicker {
22551  border-radius: 0.25rem;
22552  direction: ltr;
22553}
22554
22555.datepicker-inline {
22556  width: 220px;
22557}
22558
22559.datepicker-rtl {
22560  direction: rtl;
22561}
22562
22563.datepicker-rtl.dropdown-menu {
22564  left: auto;
22565}
22566
22567.datepicker-rtl table tr td span {
22568  float: right;
22569}
22570
22571.datepicker-dropdown {
22572  top: 0;
22573  left: 0;
22574  padding: 20px 22px;
22575  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
22576}
22577
22578.datepicker-dropdown.datepicker-orient-left:before {
22579  left: 6px;
22580}
22581
22582.datepicker-dropdown.datepicker-orient-left:after {
22583  left: 7px;
22584}
22585
22586.datepicker-dropdown.datepicker-orient-right:before {
22587  right: 6px;
22588}
22589
22590.datepicker-dropdown.datepicker-orient-right:after {
22591  right: 7px;
22592}
22593
22594.datepicker-dropdown.datepicker-orient-bottom:before {
22595  top: -7px;
22596}
22597
22598.datepicker-dropdown.datepicker-orient-bottom:after {
22599  top: -6px;
22600}
22601
22602.datepicker-dropdown.datepicker-orient-top:before {
22603  bottom: -7px;
22604  border-bottom: 0;
22605  border-top: 7px solid white;
22606}
22607
22608.datepicker-dropdown.datepicker-orient-top:after {
22609  bottom: -6px;
22610  border-bottom: 0;
22611  border-top: 6px solid #fff;
22612}
22613
22614.datepicker table {
22615  margin: 0;
22616  -webkit-touch-callout: none;
22617  user-select: none;
22618}
22619
22620.datepicker table tr td {
22621  border-radius: 50%;
22622}
22623
22624.datepicker table tr th {
22625  border-radius: 0.25rem;
22626  font-weight: 500;
22627}
22628
22629.datepicker table tr td,
22630.datepicker table tr th {
22631  transition: all 0.15s ease;
22632  width: 36px;
22633  height: 36px;
22634  border: none;
22635  text-align: center;
22636  font-size: 0.875rem;
22637}
22638
22639.table-striped .datepicker table tr td,
22640.table-striped .datepicker table tr th {
22641  background-color: transparent;
22642}
22643
22644.datepicker table tr td.old, .datepicker table tr td.new {
22645  color: #adb5bd;
22646}
22647
22648.datepicker table tr td.day:hover, .datepicker table tr td.focused {
22649  background: white;
22650  cursor: pointer;
22651}
22652
22653.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
22654  background: none;
22655  color: #dee2e6;
22656  cursor: default;
22657}
22658
22659.datepicker table tr td.highlighted {
22660  border-radius: 0;
22661}
22662
22663.datepicker table tr td.highlighted.focused {
22664  background: #5e72e4;
22665}
22666
22667.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
22668  background: #5e72e4;
22669  color: #ced4da;
22670}
22671
22672.datepicker table tr td.today {
22673  background: white;
22674}
22675
22676.datepicker table tr td.today.focused {
22677  background: white;
22678}
22679
22680.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
22681  background: white;
22682  color: #8898aa;
22683}
22684
22685.datepicker table tr td.range {
22686  background: #5e72e4;
22687  color: #fff;
22688  border-radius: 0;
22689}
22690
22691.datepicker table tr td.range.focused {
22692  background: #3b53de;
22693}
22694
22695.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
22696  background: #324cdd;
22697  color: #8a98eb;
22698}
22699
22700.datepicker table tr td.range.highlighted.focused {
22701  background: #cbd3da;
22702}
22703
22704.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
22705  background: #e9ecef;
22706  color: #dee2e6;
22707}
22708
22709.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
22710  background: #5e72e4;
22711  color: #fff;
22712}
22713
22714.datepicker table tr td.day.range-start {
22715  border-top-right-radius: 0;
22716  border-bottom-right-radius: 0;
22717}
22718
22719.datepicker table tr td.day.range-end {
22720  border-top-left-radius: 0;
22721  border-bottom-left-radius: 0;
22722}
22723
22724.datepicker table tr td.day.range-start.range-end {
22725  border-radius: 50%;
22726}
22727
22728.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
22729  background: #5e72e4;
22730  color: #fff;
22731}
22732
22733.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
22734  background: #5e72e4;
22735  color: #fff;
22736  box-shadow: none;
22737}
22738
22739.datepicker table tr td span {
22740  display: block;
22741  width: 23%;
22742  height: 54px;
22743  line-height: 54px;
22744  float: left;
22745  margin: 1%;
22746  cursor: pointer;
22747  border-radius: 4px;
22748}
22749
22750.datepicker table tr td span:hover, .datepicker table tr td span.focused {
22751  background: #e9ecef;
22752}
22753
22754.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
22755  background: none;
22756  color: #dee2e6;
22757  cursor: default;
22758}
22759
22760.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
22761  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
22762}
22763
22764.datepicker table tr td span.old, .datepicker table tr td span.new {
22765  color: #8898aa;
22766}
22767
22768.datepicker .datepicker-switch {
22769  width: 145px;
22770}
22771
22772.datepicker .datepicker-switch,
22773.datepicker .prev,
22774.datepicker .next,
22775.datepicker tfoot tr th {
22776  cursor: pointer;
22777}
22778
22779.datepicker .datepicker-switch:hover,
22780.datepicker .prev:hover,
22781.datepicker .next:hover,
22782.datepicker tfoot tr th:hover {
22783  background: #e9ecef;
22784}
22785
22786.datepicker .prev.disabled,
22787.datepicker .next.disabled {
22788  visibility: hidden;
22789}
22790
22791.datepicker .cw {
22792  font-size: 10px;
22793  width: 12px;
22794  padding: 0 2px 0 5px;
22795  vertical-align: middle;
22796}
22797
22798.noUi-target,
22799.noUi-target * {
22800  -webkit-touch-callout: none;
22801  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
22802  -webkit-user-select: none;
22803  touch-action: none;
22804  user-select: none;
22805  box-sizing: border-box;
22806}
22807
22808.noUi-target {
22809  position: relative;
22810  direction: ltr;
22811}
22812
22813.noUi-base,
22814.noUi-connects {
22815  width: 100%;
22816  height: 100%;
22817  position: relative;
22818  z-index: 1;
22819}
22820
22821/* Wrapper for all connect elements.
22822 */
22823.noUi-connects {
22824  overflow: hidden;
22825  z-index: 0;
22826}
22827
22828.noUi-connect,
22829.noUi-origin {
22830  will-change: transform;
22831  position: absolute;
22832  z-index: 1;
22833  top: 0;
22834  left: 0;
22835  -ms-transform-origin: 0 0;
22836  -webkit-transform-origin: 0 0;
22837  -webkit-transform-style: preserve-3d;
22838  transform-origin: 0 0;
22839  transform-style: flat;
22840}
22841
22842.noUi-connect {
22843  height: 100%;
22844  width: 100%;
22845}
22846
22847.noUi-origin {
22848  height: 10%;
22849  width: 10%;
22850}
22851
22852html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
22853  left: auto;
22854  right: 0;
22855}
22856
22857.noUi-vertical .noUi-origin {
22858  width: 0;
22859}
22860
22861.noUi-horizontal .noUi-origin {
22862  height: 0;
22863}
22864
22865.noUi-handle {
22866  -webkit-backface-visibility: hidden;
22867  backface-visibility: hidden;
22868  position: absolute;
22869}
22870
22871.noUi-touch-area {
22872  height: 100%;
22873  width: 100%;
22874}
22875
22876.noUi-state-tap .noUi-connect,
22877.noUi-state-tap .noUi-origin {
22878  -webkit-transition: transform 0.3s;
22879  transition: transform 0.3s;
22880}
22881
22882.noUi-state-drag * {
22883  cursor: inherit !important;
22884}
22885
22886.noUi-horizontal {
22887  height: 5px;
22888}
22889
22890.noUi-horizontal .noUi-handle {
22891  width: 34px;
22892  height: 28px;
22893  left: -17px;
22894  top: -6px;
22895}
22896
22897.noUi-vertical {
22898  width: 5px;
22899}
22900
22901.noUi-vertical .noUi-handle {
22902  width: 28px;
22903  height: 34px;
22904  left: -6px;
22905  top: -17px;
22906}
22907
22908html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
22909  right: -17px;
22910  left: auto;
22911}
22912
22913.noUi-connects {
22914  border-radius: 3px;
22915}
22916
22917.noUi-connect {
22918  background: #5e72e4;
22919}
22920
22921.noUi-draggable {
22922  cursor: ew-resize;
22923}
22924
22925.noUi-vertical .noUi-draggable {
22926  cursor: ns-resize;
22927}
22928
22929.noUi-handle {
22930  border: 1px solid #D9D9D9;
22931  border-radius: 3px;
22932  background: #FFF;
22933  cursor: default;
22934  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
22935  outline: none;
22936}
22937
22938.noUi-active {
22939  outline: none;
22940}
22941
22942/* Disabled state;
22943 */
22944[disabled] .noUi-connect {
22945  background: #B8B8B8;
22946}
22947
22948[disabled].noUi-target,
22949[disabled].noUi-handle,
22950[disabled] .noUi-handle {
22951  cursor: not-allowed;
22952}
22953
22954/* Base;
22955 *
22956 */
22957.noUi-pips,
22958.noUi-pips * {
22959  -moz-box-sizing: border-box;
22960  box-sizing: border-box;
22961}
22962
22963.noUi-pips {
22964  position: absolute;
22965  color: #999;
22966}
22967
22968/* Values;
22969 *
22970 */
22971.noUi-value {
22972  position: absolute;
22973  white-space: nowrap;
22974  text-align: center;
22975}
22976
22977.noUi-value-sub {
22978  color: #ccc;
22979  font-size: 10px;
22980}
22981
22982/* Markings;
22983 *
22984 */
22985.noUi-marker {
22986  position: absolute;
22987  background: #CCC;
22988}
22989
22990.noUi-marker-sub {
22991  background: #AAA;
22992}
22993
22994.noUi-marker-large {
22995  background: #AAA;
22996}
22997
22998/* Horizontal layout;
22999 *
23000 */
23001.noUi-pips-horizontal {
23002  padding: 10px 0;
23003  height: 80px;
23004  top: 100%;
23005  left: 0;
23006  width: 100%;
23007}
23008
23009.noUi-value-horizontal {
23010  -webkit-transform: translate(-50%, 50%);
23011  transform: translate(-50%, 50%);
23012}
23013
23014.noUi-rtl .noUi-value-horizontal {
23015  -webkit-transform: translate(50%, 50%);
23016  transform: translate(50%, 50%);
23017}
23018
23019.noUi-marker-horizontal.noUi-marker {
23020  margin-left: -1px;
23021  width: 2px;
23022  height: 5px;
23023}
23024
23025.noUi-marker-horizontal.noUi-marker-sub {
23026  height: 10px;
23027}
23028
23029.noUi-marker-horizontal.noUi-marker-large {
23030  height: 15px;
23031}
23032
23033/* Vertical layout;
23034 *
23035 */
23036.noUi-pips-vertical {
23037  padding: 0 10px;
23038  height: 100%;
23039  top: 0;
23040  left: 100%;
23041}
23042
23043.noUi-value-vertical {
23044  -webkit-transform: translate(0, -50%);
23045  transform: translate(0, -50%, 0);
23046  padding-left: 25px;
23047}
23048
23049.noUi-rtl .noUi-value-vertical {
23050  -webkit-transform: translate(0, 50%);
23051  transform: translate(0, 50%);
23052}
23053
23054.noUi-marker-vertical.noUi-marker {
23055  width: 5px;
23056  height: 2px;
23057  margin-top: -1px;
23058}
23059
23060.noUi-marker-vertical.noUi-marker-sub {
23061  width: 10px;
23062}
23063
23064.noUi-marker-vertical.noUi-marker-large {
23065  width: 15px;
23066}
23067
23068.noUi-tooltip {
23069  display: block;
23070  position: absolute;
23071  border: 1px solid #D9D9D9;
23072  border-radius: 3px;
23073  background: #fff;
23074  color: #000;
23075  padding: 5px;
23076  text-align: center;
23077  white-space: nowrap;
23078}
23079
23080.noUi-horizontal .noUi-tooltip {
23081  -webkit-transform: translate(-50%, 0);
23082  transform: translate(-50%, 0);
23083  left: 50%;
23084  bottom: 120%;
23085}
23086
23087.noUi-vertical .noUi-tooltip {
23088  -webkit-transform: translate(0, -50%);
23089  transform: translate(0, -50%);
23090  top: 50%;
23091  right: 120%;
23092}
23093
23094.noUi-target {
23095  background: #eceeef;
23096  border-radius: 5px;
23097  border: 0;
23098  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
23099  margin: 15px 0;
23100  cursor: pointer;
23101}
23102
23103.noUi-horizontal {
23104  height: 5px;
23105}
23106
23107html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
23108  right: -10px;
23109}
23110
23111.noUi-vertical {
23112  width: 5px;
23113}
23114
23115.noUi-connect {
23116  background: #5e72e4;
23117  box-shadow: none;
23118}
23119
23120.noUi-horizontal .noUi-handle,
23121.noUi-vertical .noUi-handle {
23122  top: -5px;
23123  width: 15px;
23124  height: 15px;
23125  border-radius: 100%;
23126  box-shadow: none;
23127  cursor: pointer;
23128  background-color: #5e72e4;
23129  border: 0;
23130  transition: box-shadow 0.15s, transform 0.15s;
23131}
23132
23133.noUi-horizontal .noUi-handle.noUi-active,
23134.noUi-vertical .noUi-handle.noUi-active {
23135  transform: scale(1.2);
23136}
23137
23138.input-slider--cyan .noUi-connect {
23139  background: #2bffc6;
23140}
23141
23142.input-slider--cyan.noUi-horizontal .noUi-handle,
23143.input-slider--cyan.noUi-vertical .noUi-handle {
23144  background-color: #2bffc6;
23145}
23146
23147.input-slider--red .noUi-connect {
23148  background: #f5365c;
23149}
23150
23151.input-slider--red.noUi-horizontal .noUi-handle,
23152.input-slider--red.noUi-vertical .noUi-handle {
23153  background-color: #f5365c;
23154}
23155
23156.input-slider--green .noUi-connect {
23157  background: #2dce89;
23158}
23159
23160.input-slider--green.noUi-horizontal .noUi-handle,
23161.input-slider--green.noUi-vertical .noUi-handle {
23162  background-color: #2dce89;
23163}
23164
23165.input-slider--yellow .noUi-connect {
23166  background: #ffd600;
23167}
23168
23169.input-slider--yellow.noUi-horizontal .noUi-handle,
23170.input-slider--yellow.noUi-vertical .noUi-handle {
23171  background-color: #ffd600;
23172}
23173
23174.input-slider--pink .noUi-connect {
23175  background: #f3a4b5;
23176}
23177
23178.input-slider--pink.noUi-horizontal .noUi-handle,
23179.input-slider--pink.noUi-vertical .noUi-handle {
23180  background-color: #f3a4b5;
23181}
23182
23183/* Disabled state */
23184[disabled] .noUi-connect,
23185[disabled].noUi-connect {
23186  background: #b2b2b2;
23187}
23188
23189[disabled] .noUi-handle,
23190[disabled].noUi-origin {
23191  cursor: not-allowed;
23192}
23193
23194/* Range slider value labels */
23195.range-slider-value {
23196  font-size: 0.75rem;
23197  font-weight: 500;
23198  background-color: rgba(33, 37, 41, 0.7);
23199  color: #fff;
23200  border-radius: 10px;
23201  padding: 0.4em 0.8em 0.3em 0.85em;
23202}
23203
23204.range-slider-wrapper .upper-info {
23205  font-weight: 400;
23206  margin-bottom: 5px;
23207}
23208
23209.input-slider-value-output {
23210  background: #333;
23211  color: #fff;
23212  padding: 4px 8px;
23213  position: relative;
23214  top: 12px;
23215  font-size: 11px;
23216  border-radius: 2px;
23217}
23218
23219.input-slider-value-output:after {
23220  bottom: 100%;
23221  left: 10px;
23222  border: solid transparent;
23223  content: " ";
23224  height: 0;
23225  width: 0;
23226  position: absolute;
23227  pointer-events: none;
23228  border-color: rgba(136, 183, 213, 0);
23229  border-bottom-color: #333;
23230  border-width: 4px;
23231  margin-left: -4px;
23232}
23233
23234.input-slider-value-output.left:after {
23235  left: 10px;
23236  right: auto;
23237}
23238
23239.input-slider-value-output.right:after {
23240  right: 10px;
23241  left: auto;
23242}
23243
23244.headroom {
23245  will-change: transform;
23246  background-color: inherit;
23247  transition: all 0.15s ease;
23248}
23249
23250@media (prefers-reduced-motion: reduce) {
23251  .headroom {
23252    transition: none;
23253  }
23254}
23255.headroom--pinned {
23256  transform: translateY(0%);
23257}
23258
23259.headroom--unpinned {
23260  transform: translateY(-100%);
23261}
23262
23263.headroom--not-top {
23264  padding-top: 0.5rem;
23265  padding-bottom: 0.5rem;
23266  background-color: #172b4d !important;
23267  box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
23268}
23269
23270.ct-clipboard {
23271  position: relative;
23272  display: none;
23273  float: right;
23274}
23275
23276.ct-clipboard + .highlight {
23277  margin-top: 0;
23278}
23279
23280.btn-clipboard {
23281  position: absolute;
23282  top: 1rem;
23283  right: 1rem;
23284  z-index: 10;
23285  display: block;
23286  padding: 0.25rem 0.5rem;
23287  font-size: 75%;
23288  cursor: pointer;
23289  background-color: transparent;
23290  border: 0;
23291  border-radius: 0.25rem;
23292  color: #fff;
23293  background-color: #5e72e4;
23294}
23295
23296.btn-clipboard:hover {
23297  color: #fff;
23298  background-color: #324cdd;
23299}
23300
23301@media (min-width: 768px) {
23302  .ct-clipboard {
23303    display: block;
23304  }
23305}
23306.ct-example-row .row > .col span,
23307.ct-example-row .row > [class^=col-] span {
23308  display: block;
23309  padding: 0.75rem;
23310  color: #393f49;
23311  background-color: white;
23312  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 16px;
23313  font-size: 0.875rem;
23314  border-radius: 0.25rem;
23315  margin: 1rem 0;
23316}
23317
23318.ct-example-row .no-gutters > .col span,
23319.ct-example-row .no-gutters > [class^=col-] span {
23320  border-radius: 0;
23321}
23322
23323.ct-example-row .flex-items-top,
23324.ct-example-row .flex-items-middle,
23325.ct-example-row .flex-items-bottom {
23326  min-height: 6rem;
23327  background-color: rgba(255, 0, 0, 0.1);
23328}
23329
23330.ct-example-row-flex-cols .row {
23331  min-height: 10rem;
23332  background-color: rgba(255, 0, 0, 0.1);
23333}
23334
23335.ct-example-row-flex-cols .row + .row {
23336  margin-top: 1rem;
23337}
23338
23339.ct-highlight {
23340  background-color: rgba(94, 114, 228, 0.15);
23341  border: 1px solid rgba(94, 114, 228, 0.15);
23342}
23343
23344.example-container {
23345  width: 800px;
23346  width: 100%;
23347  padding-right: 15px;
23348  padding-left: 15px;
23349  margin-right: auto;
23350  margin-left: auto;
23351}
23352
23353.example-row {
23354  display: flex;
23355  flex-wrap: wrap;
23356  margin-right: -15px;
23357  margin-left: -15px;
23358}
23359
23360.example-content-main {
23361  position: relative;
23362  width: 100%;
23363  padding-right: 15px;
23364  padding-left: 15px;
23365}
23366
23367@media (min-width: 576px) {
23368  .example-content-main {
23369    flex: 0 0 50%;
23370    max-width: 50%;
23371  }
23372}
23373@media (min-width: 992px) {
23374  .example-content-main {
23375    flex: 0 0 66.6666666667%;
23376    max-width: 66.6666666667%;
23377  }
23378}
23379.example-content-secondary {
23380  position: relative;
23381  width: 100%;
23382  padding-right: 15px;
23383  padding-left: 15px;
23384}
23385
23386@media (min-width: 576px) {
23387  .example-content-secondary {
23388    flex: 0 0 50%;
23389    max-width: 50%;
23390  }
23391}
23392@media (min-width: 992px) {
23393  .example-content-secondary {
23394    flex: 0 0 33.3333333333%;
23395    max-width: 33.3333333333%;
23396  }
23397}
23398.ct-example-container {
23399  min-width: 16rem;
23400  max-width: 25rem;
23401  margin-right: auto;
23402  margin-left: auto;
23403}
23404
23405.ct-example-container-header {
23406  height: 3rem;
23407  margin-bottom: 0.5rem;
23408  background-color: white;
23409  border-radius: 0.25rem;
23410}
23411
23412.ct-example-container-sidebar {
23413  float: right;
23414  width: 4rem;
23415  height: 8rem;
23416  background-color: #cbd2f6;
23417  border-radius: 0.25rem;
23418}
23419
23420.ct-example-container-body {
23421  height: 8rem;
23422  margin-right: 4.5rem;
23423  background-color: #cbd2f6;
23424  border-radius: 0.25rem;
23425}
23426
23427.ct-example-container-fluid {
23428  max-width: none;
23429}
23430
23431.ct-example {
23432  position: relative;
23433  margin: 1rem -15px 0;
23434}
23435
23436.ct-example::after {
23437  display: block;
23438  clear: both;
23439  content: "";
23440}
23441
23442@media (min-width: 576px) {
23443  .ct-example {
23444    margin-right: 0;
23445    margin-left: 0;
23446  }
23447}
23448.ct-example + .highlight,
23449.ct-example + .clipboard + .highlight {
23450  margin-top: 0;
23451}
23452
23453.ct-example + p {
23454  margin-top: 2rem;
23455}
23456
23457.ct-example .pos-f-t {
23458  position: relative;
23459  margin: -1rem;
23460}
23461
23462@media (min-width: 576px) {
23463  .ct-example .pos-f-t {
23464    margin: -1.5rem;
23465  }
23466}
23467.ct-example .custom-file-input:lang(es) ~ .custom-file-label::after {
23468  content: "Elegir";
23469}
23470
23471.ct-example > .form-control + .form-control, #dw__login .ct-example > input + .form-control, #dw__login .ct-example > .form-control + input, #dw__login .ct-example > input + input, #config__manager td .ct-example > input.edit + .form-control, #config__manager td .ct-example > .form-control + input.edit, #config__manager td .ct-example > input.edit + input.edit, .search-results-form fieldset .ct-example > input + .form-control, .search-results-form fieldset #config__manager td .ct-example > input + input.edit, #config__manager td .search-results-form fieldset .ct-example > input + input.edit, .search-results-form fieldset .ct-example > .form-control + input, .search-results-form fieldset #config__manager td .ct-example > input.edit + input, #config__manager td .search-results-form fieldset .ct-example > input.edit + input, .search-results-form fieldset .ct-example > input + input, .doku_form .no .ct-example > #qsearch__in + .form-control, .doku_form .no #dw__login .ct-example > #qsearch__in + input, #dw__login .doku_form .no .ct-example > #qsearch__in + input, .doku_form .no #config__manager td .ct-example > #qsearch__in + input.edit, #config__manager td .doku_form .no .ct-example > #qsearch__in + input.edit, .doku_form .no .search-results-form fieldset .ct-example > #qsearch__in + input, .search-results-form fieldset .doku_form .no .ct-example > #qsearch__in + input, .doku_form .no .ct-example > .form-control + #qsearch__in, .doku_form .no #dw__login .ct-example > input + #qsearch__in, #dw__login .doku_form .no .ct-example > input + #qsearch__in, .doku_form .no #config__manager td .ct-example > input.edit + #qsearch__in, #config__manager td .doku_form .no .ct-example > input.edit + #qsearch__in, .doku_form .no .search-results-form fieldset .ct-example > input + #qsearch__in, .search-results-form fieldset .doku_form .no .ct-example > input + #qsearch__in, .doku_form .no .ct-example > #qsearch__in + #qsearch__in, .ct-example > textarea + .form-control, #dw__login .ct-example > textarea + input, #config__manager td .ct-example > textarea + input.edit, .search-results-form fieldset .ct-example > textarea + input, .doku_form .no .ct-example > textarea + #qsearch__in, .ct-example > .form-control + textarea, #dw__login .ct-example > input + textarea, #config__manager td .ct-example > input.edit + textarea, .search-results-form fieldset .ct-example > input + textarea, .doku_form .no .ct-example > #qsearch__in + textarea, .ct-example > textarea + textarea {
23472  margin-top: 0.5rem;
23473}
23474
23475.ct-example > .nav + .nav, .leftsidebar .leftsidebar .ct-example > ul + .nav, .leftsidebar .leftsidebar .ct-example > .nav + ul, .leftsidebar .leftsidebar .ct-example > ul + ul,
23476.ct-example > .alert + .alert,
23477.ct-example > .navbar + .navbar,
23478.ct-example > .progress + .progress,
23479.ct-example > .progress + .btn,
23480.ct-example .badge,
23481.ct-example .btn,
23482.ct-example #dw__login button,
23483#dw__login .ct-example button,
23484.ct-example .qq-upload-button,
23485.ct-example .toggleAssistant,
23486.ct-example .doku_form .no button,
23487.doku_form .no .ct-example button,
23488.ct-example #tool__bar button,
23489#tool__bar .ct-example button,
23490.ct-example #dokuwiki__content .editButtons button,
23491#dokuwiki__content .editButtons .ct-example button,
23492.ct-example #dokuwiki__content #page__revisions button,
23493#dokuwiki__content #page__revisions .ct-example button,
23494.ct-example #dokuwiki__content .secedit button,
23495#dokuwiki__content .secedit .ct-example button,
23496.ct-example button {
23497  margin-top: 0.5rem;
23498  margin-bottom: 0.5rem;
23499}
23500
23501.ct-example .btn-group {
23502  margin-top: 0.5rem;
23503  margin-bottom: 0.5rem;
23504}
23505
23506.ct-example .btn-group .btn, .ct-example .btn-group #dw__login button, #dw__login .ct-example .btn-group button, .ct-example .btn-group .qq-upload-button, .ct-example .btn-group .toggleAssistant, .ct-example .btn-group #tool__bar button, #tool__bar .ct-example .btn-group button, .ct-example .btn-group #dokuwiki__content .editButtons button, #dokuwiki__content .editButtons .ct-example .btn-group button, .ct-example .btn-group #dokuwiki__content #page__revisions button, #dokuwiki__content #page__revisions .ct-example .btn-group button, .ct-example .btn-group #dokuwiki__content .secedit button, #dokuwiki__content .secedit .ct-example .btn-group button, .ct-example .btn-group button {
23507  margin: 0;
23508}
23509
23510.ct-example .alert {
23511  margin: 0;
23512}
23513
23514.ct-example .alert + .alert {
23515  margin-top: 1.25rem;
23516}
23517
23518.ct-example .badge {
23519  margin-right: 0.5rem;
23520}
23521
23522.ct-example > .dropdown-menu:first-child {
23523  position: static;
23524  display: block;
23525}
23526
23527.ct-example > .form-group:last-child, .doku_form .ct-example > .no:last-child {
23528  margin-bottom: 0;
23529}
23530
23531.ct-example > .close {
23532  float: none;
23533}
23534
23535.ct-example-type .table .type-info, .ct-example-type #dokuwiki__content table .type-info, #dokuwiki__content .ct-example-type table .type-info {
23536  color: #999;
23537  vertical-align: middle;
23538}
23539
23540.ct-example-type .table td, .ct-example-type #dokuwiki__content table td, #dokuwiki__content .ct-example-type table td {
23541  padding: 1rem 0;
23542  border-color: #eee;
23543}
23544
23545.ct-example-type .table tr:first-child td, .ct-example-type #dokuwiki__content table tr:first-child td, #dokuwiki__content .ct-example-type table tr:first-child td {
23546  border-top: 0;
23547}
23548
23549.ct-example-type h1,
23550.ct-example-type h2,
23551.ct-example-type h3,
23552.ct-example-type h4,
23553.ct-example-type h5,
23554.ct-example-type h6 {
23555  margin-top: 0;
23556  margin-bottom: 0;
23557}
23558
23559.ct-example-bg-classes p {
23560  padding: 1rem;
23561}
23562
23563.ct-example > img + img {
23564  margin-left: 0.5rem;
23565}
23566
23567.ct-example > .btn-group {
23568  margin-top: 0.25rem;
23569  margin-bottom: 0.25rem;
23570}
23571
23572.ct-example > .btn-toolbar + .btn-toolbar {
23573  margin-top: 0.5rem;
23574}
23575
23576.ct-example-control-sizing select,
23577.ct-example-control-sizing input[type=text] + input[type=text] {
23578  margin-top: 0.5rem;
23579}
23580
23581.ct-example-form .input-group, .ct-example-form .doku_form .no, .doku_form .ct-example-form .no {
23582  margin-bottom: 0.5rem;
23583}
23584
23585.ct-example > textarea.form-control, .doku_form .no .ct-example > textarea#qsearch__in, .ct-example > textarea {
23586  resize: vertical;
23587}
23588
23589.ct-example > .list-group {
23590  max-width: 400px;
23591}
23592
23593.ct-example .fixed-top,
23594.ct-example .sticky-top {
23595  position: static;
23596  margin: -1rem -1rem 1rem;
23597}
23598
23599.ct-example .fixed-bottom {
23600  position: static;
23601  margin: 1rem -1rem -1rem;
23602}
23603
23604@media (min-width: 576px) {
23605  .ct-example .fixed-top,
23606.ct-example .sticky-top {
23607    margin: -1.5rem -1.5rem 1rem;
23608  }
23609
23610  .ct-example .fixed-bottom {
23611    margin: 1rem -1.5rem -1.5rem;
23612  }
23613}
23614.ct-example .pagination {
23615  margin-top: 0.5rem;
23616  margin-bottom: 0.5rem;
23617}
23618
23619.modal {
23620  z-index: 1072;
23621}
23622
23623.modal .tooltip,
23624.modal .popover {
23625  z-index: 1073;
23626}
23627
23628.modal-backdrop {
23629  z-index: 1071;
23630}
23631
23632.ct-example-modal {
23633  background-color: #fafafa;
23634}
23635
23636.ct-example-modal .modal {
23637  position: relative;
23638  top: auto;
23639  right: auto;
23640  bottom: auto;
23641  left: auto;
23642  z-index: 1;
23643  display: block;
23644}
23645
23646.ct-example-modal .modal-dialog {
23647  left: auto;
23648  margin-right: auto;
23649  margin-left: auto;
23650}
23651
23652.ct-example-tabs .nav-tabs {
23653  margin-bottom: 1rem;
23654}
23655
23656.ct-example-popover-static {
23657  padding-bottom: 1.5rem;
23658  background-color: #f9f9f9;
23659}
23660
23661.ct-example-popover-static .popover {
23662  position: relative;
23663  display: block;
23664  float: left;
23665  width: 260px;
23666  margin: 1.25rem;
23667}
23668
23669.tooltip-demo a {
23670  white-space: nowrap;
23671}
23672
23673.ct-example-tooltip-static .tooltip {
23674  position: relative;
23675  display: inline-block;
23676  margin: 10px 20px;
23677  opacity: 1;
23678}
23679
23680.scrollspy-example {
23681  position: relative;
23682  height: 200px;
23683  margin-top: 0.5rem;
23684  overflow: auto;
23685}
23686
23687.scrollspy-example-2 {
23688  position: relative;
23689  height: 350px;
23690  overflow: auto;
23691}
23692
23693.ct-example-border-utils [class^=border] {
23694  display: inline-block;
23695  width: 5rem;
23696  height: 5rem;
23697  margin: 0.25rem;
23698  background-color: #f5f5f5;
23699}
23700
23701.ct-example-border-utils-0 [class^=border] {
23702  border: 1px solid #e9ecef;
23703}
23704
23705.highlight {
23706  padding: 0;
23707  margin-top: 1rem;
23708  -ms-overflow-style: -ms-autohiding-scrollbar;
23709}
23710
23711@media (min-width: 576px) {
23712  .highlight {
23713    padding: 0;
23714  }
23715}
23716.ct-content .highlight {
23717  margin-right: -15px;
23718  margin-left: -15px;
23719}
23720
23721@media (min-width: 576px) {
23722  .ct-content .highlight {
23723    margin-right: 0;
23724    margin-left: 0;
23725  }
23726}
23727.ct-example {
23728  margin-bottom: 2rem;
23729  padding-bottom: 2rem;
23730  border-bottom: 1px solid #e9ecef;
23731}
23732
23733.ct-example .tab-content .tab-example-result {
23734  background-color: #f5f7f9;
23735  border: 1px solid #e6ecf1;
23736  padding: 1.25rem;
23737  border-radius: 0.25rem;
23738}
23739
23740.ct-example .nav-tabs-code {
23741  margin-bottom: 0.375rem;
23742}
23743
23744.ct-example .nav-tabs-code .nav-link {
23745  font-size: 0.875rem;
23746}
23747
23748.ct-example .nav-tabs-code .nav-link:active, .ct-example .nav-tabs-code .nav-link.active {
23749  color: #5e72e4;
23750}
23751
23752.icon-examples {
23753  margin-top: 1rem;
23754}
23755
23756.btn-icon-clipboard {
23757  margin: 0px;
23758  padding: 24px;
23759  font-size: 16px;
23760  font-weight: 400;
23761  line-height: 1.25;
23762  color: #393f49;
23763  background-color: #f8f9fa;
23764  border-radius: 4px;
23765  border: 0px none;
23766  text-align: left;
23767  font-family: inherit;
23768  display: inline-block;
23769  vertical-align: middle;
23770  text-decoration: none;
23771  -moz-appearance: none;
23772  cursor: pointer;
23773  width: 100%;
23774  margin: 0.5rem 0;
23775}
23776
23777.btn-icon-clipboard:hover {
23778  background-color: white;
23779  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 16px;
23780}
23781
23782.btn-icon-clipboard > div {
23783  align-items: center;
23784  display: flex;
23785}
23786
23787.btn-icon-clipboard i {
23788  box-sizing: content-box;
23789  color: #393f49;
23790  vertical-align: middle;
23791  font-size: 1.5rem;
23792}
23793
23794.btn-icon-clipboard span {
23795  display: inline-block;
23796  font-size: 0.875rem;
23797  line-height: 1.5;
23798  color: #393f49;
23799  margin-left: 16px;
23800  overflow: hidden;
23801  white-space: nowrap;
23802  text-overflow: ellipsis;
23803  vertical-align: middle;
23804}
23805
23806.docs {
23807  background: #FFF;
23808}
23809
23810.docs h6 {
23811  font-size: 1rem;
23812  font-weight: 600;
23813}
23814
23815.ct-content {
23816  order: 1;
23817}
23818
23819.ct-content > h2[id],
23820.ct-content > h3[id],
23821.ct-content > h4[id] {
23822  pointer-events: none;
23823}
23824
23825.ct-content > h2[id] > div,
23826.ct-content > h2[id] > a,
23827.ct-content > h3[id] > div,
23828.ct-content > h3[id] > a,
23829.ct-content > h4[id] > div,
23830.ct-content > h4[id] > a {
23831  pointer-events: auto;
23832}
23833
23834.ct-content > h2[id]::before,
23835.ct-content > h3[id]::before,
23836.ct-content > h4[id]::before {
23837  display: block;
23838  height: 6rem;
23839  margin-top: -6rem;
23840  visibility: hidden;
23841  content: "";
23842}
23843
23844.ct-content > table {
23845  width: 100%;
23846  max-width: 100%;
23847  margin-bottom: 1rem;
23848}
23849
23850@media (max-width: 991.98px) {
23851  .ct-content > table {
23852    display: block;
23853    overflow-x: auto;
23854    -ms-overflow-style: -ms-autohiding-scrollbar;
23855  }
23856
23857  .ct-content > table.table-bordered {
23858    border: 0;
23859  }
23860}
23861.ct-content > table > thead > tr > th,
23862.ct-content > table > thead > tr > td,
23863.ct-content > table > tbody > tr > th,
23864.ct-content > table > tbody > tr > td,
23865.ct-content > table > tfoot > tr > th,
23866.ct-content > table > tfoot > tr > td {
23867  padding: 1rem;
23868  vertical-align: top;
23869  border: 1px solid #dee2e6;
23870}
23871
23872.ct-content > table > thead > tr > th > p:last-child,
23873.ct-content > table > thead > tr > td > p:last-child,
23874.ct-content > table > tbody > tr > th > p:last-child,
23875.ct-content > table > tbody > tr > td > p:last-child,
23876.ct-content > table > tfoot > tr > th > p:last-child,
23877.ct-content > table > tfoot > tr > td > p:last-child {
23878  margin-bottom: 0;
23879}
23880
23881.ct-content > table td:first-child > code {
23882  white-space: nowrap;
23883}
23884
23885.ct-content > h2:not(:first-child) {
23886  margin-top: 3rem;
23887  font-size: 1.5rem;
23888  font-weight: 600;
23889}
23890
23891.ct-content > h3 {
23892  margin-top: 2.5rem;
23893  font-size: 1.25rem;
23894  font-weight: 600;
23895}
23896
23897.ct-content > ul li,
23898.ct-content > ol li {
23899  margin-bottom: 0.25rem;
23900}
23901
23902@media (min-width: 992px) {
23903  .ct-content > ul,
23904.ct-content > ol,
23905.ct-content > p {
23906    max-width: 80%;
23907  }
23908}
23909.ct-page-title {
23910  padding-left: 1.25rem;
23911  border-left: 2px solid #5e72e4;
23912  margin-bottom: 1.5rem;
23913}
23914
23915.ct-title {
23916  margin-top: 1rem;
23917  margin-bottom: 0.5rem;
23918  font-weight: 300;
23919}
23920
23921@media (min-width: 576px) {
23922  .ct-title {
23923    font-size: 1.5rem;
23924    font-weight: 600;
23925  }
23926}
23927.ct-lead {
23928  color: #3b454e;
23929  font-weight: 500;
23930}
23931
23932@media (min-width: 576px) {
23933  .ct-lead {
23934    max-width: 80%;
23935    margin-bottom: 1rem;
23936    font-size: 0.875rem;
23937  }
23938}
23939.ct-text-purple {
23940  color: #5e72e4;
23941}
23942
23943.ct-text-purple-bright {
23944  color: #9da9f2;
23945}
23946
23947.ct-tabs-example .nav-link i {
23948  margin-right: 5px;
23949}
23950
23951.color-swatch {
23952  margin: 1rem 0;
23953  border-radius: 0.25rem;
23954  background-color: #F4F5F7;
23955}
23956
23957.color-swatch:after {
23958  content: " ";
23959  display: table;
23960  clear: both;
23961}
23962
23963.color-swatch-header {
23964  position: relative;
23965  height: 0;
23966  padding-bottom: 50%;
23967  border-radius: 0.25rem 0.25rem 0 0;
23968  border: 1px solid transparent;
23969}
23970
23971.color-swatch-header.is-light {
23972  border-color: #C1C7D0;
23973}
23974
23975.color-swatch-header .pass-fail {
23976  position: absolute;
23977  width: 100%;
23978  bottom: 0;
23979}
23980
23981.color-swatch-header .pass-fail-item-wrap {
23982  position: relative;
23983  float: left;
23984  left: 50%;
23985  -webkit-transform: translateX(-50%);
23986  -ms-transform: translateX(-50%);
23987  transform: translateX(-50%);
23988}
23989
23990.color-swatch-header .pass-fail-item-group {
23991  display: inline-block;
23992  padding: 0 5px;
23993}
23994
23995.color-swatch-header .pass-fail-item {
23996  float: left;
23997  display: inline-block;
23998  text-align: center;
23999  padding: 2px;
24000}
24001
24002.color-swatch-header .pass-fail-item.white .example {
24003  color: #fff;
24004}
24005
24006.color-swatch-header .pass-fail-item.small .example {
24007  font-size: 10px;
24008}
24009
24010.color-swatch-header .pass-fail-item .lozenge {
24011  font-size: 11px;
24012  text-transform: uppercase;
24013  font-weight: 600;
24014  background: #000;
24015  color: #fff;
24016  padding: 2px 4px;
24017  line-height: 10px;
24018  border-radius: 4px;
24019  letter-spacing: 0.05em;
24020}
24021
24022.color-swatch-body {
24023  position: relative;
24024  left: 50%;
24025  float: left;
24026  padding: 10px 0;
24027  -webkit-transform: translateX(-50%);
24028  -ms-transform: translateX(-50%);
24029  transform: translateX(-50%);
24030}
24031
24032.color-swatch-body .prop-item-wrap {
24033  float: left;
24034  padding: 0 15px;
24035  min-width: 65px;
24036}
24037
24038.color-swatch-body .prop-item {
24039  padding: 15px 0;
24040}
24041
24042.color-swatch-body .prop-item .label {
24043  font-size: 11px;
24044  color: #62748C;
24045  text-transform: uppercase;
24046  line-height: 16px;
24047}
24048
24049.color-swatch-body .prop-item .value {
24050  font-size: 14px;
24051}
24052
24053.table-colors {
24054  font-weight: 600;
24055  font-size: 16px;
24056  width: 100%;
24057}
24058
24059.table-colors td,
24060.table-colors:first-child td,
24061.table-colors td:first-child,
24062.table-colors:first-child td:first-child,
24063.table-colors td:last-child,
24064.table-colors:first-child td:last-child {
24065  background: rgba(255, 255, 255, 0.9);
24066  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
24067  padding: 10px;
24068}
24069
24070.table-colors tr:last-child td,
24071.table-colors:first-child tr:last-child td {
24072  border-bottom: none;
24073}
24074
24075.table-colors td:nth-child(1),
24076.table-colors:first-child td:nth-child(1) {
24077  line-height: 40px;
24078}
24079
24080.table-colors .swatch,
24081.table-colors:first-child .swatch {
24082  float: left;
24083  height: 40px;
24084  width: 40px;
24085  margin-right: 20px;
24086  display: inline-block;
24087  border-radius: 4px;
24088  border: 1px solid transparent;
24089}
24090
24091.table-colors .swatch.is-light,
24092.table-colors:first-child .swatch.is-light {
24093  border-color: #C1C7D0;
24094}
24095
24096.table-colors .lozenge,
24097.table-colors:first-child .lozenge {
24098  float: left;
24099  margin: 5px 10px 0 0;
24100  font-size: 10px;
24101  display: inline-block;
24102  text-transform: uppercase;
24103  font-weight: 600;
24104  background: #97A0AF;
24105  color: #042A53;
24106  padding: 2px 4px;
24107  line-height: 10px;
24108  border-radius: 4px;
24109  letter-spacing: 0.05em;
24110}
24111
24112#tags-component.tab-pane .choices__inner {
24113  height: 60px;
24114}
24115
24116.highlight pre {
24117  overflow: auto;
24118  margin: 0;
24119  padding: 1.25rem;
24120  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
24121  font-size: 14px;
24122  line-height: 1.375;
24123  text-align: left;
24124  white-space: pre;
24125  word-spacing: normal;
24126  word-break: normal;
24127  -moz-tab-size: 4;
24128  -o-tab-size: 4;
24129  tab-size: 4;
24130  -webkit-hyphens: none;
24131  hyphens: none;
24132  color: #5e6687;
24133  border-radius: 0.25rem;
24134  background: #f5f7ff;
24135  direction: ltr;
24136  -ms-hyphens: none;
24137}
24138
24139.highlight pre code {
24140  font-size: 87.5%;
24141  word-break: break-word;
24142  color: #5e6687;
24143}
24144
24145.highlight pre pre code {
24146  font-size: inherit;
24147  word-break: normal;
24148  color: inherit;
24149}
24150
24151.highlight pre code, .highlight pre kbd, .highlight pre pre, .highlight pre samp {
24152  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
24153  font-size: 1em;
24154}
24155
24156.highlight pre .nt {
24157  color: #3d8fd1;
24158}
24159
24160.highlight pre .na {
24161  color: #c76b29;
24162}
24163
24164.highlight pre .s,
24165.highlight pre .token.control,
24166.highlight pre .token.directive,
24167.highlight pre .token.keyword,
24168.highlight pre .token.unit {
24169  color: #ac9739;
24170}
24171
24172.highlight pre .token.punctuation {
24173  color: #5e6687;
24174}
24175
24176.btn-clipboard {
24177  top: 3.5rem;
24178}
24179
24180.offline-doc .page-header {
24181  height: 100vh;
24182  display: flex;
24183  justify-content: center;
24184  align-items: center;
24185}
24186
24187.ct-footer {
24188  font-size: 85%;
24189  text-align: center;
24190  background-color: #f7f7f7;
24191}
24192
24193.ct-footer a {
24194  font-weight: 500;
24195  color: #525f7f;
24196}
24197
24198.ct-footer a:hover, .ct-footer a:focus {
24199  color: #5e72e4;
24200}
24201
24202.ct-footer p {
24203  margin-bottom: 0;
24204}
24205
24206@media (min-width: 576px) {
24207  .ct-footer {
24208    text-align: left;
24209  }
24210}
24211.ct-footer-links {
24212  padding-left: 0;
24213  margin-bottom: 1rem;
24214}
24215
24216.ct-footer-links li {
24217  display: inline-block;
24218}
24219
24220.ct-footer-links li + li {
24221  margin-left: 1rem;
24222}
24223
24224.ct-navbar {
24225  background-color: #5e72e4;
24226  box-shadow: rgba(116, 129, 141, 0.1) 0px 1px 1px 0px;
24227  padding-top: 0.5rem;
24228  padding-bottom: 0.5rem;
24229}
24230
24231@media (max-width: 991.98px) {
24232  .ct-navbar {
24233    padding-right: 0.5rem;
24234    padding-left: 0.5rem;
24235  }
24236
24237  .ct-navbar .navbar-nav-scroll {
24238    max-width: 100%;
24239    height: 2.5rem;
24240    margin-top: 0.25rem;
24241    overflow: hidden;
24242    font-size: 0.875rem;
24243  }
24244
24245  .ct-navbar .navbar-nav-scroll .navbar-nav {
24246    padding-bottom: 2rem;
24247    overflow-x: auto;
24248    white-space: nowrap;
24249    -webkit-overflow-scrolling: touch;
24250  }
24251}
24252@media (min-width: 768px) {
24253  @supports (position: sticky) {
24254    .ct-navbar {
24255      position: sticky;
24256      top: 0;
24257      z-index: 1071;
24258    }
24259  }
24260}
24261.ct-navbar .navbar-nav .nav-link {
24262  padding-right: 0.5rem;
24263  padding-left: 0.5rem;
24264  color: rgba(255, 255, 255, 0.9) !important;
24265}
24266
24267.ct-navbar .navbar-nav .nav-link.active, .ct-navbar .navbar-nav .nav-link:hover {
24268  color: #fff !important;
24269  background-color: transparent !important;
24270}
24271
24272.ct-navbar .navbar-nav .nav-link.active {
24273  font-weight: 500;
24274}
24275
24276.ct-navbar .navbar-nav-svg {
24277  display: inline-block;
24278  width: 1rem;
24279  height: 1rem;
24280  vertical-align: text-top;
24281}
24282
24283.ct-navbar .dropdown-menu {
24284  font-size: 0.875rem;
24285}
24286
24287.ct-navbar .dropdown-item.active {
24288  font-weight: 500;
24289  color: #212529;
24290  background-color: transparent;
24291  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
24292  background-repeat: no-repeat;
24293  background-position: 0.4rem 0.87rem;
24294  background-size: 0.75rem 0.75rem;
24295  padding-left: 25px;
24296}
24297
24298.github-corner {
24299  position: fixed;
24300  right: 0;
24301  z-index: 1080;
24302}
24303
24304.github-corner:hover .octo-arm {
24305  animation: octocat-wave 560ms ease-in-out;
24306}
24307
24308.github-corner svg {
24309  fill: #fff;
24310  color: #5e72e4;
24311}
24312
24313@keyframes octocat-wave {
24314  0%, 100% {
24315    transform: rotate(0);
24316  }
24317  20%, 60% {
24318    transform: rotate(-25deg);
24319  }
24320  40%, 80% {
24321    transform: rotate(10deg);
24322  }
24323}
24324code[class*=language-],
24325pre[class*=language-] {
24326  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
24327  font-size: 14px;
24328  line-height: 1.375;
24329  direction: ltr;
24330  text-align: left;
24331  white-space: pre;
24332  word-spacing: normal;
24333  word-break: normal;
24334  -moz-tab-size: 4;
24335  -o-tab-size: 4;
24336  tab-size: 4;
24337  -webkit-hyphens: none;
24338  -moz-hyphens: none;
24339  -ms-hyphens: none;
24340  hyphens: none;
24341  background: #f5f7ff;
24342  color: #5e6687;
24343  border-radius: 0.25rem;
24344}
24345
24346pre[class*=language-]::-moz-selection,
24347pre[class*=language-] ::-moz-selection,
24348code[class*=language-]::-moz-selection,
24349code[class*=language-] ::-moz-selection {
24350  text-shadow: none;
24351  background: #dfe2f1;
24352}
24353
24354pre[class*=language-]::selection,
24355pre[class*=language-] ::selection,
24356code[class*=language-]::selection,
24357code[class*=language-] ::selection {
24358  text-shadow: none;
24359  background: #dfe2f1;
24360}
24361
24362/* Code blocks */
24363pre[class*=language-] {
24364  padding: 1.25rem;
24365  margin: 0;
24366  overflow: auto;
24367}
24368
24369/* Inline code */
24370:not(pre) > code[class*=language-] {
24371  padding: 0.1em;
24372  border-radius: 0.3em;
24373}
24374
24375.token.comment,
24376.token.prolog,
24377.token.doctype,
24378.token.cdata {
24379  color: #898ea4;
24380}
24381
24382.token.punctuation {
24383  color: #5e6687;
24384}
24385
24386.token.namespace {
24387  opacity: 0.7;
24388}
24389
24390.token.operator,
24391.token.boolean,
24392.token.number {
24393  color: #c76b29;
24394}
24395
24396.token.property {
24397  color: #c08b30;
24398}
24399
24400.token.tag {
24401  color: #3d8fd1;
24402}
24403
24404.token.string {
24405  color: #22a2c9;
24406}
24407
24408.token.selector {
24409  color: #6679cc;
24410}
24411
24412.token.attr-name {
24413  color: #c76b29;
24414}
24415
24416.token.entity,
24417.token.url,
24418.language-css .token.string,
24419.style .token.string {
24420  color: #22a2c9;
24421}
24422
24423.token.attr-value,
24424.token.keyword,
24425.token.control,
24426.token.directive,
24427.token.unit {
24428  color: #ac9739;
24429}
24430
24431.token.statement,
24432.token.regex,
24433.token.atrule {
24434  color: #22a2c9;
24435}
24436
24437.token.placeholder,
24438.token.variable {
24439  color: #3d8fd1;
24440}
24441
24442.token.deleted {
24443  text-decoration: line-through;
24444}
24445
24446.token.inserted {
24447  border-bottom: 1px dotted #202746;
24448  text-decoration: none;
24449}
24450
24451.token.italic {
24452  font-style: italic;
24453}
24454
24455.token.important,
24456.token.bold {
24457  font-weight: bold;
24458}
24459
24460.token.important {
24461  color: #c94922;
24462}
24463
24464.token.entity {
24465  cursor: help;
24466}
24467
24468pre > code.highlight {
24469  outline: 0.4em solid #c94922;
24470  outline-offset: 0.4em;
24471}
24472
24473/* overrides color-values for the Line Numbers plugin
24474 * http://prismjs.com/plugins/line-numbers/
24475 */
24476.line-numbers .line-numbers-rows {
24477  border-right-color: #dfe2f1;
24478}
24479
24480.line-numbers-rows > span:before {
24481  color: #979db4;
24482}
24483
24484/* overrides color-values for the Line Highlight plugin
24485 * http://prismjs.com/plugins/line-highlight/
24486 */
24487.line-highlight {
24488  background: rgba(107, 115, 148, 0.2);
24489  background: -webkit-linear-gradient(left, rgba(107, 115, 148, 0.2) 70%, rgba(107, 115, 148, 0));
24490  background: linear-gradient(to right, rgba(107, 115, 148, 0.2) 70%, rgba(107, 115, 148, 0));
24491}
24492
24493.ct-toc {
24494  order: 2;
24495  padding-top: 2rem;
24496  padding-bottom: 1.5rem;
24497  font-size: 0.875rem;
24498}
24499
24500@supports (position: sticky) {
24501  .ct-toc {
24502    position: sticky;
24503    top: 4rem;
24504    height: calc(100vh - 4rem);
24505    overflow-y: auto;
24506  }
24507}
24508.section-nav {
24509  padding-left: 0;
24510  border-left: 1px solid #eee;
24511}
24512
24513.section-nav ul {
24514  padding-left: 1rem;
24515}
24516
24517.section-nav ul ul {
24518  display: none;
24519}
24520
24521.toc-entry {
24522  display: block;
24523  font-size: 1rem;
24524}
24525
24526.toc-entry a {
24527  display: block;
24528  padding: 0.125rem 1.5rem;
24529  color: #99979c;
24530  font-size: 90%;
24531}
24532
24533.toc-entry a:hover {
24534  color: #5e72e4;
24535  text-decoration: none;
24536}
24537
24538.ct-sidebar {
24539  order: 0;
24540  border-bottom: 1px solid #e6ecf1;
24541  background-color: #f5f7f9;
24542}
24543
24544@media (min-width: 768px) {
24545  .ct-sidebar {
24546    border-right: 1px solid #e6ecf1;
24547  }
24548
24549  @supports (position: sticky) {
24550    .ct-sidebar {
24551      position: sticky;
24552      top: 4rem;
24553      z-index: 1000;
24554      height: calc(100vh - 4rem);
24555    }
24556  }
24557}
24558@media (min-width: 1200px) {
24559  .ct-sidebar {
24560    flex: 0 1 320px;
24561  }
24562}
24563.ct-links {
24564  padding-top: 2rem;
24565  padding-bottom: 1rem;
24566  margin-right: -15px;
24567  margin-left: -15px;
24568}
24569
24570@media (min-width: 768px) {
24571  @supports (position: sticky) {
24572    .ct-links {
24573      max-height: calc(100vh - 5rem);
24574      overflow-y: auto;
24575    }
24576  }
24577}
24578@media (min-width: 768px) {
24579  .ct-links {
24580    display: block !important;
24581  }
24582}
24583.ct-search {
24584  position: relative;
24585  padding: 1rem 15px;
24586  margin-right: -15px;
24587  margin-left: -15px;
24588  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
24589}
24590
24591.ct-search .form-control:focus, .ct-search #dw__login input:focus, #dw__login .ct-search input:focus, .ct-search #config__manager td input.edit:focus, #config__manager td .ct-search input.edit:focus, .ct-search .search-results-form fieldset input:focus, .search-results-form fieldset .ct-search input:focus, .ct-search .doku_form .no #qsearch__in:focus, .doku_form .no .ct-search #qsearch__in:focus, .ct-search textarea:focus {
24592  border-color: #9da9f2;
24593  box-shadow: 0 0 0 3px rgba(157, 169, 242, 0.25);
24594}
24595
24596.ct-search-docs-toggle {
24597  line-height: 1;
24598  color: #212529;
24599}
24600
24601.ct-sidenav, .leftsidebar .leftsidebar ul {
24602  display: none;
24603}
24604
24605.ct-toc-link {
24606  display: block;
24607  padding: 0.25rem 1.5rem;
24608  font-weight: 600;
24609  font-size: 0.875rem;
24610  color: #0d2b3e;
24611}
24612
24613.ct-toc-link:hover {
24614  color: rgba(0, 0, 0, 0.85);
24615  text-decoration: none;
24616}
24617
24618.ct-toc-item.active {
24619  margin-bottom: 1rem;
24620}
24621
24622.ct-toc-item.active:not(:first-child) {
24623  margin-top: 1rem;
24624}
24625
24626.ct-toc-item.active > .ct-toc-link {
24627  color: rgba(0, 0, 0, 0.85);
24628}
24629
24630.ct-toc-item.active > .ct-toc-link:hover {
24631  background-color: transparent;
24632}
24633
24634.ct-toc-item.active > .ct-sidenav, .leftsidebar .leftsidebar .ct-toc-item.active > ul {
24635  display: block;
24636}
24637
24638.ct-sidebar .nav > li > a, .ct-sidebar .leftsidebar .leftsidebar ul > li > a, .leftsidebar .leftsidebar .ct-sidebar ul > li > a {
24639  display: block;
24640  padding: 0.25rem 1.5rem;
24641  font-size: 84%;
24642  color: #4c555a;
24643}
24644
24645.ct-sidebar .nav > li > a:hover, .ct-sidebar .leftsidebar .leftsidebar ul > li > a:hover, .leftsidebar .leftsidebar .ct-sidebar ul > li > a:hover {
24646  color: rgba(0, 0, 0, 0.85);
24647  text-decoration: none;
24648  background-color: transparent;
24649}
24650
24651.ct-sidebar .nav > .active > a, .ct-sidebar .leftsidebar .leftsidebar ul > .active > a, .leftsidebar .leftsidebar .ct-sidebar ul > .active > a {
24652  font-weight: 500;
24653  color: #0099e5;
24654  background-color: transparent;
24655  padding-left: 2rem;
24656  position: relative;
24657}
24658
24659.ct-sidebar .nav > .active > a:before, .ct-sidebar .leftsidebar .leftsidebar ul > .active > a:before, .leftsidebar .leftsidebar .ct-sidebar ul > .active > a:before {
24660  content: "";
24661  position: absolute;
24662  height: 16px;
24663  width: 2px;
24664  background-color: #0099e5;
24665  top: 50%;
24666  left: 1.5rem;
24667  transform: translateY(-50%);
24668}
24669
24670.ct-sidebar .nav > .active:hover > a, .ct-sidebar .leftsidebar .leftsidebar ul > .active:hover > a, .leftsidebar .leftsidebar .ct-sidebar ul > .active:hover > a {
24671  color: #0099e5;
24672}
24673
24674.scrollbar-inner {
24675  height: 100%;
24676}
24677
24678.scrollbar-inner:not(:hover) .scroll-element {
24679  opacity: 0;
24680}
24681
24682.scrollbar-inner .scroll-element {
24683  transition: opacity 300ms;
24684  margin-right: 2px;
24685}
24686
24687.scrollbar-inner .scroll-element .scroll-bar,
24688.scrollbar-inner .scroll-element .scroll-element_track {
24689  transition: background-color 300ms;
24690}
24691
24692.scrollbar-inner .scroll-element .scroll-element_track {
24693  background-color: transparent;
24694}
24695
24696.scrollbar-inner .scroll-element.scroll-y {
24697  width: 3px;
24698  right: 0;
24699}
24700
24701.scrollbar-inner .scroll-element.scroll-x {
24702  height: 3px;
24703  bottom: 0;
24704}
24705
24706/*# sourceMappingURL=agd.css.map */
24707legend {
24708  font-style: normal;
24709}
24710
24711input,
24712select {
24713  background-color: white !important;
24714  border-radius: 0.25rem;
24715  border-color: #99979c;
24716}
24717
24718::-moz-selection {
24719  text-shadow: none;
24720  background: #dfe2f1;
24721}
24722
24723::selection {
24724  text-shadow: none;
24725  background: #dfe2f1;
24726}
24727
24728.breadcrumb {
24729  flex-direction: column;
24730}
24731
24732#dokuwiki__content p {
24733  font-weight: 400;
24734}
24735#dokuwiki__content h1::before,
24736#dokuwiki__content h2::before,
24737#dokuwiki__content h3::before,
24738#dokuwiki__content h4::before,
24739#dokuwiki__content h5::before,
24740#dokuwiki__content h6::before {
24741  content: "";
24742  display: block;
24743  height: 6rem;
24744  margin-top: -6rem;
24745  visibility: hidden;
24746}
24747#dokuwiki__content .secedit button {
24748  margin-bottom: 1em;
24749  float: right;
24750}
24751#dokuwiki__content .wikilink2 {
24752  color: #dc3545;
24753}
24754#dokuwiki__content .editButtons button {
24755  margin-top: 1em;
24756  margin-bottom: 1em;
24757}
24758#dokuwiki__content :not(pre) > code {
24759  background-color: inherit;
24760  padding: 0.1em;
24761  border-radius: 0.3em;
24762}
24763#dokuwiki__content img.icon {
24764  width: 1rem;
24765  height: 1rem;
24766}
24767#dokuwiki__content .table-responsive, #dokuwiki__content table {
24768  border-width: 0rem;
24769}
24770#dokuwiki__content pre {
24771  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
24772  font-size: 14px;
24773  line-height: 1.375;
24774  direction: ltr;
24775  text-align: left;
24776  white-space: pre;
24777  word-spacing: normal;
24778  word-break: normal;
24779  -moz-tab-size: 4;
24780  -o-tab-size: 4;
24781  tab-size: 4;
24782  -webkit-hyphens: none;
24783  -moz-hyphens: none;
24784  -ms-hyphens: none;
24785  hyphens: none;
24786  background: #f5f7ff;
24787  color: #5e6687;
24788  border: 0;
24789  border-radius: 0.55rem;
24790  padding: 1.25rem;
24791  margin: 0;
24792  margin-bottom: 1rem;
24793  margin-top: 1rem;
24794  overflow: auto;
24795}
24796#dokuwiki__content .mf_pdf {
24797  display: inline;
24798}
24799
24800.argon-doku-page-menu {
24801  display: flex;
24802  align-items: flex-end;
24803  justify-content: flex-end;
24804  margin: 1.75rem 0 0.5rem;
24805}
24806.argon-doku-page-menu li {
24807  display: inline;
24808  fill: #6c757d;
24809}
24810.argon-doku-page-menu li :hover {
24811  fill: #525f7f;
24812}
24813.argon-doku-page-menu li:nth-of-type(1) {
24814  margin-left: 0em;
24815}
24816
24817#tool__bar button {
24818  margin-bottom: 2em;
24819}
24820
24821textarea {
24822  width: 95% !important;
24823  max-width: 100% !important;
24824}
24825
24826.editBar .summary {
24827  display: block !important;
24828}
24829
24830.ct-toc #dw__toc {
24831  float: inherit;
24832  margin: inherit;
24833  width: inherit;
24834  background-color: inherit;
24835  color: inherit;
24836  box-sizing: border-box;
24837  margin-right: 0em;
24838  padding-left: 0;
24839  border-left: 1px solid #eee;
24840}
24841.ct-toc #dw__toc h3 {
24842  display: none;
24843}
24844.ct-toc #dw__toc a {
24845  display: block;
24846  padding: 0.125rem 1rem;
24847  color: #99979c;
24848  font-size: 100%;
24849}
24850.ct-toc #dw__toc a:hover {
24851  color: #5e72e4;
24852  text-decoration: none;
24853}
24854.ct-toc #dw__toc ol,
24855.ct-toc #dw__toc ul,
24856.ct-toc #dw__toc dl {
24857  margin-top: 0;
24858  margin-bottom: 1rem;
24859}
24860.ct-toc #dw__toc ul {
24861  margin-bottom: 0.5rem;
24862}
24863.ct-toc #dw__toc ul {
24864  list-style: disc outside;
24865  list-style-position: outside;
24866  list-style-image: none;
24867  list-style-type: disc;
24868}
24869
24870.header-title a {
24871  color: white;
24872  font-weight: 600;
24873  font-size: 1.2rem;
24874}
24875
24876.argon-doku-navbar-icon {
24877  fill: white;
24878}
24879.argon-doku-navbar-icon :hover {
24880  fill: #e6e6e6;
24881}
24882
24883.doku_form .no {
24884  margin: 0rem;
24885  height: 1.5rem;
24886  padding: 0rem;
24887}
24888.doku_form .no #qsearch__in {
24889  width: 10rem;
24890  height: 1.5rem;
24891  margin: 0rem;
24892  margin-right: 1rem;
24893  margin-left: 1rem;
24894  border-radius: 0.25rem !important;
24895  overflow: hidden;
24896  border: none;
24897}
24898.doku_form .no button {
24899  margin: 0rem;
24900  overflow: hidden;
24901  height: 92%;
24902}
24903
24904.search-results-form button {
24905  margin-left: 3rem;
24906}
24907.search-results-form .toggleAssistant {
24908  display: block;
24909  float: none !important;
24910  margin-top: 2rem;
24911  margin-bottom: 2rem;
24912}
24913.search-results-form fieldset input {
24914  display: inline-block;
24915}
24916
24917.dokuwiki .ui-admin ul li {
24918  list-style-type: none;
24919}
24920.dokuwiki .ui-admin ul .admin_tasks svg {
24921  margin-right: 1rem;
24922  width: 1px;
24923  height: 1px;
24924}
24925.dokuwiki .tabs li {
24926  list-style-type: disclosure-closed;
24927}
24928.dokuwiki div.ui-admin ul li {
24929  margin: 0rem;
24930  vertical-align: middle !important;
24931}
24932.dokuwiki div.ui-admin ul li a {
24933  vertical-align: middle;
24934}
24935.dokuwiki div.ui-admin ul li a span.icon svg {
24936  margin-right: 1rem;
24937  width: inherit;
24938  height: inherit;
24939  vertical-align: middle !important;
24940}
24941.dokuwiki div.ui-admin ul li a span.icon svg path {
24942  fill: #32325d;
24943}
24944.dokuwiki div.ui-admin ul li a span.prompt {
24945  font-size: 1rem;
24946  font-weight: normal;
24947  vertical-align: middle !important;
24948}
24949
24950#config__manager td input.edit {
24951  width: 30em;
24952  padding: 0rem 0.75rem;
24953  background-color: white !important;
24954}
24955
24956#config__manager tr.default .input,
24957#config__manager tr.default input,
24958#config__manager tr.default textarea,
24959#config__manager tr.default select,
24960#config__manager .selectiondefault {
24961  background-color: inherit;
24962}
24963
24964.dokuwiki #dw__register fieldset,
24965#dw__profiledelete fieldset {
24966  width: 100%;
24967  border: 0rem;
24968  padding: 0rem;
24969  text-align: left !important;
24970}
24971.dokuwiki #dw__register fieldset legend,
24972#dw__profiledelete fieldset legend {
24973  font-style: normal;
24974}
24975.dokuwiki #dw__register fieldset label,
24976#dw__profiledelete fieldset label {
24977  font-size: 1rem;
24978  font-weight: normal;
24979  width: 95%;
24980  text-align: left !important;
24981}
24982.dokuwiki #dw__register fieldset label input,
24983#dw__profiledelete fieldset label input {
24984  float: right;
24985  background-color: white !important;
24986  border-radius: 0.25rem;
24987  border-color: #99979c;
24988  border-width: thin;
24989}
24990.dokuwiki #dw__register label.block,
24991#dw__profiledelete label.block {
24992  display: inline-block !important;
24993}
24994
24995#dw__login {
24996  width: 100%;
24997  float: left;
24998  left: 0%;
24999  margin: 0%;
25000}
25001#dw__login label {
25002  width: 90%;
25003}
25004#dw__login span {
25005  float: left;
25006  font-size: 1.15rem;
25007}
25008#dw__login input {
25009  display: block;
25010  float: right;
25011  width: 90%;
25012  height: 1.15rem;
25013  top: 50%;
25014}
25015#dw__login .simple {
25016  width: 50%;
25017  margin-left: unset !important;
25018}
25019#dw__login #remember__me {
25020  margin-top: 1rem;
25021}
25022.leftsidebar li {
25023  list-style-type: none;
25024  display: block;
25025  font-size: 0.84rem;
25026  padding: 0.25rem;
25027  color: #4c555a;
25028  font-weight: 400;
25029}
25030.leftsidebar a:link,
25031.leftsidebar a:visited {
25032  text-decoration: none;
25033  color: #4c555a;
25034}
25035.leftsidebar a:hover {
25036  color: #212529;
25037}
25038
25039.ct-sidebar .nav > li > a, .ct-sidebar .leftsidebar .leftsidebar ul > li > a, .leftsidebar .leftsidebar .ct-sidebar ul > li > a {
25040  font-size: 0.84rem;
25041}
25042
25043.footer-card {
25044  background-color: #f4f5f7;
25045  text-align: center;
25046}
25047.footer-card .footer-search {
25048  margin-left: auto;
25049  margin-right: auto;
25050}
25051.footer-card .argon-doku-footer-fullmenu {
25052  margin-left: auto;
25053  margin-right: auto;
25054}
25055.footer-card .argon-doku-footer-fullmenu li {
25056  display: inline;
25057  fill: #6c757d;
25058}
25059.footer-card .argon-doku-footer-fullmenu li :hover {
25060  fill: #525f7f;
25061}
25062.footer-card .argon-doku-footer-fullmenu li:nth-of-type(1) {
25063  margin-left: 0em;
25064}
25065
25066/*# sourceMappingURL=doku.css.map */
25067